frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chromium Embedded Framework (CEF)

https://github.com/chromiumembedded/cef
1•auraham•13s ago•0 comments

The Punctum and the Blind Field

https://theholbrookreport.com/reports/punctum-and-the-blind-field/
1•TyrunDemeg101•4m ago•0 comments

China will have a Fable 5-class AI model before next year

https://www.tomshardware.com/tech-industry/artificial-intelligence/elon-musk-says-that-china-will...
2•achow•7m ago•0 comments

TV Player for Rocket Launches

https://github.com/sighmon/SpaceX-TV
1•sighmon•16m ago•0 comments

We record because we have forgotten how to remember

https://pilgrimsage.substack.com/p/the-lowest-frequency
1•momentmaker•20m ago•0 comments

AI and the Great CMS Unbundling

https://dri.es/ai-and-the-great-cms-unbundling
1•christefano•26m ago•0 comments

This pole is worse than any Flock Camera [video][38 mins]

https://www.youtube.com/watch?v=wEfbhEVuvMM
1•Bender•29m ago•0 comments

Lawsuit against Amazon over suicides linked to chemical can go to trial

https://www.cbsnews.com/news/amazon-suicide-case-sodium-nitrite-washington-supreme-court/
2•hentrep•31m ago•0 comments

Satellite reveals immense scale of GPS signal tampering

https://www.space.com/space-exploration/satellites/its-quite-a-bit-more-than-we-expected-satellit...
2•y1n0•33m ago•0 comments

Moebius: 0.2B Lightweight Image Inpainting Framework with 10B-Level Performance

https://hustvl.github.io/Moebius/
2•ilreb•40m ago•0 comments

Spirit Crossing's AI Problem

https://blog.curiousquail.com/spirit-crossings-ai-problem/
1•zokiboy•41m ago•0 comments

A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

https://labs.iximiuz.com/tutorials/ssh-tunnels
1•signa11•45m ago•0 comments

How to lose a war in three easy steps

https://www.ft.com/content/0ba6b511-649e-4a29-bb99-f824584ec93d
3•Alien1Being•52m ago•1 comments

Show HN: Rundown - Niche Intelligence for YouTube Creators

https://getrundown.xyz
2•razasaad92•53m ago•0 comments

Show HN: AgentArk – open-source self-hosted AI agent OS

https://github.com/agentark-ai/AgentArk
2•debankad•55m ago•0 comments

Show HN: Western Highway Alerts

https://westernhighwayalerts.com/
1•BetaDeltaAlpha•58m ago•0 comments

Website –> Markdown Chrome Extension

https://chromewebstore.google.com/detail/save-to-yaps/baaheihmooadmcknelpapgdhoaeldipk
5•RichAwo•59m ago•0 comments

How to Build REST APIs with Actix-Web in Rust

https://oneuptime.com/blog/post/2026-02-01-rust-actix-web-rest-api/view
2•MarShell237•1h ago•0 comments

Where to Find the Colors Your Screen Can't Show You

https://moultano.wordpress.com/2026/06/19/where-to-find-the-colors-your-screen-cant-show-you/
1•moultano•1h ago•0 comments

Atheon -Atheon is a community-driven pattern matching engine

https://github.com/HoraDomu/Atheon
1•HoraDomu•1h ago•1 comments

Quantum sensor breakthrough could transform Army battlefield signal detection

https://www.army.mil/article/293021/quantum_sensor_breakthrough_could_transform_army_battlefield_...
2•wslh•1h ago•0 comments

Memory Safe Inline Assembly

https://fil-c.org/inlineasm
4•pizlonator•1h ago•0 comments

Xi Jinping wants China to boost demand. Why isn't it working?

https://www.ft.com/content/7db72916-3f9f-42c6-bd28-b5c7f51ed573
1•wslh•1h ago•1 comments

I asked Apple's senior watchOS team why it's not coming to so many older models

https://www.techradar.com/health-fitness/smartwatches/its-the-most-convenient-way-to-interact-wit...
1•ValentineC•1h ago•0 comments

Rewiring the Spine: The Tech Restoring Movement After Spinal Injury

https://www.allaboutcircuits.com/news/rewiring-the-spine-tech-restoring-movement-after-spinal-inj...
3•WaitWaitWha•1h ago•0 comments

How to learn iraqi arabic (2020 pre AI)

https://medium.com/@xavierbisits/how-to-learn-iraqi-arabic-bd468eff29e5
1•marysminefnuf•1h ago•0 comments

Modern Iraqi Arabic Textbook

https://archive.org/details/modern-iraqi-arabic-a-textbook-by-yasin-m-alkalesi
1•marysminefnuf•1h ago•0 comments

Epic Event Management System

https://www.lollystage.com/home
1•kenadet•1h ago•0 comments

Why the Human Genome's Tangled Physicality May Confound AI

https://www.quantamagazine.org/why-the-human-genomes-tangled-physicality-may-confound-ai-20260618/
2•tzury•1h ago•1 comments

Show HN: Juakali: a datalayer to build artificial general engineer

https://4dlab.xyz/juakali/
1•m_2018•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?