I found my tripod and headed into the woods. There was a ton of glow. \o/ The fireflies were everywhere, super cool. It looked so amazing, especially with all the flying boys. There was one amazing spot in particular, I had 80-100 individuals in my view at once. Absolutely breathtaking. Unfortunately, the mozzies were also delighted about my visit.
I tried my best, but it’s impossible to capture anything on film with my equipment. The fireflies are just way too dim. In the end, I managed to get some very bright girls in the bush. That’s the best I could do, but still really bad. Sorry @bender@twtxt.net. :-(
https://lyse.isobeef.org/gluehwuermchen-2026-06-19/
And no idea what the heck is going on with the CSS there. Anyway. Garbage to trash, seems fitting. ;-)
Years ago, I used Kate, no, not somebody’s wife, but the KDE Advanced Text Editor, to export source code files and fragments into HTML with syntax highlighting. I think that’s where I got the initial <b> idea from. There were also bucketloads of <span style='color:#644a9b;'> all over the place, even inside <b>. No CSS classes defined upfront, all colors inlined. The final rendering in the browser looked great, but the source code ugly as hell in my opinion. However, I’m thankful for hinting me at <b>. I think this kicked off everything. :-)
CSS-Native Parallax Effect
Article URL: https://dan-webnotes.com/posts/2026-06-02-css-native-parallax-effect/
Comments URL: https://news.ycombinator.com/item?id=48368291
Points: 3
# Comments: 0 ⌘ Read more
Firefox 150 Available With GTK Emoji Picker, CSS Media Element Pseudo-Classes
Mozilla today published their Firefox 150 release binaries as the latest milestone for this open-source web browser with growing AI ambitions… ⌘ Read more
Tailwind CSS Lets Go 75% Of Engineers After 40% Traffic Drop From Google
Adam Wathan, the creator of the popular CSS framework Tailwind CSS, has let go of 75% of his engineering team – reducing it from four people to one – because AI-generated search answers have decimated traffic to the project’s documentation pages.
Traffic to Tailwind’s documentation has fallen roughly 40% since early 2023 despite th … ⌘ Read more
@shinyoukai@neko.laidback.moe The CSS 404ing highlights the improvability of the content to noise ratio. :-)
Firefox 146 Now Available With Native Fractional Scaling On Wayland
Firefox 146 has been released with native fractional scaling support on Wayland – finally giving Linux users crisp UI rendering. Other new additions include GPU process improvements on macOS, developer-focused CSS features, and broader access to Firefox Labs. Phoronix reports: Firefox 146 also now makes Firefox Labs available to all users, … ⌘ Read more
@arne@uplegger.eu @lukas@lukasthiel.de In fact, Yarn.social’s yarnd client implementation actually uses (or did, still kinda does today) PicoCSS 🤟 It was/is a good CSS library! 👍
@quark@ferengi.one It’s very nice mate 😅 I didn’t know you were this good at CSS 🤣
@prologic@twtxt.net is it Hugo driven, yes. The Frankenstein’s monster CSS is mostly all mine, as evidenced by its shoddiness. 😅
What I wanna know at this point @bender@twtxt.net is this; What is this “Notes” thing. Is it just a uugo static site you maintain or something else? 🤔 Did you write all the CSS yourself? 😅
Double congrats, @thecanine@twtxt.net! \o/
I’m not a fan of the gemtext limits. This being only a single page (which probably doesn’t get updated a whole lot), the efforts of having two dedicates files are not all that big, or so I’d at least naively imagine.
I always recommend checking the W3C validator results, even though I’m very guilty of not doing that myself. It just doesn’t occur to me in the heat of the moment. I reckon if I were writing HTML on a more regular basis, I would pick up on making that a real habit. Anyway, your HTML being generated, you probably can’t address the findings, though. So, might not be even worth the time heading over to the validator.
From a privacy point of view, personally, I would definitely host the CSS myself. Other than that, nice link collection. :-)
@thecanine@twtxt.net looks good! Was the use of asterisks instead of <li> a concerted choice (it doesn’t look intended, but I might be wrong)? With CSS you can replace bullets on lists with whatever you want.
Automattic Inc. Claims It Owns the Word ‘Automatic’
An anonymous reader shares a report: Automattic, the company that owns WordPress.com, is asking Automatic.CSS – a company that provides a CSS framework for WordPress page builders – to change its name amid public spats between Automattic founder Matt Mullenweg and Automatic.CSS creator Kevin Geary. Automattic has two T’s as a nod to Matt.
“As you know, our client owns and … ⌘ Read more
@lyse@lyse.isobeef.org To be fair, I’m not convinced of the web design / user interface decisions either. I just hacked this together over a couple of days. I’m not sold on any of the UI/UX thus far. Open to suggestions, improvements, hell even a complete CSS rewrite 🤣 UI/UX nor CSS is my strong suite 😂
Triad Prague, is perhaps the only mainstream “Contemporary advertising” company, who fucking AI generates “pixelart” and everyone there is either too blind, dumb, or lazy, to at the very least, align the pixels, to a grid (or even check they’re square, the same size,…anything really).

I guess they must have some remains of shame and self preservation instinct, that made them sweep these off their portfolio website and set the video ads with them, to “Private” on YouTube.
https://youtu.be/s7GZK8FGRvA
But sadly not enough shame, to stop putting these on billboards, I have to see on daily basis and making new versions of them, with different inconsistent styles, of badly AI generated “pixelart”!

I checked their website, this is their footer, with the text that always overlaps - maybe they also never heard about CSS, can’t blame them, it’s only been a thing, since 1996.

When I open the CSS out of curiosity and it’s over 10,000 lines long ⌘ Read more
The least amount of CSS for a decent looking site (2023)
Article URL: https://thecascade.dev/article/least-amount-of-css/
Comments URL: https://news.ycombinator.com/item?id=45497624
Points: 505
# Comments: 218 ⌘ Read more
I will try to improve the CSS 🙏
@prologic@twtxt.net need to work on the CSS. For example, the tags are too big, the code blocks (and the inline ones) are too small, the single posts have no date (intended?), and so on. It’s an alpha start!
I just created a zs blogging template which I’m going to use for https://prologic.blog and I might starting writing long-form again soon™ 🔜 So far the “blogging” template/engine (if you weill) is quite simple. It comprises essentially of an index.md a prehook and a few utilities:
$ git ls-files
.gitignore
.zs/config.yml
.zs/editthispage
.zs/include
.zs/layout.html
.zs/list
.zs/months
.zs/now
.zs/onthispage
.zs/posthook
.zs/postsbymonth
.zs/prehook
.zs/scripts
.zs/styles
.zs/tagcloud
.zs/taglist
.zs/years
archives/.empty
assets/css/site.css
assets/js/main.js
index.md
posts/hello-zs-blog.md
posts/on-tagging.md
posts/second-post.md
tags/.empty
<details> tag in HTML; it lets you write a sentence or so that someone can then click to expand to see the actual post. it's called a CW because most people use it to warn for potentially triggering/harmful subjects, but you can really use it for anything, like spoilers in a TV show or even for joke punchlines
@kat@yarn.girlonthemoon.xyz I reckon the original <details> need to have the open attribute set in order to expand it, so I cannot just define some custom CSS rules to do that in my browser.
But in regards to twtxt, my client won’t hide anything in that realm anyway. :-) It’s just more noise.
@bender@twtxt.net Maybe one day I’ll take back over my prologic.blog domain from µBlog and redoit with my handy zs tool with some nice CSS 🤣
I am also enjoying the tweaking of my Frankenstein monster CSS. LOL.
深入 Biome — 現代 Rust 前端工具鏈
Biome 簡介Biome 是一個基於 Rust 開發的前端工具鏈工具,它提供了完善的 Analyzer / Linter / Formatter 的能力支持。目前 Biome 提供了 JS、TS 、JSON/JSONC 以及 CSS 和 GriftQL 等語言的支持。在 Linter 方面,目前 Biome 內置支持了約 320 條以上規則支持 (參考: https://next.biomejs ⌘ Read more
@kat@yarn.girlonthemoon.xyz I don’t do a lot of CSS and tried to use flexboxes recently, couldn’t find a great explanation. I somehow managed to get the desired effect, but am I using them correctly? Who knows.
@bender@twtxt.net Not sure if you’re serious or joking, but: IE3 introduced support for CSS, Mosaic completely ignores it. 😅 Besides, it looks fine in IE3 now as well, after I fixed my CSS bug. 🤪
@movq@www.uninformativ.de yes, I think:
<!--[if !IE]><!-->
<link rel="stylesheet" href="../simplicity.css”>
<!--<![endif]-->
Should work, but I haven’t tested it.
Almost sure it would look even better if you removed CSS altogether for IE3, and the like. Your site is clean as a whistle, just vanilla, no CSS.
… but as it turned out, this was a bug in my CSS. It works now. 🥳

CSS Minecraft
Article URL: https://benjaminaster.com/css-minecraft/
Comments URL: https://news.ycombinator.com/item?id=44100148
Points: 501
# Comments: 53 ⌘ Read more
The vp-compact.css is trumping the other.
This on vp-compact.css:
.avatar:not(#profile-avatar .avatar) {
width: 2rem !important;
height: 2rem !important;
margin-top: -0.25rem !important;
}
Is colliding with yarn.min.css:
.avatar, .avatar-full {
width: 3.5rem;
height: 3.5rem;
object-fit: cover;
border-radius:var(--border-radius)
}
@prologic@twtxt.net I did, and it did. I am more than rubbish at CSS, so there!
Can you confirm the fix temporarily in browser before I make the CSS change? I’m rubbish at CSS 🤣
(#rk3npuq) Can you confirm the fix temporarily in browser before I make the CSS change? I’m rubbish at CSS 🤣
Can you confirm the fix temporarily in browser before I make the CSS change? I’m rubbish at CSS 🤣 ⌘ Read more
Ahhh! It’s all Soren’s fault 🤣
commit ea9eaaf3d3977701dcb84b927c77c4f921bdbf43
Author: sorenpeter <sorenpeter@noreply@mills.io>
Date: Sat Sep 24 23:34:07 2022 +0000
Replacing Pico.css with Simple.css (#990)
Replacing pico.css with simple.css along with some small UI changes
**(#rk3npuq) Ahhh! It’s all Soren’s fault 🤣
commit ea9eaaf3d3977701dcb84b927c77c4f921bdbf43
Author: sorenpeter <sorenpeter@noreply@mills.i ...**
Ahhh! It’s all Soren’s fault 🤣
commit ea9eaaf3d3977701dcb84b927c77c4f921bdbf43
Author: sorenpeter
Date: Sat Sep 24 23:34:07 2022 +0000
Replacing Pico.css with Simple.css (<a href="https://we.loveprivacy.club/search?q=%23990">#990</a>)
Replacing pico.css with simple.css along with some small UI changes
⌘ [Read more](https://twtxt.net/twt/j22xw4q)
It’s on yarn.min.css, whatever that comes from. I think padding: 0; is all it needs.
Rucknium completes second milestone for statistical research CCS proposal
Rucknium1 has completed2 the second milestone for their latest CCS proposal to conduct statistical research to improve Monero’s privacy 3:
I have completed Milestone 2. [..] With @Boog900, investigated the empirical privacy impact of suspected spy nodes and organized a public campaign to urge Monero node operators to ban suspected spy nodes from connecting to their no … ⌘ Read more