frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Simple pay-per-use database backup service (Postgres/MySQL/Mongo/More..)

1•fahim74•1m ago•0 comments

Show HN: MiniMax Music – AI model that generates 4-minute songs

https://www.minimax-music.com
1•Viaya•4m ago•0 comments

Show HN: Underrated Postgres: Build Multi-Tenancy with Row-Level Security

https://www.simplyblock.io/blog/underated-postgres-multi-tenancy-with-row-level-security/
4•noctarius•10m ago•0 comments

Hype Is a Business Tool

https://jenson.org/hype/
1•FromTheArchives•11m ago•0 comments

Hacker Folklore – AI Koans

http://www.catb.org/~esr/jargon/html/koans.html
1•sytelus•13m ago•0 comments

The Cache Crash

https://www.fastmail.com/blog/the-cache-crash/
1•commandersaki•15m ago•0 comments

Notorious fraudster Marsalek thrives in Russia, now aids Russian FSB

https://english.nv.ua/nation/wirecard-s-jan-marsalek-lives-openly-in-moscow-tied-to-spy-ops-50545...
2•type0•15m ago•0 comments

CERN scientists find evidence of quantum entanglement in sheep

https://home.cern/news/news/cern/cern-scientists-find-evidence-quantum-entanglement-sheep
1•tempodox•16m ago•0 comments

R.e.l.i.v.e. – open-source engine for Oddworld: Abe's Exoddus and Oddysee

https://aliveteam.github.io/
2•retro_guy•17m ago•0 comments

Benchmark code for evaluating different ASR packages and APIs

https://github.com/huggingface/open_asr_leaderboard
1•pinter69•17m ago•0 comments

AI Watchdog – See whose work companies are using to train their models

https://www.theatlantic.com/category/ai-watchdog/
1•helloplanets•17m ago•0 comments

The Way of the Sea: Memory of Topography – Colors of Life

https://www.teamlab.art/nl/ew/seatopography-azabudai/tokyo/?autoplay=true
1•bryanrasmussen•21m ago•0 comments

The Trump Administration Says IUDs and the Pill Are Abortions

https://jessica.substack.com/p/trump-birth-control-abortion
4•thiht•23m ago•1 comments

Chimps consume equivalent of a beer a day in alcohol from fermented fruit

https://www.theguardian.com/science/2025/sep/17/chimps-drink-beer-day-alcohol-fermented-fruit
2•bryanrasmussen•23m ago•0 comments

AI Psychosis and the Warped Mirror

https://pluralistic.net/2025/09/17/automating-gang-stalking-delusion/#paranoid-androids
1•FromTheArchives•25m ago•0 comments

We Built the First AI-Generated Genomes

https://arcinstitute.org/news/hie-king-first-synthetic-phage
1•sebg•26m ago•0 comments

When Africa's internet breaks, this ship answers the call

https://restofworld.org/2025/africa-internet-cable-repair-ship/
1•impish9208•26m ago•0 comments

Fast Fourier Transforms Part 1: Cooley-Tukey

https://connorboyle.io/2025/09/11/fft-cooley-tukey.html
2•signa11•28m ago•0 comments

Click here if your branding is inconsistent

https://brandiseer.com/
1•Brandiseer•31m ago•0 comments

The New Apollo A6000

https://a6000.net/
2•doener•36m ago•0 comments

Linux fork of FAR Manager that works on macOS as well

https://github.com/elfmz/far2l
1•aquir•37m ago•0 comments

Leaving the GDAL Project Steering Commitee

https://sgillies.net/2025/09/17/leaving-the-gdal-psc.html
1•smitty1e•37m ago•0 comments

Tesla is redesigning door handles to stop you from getting trapped in its cars

https://www.neowin.net/news/tesla-is-redesigning-door-handles-to-prevent-people-from-getting-trap...
2•bundie•38m ago•0 comments

Reduction of methane emissions through improved landfill management

https://www.nature.com/articles/s41558-025-02391-1
1•sebg•39m ago•0 comments

Show HN: AI That Fixes Your CV, Matches Jobs, and Fills Skill Gaps

https://www.thetaurus.ai/
1•taurusai•41m ago•0 comments

Dev Culture Is Dying the Curious Developer Is Gone

https://dayvster.com/blog/dev-culture-is-dying-the-curious-developer-is-gone/
1•dayvster•44m ago•1 comments

Why the Events in Gaza Are Not "Genocide"

https://www.ajc.org/news/5-reasons-why-the-events-in-gaza-are-not-genocide
5•spacelaserfan•47m ago•5 comments

Bret Victor: Inventing on Principle (2012)

https://app.wordspike.com/s/3g-seSOPLVs
1•thekuanysh•47m ago•0 comments

Contributors for open source business management tool for small business

https://github.com/oitcode/samarium
1•cofeess•49m ago•0 comments

Former Meta lobbyist named DPC Commissioner: Meta now regulates itself

https://noyb.eu/en/former-meta-lobbyist-named-dpc-commissioner-meta-now-officially-regulates-itself
1•dotcoma•51m ago•0 comments
Open in hackernews

This Website Has No Class

https://aaadaaam.com/notes/no-class/
35•robin_reala•1h ago

Comments

iLoveOncall•55m ago
> I removed a non-trivial amount of CSS (now about ~5KB of CSS over the wire for the entire site)

That's around 2% of the size of the single page of that article, it absolutely is a trivial amount, especially when it complexifies so much the maintenance or addition of the website.

Gabrys1•47m ago
The 5KB is trivial. They don't mention how much was actually removed. Maybe 200KB? Who knows
drcongo•35m ago
It has also vastly simplified the maintenance of the website.
gherkinnn•50m ago
I recently went down a similar path to build the FE of an app. It worked fine at first and I learned a whole lot about recent updates to CSS. And boy, has it come a long way. Cascade layers, nesting, and the :has selector tripple-handedly change how views can be written for the better.

It is a solid solution for blogs and apps with a distinct document feel, but for anything beyond that I found it too limiting and brittle. Back to components and Tailwind.

zwnow•14m ago
If u like tailwind u might like DaisyUI (daisyui.com)

Tailwind can quickly escalate into very very long class name chains, daisyui cuts that down by a ton. Yea its yet another dependency but definitely worth a look. Phoenix adopted it as default too.

Iv•40m ago
Well, HTML was supposed to be a generic language to describe typical documents. Most websites don't need more than the default elements.

From an outside perspective, it is perplexing to see the constant back and forth webdevs do between making website more complex and rediscovering the simpler first principles

zwnow•11m ago
I am sorry but its not the devs who want complexity. Users and Designers want a snappy interactive UI with lots of animations to get the "vibe" right. Devs are usually fine with websites looking like they are straight out of 2003 (considering all the language doc pages I've seen)
thiago_fm•39m ago
I love the design of his blog -- the use of dots, link highlights etc.

It also brings back memory of 2000s internet, but merged into Today's design standards. I assume this was intentional.

habibur•31m ago
Right click -> view source.

Found "<span class=..." — What?

Read the page.

Footer : "I only got 99% of the way there. I use 11ty’s syntax highlighting plugin, which uses classes for styling."

dayvster•31m ago
Hah that's a cool and creative exercise. Love the writing style as well
the_other•21m ago
I like it. Nice effort. Plus I like the visual style a lot too.

I feel there's a mismatch between creating novel "semantic" elements, and then customising them in the markup, rather than the contextual approach (nesting, rich selectors). The mismatch is that the new elements still apply a "what" approach, but the attributes used for customisation apply a "how" approach and leave it in the mark-up. It's still like `<p class="red" />` rather than `main p { background-color: red; }`.

I get that there's a trade-off between purity and code that's nice to work with, and I think you've hit a very readable, appealing and creative balance.

singularity2001•5m ago
It also has no style
admissionsguy•5m ago
I can only see ~half of each line on my phone and cannot scroll, so whatever they are doing, they are doing it badly.