home.social

Search

36 results for “lil5”

  1. @lil5 @pwaring

    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):

    appdwang.nl/

  2. 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.

    codeberg.org/lil5/smolweb/

    #webring #rss #php #noDatabase

  3. @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.

  4. @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: github.com/jaredthirsk/PwdLess

  5. For those who would like to move away from JSS back to good old CSS, here is a conversation tool.

    lil5.github.io/jss-to-scss/

  6. @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.

    #Python #pipenv #pip #PythonPoetry

  7. Classic German engineering "Deregistration" is a word I have never heard of before today.

    #fritzbox

  8. github.com/signalapp/Signal-iO

    6 years after, implementing a ratchet #darkpattern of "remind me later", #signal has finally caved, but not before dismissing the issue as a feature.

  9. Vue3 is a breath of fresh air compared to React, no vuex just inject()

    #vue3

  10. This is exactly what #opensourcesecuritypodcast talked about in:

    opensourcesecurity.io/2025/202

    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.

  11. Ask a SaaS product what backup solutions they use and if they store it at a different company, you get nothing, no reply.

    #hanko #HankoAuth #SaaS

    Please have faith in Bezos

    Shame: hanko.io/

  12. @dolanor

    TLDR start using pnpm.

    They have those scripts turned off by default.

    #npm #pnpm #javascript

  13. #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

  14. 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.

    #matrix

  15. 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?

    #kpn #odido #freedominternet #isp #nederland #angrynerds

  16. React Router gets (yet another) version update
    remix.run/blog/incremental-pat

    The people at have forgotten that api stability matters.

  17. Running bun amd64 in docker under platform rosetta2 translation breaks Bun.serve · Issue #15204 · oven-sh/bun
    github.com/oven-sh/bun/issues/

    Be careful when running in docker on a that your containers support arm64

    Bun isn't very stable on Rosetta2

  18. @webglossary

    That moment when your autocorrects your sql with inline inputs

    “SELECT * FROM users WHERE id = [(ai suggestion:) “+id]

    No! Bad ai, no more credits for you 👉🤖

  19. alias ghrel="gh release create --generate-notes"

    $ git push origin main
    $ ghrel v1.5.0

    Creating releases quickly without going to github.com

  20. Even when building a small web service it’s important to add support for data and deletion requests

    example.stupidwebauthn.site
    Even for a passwordless passkey auth website

    Now with a sdk (the 1st button)

  21. @jalefkowit @benbrown @janvhs

    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

    , , all make this mistake

    developer.mozilla.org/en-US/do

  22. Here's a good explanation on what HSTS is and why it's important. maxivanov.io/http-strict-trans (there's a lot of bad explanations on the net)

    I noticed the coolify.io website doesn't have these HSTS headers

    github.com/coollabsio/coolify/