I like women, femboys and girl cock.

  • 8 Posts
  • 207 Comments
Joined 9 months ago
cake
Cake day: September 25th, 2023

help-circle
  • It’ll happen some day. There will eventually be “Illegal” wireless transmitting devices that do things such as transmit data over disallowed frequencies, break the token rate speed limit imposed by the fcc (fuck 56k) and illegally use encryption (using data encryption on amateur radio is illegal). When they do start becoming a thing, they’ll be able to transmit data maybe a few miles at up to a megabyte per second (not 1 megabit), or for dozens of miles at a few kilobytes per second. Depending on whether the designers wanted to prioritize speed or distance.

    The technology exists to make such wireless transceivers using off the shelf parts available to normal people, there’s just no reason for them to exist. Yet.






  • I had a “good” job at one point. I didn’t put money into a 401k because I knew I wouldn’t be employed there forever.

    Let’s say you’re 25 and you put 6% of $50k/yr into a 401k and then get fired 4 years later but then the best job you can find afterwards pays only a bit more than half of what you were making. You don’t get that back that until you’re 65 or whatever. That would have been $12k that’s just gone. I want to actually live to be 65. I needed that money. I’m glad I didn’t do that.

    I might not have a retirement but at least I’ve (so far) never been homeless or had to live in my car.


  • I think Endeavour OS is like that too. I have 2 “unfixable” bugs on my arch installation that can never be removed. I have to manually do 2 annoying workaround tasks every time I turn on my computer before I can use it and this will likely never go away. I’ve been told both these issues can’t be fixed without a complete os reinstall and even then it might not go away. I booted into an Endeavour OS live usb and what do you know, both those bugs were fixed out of the box. Endeavour is based on Arch. The kernel it was running was a kernel number release after my installation developed both of these “forever” bugs.

    Arch is great and all but holy fuck I’m sick and tired of this fucking bullshit all the time. One of these times I’m going to type sudo pacman -Syu and it will develop yet a third unfixable forever bug. This is the same shit that drove me away from Windows: uncontrollable degradation over time that can’t be fixed without os reinstall. Even Gentoo isn’t this unforgiving.




  • Cinnamon is the only other desktop environment that I can really use besides KDE. To me they’re equal in quality. Cinnamon does some things better than KDE, KDE does some things better than Cinnamon. It varies based on how each one is configured in your distro’s repository more than anything. KDE on Arch is top notch. Cinnamon on Arch is hot garbage. Cinnamon on Ubuntu is usually really good, KDE on Ubuntu was barely usable last time I tried it.

    If you know a lot about desktop environments you could fix either one yourself but I only use them based on which one works better after I download it and configure basic settings.









  • I hate Java because whenever people make games or performance sensitive applications with it, performance is always complete ass shit. On top of that, it seems I always have to cave in and use Windows because when I’m trying to compile a Java project, there’s some obscure dependency can only be acquired and installed correctly on windows.

    Try compiling Freerouting in anything other than Windows for example. It’s a good fucking thing Java apps are cross platform.


  • If you get even 1 thing wrong, the entire program stops working and you don’t get any information about it. Turns out those cryptic errors like “error: object reference not set to instance of an object at address 0x007e00” are kind of important information to have. Unless you specifically know where it’s crashing, finding the source of the problem is like finding a needle in a haystack. If it’s your own code it’s borderline manageable but you’ll regret every decision that led you up to that point. If it’s someone else’s code such as an old project from 9 years ago that doesn’t work anymore, absolutely forget about it.

    The only advantage of php is that it’s incredibly lightweight. I was running an Athlon XP home server on Gentoo as late as 2022 and still had php running despite only having the SSE1 instruction set and a cpu less powerful than whats probably on a modern led lightbulb.

    But ACKTCHUALLY I think django and python bottles can be run on even shittier computers than php can since they’re both python programs and python has been demonstrated to be runnable on a pentium 1. So there is no reason to use php.