Heidenstedt 👩‍💻

@heidenstedt
36 Followers
40 Following
118 Posts
🖥️ #FOSS programming
👩‍💻 Go / Ts / Prorammer / DevOps
🔬 knowledge management advocate
💞 i love humans
📍 Berlin
PRONOUNSshe/her
WEBSITEhttps://heidenstedt.org
GITHUBhttps://github.com/i5heu

It took a long time (4 Years) and multiple rewrites but my little AP (CAP) distributed database is slowly coming together.

I have now a working auth model with connection and node address gossip.

Maybe i will copy the CAS from a previous version i did a few years ago.

And then i only have to build indexing, data distribution and request gossip and this thing is in a state i can finally use! (Maybe one year)

https://github.com/i5heu/ouroboros-db

#go #golang #coding #cas #db

Don't suppose anyone I know via fedi is a Senior EM or Director in the USA or Canada and is looking for a role?

I have a globally distributed team of about 25 engineers and 2 EMs who are in need of a new leader (for good reasons, the existing one is moving to another team). The tech is Go, distributed database on object storage... but it is a high stress role, the team are good but this is one of the big sources of revenue and with that comes the associated pressure which we do our best to manage... it's a challenging role for a distributed systems team.

_______________  
|                                                            |
|                  We Love FOSS                | 
|_______________|

                      \ (•◡•) /
                        \       /
                          ——
                           |   | 
                           |_ |_

❤️ Happy #FreeSoftwareDay from the Tuta Team ❤️

uBlock filter list to hide all YouTube Shorts

https://github.com/i5heu/ublock-hide-yt-shorts/

Gosh i love SQLite what an incredibly amazing software.

Probably the single most important software on this planet.

The current post quantum state of Golang is depressing so say the least.

PSA: Did you know that it’s **unsafe** to put code diffs into your commit messages?

Like https://github.com/i3/i3/pull/6564 for example

Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!

This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.

How to effectively write quality code with AI

AI is rarely optional anymore, but how can you still be proud of your craft? Discover the workflow to effectively write high-quality, robust code using AI tools.

🔥🐴

I now run playwright e2e tests inside of golang unit tests.

It is fun.
It works.

Golang unit tests are a surprisingly good at this.