frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Oracle workforce shrinks by about 21,000 employees amid AI adoption

https://www.reuters.com/business/world-at-work/oracle-workforce-shrinks-by-about-13-2026-06-22/
1•tartoran•1m ago•0 comments

FDA to launch pilot program to speed up early-stage clinical trials

https://www.statnews.com/2026/06/22/fda-speed-up-early-stage-single-study-clinical-trials/
1•brandonb•2m ago•0 comments

Securing the Nation Against Advanced Cryptographic Attacks

https://www.whitehouse.gov/presidential-actions/2026/06/securing-the-nation-against-advanced-cryp...
4•FiloSottile•4m ago•1 comments

Turn your commits into LinkedIn posts

1•nikitafaesch•6m ago•0 comments

C0mpute Data

https://data.c0mpute.ai/
1•handfuloflight•8m ago•0 comments

California admits using high-risk AI – including systems it failed to report

https://calmatters.org/politics/2026/06/california-admits-government-ai-risk-after-denying/
2•cdrnsf•8m ago•0 comments

Publishing AI Write-Ups to a URL – Without Leaking the Client Ones

https://bradystroud.dev/blogs/private-docs-vault
1•bradystroud•11m ago•0 comments

There Is Too Much

https://vtorosyan.gitHub.io/there-is-too-much/
1•vtorosyan•15m ago•0 comments

White House Executive Order on Quantum Innovation

https://www.whitehouse.gov/presidential-actions/2026/06/ushering-in-the-next-frontier-of-quantum-...
4•atlasunshrugged•15m ago•0 comments

New Abuse of the ClickOnce Technology

https://www.crowdstrike.com/en-us/blog/new-abuse-of-the-clickonce-technology-part-one/
2•eatonphil•16m ago•0 comments

About Those "Hackquisitions"

https://spyglass.org/failed-hackquisitions/
1•momentmaker•17m ago•0 comments

Lines or Less: Test Case Minimization

https://matklad.github.io/2026/04/20/test-case-minimization.html
1•birdculture•18m ago•0 comments

Code Smells when you get AI to write your Front end Tests

https://howtotestfrontend.com/resources/frontend-ai-generated-test-code-smells
2•howToTestFE•19m ago•0 comments

ytr: YouTube Radio for Emacs

https://xenodium.com/ytr-youtube-radio-for-emacs
1•xenodium•20m ago•0 comments

Unsloth GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/models/glm-5.2
3•TechTechTech•20m ago•0 comments

Qualcomm is in talks to acquire Modular for $4B

https://www.bloomberg.com/news/articles/2026-06-22/qualcomm-is-said-to-near-deal-for-ai-chip-star...
3•colesantiago•22m ago•1 comments

OpenAI's $1T Bullshit Is Falling Apart [video]

https://www.youtube.com/watch?v=vbNz0CeIG3E
5•devonnull•23m ago•1 comments

Laser-Based Audio Injection on Voice-Controllable Systems

https://lightcommands.com
1•rvnx•25m ago•0 comments

Rocket Lab launches satellite for U.S. Space Force Victus Haze responsive space

https://spacenews.com/rocket-lab-launches-satellite-for-u-s-space-force-victus-haze-responsive-sp...
1•bookmtn•26m ago•0 comments

Frontpage Getting Boring?

https://www.frontpage.social/fronts
1•teodorwaltervid•28m ago•0 comments

Rlwrap your CLI tools, dammit

https://github.com/hanslub42/rlwrap
1•nvader•35m ago•0 comments

Vector Graphics in Lil

http://beyondloom.com/blog/vectorgraphics.html
2•RodgerTheGreat•35m ago•0 comments

Vulgar Materialism

https://borretti.me/article/on-vulgar-materialism
2•leephillips•36m ago•0 comments

Tacky men with ridiculous glasses want you to wear them too

https://manualdousuario.net/en/smart-glasses-ugly-tacky/
7•rpgbr•42m ago•1 comments

United States Standard for the Colors of Signal Lights [pdf]

https://nvlpubs.nist.gov/nistpubs/Legacy/hb/nbshandbook95.pdf
1•js2•43m ago•0 comments

Lucid Reduces Production and Lays Off 18 Percent of Its Workforce

https://www.caranddriver.com/news/a71668069/lucid-layoffs-production-cuts/
2•RickJWagner•43m ago•2 comments

Reading the Dictators' Newspapers (2025)

https://www.currentaffairs.org/news/reading-the-dictators-newspapers
2•theanonymousone•43m ago•0 comments

Ask HN: Why do we use depth first search on comment threads in HN?

2•robertclaus•43m ago•1 comments

Job application asked for my SAT scores

https://mrmarket.lol/job-application-asked-for-my-sat-scores/
2•seltzerboys•46m ago•0 comments

Ask HN: What is today's "Bitcoin in 2010"?

1•TimCTRL•47m 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?