Combustion Engine
kiwifarms.net
- Joined
- Sep 30, 2024
It was all downhill from setuptools. But uv will fix it this time for sure, 7th time's the charm.it’s just the ecosystem has been allowed to decay into pure garbage
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It was all downhill from setuptools. But uv will fix it this time for sure, 7th time's the charm.it’s just the ecosystem has been allowed to decay into pure garbage
I recently encountered this tool too. For some reason, they put a "done!!!" message, filled with emojis, at the end of execution of every command. Why is that? I've never seen anything like it, and it feels extremely annoying.pipx
What's the benefit over pipx? The only one I can think of with these would be locking dependency versions, but surely pip can already do that?For popular tools like yt-dlp you should consider flatpak or Nix instead. Zero issues, just run it from the command line basically.
That's weird, I've never seen that. Here's what it looks like for me:I recently encountered this tool too. For some reason, they put a "done!!!" message, filled with emojis, at the end of execution of every command. Why is that? I've never seen anything like it, and it feels extremely annoying.

I guess stability. I can pretty much assume the nix or flatpak version will just work, whereas with pip it never fucking does. Pipx might be different, I haven't tried it.What's the benefit over pipx? The only one I can think of with these would be locking dependency versions, but surely pip can already do that?
Pipx at least has the benefit of working over pip, so it can immediately pull whatever upstream publishes.
You can disable pipx emojis in output via an environment variable AFAIK. Here is an example in shell profile:I recently encountered this tool too. For some reason, they put a "done!!!" message, filled with emojis, at the end of execution of every command. Why is that? I've never seen anything like it, and it feels extremely annoying.
export PIPX_USE_EMOJI=0Nah, emojis in output are sick as fuck.You can disable pipx emojis in output via an environment variable AFAIK. Here is an example in shell profile:
export PIPX_USE_EMOJI=0
But yeah it’s dumb that it’s on by default
“I paid for all of Unicode, so I’m gonna use all of Unicode!”The only thing better than emojis in output is emojis in source code. I really ticked off a programming instructor with that once, it was very fun.
>just learn x86 ASM broI personally would prefer more rust over more python
Imagine telling programmers to learn how to program. What an insane and irrational demand.>just learn x86 ASM bro
I'm sure pushing python programmers to learn autistic language will encourage them to use your platform. I understand that system-wide python install can be a fragile piece of shit from time to time but "just learn to code bro" is not a solution.
Knowing Lunkike it's probably taken out of context as per usual.
For a linux distro. I feel like if it's something that doesn't make sense to put in a bash/sh script at that point it wouldn't be a bad idea to just go to a C/C++ like language.I like Python for quick and dirty, it's replaced Perl for me. Usually venvs are fine. I switch to "real" languages when I need performance.
The only thing better than emojis in output is emojis in source code. I really ticked off a programming instructor with that once, it was very fun.
At some point you get tired of dealing with quoting and whitespace issues and switch to something with real variables, that isn't C where string handling is fun in a different way.bash/sh script

At some point you get tired of dealing with quoting and whitespace issues and switch to something with real variables, that isn't C where string handling is fun in a different way.
Is that the true reason for RH trying to get dbus into kernel (kdbus)?For anyone wondering, the plan is to add a dbus interface to handle the age verification api