lil5  πŸš² πŸ‡³πŸ‡±

@lil5@social.linux.pizza
161 Followers
141 Following
52 Posts

I try to keep a productive/helpful tone. Also I prefer tabs, sized at 3 😈\\u2029My favorite languages/frameworks are #Tailwind, #GoLang & SQL

Rust convert 

Builder of https://example.stupidwebauthn.site/ a #passkey auth

Websitehttps://li.last.nl/
Githubhttps://github.com/lil5
Codeberghttps://codeberg.org/lil5
PronounsHe/him they/them

We need a β€œStop Killing Games Fedora Edition”

#fedora #bazitte

You can already find the #fedora foot gun ricochet, all before any gun was fired.

#bazitte #gamingonlinux #32bit

@lil5/react-spreadsheet

https://jsr.io/@lil5/react-spreadsheet

Running #npm publish is now more complex than #jsr publish

JSR still works fine if you give it a .js entry file with a .d.ts included

@lil5/react-spreadsheet - JSR

@lil5/react-spreadsheet on JSR

JSR

Dear network the integrity, portability and long term availability of digital goods such as #software, especially #games are increasingly at stake.

More and more are companies pushing for techniques such as texture streaming, requiring #alwaysonline connections and worst of all rendering the software unavailable once the servers are taken down.

The EU 'Stop killing Games' initiative draws to create legislation mandating the release of assets once support ends.

https://eci.ec.europa.eu/045/public/#/screen/home

@ramsey @malware GitLab stopped supporting "help, I forgot/lost my 2FA thing and can't access my account anymore" cases on free plan a while ago. As in your can no longer go trough the support to somehow prove your identity and get 2FA disabled on that account.

This could be viewed as paywalling 2FA, but I think that's a reasonable limitation to have given that customer support isn't exactly cheap and such a process is going to take a bunch of back and forth πŸ€·πŸ»β€β™‚οΈ

Do you know the difference between

<a href=".">

And

<a href="">

"." resolves to the current path, but doesn't preserve search params and hash, whereas "" will preserve both!

I (re)learned this by finding my own blog post I wrote when I learned it years ago.

https://blog.jim-nielsen.com/2023/reloading-document-in-html-and-preserve-query-params/

Reloading a Document (and Preserving Query String Parameters) Using Only HTML

Writing about the big beautiful mess that is making things for the world wide web.

Are you ready to rewrite your whole application every 2 years? Choose Remix/Remix2/ReactRouter7/Remix3, what is stability? & remember old bugs don't exist if you rewrite constantly 🧠

https://remix.run/blog/wake-up-remix

#react #ReactRouter #NextJS #javascript

Wake up, Remix!

It's time to go wake up Remix! Here's what we're building and what it means for React Router.

Get away from #politics for a moment.
Look at bunny!
Bunny thinks you're great the way you are.

The `bzip2` crate switches from C to 100% Rust, https://trifectatech.org/blog/bzip2-crate-switches-from-c-to-rust/.

Use less memory. Faster to run. Simpler cross-compilation. That’s it.

The crate has been audited too, neat!

#RustLang #c #bzip2 #compression

bzip2 crate switches from C to 100% rust - Trifecta Tech Foundation

As a bit of a diversion, I somehow ended up working through the #golang #tutorial this weekend.

I don't remotely consider myself much of a programmer. Possibly, a bit of a code janitor. I was just looking for a bit of an introduction to an unfamiliar language.

I have to say, #Go has some really clear, clean, and helpful #Documentation for a beginner wanting to get started with the language. I'm impressed.

Between the interactive tour(https://go.dev/tour/welcome/1) and the Getting Started tutorial(https://go.dev/doc/tutorial/), I honestly had fun dipping my toes into Go.

https://go.dev/learn/

Additional resources:
https://gobyexample.com/

#programming

A Tour of Go