• 5 Posts
  • 334 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • This is a good way to do it.

    I went one smaller with the Node 304 which only can do 4 HDDs with a GPU inserted. Going used for consumer desktop CPU is the most powerful play for the money I think.

    This is a good path forward OP for a pretty powerful server

    • Node 804
    • Used AM4 motherboard ( microatx B550) (can be around 150€)
    • used 5700X or similar (seen as low as 100€)
    • new 500W power supply
    • 32GB DDR4 3200 ram in 16GB sticks
    • WD red plus 10TB helium filled for balance of noise and performance and price. My 10TB drives are as quiet as my 4TB. My scheme is ZFS mirror of 4TB (2 drives) for important docs, and 10TB drives for non critical data. Drives are by far the most expensive unless you get good second hand drives
    • if you want to do Jellyfin media server, pick up an arc A310



  • In the professional space:

    Add Altium, KNX, pspice, LTSpice (luckily works in wine), and for us electronics/electric guys lol.

    Linux is a 3rd class citizen in ANSYS simulation tools. Slow updates, old UI, etc… On Linux. Pretty much only used as a simulation node for kicking on sims from windows since Linux machines can be >1TB RAM + 144± core powerhouses where windows sucks on those type of machines.

    Pretty much all architecture software

    Many ERP systems desktop apps

    Not to mention a lot of companies use active directory for access control + sharepoint

    Web apps suck, but have been very helpful in Linux compatibility in the enterprise space since the devs only have to care about 1 set of production builds.

    At my work, software guys and mechatronics PLC focused guys get away with Ubuntu (saleae is great), but for electronics and mechanicals it is not even worth it to dual boot.




  • You said it right there in your comment.

    Sleep mode, (and other effectively off modes) where it is functionally useless, it can do.

    MSP430 can do 140uA/MHz. That is ~7 times the power that this application supplies, and that is not counting any single other chip quiescent current or chip that actively provides useful data. You would have to have a battery anyway or a big cap to provide the needed current for on-states. Or you could run it extremely low frequencies like you said, but those tend to not scale linearly at all with per MHz power ratings. Quiescent currents tend to catch up fast at that scale. I would be extremely doubtful that 150kHz would scale perfectly and wouldn’t have already exponentially decayed to around its lowest possible on-state consumption for the chip. I would definitely have to see tests on that.

    The smallest of batteries like the VARTA tiny cells in TWS’s are infinitely more useful and practical and it would take this application months to fill a single cell, discounting all losses.


  • It is the Mac of network hardware in my corporate - entered experience.

    It is aesthetic hardware, marketing, and everything software related looks polished on the surface, but is buggy (particularly their access which is the worst thing to be buggy) with the least possible configurability, completely obscured debugging resources, and proprietary ways to make you reliant on their support services.

    That being said, I am still using them because I got a 30€ UAP-AC-SHD from my company’s old stock when we switched to Cisco hardware. And their cloud gateway ultra is a good value. My whole house setup with prosumer hardware will be 140€ and where my internet comes in is the worst place in the house to put a wireless router.


  • I don’t think people realize how extremely little 50uW is.

    For a standard 3.3V microcontroller assuming a 95% efficient voltage regulator will be a current of 14.4uA. Just having the HSI master clock enabled on one of the low power STML0 chips is 15uA. This will literally only the clock. That is 0 sensors, 0 communication, 0 IO, nothing useful at all. For reference, reading SPO2 with a very efficient maxm86161 takes 10uA by itself in ultra low power mode with low accuracy and not counting the max leakage current of 1uA. For full operation, you need about 1000x-10000x that amount for short bursts.

    “Oh but it can cHaRgE tHe BaTtErY”

    Let’s say the device has a standard 100mAh battery (apple watch had a 228mAh or more). At 100% efficiency with absolutely not one millijoule being used by any other electronics (which would never ever happen, it would at the very least need a boost converter), it would take around 277 days to charge up that tiny tiny battery.

    Let’s take another example of an even smaller battery. To charge one side of the airpods 3rd gen (0.133Wh battery), it would take 110 days per ear

    This is one of those free “energy harvesting” fad BS based in nothing but wishing and marketing. It is an interesting learning project for wireless antenna beginners, but that is the extent.


  • While true, in order to get Linux mobile more mainstream, you have to have great google compatibility just because of the sheer volume of people that have to use google calendar for sync with family and friends and/or have gmail as a primary email. That’s just a shitty fact of life. Baby steps.

    However, indeed you are completely right that at the current time there are probably a very low amount of people wanting to use it right now that are completely reliant on google.


  • ~/workspace/git

    That way I can also keep other stuff there.

    I have a Code, simulations, ECAD, and FreeCAD folder in there where projects or 1-offs are stored and when I want to bring them to git, I copy them over, play around in the project folders again, then copy changes over when I am ready to commit.

    I could better use branching and checking out in git, but large mechanical assemblies work badly on git.



  • With electronics, that is only the tip of the iceburg before you get into trinocular microscopes which the absolute cheapest are almost 300€ nowadays 😉 then assembled PCB prototypes where every iteration can be 200-500€ depending on size. Or you could get into spending hundreds on hotplates and reflow ovens to do it yourself.

    But wouldn’t it be faster and cheaper in the long run to be able to fabricate the simple PCBs yourself? There goes 1000€ on a small CNC 😂 rabbit hole goes deeeeep.


  • Electronics projects mostly.

    Mostly smart home PCBs and interconnect boards and 3D modelled housings. Examples:

    • esp32-C3 dumb doorbell (just a doorbell that sends an MQTT message and sleeps the rest of the time). It works fatastic except that my Proximus ISP modem/router completely fucked up and so the network is no longer usable and I had to set it in bridge mode to a router it can’t reach. I want to release it, but haven’t had the time to water - resistance test it or make assembly instructions
    • esp32-S3 voice assistant satellite attached to an IR blaster, I2S mic, and PCM5102 to control and send audio to my old Yamaha RX-496RDS to control it via IR and can play audio (local or Spotify) via music assistant. Pretty much an Alexa echo attached to my speaker system. PCB link which I am planning on releasing.
    • My unfinished Flight Stick with custom electronics, fully custom 3D printable housing, etc… It is almost done, but needs like 2 more small iterations, but we moved and started doing a full-strip renovation, so my 3D printer is no longer set up because it is too dusty inside, and I don’t want to spend another $100 doing a PCB test iteration to use a better ADC with less components. Eventually as firmware practice, I want to rewrite the firmware in Rust or something.

    I also have tons of new project ideas that I don’t have time for.

    My other hobbies

    • weightlifting, again completely dropped off due to every free moment renovating

    • Running a home server with replacement services for everything I need

    • Running (my motivation has been 0 recently…)

    • cooking. I try to do a few new recipes per month

    • gardening. With the renovation, I just grew a few courgettes, tomatoes, and squash this year

    • video games (more of a de-stresser nowadays than a hobby, most recently casual rocket league with friends is fun, hadn’t played since 2018 or so)


  • “Critical” as in not really needed.

    It is very bugged and constantly runs even if it isn’t doing anything. It will also max out your disk IO for hours at a time with an HDD for larger game storage.

    I have had it off for 1.5 years across 3 OS installs and have never had a problem with stuttering or shader related problems in that time. It is really not needed anymore for 95% of games since the Linux async solutions were merged.

    Maybe if one uses severely out of date kernels it is critical




  • That is a different usecase though. That is simply syncing local musical with a server.

    I do that too because i have an SD card. Just use Syncthing for that. Much faster and less hassle. You can use any music player on your phone that you want, not just one that works with jellyfin.

    If you aren’t streaming music in real time for the majority of time, then do a phone sync, not a streaming server.



  • Yeah, but as someone who had both bazzite and Opensuse MicroOS (Kalpa), it is even more of a long and painful process on that platform lol.

    Immutable OS’s are literally for people who specifically don’t want to tinker. Everything via flatpack except a few system-level apps layered on the base image.

    (Also they are for people who don’t need document digital signing as Firefox and libre office can’t access the modules via flatpak)

    If people want specific apps and don’t want to build them or use user space apps then it definitely isn’t their best option. Just a different option.

    I have very much enjoyed never even having to think about updating my system for months