And MinusJs depends on AngularJs and VueJs for some reason, but that’s just the cost of doing business!
- 0 Posts
- 82 Comments
Artyom@lemm.eeto Programmer Humor@programming.dev•Mom can we have Scratch? We have scratch at home. Scratch at home:121·1 month agoRemember the meme where all the parentheses are on the right hand side? This meme is the same.
Unironically, this is a very cool tool as an import profiler.
Almost certainly, they’re counting on their “audits” consisting of a script that looks for “$500 per week” in the descriotion to confirm that they’re posting ads.
Artyom@lemm.eeto Programmer Humor@programming.dev•This might have some impact on efficiency17·2 months agoPandas was always 200% slow, nothing lost there.
I always go with password2 cuz everyone throws a fit about password1 being insecure.
Someone actually invented Tony the Toilet Buddy
Artyom@lemm.eeto Selfhosted@lemmy.world•I wrote a python script to backup my home directoryEnglish31·2 months agoPython does not need to be compiled, have you ever used it?
Artyom@lemm.eeto Selfhosted@lemmy.world•I wrote a python script to backup my home directoryEnglish21·3 months agoCan you please articulate why Python and Bash are so different in your eyes?
Artyom@lemm.eeto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:1·3 months agoYes, that is the problem I wanted to acknowledge, thank you for clarifying.
“I’m a full stack Viber. Vibes all the way down”
Artyom@lemm.eeto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:291·3 months agoMy comment stands
Artyom@lemm.eeto Programmer Humor@programming.dev•Git, invented in 2005. Programmers on 2004:871·3 months agoI just want to pause a moment to wish a “fuck you” to the guy who named an AI model “Cursor” as if that’s a useful name. It’s like they’re expecting accidental google searches to be a major source of recruitment.
Artyom@lemm.eeto Linux@programming.dev•Am in the only one who cringes at install instructions that require piping some curl output into bash?42·3 months agoWhat’s stopping the downloaded script from wiping my home directory?
What’s stopping any Makefile, build script, or executable from running
rm -rf ~
? The correct answer is “nothing”. PPAs are similarly open, things are a little safer if you only use your distro’s default package sources, but it’s always possible that a program will want to be able to delete something in your home directory, so it always has permission.Containerized apps are the only way around this, where they get their own home directory.
Always follow best practices, make sure you cleanup by deleting the hello world bash file!
Artyom@lemm.eeto Linux@programming.dev•Flatpaks, Snaps, & AppImages: "Do we really need these Universal App Formats?" - An app developer's perspective | Michael Tunnell316·3 months agoNo, you don’t. Containers are the endgame of a bunch of dumb people saying “I don’t like apt, so I’m going to make my own and it’ll be better in my own distro”, and now we have a hundred incompatible alternatives that are worse than apt, and no one knows how to deploy for all of them, so they give up and make a container.
Artyom@lemm.eeto Programmer Humor@programming.dev•Trying to learn a young language, using a tutorial that's more than a year old1·4 months agoCAN being the critical word here. If you use tools like pydantic, then yes, typing can be strictly enforced, or as most people use it, you can type only what you want to type.
Artyom@lemm.eeto Programmer Humor@programming.dev•Trying to learn a young language, using a tutorial that's more than a year old131·4 months agoPython 3.11 onwards can basically be a fully statically typed language, which is a pretty dramatic change in where you spend most of your time. Python 3.13 allows you to do multi threading as a compiler option, we might see native multi threading in 3.14 or 3.15 (or maybe that’s a 4.0-worthy feature honestly)
Artyom@lemm.eeto Programmer Humor@programming.dev•Trying to learn a young language, using a tutorial that's more than a year old3·4 months agoYou must not have React’d well to that.
I mean, some of those things are just because online recipes are usually shit. You can pretty much always use a spice blend instead of salt and pepper, you can always add Chile powder at any concentration you desire, and you should always double the garlic (at least). Granted, some of this is because most recipes are written by AI nowadays.