5 points by hilti 15 hours ago | 4 comments
Cron jobs still power critical scheduled tasks across our infrastructure. Server Sent Events handle real-time updates more efficiently than many WebSocket implementations I've tried. Shell scripts glue together components that modern architectures claim to integrate seamlessly.
I'm curious how others are leveraging these older technologies in modern stacks. Have you found creative uses for old UNIX tools that outperform newer alternatives? Are there specific combinations of old + new that work particularly well? Any war stories where a simple UNIX solution saved the day when modern tools failed?
bookwormtrixie 14 hours ago
When I was using RPi more intensively I was using serial (UART) connection as well. No need to switch keyboard, mouse and monitor in case of failed boot or broken network connection. I was just opening serial console on my desktop and possibility of having terminal with Linux on RPi and web browser on one screen, as well as possibility of copying text between two windows was making Linux boot debugging more comfortable.
ciaovietnam 13 hours ago
sejje 14 hours ago
tmux + vim > ide (for me)
ssh > rdp
git
terminal
This stuff is so old now, and largely does one thing and does it well. I prefer composing unix tools to writing my own scripts, when it's possible. When I do write my own scripts, often they need to be run from a cron job, soooooo...
<3 old tech
bookwormtrixie 14 hours ago
SSH - great tool, even Microsoft adopted it