Professional Neckbeard

  • 21 Posts
  • 768 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • Sums up my experience with C++. It’s fun until you actually start using it and then you get hit with: Idiotic syntax, no package management, C compilers, different operating systems, compiling in general, having to code everything from scratch, memory management and a lot more…

    Shit hit me so hard, I began learning web dev instead and never looked back…




  • What I usually do is I explain what the function does and, if not self explanatory, explain why it does such thing. Like, with the clock example, I’d explain that it tells the time and then, if not immediately obvious, explain why the time needs to be known… Smth like that.

    There is no “correct” way of commenting code. I personally think the more verbose, the better, but that’s an unpopular opinion afaik. As long as the code can be understood, the comment is doing it’s job.

    PS, I’m also kinda new to programming, mostly doing JS and React stuff

    spoiler

    I love putting memes in comments :P













  • 150$ is rather ambitious for what you are describing as a custom made low power server. Managing to build something… Anything commercial out of new, hell even refurbished parts that has enough horse power to run anything more than a pihole/DNS server at this price point would be a challenge and a half. If you’re going refurbished/2nd hand, you’re likely gonna spend half of that on just shipping the parts to you.

    I believe you are vastly underestimating the price of new low end parts and vastly overestimating the capabilities and availability of old micro servers. I’d say something like this would work at a price range of around 300~400$ (and even that’s ambitious imo).

    And even then, that’s a NICHE audience you’d be targeting. It would be people who don’t wanna pay subscriptions, but also don’t wanna be bothered to spend a day or 2 figuring out how to set up a simple linux box on an old computer they have. I’m not saying that audience doesn’t exist, it’s just veeeeery niche.



  • Presi300@lemmy.worldtoLinux@lemmy.mlBSD Vs. Linux
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    19 days ago

    I’ve tried FreeBSD and in my experience, it was just like clunkier, worse documented linux. I specifically remember having issues with wifi drivers not working and drivers as a whole being a huge pain. I’ve also tried setting up OpnSense in a VM (for testing purposes) and that was just as clunky.

    I’ve also thought of trying TrueNAS core… But the way I see it, it’s just clunkier TrueNAS scale without proper virtualization and with more limitations.

    And those my thoughts on FreeBSD. Clunky.

    E: All of that and it’s just licensed under the wrong license… I like the BSD license, I just don’t think it works for an OS.