New best story on Hacker News: Google open-sources the Pebble OS

Google open-sources the Pebble OS
882 by hexxeh | 129 comments on
https://ift.tt/zCLvJu5

New best story on News: Google open-sources the Pebble OS

Google open-sources the Pebble OS
873 by hexxeh | 128 comments .
https://ift.tt/zCLvJu5

New best story on News: We're bringing Pebble back

We're bringing Pebble back
964 by erohead | 252 comments on News.
Thank you, Google. You didn't have to, but you did. We (the Pebble team and community) are extraordinarily grateful. I wrote a blog post about our plans to bring Pebble back, sustainably. https://ift.tt/lp24dbM We got our original start on HN ( https://ift.tt/MlDZIW6 ), it's a pleasure to be back.

New best story on Hacker News: We're bringing Pebble back

We're bringing Pebble back
950 by erohead | 247 comments on
Thank you, Google. You didn't have to, but you did. We (the Pebble team and community) are extraordinarily grateful. I wrote a blog post about our plans to bring Pebble back, sustainably. https://ift.tt/i72Bvtd We got our original start on HN ( https://ift.tt/Lqm1Mtb ), it's a pleasure to be back.

New best story on News: Thank HN: My bootstrapped startup got acquired today

Thank HN: My bootstrapped startup got acquired today
1120 by paraschopra | 164 comments on News.
Hello HN, I'm Paras Chopra, founder of VWO. We're an A/B testing platform that was born here as a Show HN in 2009: https://ift.tt/W65xHT8 Today, I sold the company to a private equity firm for $200mn. It's covered on TechCrunch: https://ift.tt/OY0IKby... I was a 22 year old fresh graduate when I launched VWO on HN and got initial users. Feedback from people like @patio11 helped me get to PMF. And now, 15 years later, "site:ycombinator.com" is what I appended when I wanted to search for advice on what to keep in mind while selling my company. Thank you HN for sharing inspiration and wisdom all along. I honestly don't think I would have been an entrepreneur had it not been for hacker news. Every single day, HN is the first website I open! I'm feeling very grateful towards the community. Thanks @dang, and thank you Paul Graham for your essays and for creating this beautiful corner of the internet!

New best story on Hacker News: Thank HN: My bootstrapped startup got acquired today

Thank HN: My bootstrapped startup got acquired today
1120 by paraschopra | 164 comments on
Hello HN, I'm Paras Chopra, founder of VWO. We're an A/B testing platform that was born here as a Show HN in 2009: https://ift.tt/KDXISha Today, I sold the company to a private equity firm for $200mn. It's covered on TechCrunch: https://ift.tt/BL6KWIG... I was a 22 year old fresh graduate when I launched VWO on HN and got initial users. Feedback from people like @patio11 helped me get to PMF. And now, 15 years later, "site:ycombinator.com" is what I appended when I wanted to search for advice on what to keep in mind while selling my company. Thank you HN for sharing inspiration and wisdom all along. I honestly don't think I would have been an entrepreneur had it not been for hacker news. Every single day, HN is the first website I open! I'm feeling very grateful towards the community. Thanks @dang, and thank you Paul Graham for your essays and for creating this beautiful corner of the internet!

New best story on News: Thank HN: My bootstrapped startup got acquired today

Thank HN: My bootstrapped startup got acquired today
1103 by paraschopra | 162 comments .
Hello HN, I'm Paras Chopra, founder of VWO. We're an A/B testing platform that was born here as a Show HN in 2009: https://ift.tt/KDXISha Today, I sold the company to a private equity firm for $200mn. It's covered on TechCrunch: https://ift.tt/BL6KWIG... I was a 22 year old fresh graduate when I launched VWO on HN and got initial users. Feedback from people like @patio11 helped me get to PMF. And now, 15 years later, "site:ycombinator.com" is what I appended when I wanted to search for advice on what to keep in mind while selling my company. Thank you HN for sharing inspiration and wisdom all along. I honestly don't think I would have been an entrepreneur had it not been for hacker news. Every single day, HN is the first website I open! I'm feeling very grateful towards the community. Thanks @dang, and thank you Paul Graham for your essays and for creating this beautiful corner of the internet!

New best story on News: Show HN: I made an open-source laptop from scratch

Show HN: I made an open-source laptop from scratch
1022 by Hello9999901 | 139 comments .
Hello! I'm Byran. I spent the past ~6 months engineering a laptop from scratch. It's fully open-source on GH at: https://ift.tt/3ef1zpa

New best story on News: Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers

Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers
964 by tedsanders | 1363 comments on News.


New best story on Hacker News: Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers

Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers
964 by tedsanders | 1363 comments on


New best story on News: Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers

Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers
961 by tedsanders | 1354 comments .


New best story on News: Ross Ulbricht granted a full pardon

Ross Ulbricht granted a full pardon
978 by Ozarkian | 984 comments on News.


New best story on Hacker News: Ross Ulbricht granted a full pardon

Ross Ulbricht granted a full pardon
978 by Ozarkian | 984 comments on


New best story on News: Ross Ulbricht granted a full pardon

Ross Ulbricht granted a full pardon
958 by Ozarkian | 956 comments .


New best story on Hacker News: Meta's memo to employees rolling back DEI programs

Meta's memo to employees rolling back DEI programs
793 by bsilvereagle | 1076 comments on


New best story on News: Meta's memo to employees rolling back DEI programs

Meta's memo to employees rolling back DEI programs
786 by bsilvereagle | 1071 comments .


New best story on News: Ending our third party fact-checking program and moving to Community Notes model

Ending our third party fact-checking program and moving to Community Notes model
841 by impish9208 | 1336 comments .


New best story on News: Show HN: Tetris in a PDF

Show HN: Tetris in a PDF
972 by ThomasRinsma | 176 comments .
I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I/O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing/hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at the source code here: https://ift.tt/v8iToh4

New best story on News: Show HN: Tetris in a PDF

Show HN: Tetris in a PDF
961 by ThomasRinsma | 173 comments on News.
I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I/O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing/hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at the source code here: https://ift.tt/Ti5ucO1

New best story on Hacker News: Show HN: Tetris in a PDF

Show HN: Tetris in a PDF
961 by ThomasRinsma | 173 comments on
I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I/O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing/hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at the source code here: https://ift.tt/v8iToh4

New best story on Hacker News: DOOM CAPTCHA

DOOM CAPTCHA
701 by denysvitali | 182 comments on


New best story on News: DOOM CAPTCHA

DOOM CAPTCHA
695 by denysvitali | 178 comments .


New best story on News: Things we learned about LLMs in 2024

Things we learned about LLMs in 2024
693 by simonw | 460 comments .


New best story on News: Happy New Year 2025

Happy New Year 2025
698 by martynvandijke | 168 comments on News.
Hey HN, this site always drags me back to visit it everyday. So for that Happy New year !

New best story on Hacker News: Happy New Year 2025

Happy New Year 2025
698 by martynvandijke | 168 comments on
Hey HN, this site always drags me back to visit it everyday. So for that Happy New year !

New best story on News: Happy New Year 2025

Happy New Year 2025
675 by martynvandijke | 162 comments .
Hey HN, this site always drags me back to visit it everyday. So for that Happy New year !

New best story on News: ChatControl: EU wants to scan all private messages, even in encrypted apps

ChatControl: EU wants to scan all private messages, even in encrypted apps 942 by Metalhearf | 515 comments on News.