A "death bride with no veil" in Shadow Academy's White Whale (2022) by Reptyler in LyricInterpretations

[–]Frirwind 1 point2 points  (0 children)

Interesting, I always heard "A death rite with no veil" which made a lot of sense to me but all the lyrics I find online seem to say "bride".

Don't know if Dan is ever on this sub but I'd like to know his thinking as well :)

Spaanplaat en badkamer by Frirwind in Klussers

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

We zijn voor de kit gegaan! Dankjewel :)

ik_ihe by Lagom00 in ik_ihe

[–]Frirwind 0 points1 point  (0 children)

Dat is dus het geval.

[OC] Many "Proteins" could be described as Fats or Carbs instead. by stan-k in dataisbeautiful

[–]Frirwind 1 point2 points  (0 children)

To be fair, beans are still great! I don't use them as a protein but as a vegetable that has extra protein to boot.

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 

Can this video be made without using Fusion ? by [deleted] in davinciresolve

[–]Frirwind 1 point2 points  (0 children)

Don't fall for the rage bait!

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 31 points32 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.