frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I got through my inbox in only two months

http://ratfactor.com/inbox2026-done
1•surprisetalk•31s ago•0 comments

Contract Testing with Wiremock

https://manuelzubieta.com/blog/wiremock-http-providers/
1•manuelzubieta14•1m ago•0 comments

AI Maps Schizophrenia as a Network of 766 Genes

https://ai-updates.net/ai-maps-schizophrenia-network-766-genes/
1•ashurandi•1m ago•0 comments

DeepSeek V4 Flash with 7.7 GiB RAM using NVMe demand paging

https://github.com/baker27727/ds4-8gb-cpu
1•niqoslo•1m ago•0 comments

Following Epic loss, Google has started hosting rival app stores in Play Store

https://arstechnica.com/gadgets/2026/08/third-party-app-stores-are-rolling-out-in-google-play-but...
1•newsomix9xl•2m ago•0 comments

Show HN: Sqemo – An ERD tool where column names are generated, not typed

https://app.sqemo.com
1•sqemo•6m ago•0 comments

Frags framework for precision in AI agents

https://github.com/theirish81/frags
1•mansilladev•8m ago•0 comments

Don't despair about what's happening to our planet

https://www.theguardian.com/membership/2026/aug/11/dont-despair-about-whats-happening-to-our-plan...
1•jahnu•9m ago•0 comments

Agentic test processes, LLM benchmarks, and other notes

https://danluu.com/ai-coding/
2•kqr•9m ago•0 comments

ReVoice: Local video dubbing with voice cloning, no cloud/API

1•masterchief_tr•9m ago•0 comments

Staring into the abyss as a core life skill (2022)

https://www.benkuhn.net/abyss/
1•EndXA•10m ago•0 comments

Cloudflare Pricing Calculator

https://xoresearch.org/blog/cloudflare-pricing-calculator
1•k_vi•10m ago•0 comments

Show HN: Two LLMs sword-fight in a physics SIM, humans blind-vote who reasoned

1•pioneer37•11m ago•0 comments

GPU AI workloads with a Ruby on Rails monolith

https://www.docuseal.com/blog/gpu-ai-workloads-with-a-ruby-on-rails-monolith
1•babanooey21•11m ago•1 comments

No standard says what to record about an LLM call, so I built the record

https://stillig.net/posts/tamper-evident-llm-calls/
1•johtidebreak•12m ago•0 comments

Show HN: The Rotten Tomatoes for AI films, ranked by the tools that made them

https://popcorn.movie/
1•deIeted•13m ago•0 comments

The End of Google Search–and the Internet–As We Know It

https://www.theringer.com/2026/08/04/tech/google-search-ai-internet
2•cdrnsf•13m ago•0 comments

Show HN: ReadAware – an extensible eBook reader that evolves with you

https://github.com/ahpxex/read-aware
1•ahpx•15m ago•0 comments

Show HN: PrimeTask – A local-first Mac productivity system with an MCP server

https://www.primetask.app/
1•vxvaptor•16m ago•0 comments

Show HN: Ebman – a k9s-style terminal UI for AWS Elastic Beanstalk

https://github.com/tombaldwin/ebman
1•tombaldwin•16m ago•0 comments

How the hard reality of climate change hit Europe's economy this summer

https://www.reuters.com/business/environment/how-hard-reality-climate-change-hit-europes-economy-...
1•alephnerd•18m ago•0 comments

Vladimir Arnold's Rainbow Is a Masterclass in Simplification [video]

https://www.youtube.com/watch?v=ZJH-5LLwWuo
1•surprisetalk•18m ago•0 comments

Website showing form intersections in 3D

https://eyes.training/intersections/
1•mdrzn•21m ago•0 comments

Show HN: HoneyMCP – Deception Layer for MCP Servers, Ghost Tools Act as Honeypot

https://github.com/barvhaim/HoneyMCP
1•bignet•22m ago•0 comments

Reasoning Traces: A New Trick Reveals AI Models' Inner Thoughts

https://www.wired.com/story/a-new-trick-reveals-ai-models-inner-thoughts/
3•smurda•23m ago•0 comments

Show HN: Synapse – a monitoring SaaS shipped with my Claude Code workflow

https://synapse.mdlc.ai
1•grepzero•24m ago•0 comments

The guide to healing your insecure attachment

https://www.pasthepast.com/p/the-ultima-guide-to-healing-your
2•ElysiumAbove•25m ago•0 comments

Vaultwarden Sequence Diagrams

https://app.ilograph.com/demo.ilograph.Vaultwarden/Log%2520In
2•billyp-rva•26m ago•0 comments

How 10,000 American Cities Got Their Names

https://www.wsj.com/us-news/how-10-000-american-cities-got-their-names-a67c625e
2•impish9208•27m ago•1 comments

How the government is using AI to speed up the planning system

https://takes.jamesomalley.co.uk/p/build-gemini-build
1•dgroshev•30m ago•0 comments
Open in hackernews

Local Models Will Not Win

https://www.seangoedecke.com/local-models-will-not-win/
5•I_have_receipts•57m ago

Comments

jqpabc123•25m ago
Local models are never going to be as powerful.

Yes, and PCs will never be as powerful as mainframes.

And smart phones will never be as powerful as PCs.

But which ones are more popular and used more for computing?

In other words, "power" isn't the only factor that needs to be considered.

fragmede•1m ago
How useful are smartphones without connection to the mainframes that back them? While I'd love for the gigaherz of computing I hold in the palm of my hand to be useful unto itself, if it doesn't connect to Uber, Gmail, Netflix, Apple, et al, how useful those gigaherz of computing are is irrelevant, unless I want to do some local computing.
Ukv•19m ago
> Local models are never going to be as powerful. I think this point should be obvious: all of the current frontier models (closed and open-weights) are far too big to run on anything but a full GPU cluster in a datacenter

Diminishing returns with respect to scale (a 10X larger model is typically not 10X better at any given task) has so far meant that, even when datacenter compute grows faster than individual compute, the gap in quality between hosted and local models has generally shrunk. There are still plenty of tasks where that extra gain in quality is noticeable, but I feel there are also an increasing number of "saturated" tasks where it really doesn't matter.

Which puts more focus on other factors. Local models are private, low-latency, work offline, and can be tinkered with to your liking - like changing the system prompt to avoid refusals. I would not trust a hosted model to classify my documents, for example.