I Failed the Turing Test

  • Web Development
  • Database
  • DevOps
  • Python
  • JavaScript
  • Machine Learning
  • Big Data
  • Blockchain

All posts by Vinta

Create a custom migration in Django

Posted on 2017-01-232019-10-22Author VintaPosted in Database, Python

ALTER TABLE app_repostarring CHANGE repo_description repo_description VARCHAR(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Locking and MVCC in MySQL InnoDB 鎖機制與多版本並發控制

Posted on 2017-01-102019-10-22Author VintaPosted in Database

最近在研究 MySQL 5.6 / 5.7 InnoDB storage engine 的 Transaction、Locking 和 Multi-Version Concurrency Control (MVCC) 機制,基本上只討論 Isolation level 是 REPEATABLE READ 或 READ COMMITTED 的情況,這一篇是過程中記錄下來的筆記。

Redirect Console Output: stdout and stderr

Posted on 2017-01-022019-10-31Author VintaPosted in DevOps

0: stdin
1: stdout
2: stderr

Lazy evaluation in Django middlewares

Posted on 2016-12-292019-10-22Author VintaPosted in Python, Web Development

Attach a lazy evaluated function as a property of request in a middleware.

Setup Jupyter and other Machine Learning tools on macOS

Posted on 2016-11-152019-10-22Author VintaPosted in Machine Learning, Python

Jupyter Notebook is an interactive environment for running code in the browser. It allows you to create interactive documents that contain live code, rich text elements and visualizations. It's also a widely used tool for Data Scientists to make prototypes or demonstrations.

Posts navigation

← Previous Page 1 … Page 13 Page 14 Page 15 … Page 23 Next →

Say Hello

TwitterFacebookLinkedInGitHubRSS

Recent Posts

  • Solidity: Multicall - Aggregate Multiple Contract Calls
  • Solidity: abi.encode() vs abi.encodePacked() vs abi.encodeWithSignature() vs abi.encodeCall()
  • Build Docker Images using Google Cloud Build from Your GitHub Repository
  • Solidity: Read Contract Storage by Slots with Foundry
  • How to Stay Safe Online: Tips for Personal Security
  • Solidity: CREATE vs CREATE2
  • Solidity: calldata, memory, and storage
  • hardhat-deploy: Upgradeable Contracts with Linked Libraries
  • Deploy Ethereum RPC Provider Load Balancer with HAProxy in Kubernetes (AWS EKS)
  • Deploy graph-node (The Graph) in Kubernetes (AWS EKS)
  • Amazon EKS: Setup Cluster Autoscaler
  • Amazon EKS: Setup aws-load-balancer-controller for Kubernetes Ingress
  • The Graph: Subgraph and GRT Token
  • Amazon EKS: Setup kubernetes-external-secrets with AWS Secret Manager
  • Amazon EKS: Create a Kubernetes cluster via ClusterConfig

Categories

  • Big Data (13)
  • Blockchain (10)
  • Database (15)
  • DevOps (33)
  • JavaScript (8)
  • Machine Learning (17)
  • Misc (6)
  • Python (48)
  • Web Development (40)

Tags

amazon web services apache spark aws cloudfront aws dynamodb aws eks aws lambda aws s3 cache celery chat bot ci cli tools codetengu concurrency database migrations datetime debug django django models docker editor elasticsearch env ethereum ethers.js feature engineering foundry functional programming github go google bigquery google cloud platform graphql haproxy http io java javascript kubernetes linux linux sysadmin machine learning maven mongodb mysql networking nginx node.js profiling python recommender system redis scala search security smart-contract solidity subgraph testing tls transaction typescript visual studio code web crawler wordpress

Search

© 2025 I Failed the Turing Test. Stork Theme by JustGoodThemes.