I Failed the Turing Test

  • AI
  • Web Development
  • Database
  • DevOps
  • Python
  • JavaScript
  • Big Data
  • Blockchain

All posts by Vinta

Functional Programming in Python

Posted on 2017-03-022026-02-18Author VintaPosted in Python

map() 會讓 list 的每一個元素都會各自經過 func(x) 去處理,最後得到的會是一個新的數量相同的 list。

MySQL system error codes

Posted on 2017-02-012026-02-18Author VintaPosted in Database, DevOps

Print all OS error codes and MySQL error codes using the perror command.

Calculate the similarity of two vectors

Posted on 2017-02-012026-03-17Author VintaPosted in AI, Python

You should only calculate Pearson Correlations when the number of items in common between two users is > 1, preferably greater than 5/10. Only calculate the Pearson Correlation for two users where they have commonly rated items.

Recommender System: Collaborative Filtering 協同過濾推薦演算法

Posted on 2017-01-312026-02-18Author VintaPosted in AI

dataset 會是 m 個用戶對 n 個物品的評分 utility matrix,因為通常只有部分用戶和部份物品會有評分資料,所以是一個 sparse matrix(稀疏矩陣)。目標是利用這些稀疏的資料去預測出用戶對他還沒評分過的物品的評分。

Simple Parallel Tasks in Python: concurrent.futures

Posted on 2017-01-252026-03-17Author VintaPosted in Python

concurrent.futures is well suited to Embarrassingly Parallel tasks. You could write concurrent code with a simple for loop.

Posts pagination

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

Say Hello

TwitterFacebookLinkedInGitHubRSS

Recent Posts

  • Expose a Local Service with Cloudflare Tunnel
  • Claude Code: Things I Learned After Using It Every Day
  • Cloudflare Quick Tunnel (TryCloudflare)
  • GKE Autopilot Cluster: Pay for Pods, Not Nodes
  • Stop Paying for Kubernetes Load Balancers: Use Cloudflare Tunnel Instead
  • 1Password CLI: How NOT to Store Plaintext AWS Credentials or .env on Localhost
  • Solidity: call() vs delegatecall()
  • Solidity: Multicall - Aggregate Multiple Contract Calls
  • Demystifying Solidity ABI Encoding
  • Build Docker Images using Google Cloud Build from Your GitHub Repository
  • Solidity: Read Contract Storage by Slots with Foundry
  • Surviving the Digital Dark Forest: Tips for Staying Safe Online
  • Solidity: CREATE vs CREATE2
  • Solidity: calldata, memory, and storage
  • hardhat-deploy: Upgradeable Contracts with Linked Libraries

Categories

  • AI (18)
  • Big Data (13)
  • Blockchain (11)
  • Database (15)
  • DevOps (38)
  • JavaScript (8)
  • Misc (6)
  • Python (48)
  • Web Development (40)

Tags

amazon web services apache spark aws cli aws cloudfront aws dynamodb aws eks aws lambda aws s3 cache celery chat bot ci claude code cli tool cloudflare codetengu coding agent concurrency database migrations datetime debug django django models docker editor elasticsearch env ethereum ethers.js evm 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

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