frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to program with IDE and LLM on CPU locally?

1•roschdal•9s ago•0 comments

Show HN: Witchcraft and Pickbrain – fast multi-vector semantic search in Rust

https://github.com/dropbox/witchcraft
1•jacobgorm•22s ago•0 comments

Which AI Image Generator Has the Best Character Consistency

https://techstackups.com/comparisons/comparing-image-generators-character-consistency/
1•ritzaco•48s ago•0 comments

Issue SAFEs for free with built-in e-signatures and YC templates

https://withmantle.com/safes
1•sabenamantle•1m ago•0 comments

FSF clarifies its stance on AGPLv3 additional terms

https://lwn.net/Articles/1067771/
1•Brajeshwar•2m ago•0 comments

Designing a Cellular Smartwatch to Replace My Phone

https://www.rist.watch/blog/designing-a-cellular-smartwatch-to-replace-my-phone
1•a_dugan•3m ago•0 comments

IPv4 vs. IPv6 FAQ

https://tailscale.com/docs/reference/faq/ipv6
1•olalonde•4m ago•0 comments

QUIC will soon be as important as TCP – but it's vastly different

https://www.theregister.com/2026/04/16/quic_explained/
1•Velocifyer•8m ago•0 comments

Deathonomics 2.0: Why the System Is Starting to Stall

https://ridl.io/deathonomics-2-0-why-the-system-is-starting-to-stall/
1•Anon84•9m ago•0 comments

Adam Back Pushes for Optional Upgrades to Quantum-Proof Bitcoin

https://decrypt.co/364562/adam-back-pushes-for-optional-upgrades-to-quantum-proof-bitcoin
1•wslh•10m ago•0 comments

AnywhereHired, a remote job board for visa sponsorship and junior-friendly roles

https://anywherehired.com/
1•Xez13•12m ago•1 comments

An album of π(90) songs about a sublinear prime number sieve

https://www.youtube.com/playlist?list=PL87nT6ft09vG6rtDkF_oC1vWW2pfBWAaf
1•oluckyman•12m ago•0 comments

Postgres: One Database to Rule Them All

https://marmotdata.io/blog/postgres-one-database-to-rule-them-all/
1•charlie-haley•12m ago•1 comments

A Guide to Reducing Cognitive Load

https://www.softwaredesign.ing/blog/a-guide-to-reducing-cognitive-load
2•prakhar897•12m ago•0 comments

We deployed a global round‑robin cluster across 3 continents

https://spooksystems.net/
1•danieljameslee•13m ago•1 comments

Show HN: 48 absurd web projects – one every month

1•absurdwebsite•13m ago•2 comments

A proxy routing all webtraffic through Qwen, removing all enshittified crap

https://geohot.github.io//blog/jekyll/update/2026/04/15/zappa-mitmproxy.html
2•MontyCarloHall•13m ago•0 comments

Journalists champion Wayback Machine after news publishers limit archiving

https://www.niemanlab.org/2026/04/journalists-champion-wayback-machine-after-news-publishers-limi...
2•giuliomagnifico•15m ago•0 comments

Context Is King

https://heyrtp.substack.com/p/context-is-king
1•heyheyheyhi•15m ago•0 comments

Show HN: Formal – LLM-driven property checker backed by Lean 4 and Mathlib

https://github.com/yamafaktory/formal
1•yamafaktory•17m ago•0 comments

Cal AI has been removed from the App Store

https://twitter.com/seraleev/status/2044528553488716040
2•wahnfrieden•18m ago•0 comments

Critical Breaking Change in Microsoft.AspNetCore.DataProtection

https://github.com/dotnet/aspnetcore/issues/66335
1•bjarteaarmolund•19m ago•1 comments

Killing Slack Was the Only Way to Make AI Accurate

https://promptql.io/blog/killing-slack-was-the-only-way-to-make-ai-accurate
1•rajoshighosh•19m ago•0 comments

Show HN: Ordia – standup from GitHub and Jira, no human input

1•asahi014•22m ago•0 comments

Target Policy Optimization

https://arxiv.org/abs/2604.06159
1•t55•24m ago•0 comments

I built a native compiler in 2.5 years – and said nothing

https://mica-dev.com/posts/breaking-the-silence/
1•mikepet•25m ago•1 comments

60% of Australian children still using social media despite ban for under 16s

https://mollyrosefoundation.org/more-than-60-of-australian-children-still-using-social-media-desp...
2•speckx•25m ago•1 comments

Do Riemann Zeta zeros hide RSA vulnerabilities?

https://github.com/bumblebee444/riemann-zeta-conjecture
1•bumblebee444•26m ago•0 comments

Extract any website's design system as AI-ready tokens (Claude plugin and CLI)

https://github.com/Manavarya09/design-extract
1•manavarya09•26m ago•0 comments

To Have Machines Make Math Proofs, Turn Them into a Puzzle

https://www.quantamagazine.org/to-have-machines-make-math-proofs-turn-them-into-a-puzzle-20251110/
1•sonabinu•27m ago•0 comments
Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•10mo ago
It's been a while since I shared my blog directory...

In proper HN fashion, the site is open-source and requires no JS!

There's instructions on how to add/edit a blog on the Github README.

[0] https://github.com/surprisetalk/blogs.hn

Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata:

  if (
    3 > 0  
      + !!blog.title  
      + (blog.desc.length > 40)  
      + !!blog.about  
      + !!blog.now  
      + !!blog.feed  
      + 3 * (blog.hn.length > 1)      
  )
    continue;
As I mention on the /about page, if you don't already have a blog, I recently made a minimal static site generator! It's easier than ever to begin your writing journey :)

[1] https://github.com/surprisetalk/worstpress

Comments

gnabgib•10mo ago
Discussion on your 2023 post (225 points, 57 comments) https://news.ycombinator.com/item?id=36613727

Related:

Show HN: Hacker News user blogroll (937 points, 2023, 187 comments) https://news.ycombinator.com/item?id=36605493

Show HN: OPML list of Hacker News Users Personal Blogs (281 points, 2023, 101 comments) https://news.ycombinator.com/item?id=36627112