New post! I wrote up some details about building my retro website, including the path taken to the current version, how it's deployed, and how fun it is to build with HTML4.
New post! I wrote up some details about building my retro website, including the path taken to the current version, how it's deployed, and how fun it is to build with HTML4.
New comiCSS cartoon: Unattended children will be given espresso and a free CSS class (or something)
https://comicss.art/comics/181/
Why I the web.
https://hypertext.tv/ has "daily and weekly TV programming for handmade games, art, and other websites."
You can add your sites via GitHub. #opensource
Dictionary-ID
Limited availability
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Dictionary-ID
The HTTP Dictionary-ID request header references a dictionary that can be used in Compression Dictionary Transport to compress the server's response.
Seriously, I am so done with this incompetent JavaScript bullshit.
Google Unveils Gemini 2.5: Revolutionary 'Thinking Model' Set to Transform AI Capabilities
https://oncnnews.blogspot.com/2025/04/google-unveils-gemini-25-revolutionary.html
#dsa #algorithms #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonquiz #ai #ml #machinelearning
Ils précisent: "We can’t provision a certificate until your DNS configuration is pointing at the Netlify servers and the changes have propagated." mais je ne trouve pas l'endroit où il y aurait l'adresse IP où je dois pointer mon A record.
J'ai loupé un numéro? Netlify est trop astucieux pour mon admin level?
I created the most pretentious way to check if a number is odd.Featuring recursion, philosophy, and a truth table.
https://www.npmjs.com/package/improgrammer-isoddnumber
Discussions: https://discu.eu/q/https://www.npmjs.com/package/improgrammer-isoddnumber
For the love of people on shitty Wi-Fi, please stop using React for static websites.
Here are comments on the evolution of browser share in a year.
(The three samples are heavily skewed to English-speaking higher eds.)
Last year results: https://techhub.social/@estelle/112047924116566034
You may still answer in the previous toot.
3/4 Fediverse members use #Firefox proper. Same as last year.
We welcome other parts of the Firefox family (any browser with Gecko inside):
• The share of Librewolf mentions doubled since last year.
• The share of other Gecko-based forks mentions also doubled since last year. (Even though some Waterfox usage is not logged because i did not list it.)
The shares of Chrome and Vivaldi were stable for the first thousand answerers (maybe more IT inclined) but doubled with the later thousand (in the last 24 hours).
The share of the last line (Opera-Blink-Brave mentions) decreased since last year.
ShadowRoot: getHTML() method
Newly available (from Sept 2024)
https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot/getHTML
The getHTML() method of the ShadowRoot interface is used to serialize a shadow root's DOM to an HTML string.
Is Google good for the open web?
My Easter treat has been to work on my silly hosted-at-home retro website. It now features actual content, animated GIFs, and photos of pineapples!
There's a few dynamic pages under cgi-bin, although they are not actually CGI scripts—they are generated by a Rust program. The dynamic content includes live energy stats, climate info, and memory & uptime info. I still want to fill out the content some more, but I also need to do other things.
Built an app to dodge the sun during bus/train rides
Discussions: https://discu.eu/q/https://shadyside.app
Adding IP restriction to Rack app for specific accounts
https://tejasbubane.github.io/posts/ip-restrict-rack-app-per-account
Discussions: https://discu.eu/q/https://tejasbubane.github.io/posts/ip-restrict-rack-app-per-account
var a = ~(()=>0+''-[0+[]+'0'])();
var b = 9;
var c = a + b;
console.log( ~~c===8 ); // true
PrettyBlazor v1.3.0 is out!
You can now write switch cases as Blazor components—clean, separate, and beautiful.
Huge thanks to Mabrouk for making PrettyBlazor even prettier!