Monday, September 30, 2024
September 30, 2024
New top story on Hacker News: No such thing as exactly-once delivery
September 30, 2024
What to know about the Israel-Hezbollah conflict
Sunday, September 29, 2024
September 29, 2024
New top story on Hacker News: Recreating Dune II for the Amiga
September 29, 2024
'Heroes' save animals after land 'sacrificed' in floods
Saturday, September 28, 2024
September 28, 2024
Trump or Harris? In a crisis-hit world, diplomats resigned to either
September 28, 2024
New top story on Hacker News: Show HN: Modern Benchmarking Tooling for JavaScript
Show HN: Modern Benchmarking Tooling for JavaScript
4 by evnwashere | 0 comments on Hacker News.
I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I decided to create my own library to make JavaScript benchmarking tooling better. With more free time, I finally implemented all features I wished for in 1.0.0 and made a lightweight C++ single-header version for moments when google/benchmark is too much. Hope this library helps you as much as it does me.
4 by evnwashere | 0 comments on Hacker News.
I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I decided to create my own library to make JavaScript benchmarking tooling better. With more free time, I finally implemented all features I wished for in 1.0.0 and made a lightweight C++ single-header version for moments when google/benchmark is too much. Hope this library helps you as much as it does me.
September 28, 2024
New top story on Hacker News: Our ping pong startup hit a $50M valuation in 5 years by tapping into automation
Our ping pong startup hit a $50M valuation in 5 years by tapping into automation
15 by tomwiddles | 5 comments on Hacker News.
15 by tomwiddles | 5 comments on Hacker News.
September 28, 2024
Iran warns Hezbollah leader's blood 'will not go unavenged'
Friday, September 27, 2024
Thursday, September 26, 2024
September 26, 2024
New top story on Hacker News: OpenAI in throes of executive exodus as three walk at once
September 26, 2024
New top story on Hacker News: From Gatsby gridlock to Astro bliss: my personal site redesign
From Gatsby gridlock to Astro bliss: my personal site redesign
51 by jwngr | 21 comments on Hacker News.
51 by jwngr | 21 comments on Hacker News.
September 26, 2024
Met officers improperly accessed Sarah Everard files
September 26, 2024
NYC mayor charged with taking bribes and illegal campaign funds
Wednesday, September 25, 2024
September 25, 2024
Could Latinos sway the US election?
Tuesday, September 24, 2024
September 24, 2024
Brook's first ODI century keeps England in series
September 24, 2024
New top story on Hacker News: "Creounity Time Machine", the universal date converter for coin collectors
"Creounity Time Machine", the universal date converter for coin collectors
6 by cvarjas | 0 comments on Hacker News.
6 by cvarjas | 0 comments on Hacker News.
Monday, September 23, 2024
September 23, 2024
Watch: The Monday Night Club
Sunday, September 22, 2024
September 22, 2024
New top story on Hacker News: Rawdrawandroid – Build Android apps without any Java, in C and Make
Rawdrawandroid – Build Android apps without any Java, in C and Make
14 by doodlesdev | 0 comments on Hacker News.
14 by doodlesdev | 0 comments on Hacker News.
September 22, 2024
Israel and Hezbollah urged to step back as UN warns of 'catastrophe'
September 22, 2024
Swearing punishment could speed up F1 exit - Verstappen
Saturday, September 21, 2024
September 21, 2024
New top story on Hacker News: 4 Exploits, 1 bug: exploiting cve-2024-20017 4 different ways
4 Exploits, 1 bug: exploiting cve-2024-20017 4 different ways
3 by thebeardisred | 0 comments on Hacker News.
3 by thebeardisred | 0 comments on Hacker News.
September 21, 2024
New top story on Hacker News: Learning 101: The untaught basics [pdf]
September 21, 2024
Change is coming, PM says on eve of Labour conference
Friday, September 20, 2024
September 20, 2024
New top story on Hacker News: Show HN: Inngest 1.0 – Open-source durable workflows on every platform
Show HN: Inngest 1.0 – Open-source durable workflows on every platform
26 by tonyhb | 0 comments on Hacker News.
Hi HN! I’m Tony, one of the co-founders of Inngest ( https://inngest.com/ ) Inngest is an open-source durable workflow platform that works on any cloud. Durable workflows are stateful, long running step functions written in code, which automatically retry on failure. It abstracts everything about queues, event streams and state for you, letting you focus on code. Some examples of uses: managing stateful AI chained step functions; managing search/rag indexes and data pipelines; integrations and webhooks; billing and payment flows. Technical details: unlike other solutions, we put lots of effort into designing our SDK’s step.run APIs to make them extremely easy to use — developer experience is the most important thing for us. We had to design and build our own queueing system to work with multi-tenancy, batching, and debouncing, and we’re iterating on this as we move to FoundationDB. It’s largely all Go in the backend, with a bunch of caching, clickhouse, event streams, and coordination on our behalf. Workers are shared nothing, and run based off of the queue and execution state. We did a post last year as we iterated on our TS SDK. The product has changed a lot since then and wanted to show the community what’s changed as we reach 1.0: * Golang, Java, and Python SDKs with cross-language function invocation (across clouds, too) * Multi-tenant aware flow control (concurrency, throttling, debounce) * Batching, grouping many events into a single function call * Much improved dashboard, with tracing and metrics built in * Advanced recovery tools like function replay, temporary pausing, bulk cancellation (with optional expressions). No more dead letter queues! * Branch deploys built in, with staging env support out of the box * Full local testing with production parity There's a ton on the roadmap, with more launching next week. We’re hiring systems & infra engineers, too — it’s a fun job with lots of challenges! Wanted to say thank you to the HN community for feedback so far! Happy Friday :)
26 by tonyhb | 0 comments on Hacker News.
Hi HN! I’m Tony, one of the co-founders of Inngest ( https://inngest.com/ ) Inngest is an open-source durable workflow platform that works on any cloud. Durable workflows are stateful, long running step functions written in code, which automatically retry on failure. It abstracts everything about queues, event streams and state for you, letting you focus on code. Some examples of uses: managing stateful AI chained step functions; managing search/rag indexes and data pipelines; integrations and webhooks; billing and payment flows. Technical details: unlike other solutions, we put lots of effort into designing our SDK’s step.run APIs to make them extremely easy to use — developer experience is the most important thing for us. We had to design and build our own queueing system to work with multi-tenancy, batching, and debouncing, and we’re iterating on this as we move to FoundationDB. It’s largely all Go in the backend, with a bunch of caching, clickhouse, event streams, and coordination on our behalf. Workers are shared nothing, and run based off of the queue and execution state. We did a post last year as we iterated on our TS SDK. The product has changed a lot since then and wanted to show the community what’s changed as we reach 1.0: * Golang, Java, and Python SDKs with cross-language function invocation (across clouds, too) * Multi-tenant aware flow control (concurrency, throttling, debounce) * Batching, grouping many events into a single function call * Much improved dashboard, with tracing and metrics built in * Advanced recovery tools like function replay, temporary pausing, bulk cancellation (with optional expressions). No more dead letter queues! * Branch deploys built in, with staging env support out of the box * Full local testing with production parity There's a ton on the roadmap, with more launching next week. We’re hiring systems & infra engineers, too — it’s a fun job with lots of challenges! Wanted to say thank you to the HN community for feedback so far! Happy Friday :)
September 20, 2024
Tornado in Hampshire damages properties and blows over trees
Thursday, September 19, 2024
September 19, 2024
Best shots from Head's 'excellent' 154 as Australia win first ODI
September 19, 2024
'They were smiling': Witness recalls last look at Titan crew
September 19, 2024
Which prisoners are being released early from jail and why
Wednesday, September 18, 2024
September 18, 2024
New top story on Hacker News: Llama 3.1 Omni Model
September 18, 2024
Pager and Walkie-Talkie Explosions in Lebanon
Tuesday, September 17, 2024
September 17, 2024
New top story on Hacker News: Hezbollah pager explosions kill several people in Lebanon
Hezbollah pager explosions kill several people in Lebanon
127 by logicchains | 880 comments on Hacker News.
127 by logicchains | 880 comments on Hacker News.
September 17, 2024
Video appears to show pager explosion at Lebanon supermarket
Monday, September 16, 2024
September 16, 2024
EU firefighting planes to help tackle Portugal wildfires
Sunday, September 15, 2024
September 15, 2024
New top story on Hacker News: Show HN: Server Uptime
September 15, 2024
US regain Solheim Cup with victory over Europe
Saturday, September 14, 2024
September 14, 2024
New top story on Hacker News: Computer Languages Timeline [pdf] (2022)
September 14, 2024
Norris 'still hopeful' of good result in Baku
Friday, September 13, 2024
September 13, 2024
'I've never heard a net booed before' - Fluke winner dashes Evans' hopes
September 13, 2024
Government will not fund Casement for Euro 2028
Thursday, September 12, 2024
September 12, 2024
New top story on Hacker News: Making Things People Want vs. Making Things That Alter Thinking
Making Things People Want vs. Making Things That Alter Thinking
4 by ocean_moist | 2 comments on Hacker News.
4 by ocean_moist | 2 comments on Hacker News.
September 12, 2024
Brigitte Macron makes Emily in Paris cameo appearance
Wednesday, September 11, 2024
September 11, 2024
New top story on Hacker News: Fman Build System
Tuesday, September 10, 2024
September 10, 2024
Grandmother who stole £70,000 from school jailed
Monday, September 9, 2024
September 09, 2024
Kane set for 100th cap - the numbers behind his success
Sunday, September 8, 2024
September 08, 2024
New top story on Hacker News: The muscular imagination of Iain M. Banks: a future you might want to l
The muscular imagination of Iain M. Banks: a future you might want to l
31 by fanf2 | 1 comments on Hacker News.
31 by fanf2 | 1 comments on Hacker News.
September 08, 2024
Woman and child die at property in Cornwall
Saturday, September 7, 2024
September 07, 2024
GB's Wiggs and Henshaw win Paralympic canoe golds
September 07, 2024
Starmer's 'blame the Tories' strategy will not hold forever
Friday, September 6, 2024
September 06, 2024
Newscast: Rebel MPs, leadership dreams and parliamentary pets
Thursday, September 5, 2024
September 05, 2024
New top story on Hacker News: Hacker trap: Fake OnlyFans tool backstabs cybercriminals, steals passwords
Hacker trap: Fake OnlyFans tool backstabs cybercriminals, steals passwords
14 by nazgulsenpai | 0 comments on Hacker News.
14 by nazgulsenpai | 0 comments on Hacker News.
September 05, 2024
Who is Margarita Simonyan, Putin's propagandist-in-chief sanctioned by US?
Wednesday, September 4, 2024
September 04, 2024
Scotland's struggle to tackle poverty while cutting services
Tuesday, September 3, 2024
September 03, 2024
Sony takes new game offline two weeks after release
September 03, 2024
Man found frozen in US cave identified after 47 years
Monday, September 2, 2024
September 02, 2024
Landlord MP should stand down, renters' union says
September 02, 2024
New top story on Hacker News: Solving Redactle with Decision Trees
September 02, 2024
Has ticket row taken the shine off Oasis reunion?
Sunday, September 1, 2024
September 01, 2024
New top story on Hacker News: Athletes/musicians pursue fundamentals more rigorously than knowledge workers
Athletes/musicians pursue fundamentals more rigorously than knowledge workers
12 by JustinSkycak | 4 comments on Hacker News.
12 by JustinSkycak | 4 comments on Hacker News.
September 01, 2024
New top story on Hacker News: Show HN: Shehzadi in Peril – My first ever game
Show HN: Shehzadi in Peril – My first ever game
10 by sh4jid | 3 comments on Hacker News.
Hello HN! This is the first game I ever built. It's very simple, but I'm still kind of proud of it because all the pixel art is original. Thanks for taking a look! GitHub link: https://ift.tt/j2aRiGt
10 by sh4jid | 3 comments on Hacker News.
Hello HN! This is the first game I ever built. It's very simple, but I'm still kind of proud of it because all the pixel art is original. Thanks for taking a look! GitHub link: https://ift.tt/j2aRiGt
September 01, 2024