@nyanide @p ah, he stepped down as tech lead.
regarding powerpc, it's still listed on the build dashboard, just not as first class port https://build.golang.org/
@RedTechEngineer @phnt @p @nyanide the most recent computer i own is a 400€ refurbished thinkpad ![]()
@p @bonifartius @RedTechEngineer @phnt @nyanide What are some good $20 RISC-V hardware to check out. I bought a Milk-V Duo for luls but that's about it.
@p @RedTechEngineer @phnt @nyanide @raphiel_shiraha_ainsworth what i'd really like was something inexpensive with good storage options, like two sata ports for a raid or something. i don't really like to burn through sd cards all the time
that would really help with hosting stuff at home.
still would leave the problem that my connection has shit upload bandwith. maybe i could get a business account from the cable provider or starlink or whatever to fix that, but it's another topic.
@phnt @RedTechEngineer @p @nyanide @raphiel_shiraha_ainsworth this still limits their usability imo, because many interesting uses need storage to write to.
i'm not a hardware guy, i just wonder why so few boards include sata or m.2 ports.
i'd really love an inexpensive arm board with many sata ports to build a small nas with. you don't need much cpu power or much ram do do this, only a decent network interface.
@phnt @RedTechEngineer @p @nyanide @raphiel_shiraha_ainsworth but i will try out these fs and see if they are any good - i tend to stick to the classic ones as they are so well tested by now.
@p @RedTechEngineer @phnt @nyanide @raphiel_shiraha_ainsworth i didn't know about the sata stuff for rpis, for a while i was eyeing rockpro64 because it has two sata ports so it could do a raid.
the turing board looks _really_ nice, thanks for the picture! i don't think i have the funds for the board and more than one compute module right now, but it would likely solve all my server needs i have here :)
i will follow up the rpi-cm-sata lead, a first search seems promising
@p @RedTechEngineer @phnt @nyanide @raphiel_shiraha_ainsworth
the standard rpi cm 4 baseboard has a pcie port (haven't found one for cm5 with pcie port yet) and there are four-port sata boards made for it, guess that should work fine for my purposes.
@p @RedTechEngineer @phnt @nyanide @raphiel_shiraha_ainsworth @bonifartius
I built a NAS, but it's just a four-bay USB JBOD and a pi3.
The pi is fine until a full btrfs fsck is needed; then I had to move it to a full PC. (RAM demands.)
i'm not a hardware guy, i just wonder why so few boards include sata or m.2 ports.
I'm not a electrical engineer either, @bonifartius, but I'd guess it's summat to do with power delivery. Not that it's impossible, but with lower constraints on total power usage less things can go wrong. An NMVe could easily have higher peak wattage than the rest of the SBC and guess how I learned that!
Cc: @phnt, @RedTechEngineer, @p, @nyanide & @raphiel_shiraha_ainsworth
@RedTechEngineer I'm an Ext4 man myself. @phnt @p @nyanide @raphiel_shiraha_ainsworth @bonifartius
@phnt @RedTechEngineer @p @nyanide @raphiel_shiraha_ainsworth zfs is nice when used for what it was made for, on a server serving data :)
> Running it under Linux is also probably a bad idea, just use vanilla FreeBSD or TrueNAS.
iirc openzfs is now the same code base everywhere. i never had problems with the linux port. what i like with zfs is that the tools have a pretty good user interface, like that "zpool status" is providing sane descriptions about what is broken and how to fix it.
> like two sata ports for a raid or something.
Reasonable. The TuringPi board has a couple of SATA ports and a couple of mini-PCIe connectors; mini-PCIe SATA controllers can be gotten cheap, but to fit it into a DevTerm, you'd have to solder it in and remove the printer.
> i don't really like to burn through sd cards all the time
Ah, yeah. No errors on the uSD currently in my DevTerm, which I have basically never turned off for two years. I think the durability has gotten better. On the other hand, I used older uSD cards for doing the builds of CRUX (for the A-06) and Slackware (for the RISC-V one) and two of them burned out pretty quickly.
> that would really help with hosting stuff at home.
Yeah; for hosting stuff at home, like, I used to just grab refurb servers, and my main server (mail, web, a bunch of Plan 9 VMs, etc.) still is a refurbished DL380 G7. You can get these things from Newegg or wherever in the ~$100-200 range. Like, they have a DL380 for $164 right now: https://www.newegg.com/hp-proliant-dl380-g9-rack/p/2NS-0006-31E21?Item=9SIAG1MKA76526 . The only problem is a refurb is a refurb; I never had any trouble until I got that giant one to run FSE on, and FSE was up and down all that time because the motherboard had some problem that I never ended up solving. (Had to be the motherboard because the hardware watchdog would lock up.)
The TuringPi2 is nice. Much lower power consumption, reasonably priced, aforementioned SATA ports. That's what FSE lives on right now; it's running on a single RK1 with an NVMe. No moving parts besides the fans.