frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Puffin-Inspired Robot That Swims and Flies [video]

https://www.youtube.com/watch?v=9XJhrKpcBGI
1•skibz•31s ago•0 comments

We are now factory engineers, not product engineers

https://www.warp.dev/blog/we-are-now-factory-engineers-not-product-engineers
1•shintoist•4m ago•0 comments

Finetuning a Reasoning LLM with Supervised or Reinforcement Learning?

https://discuss.huggingface.co/t/finetuning-a-reasoning-llm-with-supervised-or-reinforcement-lear...
1•verdverm•4m ago•0 comments

Political Neutrality Benchmark of popular AI models

https://neutralityproject.org/results.html
1•ryzvonusef•12m ago•0 comments

Short Reflection on being Offline for 24 hours

https://lewiscampbell.tech/blog/260712.html
2•LAC-Tech•20m ago•0 comments

xs: Concatenative array language inspired by kdb+/q in OCaml

https://cryptm.org/xs/
2•tosh•21m ago•0 comments

Edge Password Bulk Manager

https://github.com/marinfrankovic/EdgePasswordManager
2•taubek•23m ago•0 comments

NetBSD as a Desktop: A Nostalgic '90s Experience

https://www.howtogeek.com/i-tried-netbsd-as-a-desktop-and-it-felt-like-stepping-into-the-90s-in-a...
2•birdculture•27m ago•0 comments

Teleflow: A local-first teleprompter and selfie recorder for creators

https://getteleflow.com
2•63labs•28m ago•0 comments

Show HN: LifePath – See what Einstein was doing at your exact age

https://thelifepaths.com/
2•pro_methe5•30m ago•3 comments

Forget "Fat" Models. The Future Is Narrow

https://adlrocha.substack.com/p/adlrocha-forget-fat-models-the-future
2•adlrocha•32m ago•0 comments

Show HN: InLie – See manipulation tactics in political videos, live

https://chromewebstore.google.com/detail/inlie-—-political-manipul/oajemdmhhgpifbdncldjappndcpe...
3•ivan_holovach•37m ago•0 comments

I Built a WordPress Plugin Nobody Asked For. Here's Why –. and How

https://notes.nagdy.me/2026/07/built-wordpress-plugin-nobody-asked-for-heres-why-and-how/
2•taubek•37m ago•0 comments

Stop Getting 'Good' at ChatGPT (2024)

https://hitsubscribe.com/surviving-the-great-commoditizer-stop-getting-good-at-chatgpt/
2•LAC-Tech•39m ago•0 comments

Atomic Physics in Pure Anglo-Saxon

https://www.ling.upenn.edu/~beatrice/110/docs/uncleftish-beholding.html
2•xelxebar•40m ago•0 comments

Show HN: Zero Trust Boundary for Agents

https://github.com/Open-AGS/attestor
3•Oxlamarr•40m ago•0 comments

Senator Lindsey Graham, Republican of South Carolina, Dies at 71

https://www.nytimes.com/2026/07/12/us/politics/lindsey-graham-dead.html
7•josefrichter•42m ago•2 comments

Moving Averages (2022)

https://gregorygundersen.com/blog/2022/06/04/moving-averages/
2•tosh•43m ago•0 comments

Lame 4.0 Released

https://sourceforge.net/p/lame/mailman/message/59357706/
2•robin_reala•46m ago•0 comments

Intro to Multiplicative Calculus [video]

https://www.youtube.com/watch?v=O1ds53ADmOU
1•soupspaces•50m ago•0 comments

'I'm not a programmer' anymore: Linus Torvalds on the only two tools he uses now

https://www.zdnet.com/article/open-source-summit-linus-torvalds/
1•makerdiety•52m ago•1 comments

Unify AI Horn alternative using ESP32, WizNet 5500, Poe and a Ti Amp

https://www.hackster.io/c_m_cooper/announce-for-unify-e9c652
1•cromka•54m ago•0 comments

Show HN: Inkfold – workspace across multiple AI providers with shared memory

https://www.inkfold.app/
1•hannan2•56m ago•0 comments

Why Mechanical Sympathy? (2011)

https://mechanical-sympathy.blogspot.com/2011/07/why-mechanical-sympathy.html
1•tosh•59m ago•0 comments

Word Count Benchmarks for Websites and Email

https://medium.com/@thesuperrepemail/word-count-benchmarks-for-websites-and-email-d3a7eb6bbea8
2•rajkverma123•1h ago•0 comments

List of theaters and campaigns of World War II

https://en.wikipedia.org/wiki/List_of_theaters_and_campaigns_of_World_War_II
2•zeristor•1h ago•0 comments

China unveils high-power microwave weapon arsenal with up to 100 gigawatts

https://www.scmp.com/news/china/science/article/3360000/100-gigawatts-china-unveils-its-high-powe...
2•msalsas•1h ago•0 comments

ESDM Is Now Open Source

https://docs.eventsourcingdb.io/blog/2026/07/13/esdm-is-now-open-source/
3•goloroden•1h ago•0 comments

T. rex fossil could become most expensive dinosaur ever sold

https://www.bbc.co.uk/news/articles/c4gykgyn1r4o
2•beardyw•1h ago•0 comments

24-zig

https://en.wikipedia.org/wiki/24-zig
1•Lammy•1h 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?