frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: ApplyPilot – Self-Hosted AI-Powered Job Search Companion. Open Source

https://github.com/eliornl/applypilot
1•eliornl•7m ago•0 comments

Sperm whales' communication closely parallels human language, study finds

https://www.theguardian.com/environment/2026/apr/15/sperm-whales-alphabet-vocalizations-similar-h...
1•breve•7m ago•0 comments

Việt Nam: Local Police Dox and Fine Citizens over Critical Comments

https://thevietnamese.org/2026/04/social-media-crackdown-in-viet-nam-local-police-dox-and-fine-ci...
1•BaudouinVH•9m ago•0 comments

You can have an RSS dependent website in 2026

https://matduggan.com/you-can-absolutely-have-an-rss-dependent-website-in-2026/
2•swq115•10m ago•0 comments

How China Built Its Vast Natural Gas Stockpile

https://www.nytimes.com/2026/04/08/business/china-natural-gas-reserves-iran-war.html
1•bookofjoe•11m ago•1 comments

The Apple II Moment is here

https://hipocampus.ai/blog/apple-ii-moment
3•LivingGlitcher•15m ago•1 comments

Flock Condemns False Child Predator Allegations, Yet Calls Critics Terrorists

https://ipvm.com/reports/flock-allegations-critics
3•jhonovich•15m ago•0 comments

GPT‑2: 1.5B release (2019)

https://openai.com/index/gpt-2-1-5b-release/
1•Alifatisk•20m ago•0 comments

IEEE SouthEastCon 2026 Authors List

https://edas.info/web/southeastcon2026/program.html
1•yoryter•21m ago•0 comments

Oil Depletion Allowance

https://en.wikipedia.org/wiki/Oil_depletion_allowance
1•thelastgallon•25m ago•0 comments

Decode Your Life Path and Love Line Instantly

https://destinymatrics.com/
1•hmazapthan•27m ago•0 comments

Snakes and Ladders

https://entropicthoughts.com/snakes-and-ladders
1•kqr•27m ago•0 comments

AI Is Finding More Bugs Than Open-Source Teams Can Fight Off

https://www.bloomberg.com/news/articles/2026-04-17/anthropic-s-mythos-adds-strain-on-cybersecurit...
3•helsinkiandrew•33m ago•2 comments

5x faster prime generation than OpenSSL via Riemann zeta zeros (SpectralPrimes)

https://github.com/model-vpr/ultrafast-spectral-primes
1•vpr-research•34m ago•0 comments

Launchstack – Open-source knowledge layer that index your docs for Claude MCP

https://github.com/Deodat-Lawson/LaunchStack
1•DaggersDreaming•36m ago•0 comments

The quiet disappearance of the free-range childhood

https://bigthink.com/mind-behavior/the-quiet-disappearance-of-the-free-range-childhood/
9•sylvainkalache•40m ago•3 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
12•f_r_d•41m ago•1 comments

Practical Antiforgery in Software Design

https://hudlow.org/2026/practical-antiforgery
3•fanf2•42m ago•0 comments

Floating Point Fun on Cortex-M Processors

https://danielmangum.com/posts/floating-point-cortex-m/
2•hasheddan•42m ago•0 comments

Bacterial enzyme-responsive hydrogels deliver antibiotics to infected wounds

https://www.science.org/doi/10.1126/sciadv.adz0786
3•PaulHoule•43m ago•0 comments

Poor Planning and Lax Oversight Wastes Millions

https://www.mass.gov/doc/the-steamship-authoritys-website-development-project/download
3•jonl521•43m ago•0 comments

Tell HN: GitHub Apps – Private key is not private

https://github.com/login
1•time4tea•44m ago•2 comments

A Consigliere on Every Desk and in Every Home

https://www.wysr.xyz/p/a-consigliere-on-every-desk-and-in
1•martialg•44m ago•0 comments

A 1151-Year Quasi-Commensurability Among All Planets Except Uranus

https://arxiv.org/abs/2604.03049
1•zenutrio•47m ago•0 comments

Mac-control-MCP – 63-tool native Swift MCP server for macOS

https://github.com/AdelElo13/mac-control-mcp
1•adelelo13•48m ago•0 comments

The Download: cyberscammers' banking bypasses, and carbon removal troubles

https://www.technologyreview.com/2026/04/16/1136034/the-download-cyberscammers-banking-bypasses-m...
2•joozio•49m ago•0 comments

Show HN: Ricci Flow – AI Web Scraper

https://chromewebstore.google.com/detail/ricci-flow-–-ai-web-scrap/ngeodkdeahmlnceiomeeidoidhni...
2•qwikhost•49m ago•1 comments

Who Uses AI Agents (and Who Just Runs the Demo)

https://www.bhusalmanish.com.np/blog/posts/who-actually-uses-ai-agents.html
2•okchildhood•49m ago•0 comments

Escaped wolf returned to zoo after nine-day search

https://www.cnn.com/2026/04/17/asia/south-koreans-escaped-wolf-intl-scli
2•Bender•50m ago•2 comments

Show HN: TweakIdea – 14-dimension startup idea evaluation in Claude Code

https://github.com/eph5xx/tweakidea
1•ephx•55m ago•0 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?