lade...
random avatar

martinus - Network

Posts Subscribe

TIL implementing a fast and high quality hash for std::tuple is not trivial

https://social.linux.pizza/@mart...

TIL implementing a fast and high quality hash for std::tuple is not trivial

17.12.2023 21:15TIL implementing a fast and high quality hash for std::tuple is not trivial
https://social.linux.pizza/@mart...

500 ⭐ for my #cpp hashmap 🥳https://github.com/martinus/unordered_dense

https://social.linux.pizza/@mart...

500 ⭐ for my hashmap 🥳
github.com/martinus/unordered_

14.8.2023 06:09500 ⭐ for my #cpp hashmap 🥳https://github.com/martinus/unordered_dense
https://social.linux.pizza/@mart...

What a time to be alive

https://social.linux.pizza/@mart...

What a time to be alive

1.8.2023 17:40What a time to be alive
https://social.linux.pizza/@mart...

I'm getting rich, I'm receiving €3.58 a month on GitHub sponsoring, woohoo! https://github.com/sponsors/martinus

https://social.linux.pizza/@mart...

I'm getting rich, I'm receiving €3.58 a month on GitHub sponsoring, woohoo! github.com/sponsors/martinus

24.7.2023 08:19I'm getting rich, I'm receiving €3.58 a month on GitHub sponsoring, woohoo! https://github.com/sponsors/martinus
https://social.linux.pizza/@mart...

I'm now on #nostr: npub1yyz6z2ze997eu5pe94fmy09rfjce0gqk2u62ptq7uudjcfrmdlfs0enkcm

https://social.linux.pizza/@mart...

I'm now on : npub1yyz6z2ze997eu5pe94fmy09rfjce0gqk2u62ptq7uudjcfrmdlfs0enkcm

1.7.2023 19:52I'm now on #nostr: npub1yyz6z2ze997eu5pe94fmy09rfjce0gqk2u62ptq7uudjcfrmdlfs0enkcm
https://social.linux.pizza/@mart...

More than a rehash - by Joaquín M López Muñoz #cplusplus https://www.youtube.com/watch?v=Rg8MZ5pJIJA

https://social.linux.pizza/@mart...

More than a rehash - by Joaquín M López Muñoz
youtube.com/watch?v=Rg8MZ5pJIJ

22.5.2023 16:52More than a rehash - by Joaquín M López Muñoz #cplusplus https://www.youtube.com/watch?v=Rg8MZ5pJIJA
https://social.linux.pizza/@mart...

After almost 4 years, my #Bitcoin UTXO hashmap improvement finally got merged. 🎉 Sync should be a bit faster with it.Started August 2019...

https://social.linux.pizza/@mart...

After almost 4 years, my UTXO hashmap improvement finally got merged. 🎉 Sync should be a bit faster with it.

Started August 2019 by tests from @jamesob
in github.com/bitcoin/bitcoin/pul, I first wrote PR 16801, redid it in PR 22702, and redid it again in github.com/bitcoin/bitcoin/pul

21.4.2023 04:34After almost 4 years, my #Bitcoin UTXO hashmap improvement finally got merged. 🎉 Sync should be a bit faster with it.Started August 2019...
https://social.linux.pizza/@mart...

So #HelloGames has just forked my #github repository robin-hood-hashing: https://github.com/Hello-Games

https://social.linux.pizza/@mart...

So has just forked my repository robin-hood-hashing: github.com/Hello-Games

21.3.2023 07:23So #HelloGames has just forked my #github repository robin-hood-hashing: https://github.com/Hello-Games
https://social.linux.pizza/@mart...

Today's #Bitcoin Core PR Review Club is about my PR "Add pool based memory resource", wohoo!This PR makes especially...

https://social.linux.pizza/@mart...

Today's Core PR Review Club is about my PR "Add pool based memory resource", wohoo!

This PR makes especially reindexing faster.
bitcoincore.reviews/25325

8.3.2023 10:26Today's #Bitcoin Core PR Review Club is about my PR "Add pool based memory resource", wohoo!This PR makes especially...
https://social.linux.pizza/@mart...

I'm wearing a chicken when I'm afraid to merge a pull request

https://social.linux.pizza/@mart...

I'm wearing a chicken when I'm afraid to merge a pull request

1.3.2023 17:00I'm wearing a chicken when I'm afraid to merge a pull request
https://social.linux.pizza/@mart...

My #opensource #cpp hashmap has now 6 contributors, 17 releases, 351 stars. https://github.com/martinus/unordered_dense

https://social.linux.pizza/@mart...

My hashmap has now 6 contributors, 17 releases, 351 stars. github.com/martinus/unordered_

24.2.2023 18:27My #opensource #cpp hashmap has now 6 contributors, 17 releases, 351 stars. https://github.com/martinus/unordered_dense
https://social.linux.pizza/@mart...

Here is gra, my Git Repo Admin: https://github.com/martinus/graIt's a single #Python script to manage local #git repository clones. With...

https://social.linux.pizza/@mart...

Here is gra, my Git Repo Admin: github.com/martinus/gra

It's a single script to manage local repository clones. With no other dependencies and plenty of features that I found missing or lacking in the alternatives

15.2.2023 07:31Here is gra, my Git Repo Admin: https://github.com/martinus/graIt's a single #Python script to manage local #git repository clones. With...
https://social.linux.pizza/@mart...

"gra" it is, as that name doesn't seem to be taken

https://social.linux.pizza/@mart...

"gra" it is, as that name doesn't seem to be taken

8.2.2023 09:00"gra" it is, as that name doesn't seem to be taken
https://social.linux.pizza/@mart...

I've tried to use ChatGPT to help me name a #Linux #CLI command I am writing, and it was actually really helpful

https://social.linux.pizza/@mart...

I've tried to use ChatGPT to help me name a command I am writing, and it was actually really helpful

8.2.2023 08:57I've tried to use ChatGPT to help me name a #Linux #CLI command I am writing, and it was actually really helpful
https://social.linux.pizza/@mart...

Does anyone use a tool in #linux to manage all their #git clones? My development directory has become a mess. I found...

https://social.linux.pizza/@mart...

Does anyone use a tool in to manage all their clones? My development directory has become a mess. I found github.com/x-motemen/ghq which seems nice but doesn't do much except make folders.

2.2.2023 18:09Does anyone use a tool in #linux to manage all their #git clones? My development directory has become a mess. I found...
https://social.linux.pizza/@mart...

How does everyone manage their dotfiles in #Linux? I've tried a bare #git repo as recommend all around the web (e.g. here:...

https://social.linux.pizza/@mart...

How does everyone manage their dotfiles in ? I've tried a bare repo as recommend all around the web (e.g. here: atlassian.com/git/tutorials/do) but I don't like it so far. I can't use an IDE with the repo, and installing it when dotfiles are already present is a mess

31.1.2023 07:28How does everyone manage their dotfiles in #Linux? I've tried a bare #git repo as recommend all around the web (e.g. here:...
https://social.linux.pizza/@mart...

git autofixup is awesome when adding lots of small fixup commits. It finds the correct base commit automatically. Just make small changes,...

https://social.linux.pizza/@mart...

git autofixup is awesome when adding lots of small fixup commits. It finds the correct base commit automatically. Just make small changes, then "git autofixup <basecommit>" every time, and get lots of correct fixup commits
github.com/torbiak/git-autofix

Also available in packagemanger, at least with fedora

21.1.2023 07:01git autofixup is awesome when adding lots of small fixup commits. It finds the correct base commit automatically. Just make small changes,...
https://social.linux.pizza/@mart...

Should I learn piano or get fit? I don't have time for both...

https://social.linux.pizza/@mart...

Should I learn piano or get fit? I don't have time for both...

16.1.2023 16:18Should I learn piano or get fit? I don't have time for both...
https://social.linux.pizza/@mart...

https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/

https://social.linux.pizza/@mart...

nolanlawson.com/2017/03/05/wha

15.1.2023 09:01https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/
https://social.linux.pizza/@mart...

Today at the zoo

https://social.linux.pizza/@mart...

Today at the zoo

7.1.2023 15:49Today at the zoo
https://social.linux.pizza/@mart...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members