This happened to me by even though I had never hard configured anything… had to go to the config folder and find the offending definition and delete it
socphoenix
Almost certainly, and get security updates something I’d very much want if I let the tablet off the local network. I would love to see this thing get to that point to ditch android entirely.
If your kids software is available in Ubuntu maybe? At a glance I’d wonder how power efficient it would be (my $100 Walmart tablet lasts all week with light usage, I doubt this could compare), and would have to wonder as well on gpu performance. It’s likely not optimized yet so idk I’d trust 800 mhz as enough.
I think the article sums it up best:
RISC-V computing is a promising field but best ploughed by developers, early adopters, and tech enthusiasts at present. RISC-V chip performance is improving, but it’s not “there” for mainstream adoption — yet.
It’d be a ton of fun to tinker with and if you have the money to risk I’d say go for it! But I wouldn’t buy this for a kid unless I had the extra $150 to potentially get them a normal android tablet if this didn’t work as well as hoped.
I certainly hope that’s true if I do catch it again!
Got Covid for the first time last October and ran a 103 degree fever for days and struggled to feel completely normal for almost two weeks. I was already planning to keep getting the shots prior to catching it but definitely keeping up with them now. I hope to never catch that one again.
I’ve never had an isp complain about me using my own router in the US, is this just common in other countries or have I just been lucky?
The original cnbc report linked in the article posted states their application asked for 113 micrograms per liter of mercury for discharge. Texas considers 2.1 to be toxic to aquatic life and less than that for human life.
They also mention their application didn’t mention the temperature of the water discharge which could also be a problem if we are trying not to boil the wildlife near the pad.
My town has a Kroger (city market) and an Albertsons (Safeway). Only other option is Walmart… the proposed merger would be catastrophic to our ability to afford groceries especially since Kroger is already price gouging to the point I can save $10 per 3ish days worth of food going to Walmart.
You can look at things like
https://www.newegg.com/tools/custom-pc-builder
To see some ideas of what would work, and I hope you feel free to ask around as you look at things! We all had to learn somehow and once you know what you’re looking for it’s just a small puzzle.
Quick suggestion is to decide on the cpu (I’m partial to amd so I’d pick something ryzen based if you want processing power) first then compatible motherboard, as after those two you should be able to just look at spec sheets and see things like the kind of ram you need case type etc.
I think this is a fine community, but as a question, is there a reason you aren’t considering building a server? You could fit those requirements into a normal desktop chassis and likely still have some pci slots free for future upgrades.
I don’t know I’d call it fine tuned given his current polling numbers of 4.2%
I use FreeBSD on a desktop as a server and for desktop usage with a touchscreen to run a virtual pipe organ that needs an obscene amount of resources to run. There’s a few things that I see as pros:
Zfs on root/by default. Absolutely love zfs and not having to screw around with dkms/kernel issues etc to get it running is a huge plus imo
Jails - I cannot stand docker. It’s opaque and I’m stuck trusting that whatever image I’m downloading is updated/secured and or running multiple extra containers to stack together. With jails I spent my time setting up the jail once (installing services etc), and using a jail manager (bastille) I can maintain what I think is better control of the internals and updates etc. the commands mirror the os as well which is nice
Integrated world - the way bsd integrates the core system and separates out the packages means most security updates just need a service restart not a full reboot so uptime between OS patches can be months at a time. They’re also very conservative about changing how the core system functions so how I install/set up/maintain the system in 2007 is the same as today.
The manual. Anything I need to know when adding services including edge use cases is in the manual on their website. Much cleaner written than the arch manual, and has a pdf download available if you aren’t going to always have the internet (and a terminal interfaced manual option to download).
For my usage there’s not much I can think of for cons, but I will say laptops and particularly WiFi suffer currently. There’s funding and works in progress to fix this but still idk I’d use it on a laptop today without carefully checking support for the hardware like I would’ve with old school Linux. They’ve come a long way recently with edge cases for instance I’m currently running a windows vm with gpu pass thru using their bhyve vm manager, something that wasn’t supported a year ago, so I am optimistic the funding will help in the next few years on some of the laptop issues.