Advertisement · 728 × 90

Posts by maxrn

Post image

the world if "ps | grep xyz" didn't show "grep xyz" in the output

2 months ago 1 1 1 0
Preview
GitHub - jamesbrink/nxv: nxv — Nix Version Index. A blazingly fast CLI for finding any version of any Nix package. nxv — Nix Version Index. A blazingly fast CLI for finding any version of any Nix package. - jamesbrink/nxv

I've wanted something like this for a long time:
github.com/jamesbrink/nxv
Basically it tells you the exact nix commit you need for a specific version of any package.
TIL

3 months ago 1 0 0 0

Execute NAT 66

4 months ago 3 0 0 0
The Dhall configuration language Maintainable configuration files

original for this category is leading commas when formatting lists, like dhall does: dhall-lang.org

6 months ago 1 0 0 0
Preview
Sort Lines in Source Code This article was adapted from a Google Tech on the Toilet (TotT) episode. You can download a printer-friendly version of this TotT epis...

another one for the category "technically more correct, but I hate it" testing.googleblog.com/2025/09/sort...

6 months ago 1 0 1 0
Preview
Chargerlab Charger, Battery, Cell, Power Bank, Gadgets News And Review

I love finding these random sites that are super specialized: www.chargerlab.com

Don't really know what I will do with this information, but I think it's cool that they do it.
Just wanted to look up the new apple charger

6 months ago 1 0 0 0

Actually I’m on Mac (with nix-darwin), but if I ever use a Linux system I think I would use hyprland
I used aerospace on Mac for a while, but that had some serious performance problems. They might have been fixed in the meantime but I haven’t tried it in a while

7 months ago 1 0 0 0
Advertisement

You should use NixOS so you can tell other people that you use NixOS btw (like me, btw)

But if you want to get actual work done I think Debian is a solid choice

7 months ago 4 0 2 0

filter is a bad name for the function. It should really be two functions: "keep" and "remove"

8 months ago 2 0 0 0

Amazing post, that was super easy to follow. Small suggestion: You can use config.services.tailscale.interfaceName for the trusted interfaces, instead of hard coding the name.

8 months ago 1 0 0 0
Screenshot of some rust code in neoVim. The hover definition for the type X509Version::V3 is open and showing that it's defined as
"pub const V3: X509Version = X509Version(2)"

Screenshot of some rust code in neoVim. The hover definition for the type X509Version::V3 is open and showing that it's defined as "pub const V3: X509Version = X509Version(2)"

> how do u get an x509 certificate's version?
oh, easy, you just check the version number field
> oh nice, so-
if it says "1" then it's version 2, if it says "2" it's version 3. pretty simple.
> ...

8 months ago 2 0 0 0

random Kotlin thoughts:
- why keep the parenthesis for if/for/while :( I've been spoiled by go and rust
- String? == Option<String> and .let should really be called .map no??
- why have a million different ways to declare a constructor
- overall seems cool and better than I remember it

8 months ago 0 0 0 0

nvm I'm stupid.

day 227
I still haven't found a need for RefCell/Rc/etc.
One day I will find it. One day.

8 months ago 0 0 0 0

damn... borrow checker got hands

8 months ago 0 0 1 0

I‘m going to support our Systems Engineering chair to deploy/nixify some nvidia drivers… I mean they warned me, but now I’m scared

8 months ago 0 0 0 0

This is something that I know is technically correct, but hurts me on an emotional level

8 months ago 1 0 0 0

Thanks!

8 months ago 3 0 0 0
Advertisement

Uhm excuse me, that’s just called “being polite”

8 months ago 4 0 0 0

@nanami.codes dear Mrs Nanami, do you have suggestions for someone starting a new Kotlin/spring boot job next month? Any books or talks you could recommend? I’ve written a very small android app like 5 years ago, but that’s all the experience I have

8 months ago 5 1 3 0
screenshot of frame from the Star Wars the clone wars tv show.
It shows a clone soldier that is talking into his communication device. The top text reads "We need back up"

screenshot of frame from the Star Wars the clone wars tv show. It shows a clone soldier that is talking into his communication device. The top text reads "We need back up"

me when the borrow checker is annoying me again

8 months ago 2 0 0 0
A screenshot from the movie "Star wars the clone wars". We can see three neat groups of clones in armor standing in formation.

A screenshot from the movie "Star wars the clone wars". We can see three neat groups of clones in armor standing in formation.

me when I write rust

8 months ago 1 0 0 0

git config --global gpg.format ssh

is somehow deeply funny and satisfying at the same time

8 months ago 1 0 0 0

But in this case I would need to unwrap opt again before using it

8 months ago 1 0 0 0

Yeah, talking about Rust
I guess there's let x = match { None => return y, ... };

8 months ago 1 0 1 0

ngl I kinda forgot about it, but now I'm sad that's gone

8 months ago 1 0 0 0
Advertisement

let Some(x) = ... else {
return y;
}
is the most confusing and disgusting construct ever. And I hate that there's no better option (that I'm aware of)

8 months ago 1 0 1 0

clippy and I are now best friends

8 months ago 0 0 0 0

lib is pronounced "lie-b" as in "library"

so it's not "matplotlib" it's "matplotlieb"
or "liebuv" not "libuv"

follow for more pronunciation tips

8 months ago 1 0 0 0

o7

8 months ago 2 0 0 0

writing a python script to solve the task: 5mins
trying to write a shell one-liner, failing, dealing with stupid xargs/bash/posix idiosyncrasies: priceless*

*30mins and your sanity

9 months ago 0 0 0 0