frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Phantom Housing Crisis – Spencer Pratt

https://spencerpratt.substack.com/p/the-phantom-housing-crisis
1•bilsbie•31s ago•0 comments

Meta Patents a System That Spends More Computing Power on Ads for Active Users

https://patentlyze.com/patent/meta-ad-ranking-tied-user-activity-score/
2•patentlyze•1m ago•0 comments

Technical Papers Every Programmer Should Read (At Least Twice) (2011)

https://web.archive.org/web/20200807183826/http://blog.fogus.me/2011/09/08/10-technical-papers-ev...
1•tosh•1m ago•0 comments

It's 11:00 pm. Do you know where your AI agent is?

https://www.aiweirdness.com/its-11-00-pm-do-you-know-where-your-ai-agent-is/
1•megamike•3m ago•0 comments

A small plane hit China's tallest skyscraper. Within hours, it looked untouched

https://www.cnn.com/2026/06/27/china/beijing-plane-crash-citic-tower-censorship-china-intl-hnk
1•voxleone•5m ago•0 comments

Asian AI startups launch Mythos-like models

https://techcrunch.com/2026/06/27/asian-ai-startups-launch-mythos-like-models-as-anthropics-expor...
2•bogdiyan•5m ago•0 comments

Ask HN: What do you predict the world will look like in 5-10 years?

1•justanything•6m ago•0 comments

Y Combinator's Corgi Insurance, a $2.6B disaster in the making?

https://reticulating.substack.com/p/ycombinators-corgi-insurance-a-26
1•manwithopinions•6m ago•0 comments

Tell HN: Mojo is becoming open source

2•theanonymousone•8m ago•0 comments

Show HN: Aerial-autonomy-stack – open-source perception-based drone swarms

https://github.com/JacopoPan/aerial-autonomy-stack
1•SufficientFix42•8m ago•0 comments

Compiling TypeScript to Native C++

https://geastack.com/what-typescript-to-cpp-compiler
1•arbayi•8m ago•0 comments

Tmux 3.7 Terminal Multiplexer Released with Initial Floating Pane Support

https://linuxiac.com/tmux-3-7-terminal-multiplexer-released-with-initial-floating-pane-support/
1•parisiansam•9m ago•0 comments

Decant: Liquid Glass icons reverse engineered

https://github.com/kylebshr/decant
1•memalign•13m ago•0 comments

Show HN: QR Code generator – micro/2 via numeric, alphanumeric, 8bitbyte, kanji

https://h1yapp.com/en/scripting/pwa/qrcodegenerator/
1•h1yapp•16m ago•0 comments

Saving the Biggest Machine You've never heard of

https://www.youtube.com/watch?v=m7G1MRHatuw
2•robrain•16m ago•1 comments

How Queens Die: Analysing a 6M Puzzle Database

https://lichess.org/@/heroku/blog/how-queens-die-analysing-a-6-million-puzzle-database/jgN7WEdl
1•heroku•18m ago•0 comments

Cloud Manufactory Heartbeat Control

https://wordpress.org/plugins/cloud-manufactory-heartbeat-control/
1•taubek•18m ago•0 comments

Even the Secret Service won't use company-issued phones

https://www.theregister.com/security/2026/06/26/even-the-secret-service-wont-use-company-issued-p...
1•speckx•18m ago•0 comments

Finding the Best Sleep Tracker

https://karpathy.bearblog.dev/finding-the-best-sleep-tracker/
1•abhaynayar•22m ago•0 comments

18XX: A System of Systems

https://blog.fogus.me/games/18XX/intro.html
1•tosh•22m ago•0 comments

Why LLMs Will Not Have Your Next Big Idea

https://albertsikkema.com/ai/opinion/research/2026/06/24/why-llms-will-not-have-your-next-big-ide...
1•speckx•23m ago•0 comments

How to Disable Blinking Cursors

https://jurta.org/en/prog/noblink
1•sampo•25m ago•0 comments

Viture Beast Review: My New Favorite Display Glasses

https://www.cnet.com/tech/computing/viture-beast-review-i-think-i-found-my-new-favorite-display-g...
1•walterbell•25m ago•0 comments

Ask HN: How do new users gain reach on HN

1•enlightpixel•26m ago•3 comments

All Chinese Models Will Be Illegal in 3 2 1

https://idiallo.com/blog/all-chinese-models-will-be-illegal
1•garo-pro•26m ago•0 comments

Previewing Speccat.com – Compare CPU, APU, GPU Specifications Instantly

https://nietras.com/2026/06/27/previewing-speccat/
1•nietras•27m ago•0 comments

Streaming services' obnoxiously loud ads become illegal on July 1 in California

https://arstechnica.com/gadgets/2026/06/streaming-services-obnoxiously-loud-ads-become-illegal-on...
5•speckx•33m ago•1 comments

Fantasy Land: interoperability of common algebraic structures in JavaScript

https://github.com/fantasyland/fantasy-land
2•tosh•33m ago•0 comments

Create and share YouTube playlists without an account

https://y2pilot.com/
2•lvidakovic•34m ago•0 comments

How Many Elementary Particles Are There, Really?

https://www.quantamagazine.org/how-many-elementary-particles-are-there-really-20260615/
3•rwmj•35m 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?