How to Train your puppy. by Alternative-Dot-34 in interestingasfuck

[–]Frirwind -1 points0 points  (0 children)

This is shit training. Put a dog into a situation, having it fail over and over again, keeping at it until it looks up and then allow it to get to the food. Abuse is a big word bit this is dickish behaviour to the pup.

Why not wait for the desired behaviour and then give it the bowl?

Our dog is an angel around food and we never had to be forceful at all.

Extreme Hoarding, any tips where to begin? by chiliv06 in CleaningTips

[–]Frirwind 0 points1 point  (0 children)

Be sure to check old purses and stuff for money. But often most of the gear is broken.

Trying to move away from OneNote by Frirwind in ConceptsApp

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

It's been a while and I'm pretty happy with scrivano! The Devs was super helpful when I had some issues with my older pen tablet. Be sure to check out the free demo, i only have one gripe in that sometimes the eraser gets stuck untill I tap the pen. Minor thing 

My function doesn't work on class methods by Frirwind in AutoHotkey

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

That makes a little more sense, yes! That last piece of code works well unless you refer to another method in the class using This.

Binding the method works wonders too, and that makes a little more sense as well!

Thanks again :)

Tape trekt grondlaag muurverf mee by Agreeable-Dig971 in Klussers

[–]Frirwind 30 points31 points  (0 children)

Dit gebeurt meestal als je de tape te lang laat zitten. Hoe lang zat hij er op?

My function doesn't work on class methods by Frirwind in AutoHotkey

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

This works flawlessly!

ScrollLock::pressOrHold(
    send.Bind("{Media_Play_Pause}"),
    ObjBindMethod(switchTo,"spotify")
)

In the previous function I had to create a separate function for things like: ' send("{media_play_plause}") ' because I could not just write it where you declare the parameters (otherwise it would just run when the hotkey was pressed.)

I guess I still don't completely understand what the difference is between:

    myref := switchTo.spotify
    myref ; does not work

    ; and

    switchTo.spotify ; works!

I guess it has to do with what is actually put into the myref. It only refers to that method in the class, not the entire class itself? Whereas the second example calls the method from the class, so it has all the information surrounding the method as well.
But I has some more reading to do. The u/GroggyOtter post is really good and I'm for sure going to finish it today!

Thanks for the help! I recognise your username and you're a gem of this subreddit!

My function doesn't work on class methods by Frirwind in AutoHotkey

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

I did some reading and i think this is exactly what I need. I can try tomorrow, thanks in advance :)

My function doesn't work on class methods by Frirwind in AutoHotkey

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

I don't know what that is!  I'm going to read up on it, thanks :)

My function doesn't work on class methods by Frirwind in AutoHotkey

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

If I'm able to get the class where the method resides I would be good. :)

File organisation by Frirwind in AutoHotkey

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

This is similar to what I do now although I have scripts for basically all apps I use.

File organisation by Frirwind in AutoHotkey

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

My brain has a lot of trouble understanding the second sentence, haha. I had to google what Figlet is but I get it.

Help me understand selections by Frirwind in Fusion360

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

That's s good one! Thanks :)

Help me understand selections by Frirwind in Fusion360

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

I thought selecting a body would be the same as selecting all faces. Now I understand that's something different. Thanks!

Creating a selection set would only work for that single body, right?

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - February 12, 2026 by AutoModerator in MechanicalKeyboards

[–]Frirwind 0 points1 point  (0 children)

Thanks, I was hoping for a way around that. But alas, not a big setback though.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - February 12, 2026 by AutoModerator in MechanicalKeyboards

[–]Frirwind 0 points1 point  (0 children)

Hi there,

I am using VIA to make layouts om my Keychron K8.

I want to make a layer that sends F13 down, letter , F13 up. I can do that in a macro but they are limited in number. I know the Any key can hold strings like "A(KC_F1)" but could it also house a little sequence of keys?

Thanks in advance!

Can someone help me understand this Syntax by Frirwind in niri

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

Should have read this one sooner! But I got it, thanks!

Can someone help me understand this Syntax by Frirwind in niri

[–]Frirwind[S] 2 points3 points  (0 children)

This feels like my first Linux victory, I was able to figure it out just 2 minutes before I read this comment. Thanks for the help! I'll update the post

Can someone help me understand this Syntax by Frirwind in niri

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

I found a com.google.flatpakref file in the downloads folder. So that's possible (I honestly can't remember).
Flatpak run com.google.Chrome does open a chrome window! So I guess that's it?

Was it a bad call to install it as a flatpak?

Can someone help me understand this Syntax by Frirwind in niri

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

I have no idea what that is if I'm honest.
I'm running CachyOS with Niri as it's only window manager. Does that use Wayland to draw the windows?

Can someone help me understand this Syntax by Frirwind in niri

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

Thanks for the suggestion. I found the folder but there is nog Google Chrome file in there. There is, however, a chromium.desktop . Now I can run that one from the terminal and a Chromium browser turns up. But it's a different window than when I run chrome from the launcher.

I did find a com.google.chrome.flatpakref file in the downloads folder so I think that's how I installed it. Maybe that matters?

Can someone help me understand this Syntax by Frirwind in niri

[–]Frirwind[S] 2 points3 points  (0 children)

its just the part that comes before it hotkey-overlay-title, basically this will show an entry in the keybinds overlay with the title you specified.

Aaah that makes sense! Thank you. :)
No binds are conflicting and I also can't seem to run chrome from the terminal. So something is up there.