frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Blender 4.5 brings big changes

https://lwn.net/Articles/1036262/
2•pykello•6m ago•0 comments

Rescuer at Fatal Tesla Cybertruck Crash Says Car Doors Wouldn't Open

https://www.newsweek.com/tesla-cybertruck-car-door-malfunction-2043976
2•1vuio0pswjnm7•11m ago•0 comments

Professional Alternative to Namecheap

1•raasdnil•18m ago•0 comments

The Rise and Unraveling of America's Science Pact

https://thereader.mitpress.mit.edu/the-rise-and-unraveling-of-americas-science-pact/
4•devonnull•18m ago•0 comments

Stripe Smart Disputes

https://docs.stripe.com/disputes/smart-disputes
3•petethomas•18m ago•0 comments

The Age of Enshittification

https://www.newyorker.com/culture/infinite-scroll/the-age-of-enshittification
3•petethomas•21m ago•0 comments

Building a Custom 2G GSM Cellular Base Station [video]

https://www.youtube.com/watch?v=CMWvA4Ty1Wk
4•cowjan•22m ago•0 comments

Flights Halted at Munich Airport After Drone Sightings

https://www.nytimes.com/2025/10/02/world/europe/munich-airport-drones.html
2•alephnerd•25m ago•0 comments

Claude-Muzak

https://github.com/mikeindustries/Claude-Muzak
1•colinprince•28m ago•0 comments

When to Replace Hard Drives

https://rubenerd.com/when-to-replace-hard-drives/
1•mikece•31m ago•1 comments

Ask HN: Has Hacker News been unusable on Chrome for anyone else?

1•sss111•32m ago•0 comments

A sacred duty to shut the fuck up

https://www.theredhandfiles.com/where-do-youstand/
4•colinprince•34m ago•0 comments

Microsoft Agent Framework

https://azure.microsoft.com/en-us/blog/introducing-microsoft-agent-framework/
2•vuonghtt•38m ago•0 comments

Stablecoins Make Banking Narrower

https://www.bloomberg.com/opinion/newsletters/2025-10-02/stablecoins-make-banking-narrower
1•feross•41m ago•0 comments

A critique of pure stupidity: understanding Trump 2.0

https://www.theguardian.com/news/2025/oct/02/critique-pure-stupidity-understanding-donald-trump-2
8•hkhn•45m ago•0 comments

You Want Technology with Warts

https://entropicthoughts.com/you-want-technology-with-warts
3•tartoran•45m ago•0 comments

Show HN: ParquetFormatter – Convert Parquet and Ndjson to CSV (and Back)

https://www.parquetformatter.com/
1•boopesh07•50m ago•0 comments

USC sold dead bodies to U.S. military to train IDF medical personnel

https://www.uscannenbergmedia.com/2025/10/01/usc-sold-dead-bodies-to-us-military-to-train-idf-med...
3•computerliker•52m ago•0 comments

Redis 101: From a Beginners POV

https://mrinalxdev.github.io/mrinalxblogs/blogs/redis.html
1•ksec•52m ago•0 comments

Domain Driven Design in Clojure with Generalized Hiccup

https://www.biotz.io/post/domain-driven-design-in-clojure-with-generalized-hiccup
1•todsacerdoti•53m ago•0 comments

Agent S3: Approaching Human-Level Computer Use with Wide Scaling

https://www.simular.ai/articles/agent-s3
2•frozenseven•54m ago•0 comments

Google Workspace Updates: Send Gmail end-to-end encrypted emails to anyone

https://workspaceupdates.googleblog.com/2025/10/send-gmail-end-to-end-encrypted-emails-in-gmail.html
3•OptionOfT•54m ago•1 comments

You Own a PBN with Guest BLogs? Here Is How to Showcase It

https://listandfuse.com/showcase-your-pbn/
1•ListAndFuse•55m ago•0 comments

Release Notes for Safari Technology Preview 229

https://webkit.org/blog/17447/release-notes-for-safari-technology-preview-229/
3•feross•56m ago•0 comments

KitteHub: Workflow as Python code using AutoKitteh

https://github.com/autokitteh/kittehub
2•itayd•59m ago•0 comments

Which Table Format Do LLMs Understand Best? (Results for 11 Formats)

https://www.improvingagents.com/blog/best-input-data-format-for-llms
3•oidar•59m ago•1 comments

AI is reshaping childhood in China

https://restofworld.org/2025/ai-china-childhood/
6•colinprince•1h ago•0 comments

America's Dumbest Crop

https://www.youtube.com/watch?v=KLYMjPNppRQ
2•toomuchtodo•1h ago•2 comments

Fourth Power's sthermal batteries could be cheaper than natural gas power plants

https://techcrunch.com/2025/09/16/fourth-powers-sci-fi-thermal-batteries-could-be-cheaper-than-pr...
2•PaulHoule•1h ago•0 comments

Tesla sued by family of California teenager killed in fiery Cybertruck crash

https://www.theguardian.com/us-news/2025/oct/02/tesla-sued-cybertruck-crash-krysta-tsukahara
8•georgecmu•1h ago•0 comments
Open in hackernews

Show HN: Pluqqy – Terminal based context management tool for AI coding

https://github.com/pluqqy/pluqqy-terminal
2•tortilla•1h ago
I vibe-coded a terminal tool called Pluqqy (I had a dormant domain on hand) to help me keep LLM context organized while coding with AI. It’s my first time writing Go and my first terminal app, built almost entirely with Claude Code.

• What it does: Pluqqy lets you manage prompts, rules, and context as small building blocks, then stitch them together into a single file (like AGENT.md or CLAUDE.md) that your coding agent can consume. It’s meant to reduce context drift and make iteration easier.

• Why I built it: I was losing track of my agent context between sessions and wanted something lightweight, reproducible, and terminal-native.

• Status: This is more of an experiment / thought-tool than a maintained project. It works on Mac; Windows/Linux haven’t been tested much.

• Install: go install github.com/pluqqy/pluqqy-terminal/cmd/pluqqy@latest

• Landing page: https://pluqqy.com (just had fun with it)

Comments

danggit•41m ago
does this need an api key?