Just trying to debug some weirdness with outgoing activities from my server, looks like it’s back to normal since you saw my comment and replied to it ;)
- 5 Posts
- 10 Comments
To anyone saying it’s dumb not to use a forge, have you heard of a little open source project called Linux ? It does not use a forge either
There are a few things I don’t like about this scoring system :
- Why is there a “Top Provider Content Share” metric if its gonna score the same as the “Top Provider User Share” every time ?
- Why is the Top Provider Content Share not higher than the user share ? For instance, emails usually have at least one sender and one recipient, making it twice as likely that at least one of them is using gmail. If an email has 10 recipients across 10 different providers, each provider has a copy of the data
- Why is ease of hosting a mail server rated so well ? How is “leveraging email hosting services” decentralized in any way ?
- Why are we using a random repo created a few hours ago by a random github user as a reference ?
pcouy@lemmy.pierre-couy.frOPto Programming@programming.dev•Goodbye SASS, welcome back native CSS0·6 months agoWe still see somewhat old browsers, especially from people using Safari on Apple devices (because IIRC it only updates when you update the whole OS). But it’s a lot better than it used to be thanks to most browser having auto-updates
pcouy@lemmy.pierre-couy.frtodatahoarder@lemmy.ml•Only 1679 bookmarks? What is this, the 1900s?0·6 months agoDo archivebox allow you to full-text search through archived contents ?
I’ve mostly replaced bookmarking with wallabag, mostly because of the full-text index, but I’ve been eyeing archivebox for a while because it handles more types of stuff
Well it’s in the name, they are code smells, not hard rules.
Regarding the specific example you cited, I think that with practice it becomes gradually more natural to write reusable functions and methods on the first iteration, removing the need for later DRY-related refactorings.
PS : I love how your quote for the Rule of Three is getting syntax highlighted xD (You can use markdown quotes by starting quoted lines with
>
)
pcouy@lemmy.pierre-couy.frto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Best ebook readers for piracy?English1·7 months agoKOReader is by far better than the crappy stock firmware from Kobo. While the interface is not the prettiest, it still has a lot of advantages :
- it adds the ability to browse the filesystem (how do people use an e-reader without folders ?)
- loading medium to large PDFs takes ages in kobo’s stock UI, while it’s almost instant in koreader
- there are a bunch of plugins you can add to koreader
While I really hate Kobo’s stock UI, I still recommend getting one if you like truly owning your hardware. It’s really easy to enable ssh access and then it’s just regular Linux. It’s even possible to run an X server and launch Linux graphical apps on the e-ink display (not quite usable though)
pcouy@lemmy.pierre-couy.frOPto Programming@programming.dev•Mitosis in the Gray-Scott model : an introduction to writing shader-based chemical simulations0·10 months agoThank you for the feedback. I had a lot of fun playing with the model (and still have some improvements on my mind that might require porting it outside of Shadertoy)
Is there any part that was especially hard to understand ? I’m trying to make it as clear as possible for developers without a scientific background.
pcouy@lemmy.pierre-couy.frto Programming@programming.dev•Radicle - a sovereign peer-to-peer network for code collaboration, built on top of Git.1·1 year agoWhat’s up with all the shilling posts lately?
This has existed since at least 2018 according to their Twitter, and is related to crypto currencies through its Radworks DAO
Edit : I’m not saying OP themselves is a shill. Radicle did a pretty goog job at hiding its cryptocurrency ties. They even renamed their token from Radicle to Radworks a few years ago. It seems like cryptobros are adapting to the fact that being related to cryptocurrencies hinders adoption among technical people.
Reminds me of the time when I bind mounted my home dir in a chroot, then
rm -rf
ed the chroot when I no longer needed it…