• 0 Posts
  • 27 Comments
Joined 9 months ago
cake
Cake day: August 6th, 2024

help-circle
  • Using the latest Ubuntu lts is company policy if you want to use Linux. All support for x11 is removed from gnome, you can’t even change x11 anymore. I switch workspaces all the time, like web browser in one, dev env and terminal, so constantly switching, 50% of the time it will miss the key up event from your keyboard and it’s registering that you are holding the key down.

    Gnome randomly crashes, for instance sometimes clicking on a link that someone sent you, just randomly crashes gnomes, happened yesterday. So all the processes you started via gnome is gone, you need to reopen all your tools again, happens at least 6 times a week.

    Sometimes gdm doesn’t work, so you can’t login, you have to open another tty and reset gdm in the other session. It’s so bad, never had these issues before in x11, sure there were bugs, but not annoying bugs.

    Driver issues or not, it’s annoying as fuck. Gnome developers (redhat or whoever sells support for gnome) implementing the display server, gg.


  • slowcakes@programming.devtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    7
    arrow-down
    12
    ·
    15 days ago

    The gnome implementation that I’m forced to use is god damn awful. This whole eventbus implementation is so bad, it misses events and doesn’t always register key-up, when I’m switching workspaces. I do it a lot, and the key gets stuck spamming the same letter, because it didn’t register key up!! Hell sometimes it doesn’t register keydown, super annoying when writing passwords.

    Random crashes of gnome happens more often than I would like to admit, and all that you’ve been working on is gone aswell. What a garbage design, why the fuck should the wm own the processes, I swear the wayland people live on a another planet.

    And the whole permissions thing to ensure privacy, mf this is linux, stop making me do workarounds for shit that you won’t allow, because you haven’t implemented the correct support for it.

    I’m running Ubuntu 24.04, thing fucking sucks, I’m forced by work. Dude x11, just worked, like Wayland solved anything at all.



  • We recently migrated our code base to GH and from Jenkins to GH actions. And I can’t say that it’s any better, just more confusing. Shit was much more simpler on bitbucket server with Jenkins. Never realized GitHub was slow until today, loading pages takes like a second.

    My favorite code repository in terms of layout (not functionality) is still gitblit. Looks simpel and easy to read the commit log because that is the first you are shown when navigating in a repository, no PR support though.




  • Sure but when they actively decide to break the law and the rights of millions people, they are criminals or part of a criminal Enterprise and you should be on trail. The people in position of power, choose to break the law because of profit motivation, of course they shouldn’t keep the money because it was made illegally.

    Why would they care about the consequences of fines, when they themselves don’t have to pay it, they can just cash out and not lose a cent, its the company that gets fined.

    Fuck em, they should face several years of prison and lose the right to run a business or having a position of power, for gross violations of human rights and shouldn’t be trusted to hold power.

    What stops Nvidia, intel or whatever to build the same kind of privacy violating technology directly in the hardware. I don’t even know how our phones are even allowed to collect all the data that they do, what are you going to do in the future when every piece of electronics you buy, is collecting data. You wouldn’t even need internet, they’ll just send it to the nearest 5g tower.

    In 5 - 10 years, we’ll live in the era of mass surveillance (for your safety of course). AI combined with all the data available, will make the world a living hell for regular people. 1984 will no longer be science fiction, because we elect self serving clowns, total morons that aren’t capable of doing anything because they are starstruck by rich people and tech bros.


  • slowcakes@programming.devtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    6 months ago

    I always wonder, how you can be fined hundreds of millions of dollars for breaking a law or multiple, but no one will go to prison. How is it not a serious crime to break peoples right to privacy and personal integrity on a massive scale like that.

    If no one is jailed for doing it, it will never stopped they will just try to lobby to change the laws. They knowingly are breaking the law, but it’s only fines so they don’t give a shit, because they are also lobbying to change those laws…

    What a bunch of idiots for politicians, they let these corporation walk all over our rights.



  • I don’t think Linux caters to the casual crowd, maybe in the distant future, because it takes a lot of effort to create a good user experience, those resources are not available to distro makers.

    In the PC world you have some different setups of devices, apple has it a bit easier they explicitly choose the hardware that they want to Support.

    Also casual people have a hard time connecting a printer to their computer or fixing the wireless wifi.

    I can’t imagine them fixing anything via the terminal. My SOs runs Manjaro and she is like that, but I usually fix her laptop when she has issued.

    I love Linux for what it is, this toy for a developer that can automate and customize stuff relatively simple, with a large opinionated community.

    I would instead rather focus on those thing, than seeing Linux trying to compete with windows/Mac.


  • Mostly first Linux users will download Ubuntu, latest release, and I’ve not used a more bug ridden OS in my life. Everyday there was a new bug that made me have to hard reset my computer (mind you this is 24.0.4 noble). Display was grey after login, didn’t want to login, laptop screen doesn’t wake up, Wayland crashes and doesn’t start backup. And that is the bugs that forced me to hard reset my laptop, then we have a whole slew of other bugs.

    I mean some new getting recommend Ubuntu will have a horrible experience, and most of them do









  • Dude what are you on about, there is no rust programmer that want to teach fucking rust to anyone who doesn’t want learn…

    This has nothing to do with C vs Rust, this has to do with security and enabling more people to develop stuff for Linux.

    These so called kernel maintainers you see in the conference are only mainting the parts that they use for their filesystem, they are mainting the API, they are paid by companies who have sold support for ext4, xfs or brtfs etc… . Of course they don’t want to make their jobs any harder by learning a new language.

    And of course they obfuscate the API with random naming and undocumented usage, because they want to make it hard for anyone else using trying to use the APIs.

    If they don’t want to be part of the improvement, then go do something else. Yes rust is better than C for this, because guess what - there are still CVEs being made, because it’s impossible to catch everything with you eyes.