Skip Navigation
And I don't even use most of them
  • I do this. Random ebay junk is both better and cheaper than a raspberry pi. When I first started doing home server stuff, I had the option between an Athlon XP and a raspberry pi and the Athlon XP delivered better performance (I tried both).

  • Has YouTube Blocked Your Adblocker Yet??
  • This. When YouTube finally succeeds in making it impossible for anyone to use their website without watching ads, they probably still won't succeed in preventing people from downloading for offline viewing. When this happens I'm going to invest in making scripts that autodownload stuff ahead of time and I'll only watch whatever videos are in my home network.

    Im not watching their brainwash bullshit ass propaganda. I'll find other stuff to do for entertainment before I give in to ads.

  • Any open source software to flash onto tv's?
  • Fuck smart tvs. I only use tvs by plugging in my laptop via hdmi. It's only a matter of time before smart tvs start reporting people for stuff like watching pirated content or voiding TOS's with adblockers.

  • Do you believe in God?
  • Believing in the existence of God and believing God is a being that deserves our worship are 2 different things.

    Also depends on which god and which denomination. If there are gods, it's more likely than not that there are more than one. In Christianity, God makes a big deal of "not worshipping other gods before me" so I'm just saying. What's considered a God anyway? Do extraterrestrial intelligent life with better technology than us count?

  • How do y'all deal with sleep states on modern laptops?
  • Not sure what distro you're using but try the liquirox kernel. I did that one time on a really stubborn laptop and managed to get both the HDMI and the suspend feature working.

    Using mainline or something to ensure I'm up to date on the latest kernel has never solved a single issue in my entire history of trying but using liquirox worked one time.

  • Tips for switching to Debian from Ubuntu?
  • I always get screwed pretty hard with Debian drivers. Just the other day I updated my Debian server to Debian 12 and then it refused to allow my atheros 9k PCI wifi card to work unless I rebooted after a cold boot. After an entire afternoon, I got to where it wouldn't work after a cold boot or after a reboot. I literally had to choose between buying a new wifi card or reinstalling Debian/a different distro.

    I used to only use Debian for non-laptops but from now on I don't think I'll install any new Debian installations on anything.

  • 5 years ago Valve released Proton forever changing Linux gaming
  • Dang I thought proton was older than that. I remember playing No Man's Sky on Linux around the time it was released on pc. I don't remember running a pirated copy of NMS just so I could make it run on wine but maybe I was. (you used to have to do that whether you owned the game or not if you wanted to play on Linux).

  • Average redditor nowadays
  • One time I got downvoted to oblivion and then followed and harassed for saying that employers shouldn't be allowed to drug test for thc.. In r/lsd of all places. I still don't know what that was about. Did I accidently trigger the "everyone dogpile this guy" bot algorithm, maybe in a different comment? Do lsd users just think they're better than everyone else just because past use of lsd can't really be drug tested for? This happened like a year ago and I'm still dumbfounded.

  • What's some really unpopular opinion you have?
  • Let's make a shitty unit trade. We'll change all watt hour units to joules in exchange for completely banning bits per second as a unit of bandwidth speed. Converting megabit per second to the actually usable unit of megabytes per second in my head is far more infuriating than any amount of joule shenanigans. Any takers?

  • What's some really unpopular opinion you have?
  • Interesting. I think joules are dumb and hate seeing them in games like factorio. I'm sure joules are better in applications that don't concern the average person but I'm a random idiot not a scientist at nasa. Just show me kilowatt hours so I don't have to do math in my head. 1 joule is 1 watt second already there's no point in making things more complicated.

  • XFCE taking the picture
  • Xfce doesn't seem like the thing that would be optimal for everyday daily driver use but I install it on every server and underpowered laptop I run Linux on just because of how lightweight it is. There is an addon that adds a search to the "start menu" which solves what is to me xfce's biggest usability issue.

  • Which proprietary software do you prefer over their open-source alternatives, and why?
  • Visual studio code. There's nothing else that's anywhere near as good that doesn't cost money. Those annoying terminal text editors just don't do it for me. I need code autocomplete and do not understand how there exist people who have the patience to get by without it. I do not have the time to be switching tabs 20 times a second because I can't remember function parameter overloads. That intellisense autocomplete is just too good.

  • What are the best practices to partition a linux system with?
  • Usually, I do the simplest thing: all the stuff goes on one big ext4 partition. I don't make a separate partition for /home. I'll make a swap partition if I can remember but I've forgotten to do that before and nothing bad happened. The bootloader goes on a fat32 /boot/efi on the same drive as whatever the Linux install is on. This way I can swap around the drive to different pcs if I have to or easily change/upgrade drives without having to reinstall all my stuff.

    This strategy works for dual booting Windows also. I'll put the windows install all on its own separate drive so it won't try to erase grub during a disk check or something. That happened one time. Also, by putting Windows and Linux on separate drives you can use the bios to boot between Windows or Linux if you mess up one of the bootloaders.

  • How can we use C# in a responsible and FOSS way?

    C# is a useful object oriented programming language. You can generally do the same stuff as you can in C++ but as a game modder there is 1 huge advantage C# has over C++ and that's the way it handles include path orders, or it's lack thereof.

    I actually typed out and described a scenario where this starts messing things up but it was quite verbose. But the tl;dr is that it's possible to get stuck in a situation where you have circular include dependencies (kind of like how circular dependencies screw you over really hard in Linux package managers sometimes). If you planned the structure of your code really really well this shouldn't be too big of a problem but if you're extending something that is both complicated and wasn't meant to be extended upon, it starts becoming a problem.

    C# doesn't really have this problem because instead of including header files, it does that "using blahblahblah;" business which doesn't run into include order problems.

    C# is "open source" but it was invented by Microsoft and is hard to use without dealing with Microsoft. I don't want to contribute to the agenda of proprietary software in any capacity so I make all my projects in C++. C++ is very powerful but for certain gaming-oriented use cases, while it is the best choice most of the time it's not the best choice all the time.

    How do I use C# in a responsible and open-source way? Do I just have to avoid using visual studio? I don't own a single Windows or Mac computer that actually boots up. Do I avoid dotnet framework? Do I have to avoid everything dotnet? What about Net Core?

    Typing g## into a terminal window isn't a thing so what's the FOSS way to use C#?

    16
    What should we be using to develop web apps?

    Using php + sql and maybe a little javascript is generally an OK-ish method that has few strings attached and runs on anything. However there are a lot of modern frameworks that let you do a lot more stuff. There things like django, firebase, blazor, asp net or whatever but what FOSS equivalent to this "next gen" web development stuff should we be using?

    9
    What's an app for lemmy that isn't Jeroba?

    Jeroba is already lackluster and there's a lot of stuff you can't do on Jeroba that you can do when browsing lemmy through a web browser. One new issue that jeroba has developed is that now it crashes a lot. This has crossed the line for me. It was already a pain to use but the crashing makes it so much worse. Are there any alternative apps yet?

    4
    OceanGate listed job posting for ‘submersible pilot’ during doomed Titan rescue efforts
    nypost.com OceanGate listed job posting for ‘submersible pilot’ during doomed Titan rescue efforts

    The company posted the ad in search of a “Submersible Pilot/Marine Technician” who would “help manage and operate our fleet of manned submersibles and support vessels.”

    OceanGate listed job posting for ‘submersible pilot’ during doomed Titan rescue efforts
    5
    General Programming Discussion @lemmy.ml PeterPoopshit @lemmy.ml
    What do you do when VS Code refuses to "turn on" intellisense for a file?

    I have this one .hpp file in a c++ project that's complicated. Too complicated. For this ONE fucking file, VS Code has decided to underline a bunch of random stuff in red and it refuses to show me autocomplete data. It doesn't show me member functions or variables and it doesn't show me functions that match what I've typed so far BUT ONLY IN THIS ONE FILE. The only reason I'm using VS Code at all is because this project is so mind-bogglingly complicated i simply can't remember everything and switching back and fourth between tabs, windows and monitors wastes so much time when you have to do it constantly.

    VS Code always does this but you can usually get rid of the problem by closing it and opening it again. No such luck here. Having to do any work in this file without those autocomplete features is going to be such a drag. I actually tried moving the content of this stubborn hpp file to the h file but somehow VS Code is smart enough to troll me by underlining all the same stuff in red and not showing autocomplete data for the 1 block i copied in. How does it even know to troll me like this?

    Other than switching to Windows 11 and using visual studio (like ms wants us to), what can I even do?

    Also, there's nothing wrong with the code itself. g++ happily compiles and runs it and the relevant parts of the program work as expected.

    Edit: hmm I changed the define keyword a little and its working for now although I wouldn't be surprised if that's not the case tomorrow. VS Code is good when it works but when it's being unreliable its just a glorified Windows XP notepad.exe with a dark theme.

    0
    Shitty Ask Lemmy @lemmy.ml PeterPoopshit @lemmy.ml
    Unfortunately, we have to move to a different lemmy instance since "trolling" isn't allowed on lemmy.ml. Any ideas on where we should go to?

    OK guys I just got out of my 2 day ban for "trolling". All I did was make post on here and it wasn't even the type of thing that would get you in trouble for posting it on reddit. This is unacceptable. The goal of this place is to be as much like shitty ask reddit as possible. Lemmy.ml apparently doesn't like shitposting so we need to move somewhere with better rules.

    Any ideas on where we should go? By default, I'm going to go with beehaw maybe but idk.

    5
    Shitty Ask Lemmy @lemmy.ml PeterPoopshit @lemmy.ml
    How much USD is 1 fuck worth?

    People are always saying stuff like "I don't give a fuck" but, like, what if you did give a fuck? How much would that really cost you? What exactly is the monetary value of 1 fuck?

    0
    Shitty Ask Lemmy @lemmy.ml PeterPoopshit @lemmy.ml
    What are some of your favorite places to piss besides in the toilet?

    Personally, I like pissing in sinks but it can be great fun to piss on other people's cars.

    3
    Shitty Ask Lemmy @lemmy.ml PeterPoopshit @lemmy.ml
    How do you out pizza the hut?

    Asking for a friend

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
    PeterPoopshit @lemmy.ml
    Posts 9
    Comments 70