Nice introduction into the understanding tradeoffs that the thousands of database had to decide on, in order to deliver well on certain use-cases, but fail on others.
www.bitsxpages.com/p/frameworks...
Nice introduction into the understanding tradeoffs that the thousands of database had to decide on, in order to deliver well on certain use-cases, but fail on others.
www.bitsxpages.com/p/frameworks...
Not just a CLI tool to manage dotfiles, but a full TUI. I'm still good with lnk at the moment I guess.
dotstate.serkan.dev
Not just a CLI tool to manage dotfiles, but a full TUI. I'm still good with lnk at the moment I guess.
dotstate.serkan.dev
Browser based/react UI to create neat infrastructure diagrams.
Browser based/react UI to create neat infrastructure diagrams.
Looks like a JVM based n8n competitor under the Apache License.
Looks like a JVM based n8n competitor under the Apache License.
Interesting summary: "It should define your project's WHY, WHAT, and HOW." This should happen regardless if machines or humans read your code.
Note to self: Test codex/claude code on personal projects in the next weeks.
www.humanlayer.dev/blog/writing...
Interesting summary: "It should define your project's WHY, WHAT, and HOW." This should happen regardless if machines or humans read your code.
Note to self: Test codex/claude code on personal projects in the next weeks.
www.humanlayer.dev/blog/writing...
An experiment building a blob storage using Rust, async IO, io_uring, bypassing filesystems and page cache. Not meant to be production ready, but great read nontheless.
blog.wilsonl.in/blobd/
An experiment building a blob storage using Rust, async IO, io_uring, bypassing filesystems and page cache. Not meant to be production ready, but great read nontheless.
blog.wilsonl.in/blobd/
A Javelit app, that can be configured via the browser, downloads data from the open AlphaESS API, visualizes power consumption, grid pushing and how much money you saved over the years.
github.com/spinscale/su...
A Javelit app, that can be configured via the browser, downloads data from the open AlphaESS API, visualizes power consumption, grid pushing and how much money you saved over the years.
github.com/spinscale/su...
Great introduction and explanation why sometimes wasting some CPU to spinlock is the better alternative to mutexes and sometimes it is vice versa, depending on contention.
howtech.substack.com/p/spinlocks-...
Great introduction and explanation why sometimes wasting some CPU to spinlock is the better alternative to mutexes and sometimes it is vice versa, depending on contention.
howtech.substack.com/p/spinlocks-...
What a fantastic long read about different hash map implementations, speedups, trade-offs. Highly recommended sunday read.
bluuewhale.github.io/posts/concur...
What a fantastic long read about different hash map implementations, speedups, trade-offs. Highly recommended sunday read.
bluuewhale.github.io/posts/concur...
second part of an awesome blog post improving performance via profiling and lots of prior knowledge that I do not have. Great read!
bluuewhale.github.io/posts/furthe...
second part of an awesome blog post improving performance via profiling and lots of prior knowledge that I do not have. Great read!
bluuewhale.github.io/posts/furthe...
Nice approach of utilizing file system capabilities when cloning databases to prevent a full byte-per-byte copy. Which also implies this should only work within the same filesystem.
boringsql.com/posts/instan...
Nice approach of utilizing file system capabilities when cloning databases to prevent a full byte-per-byte copy. Which also implies this should only work within the same filesystem.
boringsql.com/posts/instan...
written in python. supports quite a few databases, but tested with DuckDB only so far. Nice to quickly look something up.
github.com/Maxteabag/sq...
written in python. supports quite a few databases, but tested with DuckDB only so far. Nice to quickly look something up.
github.com/Maxteabag/sq...
So interesting to read about all the evasion techniques. Unfortunately there was a great blog post by kyntra that seems to have gone, that shows a lot of code samples how this works.
github.com/MatheuZSecur...
So interesting to read about all the evasion techniques. Unfortunately there was a great blog post by kyntra that seems to have gone, that shows a lot of code samples how this works.
github.com/MatheuZSecur...
written in Rust, cross platform for all three platforms, however the configuration looks rather complex to me, so not sure I would use it. Especially since I am still a big Hammerspoon fan.
github.com/jtroo/kanata
written in Rust, cross platform for all three platforms, however the configuration looks rather complex to me, so not sure I would use it. Especially since I am still a big Hammerspoon fan.
github.com/jtroo/kanata
not to be confused with the osx firewalling tool named little snitch, this is just a small useful CLI tool.
github.com/karol-broda/...
not to be confused with the osx firewalling tool named little snitch, this is just a small useful CLI tool.
github.com/karol-broda/...
nice summary and overview to read. It's always interesting to read how GC assumptions keep changing over the years, regardless of the underlying language.
wingolog.org/archives/202...
nice summary and overview to read. It's always interesting to read how GC assumptions keep changing over the years, regardless of the underlying language.
wingolog.org/archives/202...
Maybe I missed it, but I didn't see an app, which probably would be the most important notification mechanism?
github.com/target/goalert
Maybe I missed it, but I didn't see an app, which probably would be the most important notification mechanism?
github.com/target/goalert
Not only taking faster harddisks into account, but also networking, distributed logs and quite a bit more. It depends[tm]...
Not only taking faster harddisks into account, but also networking, distributed logs and quite a bit more. It depends[tm]...
Long read about all the StringZilla optimizations to speed up unicode search. First example shown is of course German :-)
Long read about all the StringZilla optimizations to speed up unicode search. First example shown is of course German :-)
The description also contains a longer blog post about porting SwissTable to Java after Rust and Go went with it as defaults.
github.com/bluuewhale/h...
The description also contains a longer blog post about porting SwissTable to Java after Rust and Go went with it as defaults.
github.com/bluuewhale/h...
Uses roaring bitmaps, only works on LIKE queries, but not with regexes or collations, index needs to be in memory.
Uses roaring bitmaps, only works on LIKE queries, but not with regexes or collations, index needs to be in memory.
Guess the recent announcements from Mozilla will bring a bunch of users to a fleet of forks.
www.waterfox.com
Guess the recent announcements from Mozilla will bring a bunch of users to a fleet of forks.
www.waterfox.com
Check it out at
Check it out at