• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: December 22nd, 2023

help-circle

  • yeah pretty much this, linux just cooks. You gotta let it in the kitchen first.

    Also, you might want to consider openscad if you have some adventurous students, it’s quite intuitive if you understand programming syntaxing, and relatively clean and minimal. I’ve long been put off from learning something like freecad because the UI is just an utter mess and has no clear utility to it, but something like openscad is MUCH more accessible to me, even though it may be more restrictive in the long run, having the ability to use it is probably beneficial.

    Like i’ve said before, and like i’ll continue to say until people like you and me make a significant dent in this problem, you need to teach kids how to use the things you want them to use, if you don’t teach them linux, they won’t know linux, if you do teach them linux, they will know linux, it’s literally as simple as that, and why anybody is surprised by this baffles me, it should’ve been obvious frankly.

    The feeling of being “a real hacker” seems to be very motivational for the youngsters.

    kids love to learn, they are literally built for it, they have a high level of neuroplasticity, you just need to give them the tools, the resources, and the ability to do so, and they will do it.





  • I planned and sharing that third drive between Windows and Linux so I don’t require duplicating data.

    you should definitely be able to do this, i’ve done it before and even played gtav off of it, i’m not sure if it has significant performance penalties, it might slow down game loading, or cause micro stuttering, weird stuff like that, but it will definitely work, it’s just something you should use in the meantime while you work towards moving away from it in the future.

    A home server/NAS is also in the works, and I’ll be looking into Samba.

    there are other options, but im pretty sure every other option is based on the SMB protocol in some way, samba is just the most barebones way of doing it, if you like tinkering and just want a file sharing server on your local network, it’ll work great, just be sure to enable that weird renaming flag that allows you to translate the character set, since windows has a very weird restriction character set for naming, while linux pretty much only prevents you from using / (directory separator)

    truenas is one of the industry staples, but that’s more involved, has a lot of config and flexibility as well,

    It’s just been a bit enlightening finding out all the unicorns and rainbows on the Linux side of the fence are equines of indeterminate parentage with paper cones glued to their foreheads and RGB light strips soldered together with a “trust me” sticker on them.

    it’s both the worst, and the best part lol. It’s great because everything is so standardized and well implemented half the time it feels like using an open ecosystem, which is truly the best. The other half of the time you have so many options you have no idea what to use, in which case i usually like to select by popularity and it’s minimalism.

    Microsoft is still a ghetto, and Apple is a WASP country club where the HOA president lives next door and is “retired”. Computers are both at an all-time high for choice and in some of the worst states it’s been in.

    linux is quite literally whatever you want it to be, and that’s why its the best. Can be anything from NYC to a suburb, to a hippie commune if you so choose, just depends on what you want lmao.



  • I still haven’t set up an automatic mount point for my shared NTFS drive to load on boot, both because I don’t have a good grasp on the fstab and because Windows does a chkdisk every time I mount it in Linux. Dual access storage still seems iffy as of 2025.

    i’ve been fine mounting my C drive under linux using ntfs3g under arch linux (similar enough to manjaro) though this was prior to ntfs being natively supported in the kernel, so that may have different consequences, realistically i would advise you to use a network storage for inter device compat since you can run samba or something, which is well integrated into linux and windows (though it’s a little fucky in linux, it does work, and it works reliably) It makes life so much easier. Either that or use an external drive that you intend to be intercompat, not running NTFS, but using ext4 or something. That’s another decent option.

    My best advice to you going forward is be thoughtful about the devices and software you spend time and money on, it’s really easy when you’re in the windows environment to just use whatever exists, but on linux you do have to spend a bit more time thinking about it, but that’s just the nature of the beast.





  • it really is so true.

    you install linux on one machine, and then suddenly every other machine you own has linux on it, ssh, and you use shit like rsync to manage shit over the network. Before you know it you’re running a snapcast server to manage multiroom audio automatically configured into your smart home network. (i haven’t gotten this far yet, but it’s eventually going to happen lol)

    The pipeline is real.



  • i mean, if it’s not directly factually inaccurate, than, it is open source. It’s just that the specific block of data they used and operate on isn’t published or released, which is pretty common even among open source projects.

    AI just happens to be in a fairly unique spot where that thing is actually like, pretty important. Though nothing stops other groups from creating an openly accessible one through something like distributed computing. Which seems to be a fancy new kid on the block moment for AI right now.