tracyspcy
- 4 Posts
- 7 Comments
tracyspcy@lemmy.mlto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
4·19 days agoAnyway, the idea is interesting. I’m using flight radar currently to track my flights.
tracyspcy@lemmy.mlto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
117·19 days agoNot trying to criticise, just sharing own opinion - it is better if ugly, but written by human, than polished by llms You write code, yes sometimes it is ugly, messy, but you learn this way
tracyspcy@lemmy.mlOPto
Programming@programming.dev•How I started to make customizable todo app and ended up building a VM where tasks are stateful executable programs
2·3 months agohey! I think it is a bit different layer - all of these are process orchestration/supervision tools working on os level, so managing state of todo tasks like “fix bug” is wrong usage for such tools. The VM, I’m working on is embeddable and sandboxed - manages states of a application, so potentially process supervision tool may be built using VM since it has persistent storage and state will be preserved even on process crash + “tasks” have own instructions that means it more flexible than static configs : instead of
foreground { kill <process> }it can contain logic and conditions (get process by id -> get its state -> if state is idle -> kill )foreground { push <process_id> get_state push_state <idle> eq if kill <process> then }.
tracyspcy@lemmy.mlto
Programming@programming.dev•Unix Co-Creator Brian Kernighan on Rust, Distros and NixOS
72·9 months agoNo language guarantees high-speed code. Rust, like C and C++, is also perfectly suited for writing slow code
tracyspcy@lemmy.mlto
Programming@programming.dev•Deno vs Oracle: The ugly custody battle for JavaScript…
6·9 months agoI’ve never tried Deno. The joke was about the guy’s obsession with those four letters and an extrapolation to what the next name or state of project might be.
tracyspcy@lemmy.mlto
Programming@programming.dev•Deno vs Oracle: The ugly custody battle for JavaScript…
7·9 months agoNode-> Deno->Done?
I switched to helix, but I still sometimes open zed. I tested gram today and it looks promising , so zed is going to the garbage bin.