frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We Can Just Do Things (In ATProto)

https://underreacted.leaflet.pub/3m23gqakbqs2j
1•verdverm•3m ago•0 comments

FTC Sues Zillow and Redfin

https://www.ftc.gov/news-events/news/press-releases/2025/09/ftc-sues-zillow-redfin-over-illegal-a...
3•itbeho•5m ago•0 comments

The Network Effect of Intelligence

https://rashidazarang.com/c/the-network-effect-of-intelligence
3•rashidae•7m ago•0 comments

Google is blocking AI searches for Trump and dementia

https://www.theverge.com/news/789152/google-ai-searches-blocking-trump-dementia-biden
5•SLHamlet•7m ago•1 comments

Tile trackers are a stalker's dream, say Georgia Tech researchers

https://www.theregister.com/2025/09/30/tile_trackers_unencrypted_info/
2•rntn•10m ago•0 comments

Nonprofits' use of flexible labor bad for outcomes, lacks long-term benefit

https://phys.org/news/2025-09-nonprofits-flexible-labor-negatively-affects.html
2•PaulHoule•10m ago•0 comments

Show HN: InfiniteGpu, A platform enabling effortless AI compute power exchange

https://github.com/Scalerize/Scalerize.InfiniteGpu
1•frank_lbt•11m ago•0 comments

Television and the Public Interest (1961)

https://www.americanrhetoric.com/speeches/newtonminow.htm
1•panic•12m ago•0 comments

Australia offers to sell shares in critical minerals reserve to allies

https://www.reuters.com/world/china/australia-offers-sell-shares-critical-minerals-reserve-allies...
1•alephnerd•13m ago•0 comments

Bad Productivity Frameworks

https://chillphysicsenjoyer.substack.com/p/bad-productivity-frameworks
1•crescit_eundo•13m ago•0 comments

Amazon launches Vega OS, its Android replacement for Fire TV with no sideloading

https://9to5google.com/2025/09/30/amazon-fire-tv-android-vega-os-switch/
2•fidotron•14m ago•1 comments

Omarchy Is on the Move

https://world.hey.com/dhh/omarchy-is-on-the-move-8f848fa4
2•chilipepperhott•14m ago•0 comments

Show HN: JPDB, GDB for Your Waveforms

https://github.com/1024bees/dang
2•1024bees•18m ago•0 comments

Texas floods showed why many rural communities feel abandoned in a crisis

https://grist.org/extreme-weather/texas-floods-rural-unincorporated-communities-disaster-aid/
1•petethomas•18m ago•0 comments

Zero-Based Numbering

https://en.wikipedia.org/wiki/Zero-based_numbering
2•redbell•20m ago•0 comments

Amazon Vega OS

https://developer.amazon.com/apps-and-games/vega
1•dotmanish•20m ago•0 comments

Pre-Emptive Multi-Tasking on Arm Cortex-M

https://thejpster.org.uk/blog/blog-2025-09-28/
2•zdw•21m ago•0 comments

Feature documentary about the story of code and its builders (trailer)

https://www.youtube.com/watch?v=1VCgPxKKULM
1•colemorrison•23m ago•1 comments

Agentic Commerce Protocol

https://www.agenticcommerce.dev/
1•thewarpaint•24m ago•0 comments

Life-Size Human Statue Found at Göbeklitepe

https://archaeology.org/news/2025/09/29/life-size-human-statue-found-at-gobeklitepe/
2•nivethan•24m ago•0 comments

Meta reportedly buying RISC-V AI GPU firm Rivos

https://www.tomshardware.com/tech-industry/artificial-intelligence/meta-reportedly-buying-risc-v-...
1•fidotron•25m ago•0 comments

Hawala

https://en.wikipedia.org/wiki/Hawala
1•downboots•26m ago•0 comments

Effect of Vitamin D2 Supplementation on 25-Hydroxyvitamin D3 Status

https://academic.oup.com/nutritionreviews/advance-article/doi/10.1093/nutrit/nuaf166/8256613?logi...
2•bookofjoe•27m ago•0 comments

Spec-driven development: Using Markdown as a programming language with AI

https://github.blog/ai-and-ml/generative-ai/spec-driven-development-using-markdown-as-a-programmi...
1•OutOfHere•27m ago•0 comments

Feds cut funding to program that shared cyber threat info with local governments

https://www.theregister.com/2025/09/30/cisa_kills_cis_agreement/
6•rntn•28m ago•0 comments

Show HN: FomoRobo – AI that reads your newsletters so you don't have to

https://www.fomorobo.com
1•everyseccounts•33m ago•0 comments

CSS Utility Classes and "Separation of Concerns" (2017)

https://adamwathan.me/css-utility-classes-and-separation-of-concerns/
1•_vaporwave_•33m ago•0 comments

Our Stewardship: Where We Are, What's Changing and How We'll Engage

https://rubycentral.org/news/our-stewardship-where-we-are-whats-changing-and-how-well-engage/
6•baggy_trough•34m ago•0 comments

U.S. Army confirms Tesla Cybertruck can't be imported in Europe

https://electrek.co/2025/09/30/u-s-army-confirms-tesla-cybertruck-cant-be-imported-in-europe/
26•reaperducer•36m ago•5 comments

Claude Sonnet 4.5 and the memory Omni-tool in Letta

https://www.letta.com/blog/introducing-sonnet-4-5-and-the-memory-omni-tool-in-letta
1•cpfiffer•37m ago•1 comments
Open in hackernews

Building Software Faster with LLMs: Part 1 the pain points

https://blog.laurentcharignon.com/post/2025-09-30-llm-workflow-part1-pain-points/
1•lc2817•1h ago

Comments

lc2817•1h ago

  I run many parallel LLM coding sessions and documented the workflow engineering needed to make it productive. The series covers: managing multiple conversations with visual indicators and telemetry, coordinating
  parallel LLMs with shared context (memento notes) and smoke tests, tools that became obsolete as models improved, and the societal implications of AI-augmented development (what happens to junior developers when
   LLMs handle entry-level work?). Everything from tmux automation to spaced-repetition learning systems. The key insight: LLMs are productive only if you build the right workflows around them—otherwise you're
  just flying blind.