frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•alyona0l•10s ago

Yes, Learning to Code Is Still Valuable

https://adventures.nodeland.dev/archive/yes-learning-to-code-is-still-valuable/
1•Tijana329•58s ago•0 comments

Show HN: Are We Friends in X?

https://arewefriends.sawirstudio.com/
1•sawirricardo•4m ago•0 comments

Ejaculating more frequently may improve sperm quality

https://theconversation.com/ejaculating-more-frequently-may-improve-sperm-quality-new-study-275373
1•0xedb•7m ago•1 comments

Against Time-Series Foundation Models

https://shakoist.substack.com/p/against-time-series-foundation-models
1•sebg•8m ago•0 comments

MetaImGui

https://github.com/andynicholson/MetaImGUI
1•andynicholson•14m ago•0 comments

OpenAI Is Doing Everything Poorly

https://www.theatlantic.com/technology/2026/03/sora-openai-identity-crisis/686544/
2•JumpCrisscross•17m ago•0 comments

A Phone-Free Childhood? One Irish Village Is Making It Happen

https://www.nytimes.com/2026/03/25/realestate/ireland-cell-phones-children.html
2•JumpCrisscross•18m ago•0 comments

IPhey: Fingerprinting and IP Checker

https://momoproxy.com/blog/iphey
1•udpchannel•19m ago•0 comments

2023 Or, Why I am Not a Doomer

https://www.hyperdimensional.co/p/2023
1•sebg•21m ago•0 comments

Treat Errors as Warnings

https://thejoylab.ai/p/ewarning
1•xerxes249•21m ago•0 comments

In Math, Rigor Is Vital. But Are Digitized Proofs Taking It Too Far?

https://www.quantamagazine.org/in-math-rigor-is-vital-but-are-digitized-proofs-taking-it-too-far-...
1•isaacfrond•21m ago•0 comments

LetPlant GreenFocus Pomodoro Timer

https://chromewebstore.google.com/detail/letplant-greenfocus-pomod/faafihopigjlmphlldphfgdgagioejmk
1•doener•22m ago•0 comments

Supreme Court rejects Sony's attempt to kick music pirates off the Internet

https://arstechnica.com/tech-policy/2026/03/supreme-court-rejects-sonys-attempt-to-kick-music-pir...
5•isaacfrond•23m ago•0 comments

We cache too much

https://websmith.studio/blog/we-cache-too-much/
1•titanslayer•23m ago•0 comments

Mazda may have found the apex in ICE design with the Skyactiv-Z

https://newatlas.com/automotive/mazda-skyactiv-z/
5•breve•25m ago•0 comments

Show HN: Imrobot – Reverse CAPTCHA that verifies AI agents, not humans

https://github.com/leopechnicki/im_robot
1•leo_pechnicki•25m ago•0 comments

Ireland's first mobile video call via satellite is made

https://www.rte.ie/news/business/2026/0326/1565222-satellite-call-ireland/
2•austinallegro•25m ago•0 comments

Why Sora Failed: $15M/day inference cost vs. $2.1M lifetime revenue

https://www.revolutioninai.com/2026/03/%20chatgpt-gpt-54-mini-silent-switch-march-2026.html
11•vinodpandey7•25m ago•3 comments

Running Sonnet 4.5 Level LLM's on Your Own Servers: Kimi K2.5 Economics

https://twitter.com/CDerinbogaz/status/2037101565249487079
1•textcortex•25m ago•0 comments

MSA on memory issues with AI-a [pdf]

https://github.com/EverMind-AI/MSA/blob/main/paper/MSA__Memory_Sparse_Attention_for_Efficient_End...
1•Liriel•27m ago•0 comments

Vim_gym – Practice Vim by competing against other people

https://www.vimgym.app/
1•Aaronmacaron•28m ago•1 comments

Why pylock.toml includes digital attestations

https://snarky.ca/why-pylock-toml-includes-digital-attestations/
1•lumpa•29m ago•0 comments

Paper: Reducing hallucination in English–Hindi LLMs using citation grounding

https://arxiv.org/abs/2603.18911
1•vedantpandya•31m ago•0 comments

Is there any way to remove an already-pushed commit from GitLab?

1•bluewhalecove•32m ago•1 comments

Engineers do get promoted for writing simple code

https://www.seangoedecke.com/simple-work-gets-rewarded/
3•lalitmaganti•36m ago•0 comments

Intel Arc Pro B70 and Arc Pro B65 GPUs Bring 32GB of RAM to AI and Pro Apps

https://www.tomshardware.com/pc-components/gpus/intel-arc-pro-b70-and-arc-pro-b65-gpus-bring-32gb...
4•throwaway270925•36m ago•1 comments

The Inside Story of the Greatest Deal Google Ever Made: Buying DeepMind

https://www.wsj.com/tech/ai/deepmind-google-demis-hassabis-5bd6de54
1•bookofjoe•36m ago•1 comments

SidClaw – The approval layer for AI agents (open-source)

https://github.com/sidclawhq/platform
1•sidclaw•36m ago•0 comments

Scientists heated a Rocky Mountain wildlife meadow by 2C?

https://www.theguardian.com/environment/2026/mar/25/flowers-heated-2c-meadow-climate-crisis-exper...
1•robaato•38m 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•10mo ago

Comments

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