ptrik | 1 year ago | on: Shell.how: Explain Shell Commands
ptrik's comments
ptrik | 1 year ago | on: Shell.how: Explain Shell Commands
ptrik | 1 year ago | on: Tracking supermarket prices with Playwright
Why did you pick Tailscale as the solution for proxy vs scraping with something like AWS Lambda?
ptrik | 1 year ago | on: Tracking supermarket prices with Playwright
What's the thought process behind using a CI server - which I thought is mainly for builds - for what essentially is a data pipeline?
ptrik | 1 year ago | on: Tracking supermarket prices with Playwright
Wonder how's the data from R2 fed into frontend?
ptrik | 1 year ago | on: Tracking supermarket prices with Playwright
Good lesson on cloud economics. Below certain threshold we get linear performance gain with more expensive instance type. It is essentially the same amount of spending but you would save time running the same workload with more expensive machine but for shorter period of time.
ptrik | 1 year ago | on: "We ran out of columns"
ptrik | 2 years ago | on: MondayDB: A new in-house data engine from monday.com
ptrik | 3 years ago | on: For Want of a JOIN
For real-time / streaming use cases, however, there is yet a mature solution in SQL yet. Flink SQL / Materialize is getting there, but the state-of-the-art approach is still Flink / Kafka Streams approach - put your state in memory / on local disk, and mutate it as you consume messages.
This actually echoes the "Operate on data where it resides" principle in the article.
ptrik | 3 years ago | on: SQLite or PostgreSQL? It's Complicated
ptrik | 3 years ago | on: Maud: A Rust macro for writing HTML
ptrik | 3 years ago | on: Is anyone still using assembly language? You betcha (2007)
ptrik | 4 years ago | on: How PostgreSQL stores rows
The chapter "Data Structures That Power Your Database" offers a great overview of various storage mechanisms of databases
ptrik | 5 years ago | on: Rejuvenating WordPress Through GraphQL
1 typo noted: but nevertheless thay are a distinct entity.
ptrik | 5 years ago | on: Show HN: Stork: A customizable, WASM-powered full-text search plugin for the web
ptrik | 5 years ago | on: Show HN: Simple-graph – a graph database in SQLite
ptrik | 5 years ago | on: Golang Desktop App with Webview/Lorca, WASM and Bazel
ptrik | 6 years ago | on: Userscripts Are Fun and Are Still Very Much Relevant
ptrik | 6 years ago | on: Clojure on the Desktop
ptrik | 6 years ago | on: GraphQLize: JVM library to build GraphQL API instantly from PostgreSQL and MySQL