frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Software Engineering Guide – seeking advice

1•jph•16s ago•0 comments

California Institute for Machine Consciousness – Research Program Whitepaper [pdf]

https://cimc.ai/cimcWhitepaper.pdf
1•helloplanets•3m ago•0 comments

Van Wijngaarden Grammar

https://en.wikipedia.org/wiki/Van_Wijngaarden_grammar
1•stevefan1999•3m ago•0 comments

In San Francisco, Some Home Sellers Now Ask for OpenAI or Anthropic Stock

https://www.nytimes.com/2026/07/08/technology/san-francisco-home-sales-openai-anthropic-ipo.html
2•reaperducer•3m ago•0 comments

Stell-R – trace musical influence paths via minimum spanning tree

https://stell-r.com/Stellar/index_/
1•ebagou•4m ago•1 comments

The CEO of AWS on why Amazon is hiring 11,000 interns and junior employees

https://www.platformer.news/matt-garman-aws-ceo-interview-ai-jobs/
1•maybiiLen•5m ago•0 comments

Show HN: Fluffy Sparrow – Frictionless, Fast, Note Taking App

https://tmahmood.github.io/fluffy_sparrow/
1•t_mahmood•5m ago•0 comments

Show HN: Visually orchestrate Claude Code agents

https://github.com/rondoflow/rondoflow
1•arzzen•6m ago•0 comments

GPT‑Live

https://openai.com/index/introducing-gpt-live/
13•logickkk1•7m ago•1 comments

EmTech AI 2026: The Rise of the AI Platform

https://www.technologyreview.com/2026/07/08/1140223/emtech-ai-2026-the-rise-of-the-ai-platform/
1•joozio•9m ago•0 comments

Hash Functions

http://www.cse.yorku.ca/~oz/hash.html
1•gregsadetsky•10m ago•0 comments

Show HN: Orbit – native Mac app for many Google accounts, isolated, no server

https://orbitformac.com/
1•andrew_kwak•11m ago•1 comments

Show HN: Pretend to Vibe Code, but Meditate

https://tomreinert.de/no-effort/
3•tom2948329494•12m ago•1 comments

Rage: Fiber-based Ruby web framework with Rails ergonomics and a unified runtime

https://github.com/rage-rb/rage
1•thunderbong•14m ago•0 comments

Why the tech industry can't keep up with the AI backlash

https://www.platformer.news/ai-backlash-data-centers-jobs-inflation/
2•speckx•15m ago•0 comments

GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years

https://nebusec.ai/research/ionstack-part-2/
4•ranger_danger•17m ago•0 comments

EU now one step away from reviving private message scanning rules

https://cyberinsider.com/eu-now-one-step-away-from-reviving-private-message-scanning-rules/
4•ggirelli•18m ago•1 comments

The Pros and Cons of Cons

https://8dcc.github.io/programming/cons-of-cons.html
1•pbohun•18m ago•0 comments

Meta's glasses will turn off the camera if you tamper with the privacy light

https://www.theverge.com/gadgets/962514/meta-privacy-light-tampering-smart-glasses-update
2•Brajeshwar•18m ago•0 comments

Pritzker signs Illinois bill aimed at artificial intelligence accountability

https://www.cbsnews.com/chicago/news/pritzker-to-sign-illinois-bill-aimed-artificial-intelligence...
1•1vuio0pswjnm7•18m ago•0 comments

Building a Viewable Second Brain with Context

https://www.youtube.com/watch?v=iVrjGVPAg3g
1•sparkystacey•19m ago•0 comments

Global smartphones priced below $400 will decline by 22% as memory costs soar

https://omdia.tech.informa.com/blogs/2026/july/global-smartphones-priced-below-400-dollars-will-d...
2•theanonymousone•19m ago•0 comments

Show HN: Free and open source risk summary for AI sessions made in 5 days

https://github.com/hoophq/rs
1•luisfdias•20m ago•1 comments

We Scaled PgBouncer to 4× Higher Throughput

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
1•saisrirampur•20m ago•0 comments

Show HN: Agent-zero-trust – scan a repo before your AI coding agent reads it

https://github.com/ralfyishere/agent-zero-trust
1•ralfyishere•20m ago•0 comments

PhantomDrive: A Secure USB Drive That Hides Itself

https://rootkitlabs.com/2026/06/22/I%27m-Building-a-Secure-USB-Drive/
2•sneurlax•20m ago•0 comments

Some Linode VM Families Stay Stable No Matter Where You Deploy Them

https://webbynode.com/articles/some-linode-vm-families-stay-stable-no-matter-where-you-deploy-them
1•gsgreen•20m ago•0 comments

HPCs taken offline due to a serious security vulnerability

https://twitter.com/i/status/2074870240328949873
2•denysvitali•25m ago•3 comments

The Unreasonable Effectiveness of Recurrent Neural Networks (2015)

http://karpathy.github.io/2015/05/21/rnn-effectiveness/
2•Kotlopou•28m ago•1 comments

EC Approves Tepkinly as First Bispecific-Based Therapy for Follicular Lymphoma

https://www.biopharminternational.com/view/european-commission-approves-tepkinly-plus-r2-as-first...
1•consumer451•29m ago•1 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?