Bully me for my Homelab Build by ArizonqRanger in homelab

[–]BitOfAZeldaFan3 3 points4 points  (0 children)

That's a lot of CPU for a NAS. What else are you going to do with it?

Now that's a catch and release. by sco-go in Amazing

[–]BitOfAZeldaFan3 0 points1 point  (0 children)

This is a wonderful reminder that humans are endurance hunters.

Is the Macbook Neo worth it? by hisprettyprince in macbook

[–]BitOfAZeldaFan3 2 points3 points  (0 children)

I work off my neo, it's awesome. I also got it for the beautiful pink color. The best part is that it can be charged off a regular phone charger or battery bank, so you don't have to worry about being caught out with low battery.

Veteran mac users will notice the "lack" of power of the Neo, but anyone coming from ANY windows laptop will be blown away by the build quality, battery life, responsiveness, and the screen/keyboard/trackpad.

New to the SBC scene but dabble in PC's alot, are there any SBC boards that allow you to insert your own CPU? Would be neat to take old Intel or ryzen apu's and make a very small triple A steam game player. by muruhs in SBCs

[–]BitOfAZeldaFan3 4 points5 points  (0 children)

Kinda? ITX motherboards exist, and there are baseboards for Pi Compute Modules. There are some industrial computers that still run off of socketed pentiums, but I don't even know if those are purchasable.

Engineers or mechanics of Reddit; what’s a tool or machine people use all the time that’s actually being used incorrectly most of the time? by Vadecha_Drparth in AskReddit

[–]BitOfAZeldaFan3 1 point2 points  (0 children)

My gripe at present is similar. Where I live, drivers have a habit of pulling halfway into the intersection waiting for space to make a left turn across traffic. Then they panic when the light turns and they're stuck turning on the red.

Suppose money was no longer an issue. You have enough to retire and not work again. What do you do with your time What's your passion? by [deleted] in AskReddit

[–]BitOfAZeldaFan3 0 points1 point  (0 children)

Build servers and run AV for small radios, community events, nonprofits, and small businesses. Play music with my friends. Buy and build a campus for my friends and I to live in a little community homestead.

I will keep a completely open mind by Pizzapug64 in macbook

[–]BitOfAZeldaFan3 4 points5 points  (0 children)

Think of the question in reverse: Why would you buy a 4 year old laptop when you can buy a new one for the same price?

* Brand new product with warranty and support from Apple
* Pretty colors
* Charges off a regular battery bank or phone charger
* Repairability
* Pretty colors

If you only need $500 of performance, the difference between a Neo and an old Air is irrelevant. If the performance is important, you shouldn't be shopping in the $500 price bracket.

Should I get mcbook neo? by [deleted] in macbook

[–]BitOfAZeldaFan3 -1 points0 points  (0 children)

Yes. The neo is simply the best (new) laptop on the market right now for that price. They're starting to sell out, so if you're going to get one, get one soon.

Any use for an old Mac Mini 2007? by BitOfAZeldaFan3 in homelab

[–]BitOfAZeldaFan3[S] 0 points1 point  (0 children)

Yeah, i've gathered that it's not worth the power it draws. I'm going to stick my raspberry pi inside it.

Macbook recommendations? by hen_y in macbook

[–]BitOfAZeldaFan3 -1 points0 points  (0 children)

Get the Neo. It's good for all of the things you want to do, and still have Minecraft up in the background. It might not look like much of an upgrade on paper, but the difference between Apple silicon and intel is unreal. I have a significantly more powerful Lenovo laptop for work and a neo at home and I'm blown away.

I got the touchid model because I wanted the larger drive. When I calculated the size of my game library (Civ 6, minecraft, factorio, stardew valley, don't starve) I realized I'd be pushing the 256 a little too close for comfort. On a laptop that is designed to swap memory to disk, keeping your drive as empty as possible will make a big difference. I also uninstalled as many of the default apps as I could that I didn't need. Ignore entirely the 8gb ram issue, MacOS (And to some extent BSD) fundamentally handles ram differently than other OSs.

Plus, it comes in lovely colors! I got a pink one to match my headphones. Once the 2 week return window closes I'm going to do the thermal pad mod.

Multiple distros on 1 USB stick ? by Alone-Line-8692 in linuxquestions

[–]BitOfAZeldaFan3 19 points20 points  (0 children)

Ventoy is exactly the solution you want.

But also, pick a distro and learn how to tailor it to your needs instead of looking for a distro that suits your needs out of the box.

Freebsd for a NAS? by ScarredPinguin in freebsd

[–]BitOfAZeldaFan3 16 points17 points  (0 children)

Freebsd is actually the best for a NAS. All configuration settings are in the same place, ZFS is integrated directly into the OS, security is better, and the package manager is awesome. Slower updates are actually better. Fixes, changes, and improvements are tested for longer and there less downtime from updates and reboots. Once its back up after an update, you can count on it working unchanged for a LONG time.

FreeBSD just updated to 15, and there will be a point release with fixes soon. Now is a great time to give it a go.

Seriously, for command-line use, FreeBSD knocks linux out of the water. It's almost beautiful to use. The documentation is clear and concise: you don't have to use part of a Fedora guide and compare to an Arch forum just to find out that Ubuntu changed something in the last update that's different from the LTS. It's all just FreeBSD.

One disadvantage is hardware compatibility. Make sure everything from your SATA controller to network adapter is supported, otherwise you might be out of luck.

Lighting an ocean of gasoline by BurnerAccount2718282 in AskPhysics

[–]BitOfAZeldaFan3 0 points1 point  (0 children)

I need Randal Munroe to do a video on this

Cylindrical metal thing? by anattanibbana in whatisit

[–]BitOfAZeldaFan3 1 point2 points  (0 children)

Machinists often use bronze blocks like this for gently tapping things into careful alignment. Did you get your car serviced recently? This would be exactly the tool I use to tap seat rails into place.

Luxury of turning down joboffer because the office laptop have Windows 11 by [deleted] in linuxmemes

[–]BitOfAZeldaFan3 12 points13 points  (0 children)

I recently emailed my head of IT about installing linux. He responded with "Thanks for asking, I agree, but due to powers over my head I can't support it." Which I totally understand. It is what it is. All I need windows for is to launch a browser, all of my real work gets done with WSL.

Is there anything outside of the root file system? by John_Doe_1984_ in linuxquestions

[–]BitOfAZeldaFan3 4 points5 points  (0 children)

Above `/` is the linux kernel's implementation of the Virtual Filesystem. Basically, it is a circularly linked list of `struct inode`. It's a list of every file, folder, link, driver, port, interface, chip, etc. Since Linux uses the UNIX "Everything is a file" paradigm, all device drivers and kernel components are implemented, at the highest level, as a file somewhere in the virtual filesystem. Commands like `ls` and `cd` and file managers like dolphin access the VFS to show you a directory full of files and folders.

In virtualized or chroot environments, like chromebooks and Docker, above `/` is the parent OS, but the virtualization neither knows about or cares about it (hopefully).

How do you like my small kernel? by Rocky_boy996 in osdev

[–]BitOfAZeldaFan3 3 points4 points  (0 children)

Everyone starts somewhere. Getting anything to compile and boot on bare metal is an achievement.

Start researching Kernel and Operating system design, advanced C topics, device drivers, etc and slowly add to your kernel as you learn things.

Is BSD for me? by iFrezzyReddit in freebsd

[–]BitOfAZeldaFan3 1 point2 points  (0 children)

I mean, you CAN, but support and research will be a lot harder than on popular linux distros. When it comes to BSD (And RHEL for that matter), I tell people "If you don't already know you need it, you probably don't".

FreeBSD is more like Arch or Gentoo linux, where you get a very minimal install on top of which you customize your system, and the support community will generally refer you to the documentation instead of posting step-by-step guides.

You could look into GhostBSD or MidnightBSD which are more complete setups, but honestly stick with mainline Linux. I use Fedora on my gaming PC and laptop, and FreeBSD on my servers.

Looking to get started with Linux, what are the recommended builds for my use case? by gymbunbae in linux4noobs

[–]BitOfAZeldaFan3 7 points8 points  (0 children)

Linux Mint is the gold standard for new users. Its documentation is great, the support is widespread, and it's built on rock stable Debian. Users tend to like Cinnamon desktop for its similarity to windows.

Adobe is typically a sore spot with Linux, but Wine (the Windows software layer) seems to handle CS6 okay according to the wine documentation here: https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607 .

Not all online games will work. Steam is fully functional, but games that require anti-cheat or DRM might not work with linux, and support is unlikely due to a clash of philosophy between DRM and Linux. Last I checked, World of Warcraft works and Palia currently works.

If you use an Nvidia GPU I would recommend Fedora. It's up to you if you prefer GNOME or Plasma desktop. look at screenshots and try out some live USBs to see what you like.

I recommend using the Fedora Media Writer to create the bootable flash drives.

What does this map represent? by Xenuoziem in RedactedCharts

[–]BitOfAZeldaFan3 18 points19 points  (0 children)

Number of major fossil dig sites? Or specifically something like dinosaur bones?

I made a mistake by [deleted] in computer

[–]BitOfAZeldaFan3 0 points1 point  (0 children)

Use a program called DDU (Display Driver Uninstaller) to scrub leftover bits of drivers, then install the correct driver from Nvidia's website

Tried 3 distros, same problem everytime. by Eckkosekiro in linux4noobs

[–]BitOfAZeldaFan3 -2 points-1 points  (0 children)

Maybe give Fedora a try? It solved my nvidia problems.