Search
36 results for “lil5”
-
I use preferably only free and open source apps, native for Linux. Using the browser is also totally fine for me.
I oppose using apps that only are available via Google or Apple, or that only run on their operating systems.
Someone wrote a very informative page about #appdwang (in Dutch):
-
I built smolweb a collection of php scripts to help start building a blog and small shop front.
Features: webring, blog, rss, image resizer, shop
All data is saved and read from csv, json & txt files, no databases.
100% php ensures you can run this on cheap php shared hosting instead of a vps.
-
@lil5 I don't know #value4value but I'm actually surprised that crypto as a decentralised financial principle is viewed so critically in the fediverse. Of course, there are many scams and other problems, but the ideological thoughts behind crypto are not that far away from that of the fediverse: Decentralised infrastructure and open protocols not depending on big companies.
-
@lil5 Not quite *password* less, as I originally expected. This step is impossible for me to go through because #Firefox on #PC and #Android can't into this protocol. But if it works for others, than that's good. 👍🏻
I once used to use generating and exploiting simple magic links before I moved to #IndieAuth: https://github.com/jaredthirsk/PwdLess
-
https://gist.github.com/lil5/f2163f18ba67ae51a7f67a329294ca4b
I finally managed to get #NodeJS working with #Typescript without using #CommonJS
This was the only resource that actually worked: https://www.youtube.com/watch?v=H91aqUHn8sE&pp=ygUabm9kZW5leHQgbW9kdWxlIHJlc29sdXRpb24%3D
-
For those who would like to move away from JSS back to good old CSS, here is a conversation tool.
-
@bjoernricks @lil5 @inthehands @wholesomedonut That's not very useful without explaining why you think Poetry is better. I mean, the point of having standards is that people can choose the tool that works best for them. Imposing the dogma of your preferred tool on people is bad; giving them what they need to make an informed decision is good.
Personally I still choose pipenv over Poetry for anything that doesn't need to be packaged. I like the simplicity. For things that do need to be packaged, the extra packaging-related features of Poetry do make it more appealing, although personally I have not had the greatest time with it. I prefer to use tox for environment isolation (that would be roughly the equivalent of pipenv in this case) and either hatch or setuptools as the build backend.
-
Classic German engineering "Deregistration" is a word I have never heard of before today.
-
https://github.com/signalapp/Signal-iOS/issues/4590#issuecomment-4100092430
6 years after, implementing a ratchet #darkpattern of "remind me later", #signal has finally caved, but not before dismissing the issue as a feature.
-
Vue3 is a breath of fresh air compared to React, no vuex just inject()
-
This is exactly what #opensourcesecuritypodcast talked about in:
https://opensourcesecurity.io/2025/2025-11-npm-charlie/
And I just found one in the wild. How?: by using #pnpm (instead of npm) and taking the short time to read the postinstall script. Not rocket science.
-
Ask a SaaS product what backup solutions they use and if they store it at a different company, you get nothing, no reply.
Please have faith in Bezos
Shame: https://hanko.io/
-
TLDR start using pnpm.
They have those scripts turned off by default.
-
#FluffyChat just shit the bed, I tried to read an announcement from a while back and it just scrolled continually up, now my #continuwuity server’s not responding
-
I moved from #conduit to #continuwuity I needed to start fresh.
It’s honestly not very clear how to migrate an account and the rooms, but it’s done now.
-
Welke ISP?
Ik heb zo de keuze om van Ziggo af te komen, maar weet me nog niet welke ik moet kiezen. Ik heb slechte ervaringen gehoord van mensen op Odildo, ik ben kapot gebeld door kpn verkopers, maar Freedom is een flinke prijs. Help?
-
A React-Router v7 template using Bun and Hono.
https://github.com/jpcpereira93/react-router-bun-hono-template
-
React Router gets (yet another) version update
https://remix.run/blog/incremental-path-to-react-19The people at #ReactRouter have forgotten that api stability matters.
-
Running bun amd64 in docker under platform rosetta2 translation breaks Bun.serve · Issue #15204 · oven-sh/bun
https://github.com/oven-sh/bun/issues/15204Be careful when running #BunJS in docker on a #mac that your containers support arm64
Bun isn't very stable on Rosetta2
-
That moment when your #ai autocorrects your sql with inline inputs
“SELECT * FROM users WHERE id = [(ai suggestion:) “+id]
No! Bad ai, no more credits for you 👉🤖
#TabNine #CoPilot #DontDoThisAtHome -
alias ghrel="gh release create --generate-notes"
$ git push origin main
$ ghrel v1.5.0Creating releases quickly without going to github.com
-
Even when building a small web service it’s important to add support for #gdpr data and deletion requests
https://example.stupidwebauthn.site
Even for a passwordless passkey auth websiteNow with a #GoLang sdk (the 1st button)
#buildinpublic #programming #bunjs -
I’m also shocked at ui frameworks that rely on label’s “for” attribute, while you can easily wrap the input with a label for the same effect.
I’ve seen websites use labels but not connect them to an input
#Bootstrap , #DaisyUI , #Bulma all make this mistake
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
-
Here's a good explanation on what HSTS is and why it's important. https://www.maxivanov.io/http-strict-transport-security/ (there's a lot of bad explanations on the net)
I noticed the coolify.io website doesn't have these HSTS headers