frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled

https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled
1•simonpure•36s ago•0 comments

Building an AI agent for spreadsheets – 4 months of learnings

https://github.com/witanlabs/research-log
1•samuelstros•2m ago•0 comments

Show HN: Memobase – Universal memory that works across all your AI tools

https://memobase.ai/
1•chsitter•4m ago•0 comments

Free Exploit Development CTFs and Walkthroughs Based on Real CVEs

https://zeropath.com/blog/zeropath-exploit-development-ctfs
2•NonStopOyster•6m ago•1 comments

You're paying AI companies a monthly subscription fee to be fingerprinted

https://infosec.exchange/@k3ym0/116161635202253362
2•u1hcw9nx•7m ago•0 comments

I Audited the Privacy of Popular Free Dev Tools, the Results Are Terrifying

https://www.toolbox-kit.com/blog/i-audited-popular-dev-tools-privacy-results-are-scary
1•WaitWaitWha•7m ago•0 comments

XPize (2015)

https://web.archive.org/web/20150216030240/http://www.xpize.net/screenshots.php
1•1970-01-01•8m ago•0 comments

The Window Chrome of Our Discontent

https://pxlnv.com/blog/window-chrome-of-our-discontent/
2•miniBill•9m ago•0 comments

Show HN: I built a tool that rewrites angry emails into polite professional ones

https://angrytopolite.com
1•crawde•11m ago•0 comments

JSON Documents Performance, Storage and Search: MongoDB vs. PostgreSQL

https://binaryigor.com/json-documents-mongodb-vs-postgresql.html
1•birdculture•11m ago•0 comments

Pawno: Terminal Pleasure

https://philbooth.me/blog/pawno-terminal-pleasure
1•speckx•14m ago•0 comments

China leads scientific trends; the West launches new ones

https://arxiv.org/abs/2603.01117
1•bikenaga•14m ago•1 comments

Rage Against the Machine

https://ericfriese.substack.com/p/rage-against-the-machine
1•weagle05•15m ago•0 comments

Ask HN: How do you stay focused during deep work?

13•rustcore•15m ago•0 comments

Review: Mercury Personal Banking

https://taylor.town/mercury-000
1•surprisetalk•16m ago•0 comments

Piku – About the Tiniest PaaS

https://github.com/piku/piku
2•kristianpaul•16m ago•0 comments

Arti 2.1.0 released: Relay and RPC development

https://blog.torproject.org/arti_2_1_0_released/
1•mikece•16m ago•0 comments

Rust zero-cost abstractions vs. SIMD

https://turbopuffer.com/blog/zero-cost
1•Sirupsen•18m ago•0 comments

A US Government iPhone-Hacking Toolkit Is Now in Foreign Spy and Criminal Hands

https://www.wired.com/story/coruna-iphone-hacking-toolkit-us-government/
4•alwillis•20m ago•0 comments

I Chose Electron over Native (and I'd Do It Again)

https://syntax.fm/show/983/why-i-chose-electron-over-native-and-i-d-do-it-again
3•kethinov•20m ago•0 comments

Controlling the human connectome with spatially diffuse input signals

https://www.nature.com/articles/s42003-026-09560-8
1•bookofjoe•21m ago•0 comments

Hours of Darkness: The Ongoing Regime-Imposed Internet Blackout

https://twitter.com/netblocks/status/2028913162255282264
1•us321•22m ago•0 comments

Norway explains formula behind sustained success at Winter Olympics

https://www.japantimes.co.jp/olympics/2026/02/17/norway-keys-winter-success/
1•PaulHoule•23m ago•0 comments

Show HN: SQL-pipe – Query CSV streams with SQLite syntax (written in Zig)

https://github.com/vmvarela/sql-pipe
1•vmvarela•23m ago•2 comments

Self-Hosted Software List

https://hostedsoftware.org/
6•selfhostedsoft•24m ago•1 comments

Supported browser for Apple devices, derived from Atari TOS 1999

https://en.wikipedia.org/wiki/ICab
1•muzzy19•25m ago•1 comments

Show HN: Spanish Words, spaced repetition vocabulary app for frequent words

https://www.1000spanishwords.app/
1•bbmaxwell•28m ago•0 comments

Ask Your AI to Fill This

https://potomushto.com/2026/tell-your-ai/
1•speckx•29m ago•0 comments

A better way to manage environment variables

https://github.com/humblepenguinn/envio
1•doomlazer•29m ago•1 comments

Show HN: SEO That Fixes Itself

https://www.howtoseo.ai/
1•santiviquez•31m 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•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?