frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Russia is carrying out a cyber campaign targeting Signal and WhatsApp accounts

https://www.aivd.nl/actueel/nieuws/2026/03/09/rusland-voert-cybercampagne-uit-tegen-signal--en-wh...
1•komape•59s ago•0 comments

How to make your own static site generator

https://gaultier.github.io/blog/how_to_make_your_own_static_site_generator.html
1•gingersnap•1m ago•0 comments

YouTube videos that have almost zero previous views

http://astronaut.io/
1•Zealotux•2m ago•1 comments

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/
3•shaicoleman•8m ago•0 comments

The End of the Open Web

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

50 Years of Thinking Different

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

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

2•fullstackcrew•12m 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•15m ago•0 comments

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

https://techstackups.com/comparisons/hosted-browser-benchmarks/
2•ritzaco•15m 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•16m 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•19m 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•22m ago•2 comments

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

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

Updates on Analyst Platform for Data Analysts

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

AI Isn't People

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

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

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

How Japan Is Buying Back Its Semiconductor Industry [video]

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

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

2•paymenthunter01•29m ago•0 comments

What do coders do after AI?

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

Slate: Moving Beyond ReAct and RLM

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

Safety Agents for Autonomous Systems

https://stackresearch.org/blog/control-ops/
2•dnmacon•33m 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•33m ago•0 comments

Claude now has Generative UI – interactive charts and diagrams

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

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

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

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

https://jobstocks.ai/
2•TalO•38m 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•38m ago•0 comments

SSL/TLS and PKI History

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

Virtual Scrolling: Rendering messages without lag

https://kreya.app/blog/using-virtual-scrolling/
2•CommonGuy•43m 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•46m ago•0 comments

Major Outage in Datadog Web Application

https://status.datadoghq.com
3•nzach•49m ago•0 comments
Open in hackernews

Curses-exec: interactive xargs for less

https://github.com/dnewcome/curses-exec
2•dnewcome•2h ago

Comments

dnewcome•2h ago
I always wanted to pipe `ps -a` to something interactive using vim key bindings to select the process to kill. Maybe now someone in the comments will tell me how to do it with xargs and a complicated vim script instead of vibe coding my own.
ZeroGravitas•1h ago
Feels similar in shape to fzf (and similar tools) except normal mode vim keys in the middle of the pipe rather than fuzzy search and ctrl-* for advanced actions