λ (λ 2 (1 1)) (λ 2 (1 1))
banner
hauleth.dev
λ (λ 2 (1 1)) (λ 2 (1 1))
@hauleth.dev
Meme Driven Developer

All opinions aren't my own, these belongs to supreme being chosen at random

Sometimes I do some #ElixirLang and #Erlang
Polish conservative/right-wing newspaper used photos of Trump and Polish president Nawrocki in form of GTA cover.

I wonder whether they know who the main characters of GTA were and what was their professions…
September 14, 2025 at 11:42 AM
July 11, 2025 at 5:00 PM
July 7, 2025 at 11:56 AM
So something is hatching.

It is a tease of incoming project I am working on with a friend.

Yes, this is `psql` session, but it is *not* Postgres.

#ElixirLang
July 7, 2025 at 6:36 AM
Close up
April 9, 2025 at 6:52 AM
Fairly clean. This is mine **after** major cleaning session.
April 9, 2025 at 6:29 AM
I think I see some potential for new #ElixirLang function
March 27, 2025 at 3:36 PM
The fact that #ElixirLang always required `:do` keyword for single line function definitions was IMHO weird. I get it that the idea was to not have N different ways to do the same, but honestly, I think that supporting `def foo(a, b) = a + b` would make code easier to read
March 25, 2025 at 11:51 AM
900 followers, impressive number taking into account that I do not post that much.
January 14, 2025 at 10:51 AM
January 10, 2025 at 1:17 PM
Moonlander is column staggered IIRC. I use QWERTY, but I am thinking about checking out Workman. My current daily is Planck
January 9, 2025 at 11:24 AM
Looks awesome, if only it would provide an instructions how to use it without Docker. Otherwise it looks exactly as a thing I have in mind.

BTW - it is funny to see MS product to use Safari in screenshots of their product.
January 7, 2025 at 8:42 AM
My rocker, also FF, but headless as well
December 31, 2024 at 2:49 PM
Classic that sometimes need to be reminded in broader audience.
December 10, 2024 at 10:36 AM
Like, what the actual hell is that? I do not know what kind of person you need to be to be able to read that links. It strains my eyes and i simply do not want to look at that website any longer.
December 3, 2024 at 3:31 PM
I couldn't match this post any better.
December 1, 2024 at 9:34 PM
@bsky.app there is typo (BkueSky instead of BlueSky) in Polish translation when joining service via Startup Pack.
November 28, 2024 at 10:43 AM
I would like to point out that Gerrit allows to review commit messages as well, which is not supported by GitHub at all
November 27, 2024 at 8:48 PM
You can have multiple different forms of relationship between commits. Here is an excerpt from Gerrit used by Lix at some random commit (gerrit.lix.systems/c/lix/+/2232).

Stacked Diffs is what is used in Google (they use Gerrit) or in Meta (IIRC they use(d?) Phabricator)
November 27, 2024 at 8:46 PM
Personal best
November 27, 2024 at 12:42 PM
I have resumed my work on `logger_udp`, which is a missing component of OTP - logging to the UDP sinks.

Current design allows me to get rid of all overload protection configuration, which should make whole design easier to comprehend.

After that I should be able to get back to work on systemd 1.0
November 16, 2024 at 2:45 PM
My favourite word, with German origins but from Greater Poland - wihajster (from *wie heßt er*), which mean that-thingy-that-you-know-what-I-mean-but-I-forgot-a-name-right-now
November 8, 2024 at 9:51 AM
There is also different thing, if you spawn unsupervised task (so with `Kernel.spawn/1`, not `Task.start/1` as these *are* supervised), then you will not be informed about some abnormal results, like for example `exit/1` calls.
November 5, 2024 at 12:34 PM