frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPS Satellites Tracker

https://www.gps-satellites.com/
1•ohjeez•42s ago•0 comments

HackMate – Automate the OpenCore Hackintosh USB Setup from Linux/Windows/macOS

https://github.com/riftaway7-code/hackmate
1•hackmateapp•2m ago•0 comments

jQuery 4.0 Performance

https://www.mida.so/blog/jquery-is-slow
1•okozzie•2m ago•0 comments

Show HN: Claude-CLI – Run Claude Code in a throwaway Docker container

https://github.com/shirozuki/claude-cli
1•shirozuki•8m ago•0 comments

Show HN: Starglyphs - A constellation puzzle game based on Euler paths

https://starglyphs.com
1•telman17•9m ago•0 comments

YimbyTown '26 – The National Pro-Housing Conference

https://yimby.town/
1•JumpCrisscross•12m ago•0 comments

Hyperphantasia

https://en.wikipedia.org/wiki/Hyperphantasia
2•cl3misch•15m ago•0 comments

Michigan spent $1.8B and only created 602 jobs

https://www.msn.com/en-us/money/general/michigan-spent-1-8-billion-and-only-created-602-jobs/ar-A...
7•littlexsparkee•15m ago•1 comments

Noise as Information and Information as Noise

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•frizlab•15m ago•0 comments

The AI Industry as You Know It Died Today

https://www.thealgorithmicbridge.com/p/the-ai-industry-as-you-know-it-died
3•ethagnawl•16m ago•0 comments

Clean Code – Critical Analysis

https://bugzmanov.github.io/cleancode-critique/
1•bmacho•18m ago•0 comments

US Army gives chaplains 90 days to remove rank insignia

https://www.militarytimes.com/news/your-military/2026/06/26/us-army-gives-chaplains-90-days-to-re...
3•Jimmc414•20m ago•1 comments

Why Carbon Capture Can't Conceivably Solve Climate Change

https://projects.propublica.org/why-carbon-capture-cant-solve-climate-change/
4•wstrange•21m ago•2 comments

Smart Link – Free link shortener with AI analytics, A/B testing and QR codes

https://www.by-smartlink.com/
1•smartlink30•21m ago•0 comments

Eugen Rochko – My disappointment is immeasurable, and my day is ruined

https://mastodon.social/@Gargron/116824070810525978
2•backlit4034•22m ago•0 comments

German Button Maker Searched Rivers of American Midwest for Valuable Shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
2•bookofjoe•22m ago•0 comments

GLP-1 drugs led to weight loss and reversed depression-like behavior in mice

https://www.psychologytoday.com/au/blog/mood-by-microbe/202606/what-ozempic-does-to-the-gut-brain...
9•randycupertino•26m ago•0 comments

XPI Release

https://www.xpi.lol/
1•johnnsellers•26m ago•0 comments

MobileGuard: A Mobile-Native Governance Framework for Agentic AI

https://zenodo.org/records/20970167
1•jsingh2525•27m ago•0 comments

Pakistan's solar miracle – how the hell did they do it?

https://www.thenewworld.co.uk/jan-rosenow-pakistans-solar-miracle-how-the-hell-did-they-do-it/
2•coloneltcb•27m ago•0 comments

Show HN: Autonomous CAD design and OpenFOAM optimization loop using local LLMs

https://github.com/ostenjap/LLM-Agent-generated-Quadcopter-Prop
1•ostenjap•31m ago•0 comments

The Harm in Hate Speech Laws

https://wysr.substack.com/p/the-harm-in-hate-speech-laws
2•paulpauper•32m ago•0 comments

Enhancing X11 Application Security with LXC

https://dobrowolski.dev/article/enhancing-x11-application-security-with-lxc/
2•shirozuki•32m ago•0 comments

How Claude Code and Codex Sandbox Untrusted Code

https://medium.com/@Koukyosyumei/how-claude-code-and-codex-sandbox-untrusted-code-ba39b493046a
2•syumei•34m ago•1 comments

Pkgxray

https://github.com/adamsjack711-ux/pkgxray
1•jadamsl•35m ago•0 comments

Peppa Pig studio wants to clone child actors' voices with AI indefinitely

https://www.gadgetreview.com/peppa-pigs-ai-voice-clause-draws-nearly-1000-industry-objections
5•yayitswei•37m ago•1 comments

Show HN: A benchmark for the failure modes of agent memory

https://github.com/Kausha3/agent-memory-bench
1•Pankhi123•37m ago•0 comments

Sony Drops Studio Canal Movies from PS Store

https://www.playstation.com/en-gb/legal/psvideocontent/
1•tau255•38m ago•0 comments

What Happens When AI Agents Refuse to Work Until They're Paid

https://blog.owulveryck.info/2026/06/25/from-isolated-agents-to-agentic-mesh-orchestrating-sdlc-w...
3•owulveryck•45m ago•0 comments

'Careless People' author claims Meta surveilled her for 12mos to enforce silence

https://fortune.com/2026/06/26/meta-wynn-williams-surveillance-gag-order-lawsuit-2026/
63•1vuio0pswjnm7•46m ago•12 comments
Open in hackernews

Show HN: Blogs.hn – Tiny Blog Directory

https://blogs.hn
2•surprisetalk•1y 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•1y 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