implying that any developer actually reads warnings
Find me on Mastodon, if you want.
implying that any developer actually reads warnings
I want to like Forgejo but the name is really terrible.
Is it “forj-joe”? Nah, that double-J sound is way too awkward.
Do you then merge the J sounds to make “forjo”? If so, why not just call it that?
Is it maybe “for-geh-joe”? That seems the most likely to me, but then that ignores the “build < forge” marketing on their website.
I know it’s pretty inconsequential, but it feels weird using a tool that you don’t even know how to pronounce the name of.
Seems like a “haha JS bad” kind of joke, but OP seems to forget that Python is also in a similar boat.
You at least have to know that it’s a meme format. Otherwise it just looks like someone complaining about async with a bad crop.
Interestingly, this JXL loads in Boost, but the one in the post doesn’t. Perhaps it’s because it’s inside a comment?
I would say finding that the bug is in a library is worse than finding it in your own code.
If it’s your own code, you just fix it.
If it’s in a library you then have to go and search for issues. If there isn’t one, you then go and spend time making one and potentially preparing a minimum reproducible example. Or if you don’t do that (or it’s just unmaintained) then you have to consider downgrading to a version that doesn’t have the bug and potentially losing functionality, or even switching to another library entirely and consequently rewriting all your code that used the old one to work with the new one.
Yeah, I’d take my own bugs over library bugs any day.
Last I checked, almost none. They provide a JS API for common functions, so as long as you’re keeping things relatively simple you might not have to touch much Rust at all.
Perhaps a paper hilt. It’ll trick some people into thinking it’s safer but as soon as you begin using it you realise it still has all the same problems as before.
Whoops, I meant 53. My bad, I’ll edit my comment.
I recently replaced my old server (big case + i5-4590 8GB) with a new mini-PC (with a 5560U 16GB). The new one sips power and is so quiet in comparison. The 6TB HDD I had in the old one is currently just attached by a USB-SATA cable. I do intend to 3D print a mount for it to look a bit nicer, but you know what they say: there’s nothing more permanent than a temporary solution.
I’m also trying Alpine + Podman on it instead of Ubuntu server + Docker. Most of it went without a hitch, though I do have an issue with PiHole not working because something called aardvark is using port 53 and Podman needs that running in order to work.
I also attached an old(ish) midrange phone to it with Termux for use as a low-power ARM server (just for playing around, really). I also intend to use it to test Rust code on ARM. I’m not sure what else to use it for though, so any suggestions are appreciated :)
Edit: Changed port 22 to 53, whoops.
I thought it was clear: they’re implying JS is simpler/faster to write and deploy because transpilation is necessary when using TS (unless you use a modern runtime).
I guess the username checks out though…?
Who would have thought that cancelling something cancels it? Incredible find, mate.
And Lemmy!
I’m aware of the 321 rule for backups, but surely a mirrored disk is still technically counts as one backup?
At least you didn’t choose Welsh towns or lakes in Massachusetts…
I like the name of the 2nd NAS because you can say “I’m just gonna chuck these files into the abyss”
Same thing with high frame rate monitors. They just slap a bunch of motion blur on the 60hz image and call it a day.
Though in their defense, it’s not easy to illustrate framerate in a still image.
Probably off-by-one errors