Robert Wallace (@siliconchaos) 's Twitter Profile
Robert Wallace

@siliconchaos

"In an era of seemingly boundless growth, the Internet embodies all that has grown out of silicon chaos." -- packetstorm.news/files/id/24422

ID: 5463422

link calendar_today24-04-2007 12:55:12

15,15K Tweet

281 Takipçi

200 Takip Edilen

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Great video on map/filter in #Python: youtube.com/watch?v=ylzo04… “If performance is really important to you, don’t use Python.” — ArjanCodes Totally agree. I use Python to get results fast and move on. If performance ever matters, rewrite the slow parts in a compiled language. As

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Tooling workflow: - Start with #Bash - quick and dirty. - If it grows, switch to #Python for structure and readability. - Only reach for #GoLang or #Rust if performance actually matters. The goal isn’t speed. It’s reliability and maintainability - for me and the next person.

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Having my PVE+NAS sever hang every two or three days, look like a NIC failure.... Guess it's time to throw in a new card... kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Why is Dark Mode in Wazuh hidden like a secret level in a game? ☰ → Dashboard Management ↳ (again) Dashboard Management ↳ Advanced Settings ↳ Scroll... scroll... still scrolling... ↳ Appearance → Dark Mode: ON Was this a UX challenge? #DarkMode #Wazuh #UXDesign

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Ran out of /tmp installing Deno with cargo install deno --locked. Fedora WSL defaults to a tmpfs /tmp with a tiny size cap. Hotfix: mount -o remount,size=8G,noatime /tmp Source: unix.stackexchange.com/questions/4026… #Linux #RustLang #tmpfs #Cargo #WSL

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

TIL flash drives reserve part of their capacity for "wear leveling," a process that spreads out writes to prevent early failure. That’s why a 4TB drive might only show 3.2TB usable! #storage #SSD #TIL

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Wear leveling ... is programmed into devices using flash memory to ensure that each of the blocks of memory ... are being used as efficiently... Wear leveling is categorised into three main kinds: Dynamic, Static, Global Read More: usbmakers.com/what-is-wear-l…

Wear leveling ... is programmed into devices using flash memory to ensure that each of the blocks of memory ... are being used as efficiently...

Wear leveling is categorised into three main kinds: Dynamic, Static, Global

Read More: usbmakers.com/what-is-wear-l…
Robert Wallace (@siliconchaos) 's Twitter Profile Photo

Published a quick wrapper script for installing lxc-iptag (github.com/gitsang/lxc-ip…) across LXC cluster nodes. Made deployment easier for me, might help you too. Repo: github.com/siliconchaos/i… #Proxmox #lxc #bash

Robert Wallace (@siliconchaos) 's Twitter Profile Photo

You get used to certain workflows. Even when something newer feels smooth, you still miss the old setup. I tried #CachyOS and loved installing everything with paru. No extra repos, no workarounds. But I spun up a #Fedora VM in Proxmox and it immediately felt like home. #Linux