frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Most Useless ASIC

https://essenceia.github.io/projects/until_heat_death_do_us_part/
1•random__duck•2m ago•0 comments

Setting up Webmentions on my Static Site

https://www.alexhyett.com/newsletter/setting-up-webmentions-on-my-static-site/
1•speckx•3m ago•0 comments

Ovaries Appear to Develop a Second Role After Menopause

https://www.sciencealert.com/ovaries-appear-to-develop-an-incredible-second-role-after-menopause
1•croes•4m ago•0 comments

What's slowing down the AI buildout

https://www.worksinprogress.news/p/ai-is-bottlenecked-by-the-grid
1•gmays•4m ago•0 comments

Broadcom secures role as key Apple supplier with chip deal through 2031

https://www.reuters.com/technology/broadcom-apple-extend-chip-partnership-through-2031-2026-07-06/
1•mgh2•4m ago•0 comments

Serving a 1T open model at 511 tok.s single-stream, lossless, on four B200s

https://brainsless.com/the-decoding-step.html
2•alsufiman•5m ago•0 comments

Anthropic: A global workspace in language models

https://twitter.com/AnthropicAI/status/2074185348142280912
2•tosh•6m ago•0 comments

I built a safety shield for AI agents that intercepts dangerous commands

https://github.com/Thomaszhou22/danger-guard-skill
1•Thomas_Zhou•10m ago•0 comments

Revieve – AI Product Engineer

https://www.revieve.com/job-board
1•seharetimad•12m ago•1 comments

A 2-bit balanced ternary ALU simulation with built-in thermal shutdown (PoC)

https://github.com/st6719/TernaryBreath
1•st6719•13m ago•0 comments

CoMaps – FOSS Offline Maps

https://www.comaps.app/
2•basilikum•16m ago•0 comments

Economies Thrive with Older, Smaller Population, New Study Finds

https://www.bloomberg.com/news/articles/2026-07-06/economies-thrive-with-older-smaller-population...
3•garbawarb•16m ago•1 comments

GitHub Under Siege

https://jerodsanto.net/2026/06/github-under-siege/
1•mooreds•17m ago•0 comments

The first agentic reverse engineer

https://github.com/amruth-sn/kong
1•ishqdehlvi•17m ago•0 comments

Show HN: Dynpipe – Easy Web and CLI P2P transfer tool using simple word codes

https://dynpipe.com
1•eric_pro•18m ago•0 comments

Do We Have Fable? Claude Fable 5 Subscription Status

https://dowehavefable.com/
2•routelastresort•18m ago•1 comments

Is OAuth for Authentication or Authorization?

https://fusionauth.io/articles/oauth/why-no-authentication-in-oauth
2•mooreds•19m ago•0 comments

How-To Detach a Forked Repo (2025)

https://chrisdemars.net/blog/how-to-detach-a-forked-repo/
1•mooreds•19m ago•0 comments

Babies should not use screens at all in the first two years, major review finds

https://www.euronews.com/health/2026/07/02/babies-should-not-use-screens-at-all-in-the-first-two-...
5•Markoff•21m ago•0 comments

Show HN: Arda Translate, free private on-device (iOS) translation

https://apps.apple.com/us/app/arda-translate/id6778970560
1•cjjuice•21m ago•1 comments

Ask HN: What is the best version of full Linux in the browser?

1•smalltorch•22m ago•1 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
2•stlouing•24m ago•0 comments

Deploying Python serverless functions to Scaleway

https://codeberg.org/soup-dev/scaleway-serverless-python
1•MirceaOprea•25m ago•1 comments

Januscape: Guest-to-Host Escape in KVM/x86 (CVE-2026-53359)

https://openwall.com/lists/oss-security/2026/07/06/7
1•aberoham•27m ago•0 comments

Why 3D TVs failed and the trouble with 3D in Hollywood

https://www.engadget.com/2206391/why-3d-tvs-failed/
4•bookofjoe•30m ago•1 comments

Cirrus Introduces the TRAC10: A Purpose-Built Aircraft for Flight Training

https://cirrusaircraft.com/story/cirrus-trac10/
3•lisper•31m ago•0 comments

How to call Linux code from a Wine process

https://arcanenibble.com/how-to-call-linux-code-from-a-wine-process.html
1•TazeTSchnitzel•32m ago•0 comments

I Survived Europe's Heat Wave Without AC

https://reason.com/2026/06/29/i-survived-europes-heat-wave-without-ac-no-thanks-to-regulation/
2•mancerayder•34m ago•0 comments

Threadplane: Angular agent UI framework graded A for supply-chain trust

https://threadplane.ai/blog/threadplane-earns-grade-a-hvtrust
2•brian_love•34m ago•0 comments

Simple AI agent in POSIX shell

https://github.com/patrickjh/ssa
1•pianopatrick•35m ago•1 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