frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vikings. Vikings Everywhere

https://signoregalilei.com/2025/11/13/vikings-vikings-everywhere/
1•surprisetalk•28s ago•0 comments

"Eye" evolving from the Bronze Age to today [video]

https://m.youtube.com/shorts/rWxWj6FTHvk
1•surprisetalk•35s ago•0 comments

Lower cooling costs with deployment of quantum computers in the stratosphere

https://discovery.kaust.edu.sa/en/article/26198/green-quantum-computing-takes-to-the-skies/
1•giuliomagnifico•50s ago•0 comments

Americans are holding onto devices longer than ever and it's costing the economy

https://www.cnbc.com/2025/11/23/how-device-hoarding-by-americans-is-costing-economy.html
1•randycupertino•1m ago•1 comments

Micropackages and Open Source Trust Scaling (2016)

https://lucumr.pocoo.org/2016/3/24/open-source-trust-scaling/
1•coloneltcb•3m ago•0 comments

We deleted our Dockerfiles: a better, faster way to build container images

https://www.rwx.com/blog/we-deleted-our-dockerfiles
3•fourteenminutes•4m ago•0 comments

Gemini 3 beaks OpenAI's long-standing lead in SRE tasks

https://rootly.com/blog/gemini-3-lead-in-sre-tasks
1•sylvainkalache•4m ago•0 comments

First New Malaria Drug in Years Performs Strongly in Late-Stage Testing

https://www.wsj.com/health/pharma/first-new-malaria-drug-in-years-performs-strongly-in-late-stage...
1•geox•4m ago•0 comments

Show HN: An AI Agent with Hysteresis-Based Personality Evolution (Python/Gemini)

https://github.com/EMMA019/Evo-chat
1•tarocha1019•5m ago•0 comments

Show HN: Smart Scan – REST API, Dashboard, and CI/CD Tools for MCP Security

https://smart.mcpshark.sh/
15•o4isec•6m ago•0 comments

Show HN: Raspberry Pi Monitoring with Gemini-CLI

https://recnes.github.io/Multi-device-RPi-status-monitor/
1•SencerH•6m ago•0 comments

Alltrails Responds to Subscriber Outrage over Upsell Treadmill

https://old.reddit.com/r/alltrails/comments/1otjdmf/we_heard_you_heres_whats_changing_about_alltr...
1•tonymet•6m ago•1 comments

For 6 years, we ran the largest blind eng hiring experiment of all time

https://interviewing.io/blog/for-six-years-we-ran-the-largest-blind-eng-hiring-experiment-of-all-...
2•leeny•7m ago•0 comments

Microsoft's Notepad; the Best Advertisement for Notepad++ There Is

https://pcper.com/2025/11/microsofts-notepad-the-best-advertisement-for-notepad-there-is/
2•speckx•9m ago•0 comments

Technical writeup of exploiting vulnerability in Firebase SDK to hack Lovable

https://blog.vidocsecurity.com/blog/how-we-secured-lovable
1•kannthu•9m ago•0 comments

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
2•kalil0321•10m ago•0 comments

Shopping Research in ChatGPT

https://openai.com/index/chatgpt-shopping-research/
1•wertyk•11m ago•0 comments

Pentagon investigating Sen Mark Kelly for urging troops to defy 'illegal orders'

https://apnews.com/article/pentagon-mark-kelly-troop-investigation-4882f76b05dcdfa3060c284c2c84dd12
1•rawgabbit•12m ago•0 comments

OreNPMGuard v2.0.0 – OSS for Shai-Hulud 2.0 NPM supply chain attack

1•ahsansmir•13m ago•0 comments

Show HN: Explore what the browser exposes about you

https://neberej.github.io/exposedbydefault/
2•coffeecoders•14m ago•0 comments

Dingo, meta-language for Go: sum types, error propagation, pattern matching

https://github.com/MadAppGang/dingo
1•jedimastert•16m ago•0 comments

I made an app that turns scrolling into learning instead of doomscrolling

https://apps.apple.com/app/id6754678719
1•BrainScroller•16m ago•1 comments

Google does not train Gemini on Gmail data

https://twitter.com/gmail/status/1991989459097653419
1•xnx•18m ago•1 comments

Show HN: Resilient LLM

https://github.com/gitcommitshow/resilient-llm
1•witnessme•20m ago•0 comments

Migratory Birds and Rice Farmers Are Helping Each Other Soar

https://reasonstobecheerful.world/migratory-birds-rice-farmers-help-each-other-soar/
1•PaulHoule•22m ago•0 comments

Show HN: PDFClear – Browser-based PDF tools with local AI (WASM+Transformers.js)

https://www.pdfclear.com/
2•aliansari22•23m ago•0 comments

LisaGUI recreates Apple's Lisa interface in the browser

https://www.theregister.com/2025/11/24/lisagui_lisaos_apple/
1•coloneltcb•23m ago•0 comments

MCP Code Execution Server

https://github.com/ozgureyilmaz/mcp-executor
1•0x79de•24m ago•0 comments

Show HN: Wikidive: A tool to deep dive Wikipedia rabbitholes

https://wikidive.net/dive?topic=Philosophy
1•atulvi•26m ago•0 comments

Belgium's 15-year-old prodigy earns PhD in quantum physics

https://www.brusselstimes.com/1846332/belgiums-15-year-old-prodigy-earns-phd-in-quantum-physics
1•iamtech•26m 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•6mo ago

Comments

uberman•6mo 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•6mo 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•6mo 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•6mo 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?