Sorry, book broke

  • 4 Posts
  • 135 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • sorrybookbroke@sh.itjust.workstoLinux@lemmy.mlWhy Pewdiepie wants you to run Linux...
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Well buddy it’s a bit more than that. Personally, I’m not holding it against the guy maybe he’s changed so I’m not gonna freak every time I see him but pretending that’s it is wild.

    The man in anger called some guy the n-word. No joke to it. Straight up, I’m angry so I’ll call this guy a racial slur. This, along with the constant (and it was constant) skirting with racism and Hitler which were framed as jokes made it clear that it wasn’t just a bunch of jokes. Wearing a military uniform that was as close to the Nazis as possible, constant talk of a final solution, jokes about ‘them’, German speaches, zieg heils, dog whistles, and alot more were commonplace in his videos at the time.

    You don’t just randomly shout the n word in anger for the first time on live stream.

    The guy was obviously going down the pipeline and people still don’t like him because of that. Not one joke but a constant stream of them along with a very telling instance


  • Yoo that’s wild man doing gods (Richard Stallman) work here man.

    Great initiative nonetheless. Compared to 8 this much more secure and for programming it’s a great choice too. Bringing more life out of some old PCs, saving a school money, and forcing some kids to get creative in order to play Roblox.

    As for is it ready fr this application, programming, it has been for a while. For general, especially web based, applications it absolutely is. Of course, there are quite few things were it’s just not but for the most part Linux is a great choice.


  • I’d argue this is more like “I want to build a competitor to spotify so let’s decide between using mariaDB or writing an SQL compliant database from scratch”

    In your example, a database is the end goal and you can either start with a premade or make your own.

    Here, a social media platform is the end goal. Activitypub is a very important part of it but it’s not the entire piece.

    If we replace the parts of your analogy with the original your example would parse out to “I want to make a competitor to lemmies ActivityPub integration, so let’s start with fedify” which is not the same as the article states.

    Now, should you re-impliment a protocol yourself or use a generic library is the real question. Both have their benefits. With option A you have full code ownership and can wrap your solution around your end goal without the issue of dealing with the original to get needed changes accepted. You don’t have to worry about code not written by or understood by you. With option B, you get a more robust and almost certainly more accurate implementation. Along with, for free, better integration with any service using the same library. Very useful for a federated service when talking about cross platform.

    Both have many more positives and negatives of course and each person should decide on their own how to proceed.

    My opinion? I think it’s usually best to own anything which could feasibly be understood by a single dev. Even if each dev doesn’t. Anything larger shouldn’t be internal in my strong opinion unless very good, specific reasons apply that makes an external solution impossible or increadibly difficult. Most negatives of an external library also apply at that point with enough time.







  • sorrybookbroke@sh.itjust.workstoLinux@lemmy.mlHamachi Issues On Linux
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Hamachi is easier to get others to use I’ve found. When we just want to game getting somebody to install a different application can cause frustration, anger, and a quoting mentality. Some people are just stuck in their ways.

    Doesn’t matter how easy it’s to do, how you’ll guide them through each step, some people are just stuck in their ways and many people are atleast familiar with hamachi





  • sorrybookbroke@sh.itjust.workstoKDE@lemmy.kde.socialKde laptop
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 months ago

    System76 is also a good option especially if you’re american. They have a broader option set too

    On power management though I’m umsure if you’ll get the results you want. It’s hell on windows, hell on Linux, and only within the past few years improved on Mac.

    You may find better suspend on a laptop made for Linux though but I don’t want to get your hopes up too greatly.

    Other options for good laptops though are starlabs and tuxedo computers. On tuxedo make sure you get the right language and layout for your country

    On framework I can personally vouch for them. I have had great experiences with the 13 and there’s a dedicated community happy to help on their forum. Friendly people.

    As for slimbook friends of mine who have them have had good experiances too



  • A while back, somewhere around Linux 5.17, some Intel chips in laptops caused the Linux kernal to rapidly set backlight brightness to 100% then zero. This flashing would likely cause it to break. That’s the last one I remember only a year or so ago.

    This only effected arch an it’s varients to my knowledge though, as they were the first to recieve the update, and it was fixed very quickly. To my knowledge nobodies systems were broken from this.



  • sorrybookbroke@sh.itjust.workstoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    9 months ago

    The issue with that is potentially keeping software which has security bugs on your system for longer than needed. Also, if you install new software you’ll have a partial upgrade which can degrade your system. If you don’t install anything though, your system should work as it currently does without issue. Unless a particular app takes something from the internet which may need the upgraded software (say, discord, spotify, etc. as they’re electron based.)

    If that’s what you want to do I would suggest switching to xubuntu, mint xfce edition, DSL, etc. as they’ll still patch security updates in. You do you though of course as with your stated usecase I can’t see any functional issue. I don’t see the reason for arch though.


  • sorrybookbroke@sh.itjust.workstoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 months ago

    Sure, but that wasn’t malicious code hacking your device just a simple phishing scheme. The aur runs arbitrary code each time which can do quite alot more on your system than any snap. That snap was just a fake app that sent your login to their server.

    The aur is much more dangerous. Of course, when installing anything from anywhere be careful, but with the aur you need to be able to read the pkgbuild.

    Thank you though for cautioning the snap store as you’re right. Those apps aren’t confirmed before they’re placed on the store