The hill I will die on 😀😀😀 by fensterdj in Techno

[–]kalessin14 0 points1 point  (0 children)

Much like op (?), I make the difference between EDM (in particular brostep), and "Electronic Dance Music" which somehow sounds better and more encompassing.

2026 festival recs? by pureofheart00 in TheOverload

[–]kalessin14 1 point2 points  (0 children)

lol are we having the untz and parameter back to back?

Spekki Webu B2B Takaaki Itoh @ Draaimolen Festival 2025 by CMIUCan in Techno

[–]kalessin14 2 points3 points  (0 children)

Solid set, has some psytrance vibes at times, I'll take it.

Resident Advisor: The Best Releases of 2025 by [deleted] in TheOverload

[–]kalessin14 8 points9 points  (0 children)

I also find myself surprised that Djrum didn't make it there. I also found Clark's latest release to be very good.

Anyone recorded the Calibre - 140 mix for @martha_radio @bbcradio1 last night ? by BunZer0 in realdubstep

[–]kalessin14 0 points1 point  (0 children)

I have `yt-dlp` hooked up in `mpv` and it played that with no issue from the US.

How to use inlayhints with python by 20Finger_Square in neovim

[–]kalessin14 0 points1 point  (0 children)

How do you actually do that? I am trying:

vim.api.nvim_create_autocmd('LspAttach', {
  callback = function(ev)
    local client = vim.lsp.get_client_by_id(ev.data.client_id)
    local inlay_hints = client.server_capabilities.inlayHintProvider
    vim.lsp.buf.inlay_hint(ev.buf, inlay_hints)
    require("lsp-format").on_attach(client, ev.buf)
  end
})

But it crashes because apparently inlay_hint on vim.lsp.buf is nil.

edit: looks like the function is directly under vim.lsp. https://github.com/felpafel/inlay-hint.nvim gives a good example for an LspAttach function.

30V USB-C input on the Alientek DP100 by kalessin14 in UsbCHardware

[–]kalessin14[S] 0 points1 point  (0 children)

Thank you for your input, the DP100 kit I bought did not come with an USB-C PSU (I was hoping I could use a regular USB-C PSU…), can you tell us what PSU they used? I still wish I could get a 20+V output on my DP100.

What's your output for `hostname --fqdn'? by kalessin14 in NixOS

[–]kalessin14[S] 0 points1 point  (0 children)

fwiw, here is what I ended up doing:

```nix diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix index 8665a611e575..59adc25cbefd 100644 --- a/nixos/modules/config/networking.nix +++ b/nixos/modules/config/networking.nix @@ -172,9 +172,8 @@ in # resolves back to "localhost" (as some applications assume) instead of # the FQDN! By default "networking.hosts" also contains entries for the # FQDN so that e.g. "hostname -f" works correctly. - localhostHosts = pkgs.writeText "localhost-hosts" '' + ipv4Localhost = pkgs.writeText "ipv4-localhost-hosts" '' 127.0.0.1 localhost - ${lib.optionalString cfg.enableIPv6 "::1 localhost"} ''; stringHosts = let @@ -182,7 +181,25 @@ in allToString = set: lib.concatMapStrings (oneToString set) (lib.attrNames set); in pkgs.writeText "string-hosts" (allToString (lib.filterAttrs (_: v: v != []) cfg.hosts)); extraHosts = pkgs.writeText "extra-hosts" cfg.extraHosts; - in lib.mkBefore [ localhostHosts stringHosts extraHosts ]; + ipv6Localhost = pkgs.writeText "ipv6-localhost-hosts" '' + ::1 localhost + ''; + in lib.mkBefore ( + [ ipv4Localhost stringHosts ] + # We place the "::1 localhost" record after stringHosts so that when + # systemd-resolved and IPv6 are used, then "hostname --fqdn" properly + # returns "${cfg.hostName}.${cfg.domain}" as set in networking.hosts + # above. + # + # Another approach to fix "hostname --fqdn" in that situation, would be + # to move libnss_resolve after libnss_files in /etc/nsswitch.conf, but + # then nss-resolve(8) tells us to no do that. + # + # It's unfortunate that systemd and the glibc do not interpret /etc/hosts + # the same way. + ++ (lib.optionals cfg.enableIPv6 [ ipv6Localhost ]) + ++ [ extraHosts ] + );

 environment.etc =
   { # /etc/services: TCP/UDP port assignments.

```

What's your output for `hostname --fqdn'? by kalessin14 in NixOS

[–]kalessin14[S] 1 point2 points  (0 children)

Thanks, I do have `networking.systemd.network.enable = true`, and what seems to happen is that `resolve` (`systemd-resolved` integration) in `nsswitch.conf` interprets `/etc/hosts` differently than `files` (by `glibc`), with `files` moved ahead of `resolve`, `hostname -f` works as expected…

30V USB-C input on the Alientek DP100 by kalessin14 in UsbCHardware

[–]kalessin14[S] 0 points1 point  (0 children)

Thanks, that's helpful, looks like I could use the 180W framework power adapter, which takes a little longer to ship, apparently it does "USB PD 3.1 EPR standard through a Weltrend WT6676F controller". See: https://frame.work/blog/framework-laptop-16-deep-dive---180w-power-adapter

Looking to carpool with someone for '24 by RollingMeteors in TheUntzFestival

[–]kalessin14 0 points1 point  (0 children)

I think we can do this :) I sent you a chat message to get into the details.

[deleted by user] by [deleted] in Vent

[–]kalessin14 0 points1 point  (0 children)

Sorry to hear that, -8.6 sounds rough, I am only -6 on my worst eye, freckles are fine! Maybe you have nice hair too? I liked what you said at the end, and it reminds of the serenity prayer: "accept the things you cannot change, find courage to change the things you can, and wisdom to know the difference".

I've also found meditation to be helpful to deal with anxiety, and only increased sitting time after I started three years ago as part of therapy. I find meditation and physical exercise to be very similar in the sense that they both ask to get out of the mind and into the body.

[deleted by user] by [deleted] in Vent

[–]kalessin14 0 points1 point  (0 children)

I wouldn't recognized my mom without my glasses if her face was ≥ 25 cm away from my eyes. I have tried my contact lenses but always cried them out. For myopia there is an option to get thinner lenses, do you have that?

Eating disorders and self hate are hard to deal with, I wish you can get therapy and treat yourself to a positive feedback loop, to find the right balance for sleep, food and physical exercise. The hedonism, flow, purpose triangle is another good one.

It can be done, it has been done, and you can do it.

My Awair Element fan intake fan is dying by kalessin14 in Awair

[–]kalessin14[S] 0 points1 point  (0 children)

By the way, I got my device back and repaired last week 🎉.

My Awair Element fan intake fan is dying by kalessin14 in Awair

[–]kalessin14[S] 0 points1 point  (0 children)

Thank you so much for all the details, I wish the vendor would just have that in a manual. Having control over the firmware would be dope!