frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tutorial on Event-based Cameras(2020) [pdf]

https://rpg.ifi.uzh.ch/docs/scaramuzza/Tutorial_on_Event_Cameras_Scaramuzza.pdf
1•o4c•40s ago•0 comments

New Kodak Film – Verita 200D Colour Negative

https://www.kodak.com/en/company/press-release/kodak-verita-200d-color-negative-film/
1•coolandsmartrr•5m ago•0 comments

The War Is Turning Iran into a Major World Power

https://www.nytimes.com/2026/04/06/opinion/iran-war-strait-hormuz.html
1•spopejoy•5m ago•1 comments

Google's Gmail Upgrade Decision: 2B Users Must Act Now

https://www.forbes.com/sites/zakdoffman/2026/04/10/googles-gmail-upgrade-decision-2-billion-users...
2•teleforce•10m ago•0 comments

Give your coding agents the context your repo has

https://aspenkit.dev/
1•mvoutov•14m ago•0 comments

Neural Computers

https://arxiv.org/abs/2604.06425
2•Anon84•15m ago•0 comments

RAG 40x faster using binary quantization (2024)

https://lightning.ai/lightning-ai/templates/rag-40x-faster-using-binary-quantization
3•teleforce•22m ago•0 comments

From error-handling to structured concurrency

https://blog.nelhage.com/post/concurrent-error-handling/
1•vinhnx•24m ago•0 comments

Our response to the Axios developer tool compromise

https://openai.com/index/axios-developer-tool-compromise/
5•surprisetalk•24m ago•0 comments

40x Faster Binary Search

https://www.p99conf.io/session/40x-faster-binary-search/
1•teleforce•26m ago•0 comments

Adding Structured Concurrency to JavaScript

https://github.com/bakkot/structured-concurrency-for-js
1•PaulHoule•26m ago•0 comments

Search demand for "coffee shop near me" across 1k US cities

https://www.sextaris.com/blog/coffee-shop-near-me-1000-us-cities
1•verzhykovskyi•27m ago•0 comments

[STORY] Watching Abandoned Toddlers as the End Approaches

https://www.tumblr.com/bixbythemartian/633183446892691456/writing-prompt-s-youre-a-daycare-worker
2•barry-cotter•28m ago•0 comments

Request Camel Numbering

https://gov.om/w/request-camel-numbering
3•earksiinni•44m ago•0 comments

Git per sviluppatori: guida completa dai comandi base al workflow professionale

https://donatodelpeschio.it/blog/git-guida-completa-comandi-workflow
1•donnyBlanko•44m ago•0 comments

A bet on whether ML-KEM-768 or X25519 will break first

https://github.com/FiloSottile/ecc-vs-lattices-long-bet
1•figsoda•45m ago•1 comments

From Spec-Driven Work to Work Orchestration

https://trilogyai.substack.com/p/from-spec-driven-work-to-work-orchestration
2•kumanday•47m ago•0 comments

Hormuz, an MCP-first forecasting engine for reproducible modeling

https://github.com/farukalpay/hormuz-tectonochemical-engine/
7•festafin•48m ago•1 comments

Anthropic Mythos 0-days replicated with GPT5.4

https://twitter.com/kannthu1/status/2042695741844619502
1•knivets•48m ago•0 comments

Dario – use your Claude Max subscription as an API (no API key needed)

https://github.com/askalf/dario
1•askalf•56m ago•1 comments

Show HN: Collabmem – a memory system for long-term collaboration with AI

https://github.com/visionscaper/collabmem
3•visionscaper•57m ago•1 comments

Is ChatGPT Down?

https://chatgpt.com/
4•laser9•57m ago•1 comments

We gave an AI a 3-year Lease. It opened a store

https://andonlabs.com/blog/andon-market-launch
3•lukaspetersson•58m ago•0 comments

Anthropic loses appeals court bid to temporarily block DoD ruling

https://www.cnbc.com/2026/04/08/anthropic-pentagon-court-ruling-supply-chain-risk.html
1•gmays•59m ago•1 comments

Ask HN: Would you take your engineering team to Buenos Aires for an offsite?

2•yoouareperfect•1h ago•0 comments

Sciences Physiques

https://www.jf-noblet.fr/
2•Eridanus2•1h ago•1 comments

I Built Anthropic's Internal Sandbox Platform on a Single Linux Box

https://jonno.nz/posts/i-built-anthropics-internal-sandbox-platform-on-a-single-linux-box/
2•jonnonz•1h ago•0 comments

What Are You Trying to Say?

https://idiallo.com/blog/what-are-you-trying-to-say
2•foxfired•1h ago•0 comments

Warez Scene

https://en.wikipedia.org/wiki/Warez_scene
7•maltalex•1h ago•2 comments

Open Source LLM Comparison – Is Opus Cooked?

https://paradise-runner.github.io/frontier-comparison/
2•dividedcomet•1h ago•1 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•11mo ago

Comments

uberman•11mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•11mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•11mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•11mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?