- 15 Posts
- 9 Comments
Joined 3 years ago
Cake day: January 20th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Serpent7776@programming.devOPto
Vim@programming.dev•Vim plugin for browsing throught the past claude code discussionsEnglish
1·2 months agoUnfortunately no amount of emotional support can fix ai slop.
Serpent7776@programming.devOPto
commandline@programming.dev•crawlio: Tool that slows down I/O operationsEnglish
1·1 year agoAFAIK you can’t do this with BPF as it doesn’t have any kind of sleep functionality. I’m also not sure how would you achive this using cgroup, which are about quotas AFAIK.
Serpent7776@programming.devOPto
commandline@programming.dev•crawlio: Tool that slows down I/O operationsEnglish
11·1 year agoThere is?
Serpent7776@programming.devOPto
commandline@programming.dev•I used hyperfine CLI tool to measure startup and shutdown times of several code interpretersEnglish
1·2 years agoI added bun and deno. Updated results are on the github page. Deno is similar to node, bun takes much less time.
Serpent7776@programming.devOPto
C++@programming.dev•Index arrays with ordinals instead of integers with custom literalsEnglish
2·3 years agoIt should be easy to edit the existing code to add support for i18n, but there’s probably no way to make in generic (except for macros).
Serpent7776@programming.devOPto
C++@programming.dev•Index arrays with ordinals instead of integers with custom literalsEnglish
10·3 years agoYeah, that was basically it.
Serpent7776@programming.devOPto
C++@programming.dev•Index arrays with ordinals instead of integers with custom literalsEnglish
14·3 years agoThere’s no purpose really. It was more of “wonder if I can” and also nice way to learn custom literals.
I can actually define this in TCL:
% proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} % ifn't false {puts 12} 12 % ifn't true {puts 12} %


















Unfortunately no amount of emotional support can fix ai slop.