frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

DeCSS (2000)

https://decss.zoy.org/
1•JetSpiegel•2m ago•0 comments

Show HN: Kinic – A Portable AI Memory Store You Own (Farewell AI Amnesia)

https://www.kinic.io/
2•wyattbenno777•7m ago•0 comments

RNode is an open, free and unrestricted digital radio transceiver

https://unsigned.io/rnode/
2•janandonly•7m ago•0 comments

Show HN: Chain-The-Words game that tests your vocab

https://www.chain-the-words.com/
1•martianmanhunt•7m ago•2 comments

Texas Flood Challenges Faith

https://www.amazingfacts.org/news-and-features/af-blog/article/texas-flood-challenges-faith
1•afaxwebgirl•8m ago•0 comments

Show HN: Pulse – the wearable for n=1 habit experiments

https://blog.pulse.site/pulse-the-wearable-for-n1-habit-experiments/
2•msingh_5•8m ago•1 comments

Using Self-Hosted Large Language Models (LLMs) Securely in Government

https://digitaltrade.blog.gov.uk/2025/07/09/using-self-hosted-large-language-models-llms-securely-in-government/
1•edent•13m ago•0 comments

Has anyone else had issues with the new low calorie sweeteners?

https://tildes.net/~health/1oo1/has_anyone_else_had_issues_with_the_new_low_calorie_sweeteners
1•PaulHoule•16m ago•0 comments

MemOS: A Memory OS for AI System

https://arxiv.org/abs/2507.03724
2•handfuloflight•17m ago•1 comments

Show HN: Nordstars shows a team's missing skills for different business goals

https://nordstars.ai/
1•doraby•17m ago•0 comments

Sh*t Coding – Where sh*t posting and vibe coding meet

https://www.dcoates.com/posts/shit-coding/
1•dustincoates•17m ago•1 comments

Omarchy Is Out

https://world.hey.com/dhh/omarchy-is-out-4666dd31
2•thinkingemote•18m ago•0 comments

Trump Suggests Taking over New York City and Washington

https://abcnews.go.com/Politics/trump-suggests-taking-new-york-city-washington/story?id=123581492
4•ndsipa_pomu•18m ago•0 comments

Paint: A Timeline

https://kristenroos.ca/timeline
1•surprisetalk•18m ago•0 comments

Induction lamps: fluorescent lighting's final form [video]

https://www.youtube.com/watch?v=SaKKzZRrPIg
1•surprisetalk•18m ago•0 comments

Planes are still decades away from displacing most bird jobs (2022)

https://guzey.com/ai/planes-vs-birds/
1•surprisetalk•19m ago•0 comments

The old traffic math that keeps destroying neighborhoods

https://www.fastcompany.com/91362348/road-design-traffic-math-destroying-neighborhoods-los
1•toss1•19m ago•0 comments

Show HN: I made a tool that gets you customers from Reddit

https://www.bazzly.ai/
1•FilipPanoski•19m ago•1 comments

Show HN: Stravu – Editable, multi-player AI notebooks with text, tables, diagram

2•wek•19m ago•0 comments

Sweet or sour? AI powered device achieves human-like sense of taste

https://www.nature.com/articles/d41586-025-02158-w
2•rntn•20m ago•0 comments

'Sinister scheme': India ban threatens Jane Street's money machine

https://www.ft.com/content/6789512f-8775-450b-b0a6-9d9d0c3716ca
1•awll•20m ago•0 comments

I Detect ChatGPT Code in Pull Requests (and Why It's Harder Than You Think)

https://medium.com/@kuryuliya/when-chatgpt-writes-the-code-and-everyone-thinks-its-perfect-8a9fbe2f2b7a
1•ybaranetska•22m ago•0 comments

That white guy who can't get a job at Tim Hortons? He's AI

https://www.cbc.ca/news/ai-generated-fake-marketing-1.7578772
3•pseudolus•22m ago•1 comments

Google Developing Skia "Graphite" for Faster Chrome

https://www.phoronix.com/news/Chromium-Skia-Graphite
2•ksec•22m ago•0 comments

Hugging Face just launched a $299 robot that could disrupt the robotics industry

https://venturebeat.com/ai/hugging-face-just-launched-a-299-robot-that-could-disrupt-the-entire-robotics-industry/
19•fdaudens•23m ago•4 comments

The Data Engineer Toolkit: Infrastructure, DevOps, and Beyond

https://motherduck.com/blog/data-engineering-toolkit-infrastructure-devops/
3•philonoist•23m ago•1 comments

Caching Is Everywhere

https://planetscale.com/blog/caching
3•jimmytucson•23m ago•0 comments

The Cost of an Image: The Energy Consumption of AI Image Generation

https://arxiv.org/abs/2506.17016
6•GodelInTheShell•24m ago•0 comments

US buyers of critical minerals bypass China's export ban

https://www.reuters.com/business/autos-transportation/how-us-buyers-critical-minerals-bypass-chinas-export-ban-2025-07-09/
2•ironyman•25m ago•0 comments

Show HN: A fast 3D collision detection algorithm

https://cairno.substack.com/p/improvements-to-the-separating-axis
1•OlympicMarmoto•25m ago•0 comments
Open in hackernews

TimescaleDB helped us scale analytics and reporting

https://blog.cloudflare.com/timescaledb-art/
3•arunmu•9h ago

Comments

arunmu•9h ago
I am a big fan of cloudflare blogs. The tech blogs are usually highly detailed and there is so much to learn from those.

But this one, interesting but was not a practical choice at all from what I gather reading the blog. The reason given for not using Clickhouse which they are already using for analytics was vague and ambiguous. Clickhouse does support JSON which can be re-written into a more structured table using MV. Aggregation and other performance tuning steps are bread and butter of using Clickhouse.

The decision to go with postgres and learn the already known limitations the hard way and then continue using it by bringing up a new technology (Timescale) does not sound good, assuming that Cloudflare at this point might already have lots of internal tools for monitoring clickhouse clusters.

akulkarni•1h ago
That's interesting. Personally I did not find it vague and ambiguous.

ClickHouse was fast but required a lot of extra pieces for it to work:

    Writing data to Clickhouse

    Your service must generate logs in a clear format, using Cap'n Proto or Protocol Buffers. Logs should be written to a socket for logfwdr to transport to PDX, then to a Kafka topic. Use a Concept:Inserter to read from Kafka, batching data to achieve a write rate of less than one batch per second.

    Oh. That’s a lot. Including ClickHouse and the WARP client, we’re looking at five boxes to be added to the system diagram. 

    So it became clear that ClickHouse is a sports car and to get value out of it we had to bring it to a race track, shift into high gear, and drive it at top speed. But we didn’t need a race car — we needed a daily driver for short trips to a grocery store. For our initial launch, we didn’t need millions of inserts per second. We needed something easy to set up, reliable, familiar, and good enough to get us to market. A colleague suggested we just use PostgreSQL, quoting “it can be cranked up” to handle the load we were expecting. So, we took the leap!
PostgreSQL with TimescaleDB did the job. Why overcomplicate things?