frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I traced $2B in grants and 45 states' lobbying behind age‑verification bills

https://old.reddit.com/r/linux/comments/1rshc1f/i_traced_2_billion_in_nonprofit_grants_and_45/
2•shaicoleman•5m ago•0 comments

The End of the Open Web

https://www.netmeister.org/blog/open-web.html
2•speckx•5m ago•0 comments

50 Years of Thinking Different

https://www.apple.com/50-years-of-thinking-different/
2•tilt•9m ago•0 comments

Show HN: Privacy Mask – prevent secrets leaking to AI agents

2•fullstackcrew•10m ago•0 comments

Show HN: fftool – A Terminal UI for FFmpeg – Shows Command Before It Runs

https://bensantora.com/posts/fftool-ffmpeg-tui-go/
2•taskset•13m ago•0 comments

Benchmarking Hosted Browser Providers: Speed, Stealth, Captcha, and Concurrency

https://techstackups.com/comparisons/hosted-browser-benchmarks/
2•ritzaco•13m ago•0 comments

How to Run a Pool of Autonomous Coding Agents on Your Jira Backlog

https://jaksa.me/blog/2026-03-01-pool-of-agents
2•jaksa•14m ago•0 comments

Advertising was always going to come for AI chatbots. The real question is how

https://reutersinstitute.politics.ox.ac.uk/news/advertising-was-always-going-come-ai-chatbots-rea...
2•jruohonen•16m ago•0 comments

Show HN: I forked Python's Requests to add HTTP/3, async, and multiplexing

https://github.com/jawah/niquests/tree/v3.18.2
2•mesahm•19m ago•2 comments

Beyond Agents.md: Harness Eng, Loop-Based Delivery, and Context-Aware Prompting

https://teamcadence.ai/blog/context-aware-prompting/
4•daveslutzkin•20m ago•0 comments

Updates on Analyst Platform for Data Analysts

https://anallyst.onrender.com
2•Sechele•20m ago•0 comments

AI Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
3•q-base•21m ago•0 comments

Show HN: I wrote a free trilogy about perception, presence, and leadership

https://marcus-corvin.github.io/thecalibratedview/
3•mr_octopus•23m ago•1 comments

How Japan Is Buying Back Its Semiconductor Industry [video]

https://www.youtube.com/watch?v=9t9D0gVfPX4
2•mgh2•25m ago•0 comments

Show HN: Payment Hunter – AI-powered invoice reminders for freelancers

2•paymenthunter01•27m ago•0 comments

What do coders do after AI?

https://www.anildash.com/2026/03/13/coders-after-ai/
2•speckx•28m ago•0 comments

Slate: Moving Beyond ReAct and RLM

https://randomlabs.ai/blog/slate
2•vinhnx•29m ago•0 comments

Safety Agents for Autonomous Systems

https://stackresearch.org/blog/control-ops/
2•dnmacon•30m ago•1 comments

Claude can generate custom diagrams, and charts directly in your conversation

https://support.claude.com/en/articles/13979539-custom-visuals-in-chat
2•simianwords•30m ago•0 comments

Claude now has Generative UI – interactive charts and diagrams

https://twitter.com/claudeai/status/2032124273587077133
2•simianwords•32m ago•1 comments

Show HN: Cigarette Rocket Booster – a rocket where the body itself is fuel

https://github.com/solenopsys/CRB
2•solenopsys•32m ago•0 comments

Show HN: JobStocks – track hiring changes at public companies vs. stock price

https://jobstocks.ai/
2•TalO•36m ago•0 comments

Source code of Swedish e-government services has been leaked

https://darkwebinformer.com/full-source-code-of-swedens-e-government-platform-leaked-from-comprom...
3•tavro•36m ago•0 comments

SSL/TLS and PKI History

https://www.feistyduck.com/ssl-tls-and-pki-history/
2•fanf2•39m ago•0 comments

Virtual Scrolling: Rendering messages without lag

https://kreya.app/blog/using-virtual-scrolling/
2•CommonGuy•41m ago•0 comments

Pentagon AI chief praises Palantir tech for speeding battlefield strikes

https://www.theregister.com/2026/03/13/palantirs_maven_smart_system_iran/
2•jjgreen•44m ago•0 comments

Major Outage in Datadog Web Application

https://status.datadoghq.com
3•nzach•46m ago•0 comments

Meta Acquires Moltbook

https://www.nytimes.com/2026/03/10/technology/meta-moltbook-social-ai-bots.html
2•rakag•47m ago•0 comments

I hacked Perplexity Computer and got unlimited Claude Code

https://twitter.com/YousifAstar/status/2032214543292850427
3•tamnd•52m ago•0 comments

Gemini to Word exporter that preserves code blocks, tables, and headings

https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
3•mounter•55m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?