frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A small plane hit China's tallest skyscraper. Within hours, it looked untouched

https://www.cnn.com/2026/06/27/china/beijing-plane-crash-citic-tower-censorship-china-intl-hnk
1•voxleone•1m ago•0 comments

Asian AI startups launch Mythos-like models

https://techcrunch.com/2026/06/27/asian-ai-startups-launch-mythos-like-models-as-anthropics-expor...
1•bogdiyan•1m ago•0 comments

Ask HN: What do you predict the world will look like in 5-10 years?

1•justanything•1m ago•0 comments

Y Combinator's Corgi Insurance, a $2.6B disaster in the making?

https://reticulating.substack.com/p/ycombinators-corgi-insurance-a-26
1•manwithopinions•2m ago•0 comments

Tell HN: Mojo is becoming open source

1•theanonymousone•4m ago•0 comments

Show HN: Aerial-autonomy-stack – open-source perception-based drone swarms

https://github.com/JacopoPan/aerial-autonomy-stack
1•SufficientFix42•4m ago•0 comments

Compiling TypeScript to Native C++

https://geastack.com/what-typescript-to-cpp-compiler
1•arbayi•4m ago•0 comments

Tmux 3.7 Terminal Multiplexer Released with Initial Floating Pane Support

https://linuxiac.com/tmux-3-7-terminal-multiplexer-released-with-initial-floating-pane-support/
1•parisiansam•5m ago•0 comments

Decant: Liquid Glass icons reverse engineered

https://github.com/kylebshr/decant
1•memalign•8m ago•0 comments

Show HN: QR Code generator – micro/2 via numeric, alphanumeric, 8bitbyte, kanji

https://h1yapp.com/en/scripting/pwa/qrcodegenerator/
1•h1yapp•12m ago•0 comments

Saving the Biggest Machine You've never heard of

https://www.youtube.com/watch?v=m7G1MRHatuw
2•robrain•12m ago•1 comments

How Queens Die: Analysing a 6M Puzzle Database

https://lichess.org/@/heroku/blog/how-queens-die-analysing-a-6-million-puzzle-database/jgN7WEdl
1•heroku•13m ago•0 comments

Cloud Manufactory Heartbeat Control

https://wordpress.org/plugins/cloud-manufactory-heartbeat-control/
1•taubek•14m ago•0 comments

Even the Secret Service won't use company-issued phones

https://www.theregister.com/security/2026/06/26/even-the-secret-service-wont-use-company-issued-p...
1•speckx•14m ago•0 comments

Finding the Best Sleep Tracker

https://karpathy.bearblog.dev/finding-the-best-sleep-tracker/
1•abhaynayar•18m ago•0 comments

18XX: A System of Systems

https://blog.fogus.me/games/18XX/intro.html
1•tosh•18m ago•0 comments

Why LLMs Will Not Have Your Next Big Idea

https://albertsikkema.com/ai/opinion/research/2026/06/24/why-llms-will-not-have-your-next-big-ide...
1•speckx•19m ago•0 comments

How to Disable Blinking Cursors

https://jurta.org/en/prog/noblink
1•sampo•21m ago•0 comments

Viture Beast Review: My New Favorite Display Glasses

https://www.cnet.com/tech/computing/viture-beast-review-i-think-i-found-my-new-favorite-display-g...
1•walterbell•21m ago•0 comments

Ask HN: How do new users gain reach on HN

1•enlightpixel•21m ago•2 comments

All Chinese Models Will Be Illegal in 3 2 1

https://idiallo.com/blog/all-chinese-models-will-be-illegal
1•garo-pro•22m ago•0 comments

Previewing Speccat.com – Compare CPU, APU, GPU Specifications Instantly

https://nietras.com/2026/06/27/previewing-speccat/
1•nietras•22m ago•0 comments

Streaming services' obnoxiously loud ads become illegal on July 1 in California

https://arstechnica.com/gadgets/2026/06/streaming-services-obnoxiously-loud-ads-become-illegal-on...
4•speckx•28m ago•1 comments

Fantasy Land: interoperability of common algebraic structures in JavaScript

https://github.com/fantasyland/fantasy-land
2•tosh•29m ago•0 comments

Create and share YouTube playlists without an account

https://y2pilot.com/
2•lvidakovic•30m ago•0 comments

How Many Elementary Particles Are There, Really?

https://www.quantamagazine.org/how-many-elementary-particles-are-there-really-20260615/
3•rwmj•31m ago•0 comments

Lemonad: A functional programming library for JavaScript

https://github.com/fogus/lemonad
1•tosh•31m ago•0 comments

The great herbivores of the Caucasus stage a comeback

https://www.unep.org/news-and-stories/story/great-herbivores-caucasus-stage-comeback
1•thunderbong•31m ago•0 comments

Some Intuition Behind the Contrapositive

https://max-amb.github.io/blog/some_intuition_behind_the_contrapositive/
1•max-amb•35m ago•0 comments

Designing Math Ft. Grant Sanderson (3Blue1Brown) [video]

https://www.youtube.com/watch?v=bLSLN96Gn-w
1•marvinborner•35m 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