frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GPT-5.4 to bring a million-token context window and an extreme reasoning mode

https://the-decoder.com/gpt-5-4-reportedly-brings-a-million-token-context-window-and-an-extreme-r...
1•jwilliams•4m ago•0 comments

Intent Expression and Agent Skills

https://www.shincbm.com/agentic-code/2026/02/15/claude-skill-document-review.html
1•hogehoge51•5m ago•1 comments

Show HN: SpaceWalls. A tiny game inspired by snake, asteroids and tower defense

https://ivanca.github.io/spacewalls/
1•AmbroseBierce•6m ago•0 comments

Show HN: It's Just a Notch

https://github.com/NishantJoshi00/notch
1•cat-whisperer•7m ago•0 comments

MacBook Neo commercial, how did they do it?

https://old.reddit.com/r/vfx/comments/1rkyi30/macbook_neo_commercial_how_did_they_do_it/
1•mollynpaan•7m ago•1 comments

The Missing Layer Between Your Agent and Production

https://medium.com/@a.mandyev/the-missing-layer-between-your-agent-and-production-0783b403ae86
1•andrey_m•7m ago•0 comments

Mysterious 'little red dots' may be first stars in universe;on verge of collapse

https://www.livescience.com/space/astronomy/mysterious-little-red-dots-discovered-by-james-webb-t...
1•bookofjoe•8m ago•0 comments

GPT 5.4 includes new extreme reasoning mode and 1M context

https://old.reddit.com/r/OpenAI/comments/1rkql9n/gpt_54_includes_new_extreme_reasoning_mode_and_1m/
2•alecco•8m ago•0 comments

DRAM bots being deployed to hoover up memory chips and components

https://www.tomshardware.com/pc-components/dram/dram-bots-reportedly-being-deployed-to-hoover-up-...
3•akyuu•9m ago•0 comments

Show HN: STDF yield analytics in the browser, data never leaves your machine

https://stdf.io/
1•ZenithR9•9m ago•0 comments

Show HN: AI-powered WCAG color contrast checker that preserves brand colors

https://github.com/Danishmk1286/WCAG-Contrast-Checker-Ai
1•danishmk1286•10m ago•0 comments

Morgan Stanley lays off 2,500 employees across all divisions

https://www.reuters.com/business/world-at-work/morgan-stanley-lays-off-2500-employees-across-all-...
10•rvz•16m ago•1 comments

As Bad Atime as Any: Every Read a Write

https://ben.enterprises/as-bad-atime-as-any
10•nicosalm•16m ago•0 comments

Cutile.jl: Tile-Based GPU Programming for CUDA GPUs

https://discourse.julialang.org/t/ann-cutile-jl-tile-based-gpu-programming-for-cuda-gpus/136011
1•KenoFischer•16m ago•0 comments

The "Roguelike" War Is Over

https://www.goldenkronehotel.com/wp/2020/01/15/the-roguelike-war-is-over/
1•hu3•17m ago•0 comments

Custom triangle-wave engine sounds for rally game [video]

https://www.youtube.com/watch?v=TGYRQXOBcLc
1•ramsharm1•18m ago•0 comments

Show HN: Elite Coders – AI devs that join your Slack, GitHub, and Jira

https://www.elitecoders.ai/
2•eibrahim•19m ago•0 comments

MacBook Neo Compromises

https://www.macrumors.com/2026/03/04/macbook-neo-compromises/
2•dabinat•21m ago•0 comments

Aldo's Game of Music

https://www.aldodevos.nl/game_of_music/
1•leontrolski•22m ago•0 comments

Show HN: I built a quick AI skills test that generates a LinkedIn certificate

https://www.skillgrade.ai/
1•matwiemann•24m ago•1 comments

RTL: WTF: Read the web like Right-to-Left readers do

https://rtl.wtf/
1•birdculture•25m ago•0 comments

Why can't you tune your guitar?

https://www.ethanhein.com/wp/2019/why-cant-you-tune-your-guitar/
1•digitallogic•26m ago•0 comments

Show HN: Accel-GPU v1.0 – NumPy for browser GPU

https://github.com/Phantasm0009/accel-gpu
1•Phantasm0009•26m ago•1 comments

Pg_stat_ch: A PostgreSQL extension that exports every metric to ClickHouse

https://clickhouse.com/blog/pg_stat_ch-postgres-extension-stats-to-clickhouse
1•samaysharma•27m ago•0 comments

Show HN: Just Take A Note – browser notepad that stores everything locally

https://chromewebstore.google.com/detail/just-take-a-note/pjidjoeplknpljmopemnhddajdcbhgbj
1•caioricciuti•28m ago•0 comments

Software isn't dying, but it is becoming more honest

https://www.helenmin.com/blog/software-is-becoming-more-honest
2•nadis•29m ago•0 comments

Show HN: Agentica – open-source coding agent with more models, less cost

https://agentica.genlabs.dev
2•ccocks•30m ago•0 comments

Ask HN: The new wave of AI agent sandboxes?

2•ATechGuy•30m ago•0 comments

Show HN: SellifyMate – Automate daily Etsy sale campaigns with countdown timers

https://sellifymate.com
1•simonij•30m ago•0 comments

Tesla's Secret Weapon Is a Giant Metal Box

https://www.theatlantic.com/technology/2026/03/tesla-energy-elon-musk-batteries/686236/
1•fortran77•34m ago•2 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•9mo ago

Comments

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