frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why CSS-Tricks Has Been Quiet Lately

https://geoffgraham.me/why-css-tricks-has-been-quiet/
1•CqtGLRGcukpy•1m ago•1 comments

Dan Selsam (OpenAI Researcher) Personal Statement on AI Risk

https://docs.google.com/document/d/e/2PACX-1vQNl3SEX5IyA6d9qHjjFZN-qzGRZNFI6b63g-yu1Fy-ZYkVfCWm7i...
1•cubefox•2m ago•0 comments

Biosphere 2

https://en.wikipedia.org/wiki/Biosphere_2
1•the-mitr•13m ago•0 comments

Celestial Strings – a guitar practice app with no accounts, streaks, or ads

1•rust42•14m ago•0 comments

Why the "Math Mafia" is doing well

https://nitter.meowing.monster/thejessezhang/status/2076749775043690715
1•namjh•15m ago•0 comments

Benchmark for AI Assistants

https://assistantbenchmark.com/
1•soltanov•16m ago•0 comments

Ghost in the Machine [video]

https://www.youtube.com/watch?v=dLQzVLtvdv8
1•jonbaer•16m ago•0 comments

Shapes of Software Developers

https://thetshaped.dev/p/the-4-shapes-of-software-developers
2•AntonZ234•17m ago•0 comments

Tell HN: Updating to iOS 27 automatically enables Siri?

1•vaishnavsm•20m ago•0 comments

Pivotick v2.0.0 released – graphing library

https://github.com/Pivotick/Pivotick/releases/tag/v2.0.0
1•adulau•20m ago•0 comments

Cryptid Tourism: The Best Museums, Destinations and Festivals Across America

https://www.atlasobscura.com/articles/cryptid-tourism-across-america
1•rdmuser•23m ago•0 comments

JDK 27

https://openjdk.org/projects/jdk/27/
1•fourfire•24m ago•0 comments

Show HN: Chronocity – Watch your Git repo's history grow into a 3D city

https://dat999zx.github.io/chronocity/
1•dat999zx•26m ago•0 comments

Writing a book about software engineering, what do you want in it?

https://docs.google.com/forms/d/e/1FAIpQLSfPFxrCgOrq80huInb1PdY_BvFUOBqTqnxRVUVA-XijlGiyIg/viewfo...
1•drekipus•27m ago•1 comments

Planting trees in the wrong places is not a climate solution

https://theconversation.com/planting-trees-in-the-wrong-places-is-not-a-climate-solution-290796
1•rdmuser•27m ago•0 comments

ClickHouse as a Streaming HTTP API

https://clickhouse.com/blog/clickhouse-streaming-http-api
1•SriniK•42m ago•1 comments

Show HN: Chronicle – Local-first, open-source authoring software for writers

https://pazvanti.github.io/Chronicle/
2•pazvanti•43m ago•3 comments

The Writings of Leslie Lamport (2026)

https://lamport.azurewebsites.net/pubs/pubs.html
2•locknitpicker•45m ago•0 comments

The Analytic Art – Di François Viète

https://books.google.com/books/about/The_Analytic_Art.html
1•vismit2000•47m ago•0 comments

Attenuation, Not Acceptance

https://cacm.acm.org/blogcacm/attenuation-not-approval/
1•visha1v•48m ago•0 comments

For the first time, the US military confirms it has deployed weapons in orbit

https://arstechnica.com/space/2026/09/for-the-first-time-the-us-military-confirms-it-has-deployed...
2•jnord•49m ago•0 comments

The Productivity Illusion of Enterprise AI Coding

https://cacm.acm.org/blogcacm/the-productivity-illusion-at-the-heart-of-enterprise-ai-coding/
2•visha1v•49m ago•0 comments

Augmented Reality, Everywhere. All the Time

https://cacm.acm.org/opinion/everything-everywhere-all-pervasive-augmented-reality/
1•visha1v•50m ago•0 comments

Show HN: White-label AI voice and chat agent platform for resellers

https://www.famulor.io/whitelabel
1•imankoma•52m ago•0 comments

The real AI economy is being built by ordinary people

https://restofworld.org/2026/global-workers-using-ai-at-work/
1•thm•53m ago•0 comments

Investors nervous about AI spending slowdown after industry warnings

https://www.reuters.com/legal/transactional/investors-nervous-about-ai-spending-slowdown-after-in...
4•1vuio0pswjnm7•57m ago•0 comments

Dialup.rip – a 1996 Mac dial-up simulator

https://www.dialup.rip/
1•henrychannel•1h ago•0 comments

Nike's End of Men (2021)

https://www.houseofstrauss.com/p/nikes-end-of-men
1•vismit2000•1h ago•0 comments

My Wife Died of an Asthma Attack. If She'd Known About 'Peak Week' (2019)

https://www.wbur.org/cognoscenti/2019/09/18/asthma-peak-week-laura-levis-peter-demarco
2•Synthetic7346•1h ago•0 comments

Ledgerly a live budget chart that runs in the browser (free, no signup)

https://6b929b8f01f0260a705fb34bdac44ec3.ctonew.app
1•nharvey•1h ago•0 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