frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You don't know HTML Lists

https://blog.frankmtaylor.com/2026/05/13/you-dont-know-html-lists/
127•speckx•1h ago•17 comments

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

https://nvlabs.github.io/Sana/WM/
209•mjgil•6h ago•89 comments

How an Australian Teen Team Is Making Radio Astronomy Affordable for Schools

https://mag.openrockets.com/p/how-an-australian-teen-team-is-making-radio-astronomy-affordable-fo...
71•openrockets•3h ago•23 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
48•ibobev•3d ago•20 comments

Accelerando (2005)

https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html
158•eamag•6h ago•85 comments

Kioxia and Dell cram 10 PB into slim 2RU server

https://www.blocksandfiles.com/flash/2026/05/14/kioxia-and-dell-cram-10-pb-into-slim-2ru-server/5...
9•rbanffy•1h ago•4 comments

Δ-Mem: Efficient Online Memory for Large Language Models

https://arxiv.org/abs/2605.12357
153•44za12•8h ago•37 comments

Moving away from Tailwind, and learning to structure my CSS

https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
250•mpweiher•9h ago•166 comments

My Favorite Bugs: Invalid Surrogate Pairs

https://george.mand.is/2026/05/my-favorite-bugs-invalid-surrogate-pairs/
61•meysamazad•5h ago•33 comments

DeepSeek-V4-Flash means LLM steering is interesting again

https://www.seangoedecke.com/steering-vectors/
115•Brajeshwar•3h ago•45 comments

Accelerate

https://github.com/AccelerateHS/accelerate
53•tosh•4h ago•14 comments

Project Gutenberg – keeps getting better

https://www.gutenberg.org/
1085•JSeiko•1d ago•234 comments

Greek Alphabet Cards

https://labs.randomquark.com/alphabet_cards/
64•ricochet11•6h ago•25 comments

Futhark by Example

https://futhark-lang.org/examples.html
87•tosh•8h ago•23 comments

Clusters become personal (like PCs did)

https://aranya.tech/blog/arrival-of-the-personal-cluster
13•druid•3d ago•4 comments

Kyber (YC W23) Is Hiring a Founding Marketer

https://www.ycombinator.com/companies/kyber/jobs/1rLQAro-founding-marketer-content-community
1•asontha•6h ago

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
3•tsiry•1h ago•3 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
70•bookofjoe•4d ago•39 comments

After 8 years, I rewrote my open-source PyTorch curvature library

https://github.com/noahgolmant/pytorch-hessian-eigenthings
35•noahgolmant•2d ago•1 comments

I believe there are entire companies right now under AI psychosis

https://twitter.com/mitchellh/status/2055380239711457578
1709•reasonableklout•21h ago•923 comments

Orthrus-Qwen3: up to 7.8×tokens/forward on Qwen3, identical output distribution

https://github.com/chiennv2000/orthrus
190•FranckDernoncou•19h ago•33 comments

The bird eye was pushed to an evolutionary extreme

https://www.quantamagazine.org/how-the-bird-eye-was-pushed-to-an-evolutionary-extreme-20260513/
190•sohkamyung•2d ago•62 comments

Ploopy Bean: a trackpoint for every computer

https://ploopy.co/shop/bean-pointing-stick/
151•jibcage•3d ago•70 comments

Gaining control of every projector and camera on campus

https://www.edna.land/blogs/posts/scanning/
90•ednaordinary•2d ago•29 comments

What Were Ancient Greco-Roman Curse Tablets?

https://www.history.com/articles/what-were-ancient-roman-curse-tablets
9•speckx•4d ago•7 comments

A 0-click exploit chain for the Pixel 10

https://projectzero.google/2026/05/pixel-10-exploit.html
420•happyhardcore•1d ago•222 comments

The sigmoids won't save you

https://www.astralcodexten.com/p/the-sigmoids-wont-save-you
271•Tomte•1d ago•256 comments

Impeaching Every Federal Judge and Justice Who Endorsed Unitary Executive Theory

https://cmarmitage.substack.com/p/the-case-for-impeaching-and-removing
25•fprog•1h ago•5 comments

Fecal transplants for autism deliver success in clinical trials

https://refractor.io/adhd-autism/fecal-transplants-for-autism-delivers-success-in-clinical-trials/
222•breve•8h ago•161 comments

Frontier AI has broken the open CTF format

https://kabir.au/blog/the-ctf-scene-is-dead
269•frays•11h ago•241 comments
Open in hackernews

You don't know HTML Lists

https://blog.frankmtaylor.com/2026/05/13/you-dont-know-html-lists/
127•speckx•1h ago

Comments

jimmaswell•58m ago
Lots of useful information I wasn't aware of after being a front-end lead for years. I'll start using these at work for sure.
appplication•57m ago
This was a fun little read. Just through testing the examples, I also learned datalist does not seem to work well on mobile safari (which is a large enough market I might even say there’s essentially no scenario in which it’s worth using if there’s a compatibility issue).
MattGaiser•31m ago
Way back when I was working my first job, datalist didn’t work on Firefox. That’s what got Firefox removed from the list of supported browsers.

It has been a problem for a long time if you want to support anything other than Chrome.

zombot•56m ago
What I always wanted to know about lists and never dared to ask!
reconnecting•50m ago
This is how real HTML magic should look like:

<MARQUEE>

  <OL>
      <LI>One</LI>
      <LI>Two</LI>
      <LI>Three</LI>
  </OL>
</MARQUEE>
recroad•44m ago

    <BLINK>
      <MARQUEE>
        <OL>
          <LI>One</LI>
          <LI>Two</LI>
          <LI>Three</LI>
        </OL>
      </MARQUEE>
    </BLINK>
FTFY
reconnecting•41m ago
<MARK>FTFY</MARK>
VladVladikoff•47m ago
>What if there’s a bunch of options, but for [reasons] we don’t want a user to be able to select a subset of them? Let’s add the disabled attribute to an optgroup

Seems broken in mobile safari, not actually disabled I can still select the disabled items.

p2detar•40m ago
Not broken, but strange since it should be working on latest Safari.

https://caniuse.com/mdn-html_elements_optgroup_disabled

I think it may be a Safari bug.

quantumleaper•19m ago
Your link states it's not supported in iOS Safari at all, even though it has been supported in macOS Safari since 2013.
tvmalsv•4m ago
Came here to mention the same thing. Very well be on me, tho. I’m using the Brave browser (is it safari-powered?) and on iOS 18.7.9, which is the newest my old iPhone X supports.
montroser•46m ago
Good stuff, except don't get too excited about `datalist`. It just doesn't have enough hooks to be actually useful for anything other than a little prototype.
iammrpayments•34m ago
I think I’ve tried building a combobox using datalist once but it didn’t work
MagicMoonlight•41m ago
That’s a really good article. It’s nice to see something which isn’t slop.
jdw64•28m ago
HTML linters actually help distinguish things like that? I'm curious if there are any linters out there that can enforce this kind of semantic tag selection.
asveikau•24m ago
Title reminds me of Joni Mitchell.

    I've looked at lists from both sides now
    From give and take and still somehow
    It's HTML lists' illusions I recall 
    I really don't know HTML lists at all
WA•2m ago
And yet, no native select + search combined, which is a very common kind of list. The datalist is basically unusable, because you don't know any of the options.