• 0 Posts
  • 41 Comments
Joined 2 years ago
cake
Cake day: November 10th, 2023

help-circle
  • You don’t even need to specify the decompression algorithm anymore, I don’t even know if it was mandatory at some point but since I was introduced to Linux like 20 years ago tar would already extrapolate the decompression from the filename extension. Now for the compression I think you do need to include the algorithm, it would be nice if it would default to the extension on the supplied filename also.


  • I think find UI is so bad every time I use it I think about hacking a script just to make it simpler for my use case. At the same time I am very reluctant to use one of this new versions of standard commands trying to reinvent the wheel.

    Some things I don’t link about find:

    1. How the directory needs to be the first argument. I get the reasoning but it is such a pain, specially if you are using it with the same query repeatedly in different paths.

    2. The parenthesis to set order of matches, you are doing it in the shell so you have to escape them which is never fun.

    3. The fact that -name does not match partial names and there is not a version that do so you have to keep doing stuff like -name "*foo*" and of course you have to escape that shit or risk you shell expanding it. Having the GLOB version is nice but there could have a more ergonomic way to do this type, which I assume is a very common use case.

    4. Actually, doing more complex logical matches is always a pain and it would be nice to have a easier way to do some common operations.

    5. The fact that when you do some complex match then the -print is not automatic anymore or the the behaviour is kinda weird. And is a pain to add it in all logical branches or do it in a way that you do not repeat a lot.

    Anyway, sorry for the rant.






  • People keep saying that but you have to realize that laws are only enforceable or even a thing when the mechanisms in place and society wants to enforce it. There is a bunch of outdated laws that everyone kinda decides to not enforce it anymore. And here we have all the 3 powers that should keep each other in check all working together. Most of Congress (both the Senate and the House of representative), the courts and the executive branch all supporting the government agenda, and it is both on all levels of government, local, state and federal. And to make it worse, all the media corporations that sometimes work as a 4th power also support it and close to half the population also supports the government. So it does not matter if it is legal or not.


  • I don’t know if that is the reason but I wonder if the recent ruling that made Firefox loose on the cash income from Google as a default search engine has them doing a similar type of deal with AI companies, even Google, like, Firefox has a built-in interface for AI and the backend you can choose but the default one is one that some AI company pay a fee to be.

    If that is the case I think it is fine, it is like a wink-wink situation, you have to have it enabled by default and with a default provider for it to be worth something for someone to pay for the privilege, and then the users can simply change it be gone with it without affecting the payout. (Unless the pay or renew pay has some metric like use statistics)








  • I don’t see input being discussed as much as it should, but when modern games became very realistic, let’s say Battlefield 4 era, it became clear for me that the current challenge for gaming is input. You can make an character animation do anything but you can’t instruct it to the character, maybe that is why this quick time action bullshit is so popular, because you can make a very complex cinematic scene but you can’t make the player give the input for it.

    That is all to say this problem is 10x worst for VR games. Like the biggesr benefit of a 3D view is to move around but if you can’t do that in a natural way it kinda sucks, that is why 3D movies sucks, you are not moving around the scene. I guess that is also why VR works well with flight sims because in a real plane you are confined to your sit and can only look around. Now a shooter or other FPSs you WALK around and that has not being solved.



  • I’m kind of noob in general terms and I’m afraid I’ll be leaving dual boot just in case.

    ArchLinux is the other alternative.

    Never change internet. Never change.

    OP, don’t go with the hype, don’t go arch Linux as your first distro, you can change to it later when you get more comfortable and feels like having a more hands on approach.

    PS: I don’t think that matters but just in case, I am an arch user for at least 12 years already as my only OS (except work computer) and I find it wild that so many people recommends arch Linux (or any of its derivatives) for beginners. I can only guess how many people get burnt and give up on Linux because of it.