VirtualTam's bookmarks
1937 bookmarks found
-
AI Flame Graphs
2025-01-20 AI developers think about their bit of code, but with AI Flame Graphs they can now see the entire stack for the first time, including the HW, and many layers they don't usually think about or don't know about. It basically looks like a pile of gibberish with their code only a small part of the flame graph.
This reaction is similar to people's first experiences with CPU flame graphs, which show parts of the system that developers and engineers typically don't work on, such as runtime internals, system libraries, and kernel internals.
-
bash-stack - modern web framework in bash
2025-01-20 Need bash scripts? Already have too many? I'm available to help.
-
- isd-project/isd
- joehillen/sysz - An fzf terminal UI for systemctl
-
- MinecraftForge/FernFlower - Forge's modifications to FernFlower
- MinecraftForge/ForgeFlower
- Vineflower/vineflower - A modern, general purpose JVM language decompiler
- leibnitz27/cfr - A modern Java decompiler written in Java 6
-
Gpick - an advanced color picker
2025-01-11 -
dyff - Diff tool for YAML and JSON
2025-01-09 -
oha - HTTP load generator
2025-01-08 -
- Strings, bytes, runes and characters in Go
- x/exp/utf8string - Index strings by rune rather than by byte
- How can I elliptically truncate text in golang?
- Why can the Go
string
type contain invalid UTF-8 data?