-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
> writing permanent its log files and swap partition
If this is the problem, the solutions are no swap and log2ram https://github.com/azlux/log2ram
I also noticed that Armbian logs to a ramdisk. I didn't investigate the implementation and if its contents survive a reboot.
The only real problems for me are that the SD card will eventually fail no matter what (I mean, much sooner than a SDD or HDD) and that there are basically no Pis at sale at a reasonable price. As a platform it is nearly dead.
-
You can run Armbian and DietPI (both Debian derivatives) on most small boards; some like the NanoPI NEO are in the same price ballpark as the Pi Zero, but are in stock.
https://www.friendlyelec.com/index.php?route=product/product...
https://www.armbian.com/download/?device_support=Supported
https://dietpi.com/#download
-
Using SD-card on ESP8266 was more challenging. upip.install('sdcard') does not work.
But ChatGPT truly helped and suggested I find it in Github.
https://github.com/micropython/micropython-lib/blob/master/m...
Related posts
-
When using Pi Hole, check the disk usage of apps as e.g. the Microsoft To Do app may ruin your SSD due to continuous writes
-
Moving pihole from sdcard to USB3 stick under Raspberry Pi 4...need a bit help
-
DietPi: An Lightweight Debian OS
-
Follow-up on the earlier "Why Proxmox VE shreds your SSDs" – with details
-
Ask HN: Resources to Get Started with RaspberryPi?