frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Replacing a $3000/mo Heroku bill with a $55/mo server

https://disco.cloud/blog/how-idealistorg-replaced-a-3000mo-heroku-bill-with-a-55-server/
185•jryio•1h ago•104 comments

Doomsday Scoreboard

https://doomsday.march1studios.com/
73•diymaker•1h ago•32 comments

Build Your Own Database

https://www.nan.fyi/database
296•nansdotio•5h ago•57 comments

rlsw – Raylib software OpenGL renderer in less than 5k LOC

https://github.com/raysan5/raylib/blob/master/src/external/rlsw.h
25•fschuett•58m ago•1 comments

LLMs can get "brain rot"

https://llm-brain-rot.github.io/
242•tamnd•7h ago•127 comments

Neural audio codecs: how to get audio into LLMs

https://kyutai.org/next/codec-explainer
305•karimf•9h ago•92 comments

We rewrote OpenFGA in pure Postgres

https://getrover.substack.com/p/how-we-rewrote-openfga-in-pure-postgres
10•wbadart•1h ago•2 comments

Mathematicians have found a hidden 'reset button' for undoing rotation

https://www.newscientist.com/article/2499647-mathematicians-have-found-a-hidden-reset-button-for-...
71•mikhael•5d ago•39 comments

Minds, brains, and programs (1980) [pdf]

https://home.csulb.edu/~cwallis/382/readings/482/searle.minds.brains.programs.bbs.1980.pdf
28•measurablefunc•1w ago•0 comments

NASA chief suggests SpaceX may be booted from moon mission

https://www.cnn.com/2025/10/20/science/nasa-spacex-moon-landing-contract-sean-duffy
151•voxleone•9h ago•458 comments

Lottery-fication of Everything: 0 day options, perps, parlays are now mainstream

https://www.dopaminemarkets.com/p/the-lottery-fication-of-everything
6•_1729•53m ago•0 comments

Wikipedia says traffic is falling due to AI search summaries and social video

https://techcrunch.com/2025/10/18/wikipedia-says-traffic-is-falling-due-to-ai-search-summaries-an...
192•gmays•20h ago•185 comments

Foreign hackers breached a US nuclear weapons plant via SharePoint flaws

https://www.csoonline.com/article/4074962/foreign-hackers-breached-a-us-nuclear-weapons-plant-via...
278•zdw•6h ago•165 comments

The Salt and Pepper Shaker Museum

https://www.thesaltandpeppershakermuseum.com
9•NaOH•1w ago•0 comments

Getting DeepSeek-OCR working on an Nvidia Spark via brute force with Claude Code

https://simonwillison.net/2025/Oct/20/deepseek-ocr-claude-code/
90•simonw•1d ago•5 comments

Flexport Is Hiring SDRs in Chicago

https://job-boards.greenhouse.io/flexport/jobs/5690976?gh_jid=5690976
1•thedogeye•4h ago

Show HN: Katakate – Dozens of VMs per node for safe code exec

https://github.com/Katakate/k7
75•gbxk•6h ago•31 comments

ChatGPT Atlas

https://chatgpt.com/atlas
441•easton•4h ago•435 comments

Diamond Thermal Conductivity: A New Era in Chip Cooling

https://spectrum.ieee.org/diamond-thermal-conductivity
145•rbanffy•10h ago•47 comments

AWS multiple services outage in us-east-1

https://health.aws.amazon.com/health/status?ts=20251020
2210•kondro•1d ago•2000 comments

Ilo – a Forth system running on UEFI

https://asciinema.org/a/Lbxa2w9R5IbaJqW3INqVrbX8E
97•rickcarlino•8h ago•35 comments

The death of thread per core

https://buttondown.com/jaffray/archive/the-death-of-thread-per-core/
55•ibobev•1d ago•13 comments

Show HN: bbcli – A TUI and CLI to browse BBC News like a hacker

https://github.com/hako/bbcli
48•wesleyhill•2d ago•7 comments

Our modular, high-performance Merkle Tree library for Rust

https://github.com/bilinearlabs/rs-merkle-tree
116•bibiver•9h ago•26 comments

What do we do if SETI is successful?

https://www.universetoday.com/articles/what-do-we-do-if-seti-is-successful
95•leephillips•1d ago•120 comments

Binary Retrieval-Augmented Reward Mitigates Hallucinations

https://arxiv.org/abs/2510.17733
30•MarlonPro•5h ago•3 comments

The Programmer Identity Crisis

https://hojberg.xyz/the-programmer-identity-crisis/
154•imasl42•5h ago•150 comments

Apple alerts exploit developer that his iPhone was targeted with gov spyware

https://techcrunch.com/2025/10/21/apple-alerts-exploit-developer-that-his-iphone-was-targeted-wit...
224•speckx•6h ago•110 comments

60k kids have avoided peanut allergies due to 2015 advice, study finds

https://www.cbsnews.com/news/peanut-allergies-60000-kids-avoided-2015-advice/
233•zdw•18h ago•233 comments

The Greatness of Text Adventures

https://entropicthoughts.com/the-greatness-of-text-adventures
87•ibobev•5h ago•62 comments
Open in hackernews

Getting DeepSeek-OCR working on an Nvidia Spark via brute force with Claude Code

https://simonwillison.net/2025/Oct/20/deepseek-ocr-claude-code/
90•simonw•1d ago

Comments

syntaxing•1d ago
Ehh, is it cool and time savings that it figured it out? Yes. But the solution was to get a “better” version prebuilt wheel package of PyTorch. This is a relatively “easy” problem to solve (figuring out this was the problem does take time). But it’s (probably, I can’t afford one) going to be painful when you want to upgrade the cuda version or specify a specific version. Unlike a typical PC, you’re going to need to build a new image and flash it. I would be more impressed when a LLM can do this end to end for you.
sh3rl0ck•16h ago
Pytorch + CUDA is a headache I've seen a lot of people have at my uni, and one I've never had to deal with thanks to uv. Good tooling really does go a long way in these things.

Although, I must say that for certain docker pass through cases, the debugging logs just aren't as detailed

ComputerGuru•47m ago
uv doesn’t fundamentally solve the issues. It didn’t invent venv or pip.

What fundamentally solves the issue is to use an onnx version of the model.

simonw•37m ago
Do you know if it's possible to run ONNX versions of models on a Mac?

I should try those on the NVIDIA Spark, be interesting to see if they are easy to work with on ARM64.

BoredPositron•1h ago
Compute well spent... finding out to download a version and hardware appropriate wheel.