fly.io/blog/corrosi...
fly.io/blog/corrosi...
Nice blog post about Java Vector API to improve rendering using SIMD.
Nice blog post about Java Vector API to improve rendering using SIMD.
successor to vimac, bringing vimium to osx. Is anyone using this? What is the difference to shortcat?
successor to vimac, bringing vimium to osx. Is anyone using this? What is the difference to shortcat?
A part of the demo has also been written down in a blog post. See spinscale.de/posts/2025-1...
A part of the demo has also been written down in a blog post. See spinscale.de/posts/2025-1...
We do an exercise at offsites called Elephants, Tigers & Paper Tigers.
- Elephants are things that the group isn’t talking about but needs to
- Tigers are things threatening the team, risks
- Paper tigers are things that seem like risks, but aren’t
We do an exercise at offsites called Elephants, Tigers & Paper Tigers.
- Elephants are things that the group isn’t talking about but needs to
- Tigers are things threatening the team, risks
- Paper tigers are things that seem like risks, but aren’t
Reads like a major upgrade to the existing model.
Reads like a major upgrade to the existing model.
If you want to meet spontaneously on Wednesday noon/afternoon, let's have a coffee somewhere!
If you want to meet spontaneously on Wednesday noon/afternoon, let's have a coffee somewhere!
Interesting very specific video processing use-case, where adapting to the actual workflow made more sense economically than using existing AWS infrastructure.
Interesting very specific video processing use-case, where adapting to the actual workflow made more sense economically than using existing AWS infrastructure.
Self-hosted infra for lightweight VM sandboxes to safely execute untrusted code. Uses kata containers and firecracker (with jailer). Hadn't heard of kata containers before.
Self-hosted infra for lightweight VM sandboxes to safely execute untrusted code. Uses kata containers and firecracker (with jailer). Hadn't heard of kata containers before.
As a fan of streamlit and the way of prototyping small apps fast or having great demos, this sounds intriguing, and I'll test it as soon as I have a use-case.
As a fan of streamlit and the way of prototyping small apps fast or having great demos, this sounds intriguing, and I'll test it as soon as I have a use-case.
Using noise, telescope, checkmate for todos. Also added a gpg plugin, so that I encrypt files and share via dotfiles repo, while only being able to encrypt on personal systems.
Other plugin recommendations?
Using noise, telescope, checkmate for todos. Also added a gpg plugin, so that I encrypt files and share via dotfiles repo, while only being able to encrypt on personal systems.
Other plugin recommendations?
Storing data in object storage, while using a WAL to keep latencies low. etcd is used for metadata storage. Uses Opendal to write to different object storages.
Storing data in object storage, while using a WAL to keep latencies low. etcd is used for metadata storage. Uses Opendal to write to different object storages.
Uses the redis protocol for communication. Neat trick to not need to support any clients out of the box - or at least skip the connection handling part, while having custom commands.
Uses the redis protocol for communication. Neat trick to not need to support any clients out of the box - or at least skip the connection handling part, while having custom commands.
TLDR; always upgrade, free performance and auto vectorization
TLDR; always upgrade, free performance and auto vectorization
Interesting piece about splitting the hype from the underlying technology and the generation it is expanding in. "... a collapsing economic bubble is not a useful data point about where this technology will end up."
Interesting piece about splitting the hype from the underlying technology and the generation it is expanding in. "... a collapsing economic bubble is not a useful data point about where this technology will end up."
Couple of interesting features like code interpreter, allowing to run jupyter like snippets in a secure sandbox. Support for quickly doing git checkouts to support CI. Also allows for custom base docker images. Based on cloudflare containers
Couple of interesting features like code interpreter, allowing to run jupyter like snippets in a secure sandbox. Support for quickly doing git checkouts to support CI. Also allows for custom base docker images. Based on cloudflare containers
S3 compatible data store, single binary, written in Rust, geo based replication, supposed to be faster than Minio. Not seen this so far, anyone running this in prod?
S3 compatible data store, single binary, written in Rust, geo based replication, supposed to be faster than Minio. Not seen this so far, anyone running this in prod?
Extending df: adds better formatting via table and colors to a CLI tool, looks instantly a lot more useful than df. Wish existing tools would not be considered 'finished' sometimes, but extended.
Extending df: adds better formatting via table and colors to a CLI tool, looks instantly a lot more useful than df. Wish existing tools would not be considered 'finished' sometimes, but extended.
Nice examples for Go how to write CPU friendly code by not thrashing cache lines.
skoredin.pro/blog/golang/...
Nice examples for Go how to write CPU friendly code by not thrashing cache lines.
skoredin.pro/blog/golang/...
An article by an invested VC, but highly technical, with a lot of links to youtube talks and blog posts. Wondering if this is preparing for the series B here. Time will tell.
An article by an invested VC, but highly technical, with a lot of links to youtube talks and blog posts. Wondering if this is preparing for the series B here. Time will tell.
Uses pandoc for document conversion, and then puts a TUI around the output neatly formatted, allowing easy selection, with vim keybindings.
Uses pandoc for document conversion, and then puts a TUI around the output neatly formatted, allowing easy selection, with vim keybindings.
Never heard of this one despite 5k github stars. Written in Rust just like wezterm, but also compiles to WASM (soon), and a focus on speed.
Never heard of this one despite 5k github stars. Written in Rust just like wezterm, but also compiles to WASM (soon), and a focus on speed.
A specification for dynamic traffic data (delays, broken escalators, reroutes, everything around stations), in protobuf and heavily in production use - at least in Germany. You find realtime feeds, making it nice demo data.
A specification for dynamic traffic data (delays, broken escalators, reroutes, everything around stations), in protobuf and heavily in production use - at least in Germany. You find realtime feeds, making it nice demo data.