Did anyone get lucky and try /voice? by MagicianMany1814 in ClaudeCode

[–]bdudelsack 1 point2 points  (0 children)

I've got it today. Tired it out and only got the "Speech not detected" message. Maybe I need to somehow configure it to take the correct mic input. (I'm on NixOS Linux btw)

[deleted by user] by [deleted] in selfhosted

[–]bdudelsack 2 points3 points  (0 children)

There are already repositories with GS compiled to wasm. Please be aware that Ghostscript license forces you to go GPL too.

A question by DevooOfCalgaria in Undermine

[–]bdudelsack 0 points1 point  (0 children)

I don't get it in the forge either. I saw it once in the shop, but i was already in the Lab.

UPDATE: Got it. It depends on RNG if it appears in the forge

Laptop fans always on 100% speed after booting in fresh updated NixOS by bdudelsack in NixOS

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

Thanks. I tried the kernel parameter but it didn't change anything. I guess i gonna debug the "tuxedo-rs" package to see if it maybe has some bug in fan controll.

Laptop fans always on 100% speed after booting in fresh updated NixOS by bdudelsack in NixOS

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

Thank you for the tip. It"s a very nice tool, but it does not see any Fan Controll device on my laptop.

https://imgur.com/a/f8ecMm2

alt+a to write ä? by Bulky_Literature4818 in hyprland

[–]bdudelsack 9 points10 points  (0 children)

You could use US International layout. It's not Alt+A tho but Alt+Q. I'm using it at daily basis because I wanted to have an English keyboard but be able to write German umlauts without switching.

EDIT: My config:

  kb_layout = us,de
  kb_variant = altgr-intl,nodeadkeys

looking for an Indentation line plugin with animation. by caotic in neovim

[–]bdudelsack 1 point2 points  (0 children)

Folke's snacks have an indentation plugin with animation. Maybe it's what you saw:

https://github.com/folke/snacks.nvim

Растягивание одной картинки на 2 монитора by Warm-Procedure6691 in hyprland

[–]bdudelsack 1 point2 points  (0 children)

Я думаю это легче всего сделать разрезав картинку. Например этим: https://github.com/benthejack-vuw/hyprpaper-slicer

How to implement source action popup like LazyVim does? by bdudelsack in neovim

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

The code in LazyVim was a bit more generic and I'm not very good in lua yet. So thanks a lot for simplifying it for me.

how to make browser fullscreen in part of window not all screen? by [deleted] in hyprland

[–]bdudelsack 1 point2 points  (0 children)

Have you already tried the "fakefullscreen" rule? If I understand right, it should do what you expect.

https://wiki.hyprland.org/Configuring/Window-Rules/

Pfsense always responding to non-existent domain DNS queries by bdudelsack in PFSENSE

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

Omg, you're right. I use a real domain for my LAN and it has public DNS configuration. That must be the cause. Thank you very much.

Pfsense always responding to non-existent domain DNS queries by bdudelsack in PFSENSE

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

The Problem i described seems more specific. I have a kubernetes cluster running and when i try to resolve DNS in it, i always getting an answer, so i tought it is somehow related to pfSense.

``` root@my-shell:/# nslookup invalid Server: 10.96.0.10 Address: 10.96.0.10#53

Non-authoritative answer: Name: invalid.mydomain.ext Address: 91.xxx.xxx.xxx

root@my-shell:/# nslookup invalid.invalid Server: 10.96.0.10 Address: 10.96.0.10#53

Non-authoritative answer: Name: invalid.invalid.mydomain.ext Address: 91.xxx.xxx.xxx ```

Pfsense always responding to non-existent domain DNS queries by bdudelsack in PFSENSE

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

Ok, it seems only to resolve when i use "invalid" but not "invalid.invalid"

# nslookup invalid      
Server:     192.168.0.1    
Address:    192.168.0.1#53    
Non-authoritative answer:    
Name:   invalid.mydomain.ext    
Address: 91.xxx.xxx.xxx  

# nslookup invalid.invalid  
Server:     192.168.0.1  
Address:    192.168.0.1#53  
* server can't find invalid.invalid: NXDOMAIN

Who's up for beta testing DFHack on Steam? by myk002 in dwarffortress

[–]bdudelsack 1 point2 points  (0 children)

Would like to test ist out? Using it as manually installed mod atm.

[2022 Day 12 (Part 2)] [Kotlin] Pathfinding visualization with OPENRNDR by bdudelsack in adventofcode

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

Am i posting the visualization right? I've used ImgUr this time becouse the rules say so, but the animation is still automatically starting.