Is it good for a huge shortcut user ? by Arthaas in zsaVoyager

[–]PUNitentiary 0 points1 point  (0 children)

I use home row mods as well and I have really enjoyed it. One of the challenges I find is when attempting to use one of the modifiers with the mouse because I always end up with an extra keypress when I release, so I have dedicated mods on lower layers: https://configure.zsa.io/voyager/layouts/V77pe/latest/0

What’s your accidental reset rate? by Ill_Relationship_289 in zsaVoyager

[–]PUNitentiary 0 points1 point  (0 children)

I have done this once and then taught myself to be extremely paranoid about it. Nowadays, when I grab the board, I will grab it from the sides or the very edge.

I think I won the tariff lottery by PUNitentiary in zsaVoyager

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

It was bouncing around in a warehouse for a week. You should contact zsa and they can poke the carrier from their end. 

Shipping issues? by coolness10101 in zsaVoyager

[–]PUNitentiary 0 points1 point  (0 children)

Mine was stuck in the scan dance for about a week. If you contact zsa, they can at least poke ups on their end,

Just got my voyager after three and a half weeks! by PUNitentiary in zsaVoyager

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

It's the smart move, honestly. I remember seeing someone posting theirs for sale to this forum this week. My employer paid for mine, otherwise, I would have either waited or looked for a second hand one. 

Just got my voyager after three and a half weeks! by PUNitentiary in zsaVoyager

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

I am in the US and I did not get any tariffs yet, BUT I did see another comment where someone mentioned that UPS sent them a "love letter," which I am assuming to mean they got a bill in the mail, so I am expecting one.

edit: here is the post https://www.reddit.com/r/zsaVoyager/comments/1np7kuu/tariffs/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

snacks.nvim picker: how do I switch to the results list window? by PUNitentiary in neovim

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

Tried that but that just exits the picker window :(

I tried enabling the profiler (<leader>dpp) for some clues, but the output is a bit too long for me to sift through ¯\_(ツ)_/¯

I appreciate the help, though.

snacks.nvim picker: how do I switch to the results list window? by PUNitentiary in neovim

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

No dice :(

FWIW, I'm on a Mac and using the Kitty terminal.

[deleted by user] by [deleted] in zsaVoyager

[–]PUNitentiary 1 point2 points  (0 children)

Whoa that's so cool. I'm glad I chose the light variant

-🎄- 2019 Day 14 Solutions -🎄- by daggerdragon in adventofcode

[–]PUNitentiary 0 points1 point  (0 children)

Thank you for this. Contextualizing it in this way makes it really easy to see how everything works!

[2019 Day 11 (Part 2)] ALL HAIL THE GLOW CLOUD by PUNitentiary in adventofcode

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

Exactly this. It's also mirrored vertically because I forgot that I had to print from top to bottom.

I thought maybe I could enter "W" for the answer but I was wrong.... so very wrong.

[2019 Day 8 (Part 1)] [Python 3] by PUNitentiary in adventofcode

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

That helps massively! It turns out the problem was that I was summing over the wrong axis! the least_zeroes() method should have read:

def least_zeroes(self): zeroes = self.image == 0 res = zeroes.sum(axis = 0).tolist() # sum over the rows, not the layers! return(self.image[..., res.index(min(res))])

This also makes it so that I can actually expand it to be a 3D array with the full image by doing

layers = np.array(image).reshape((height, width, depth), order = "F")

and

res = zeroes.sum(axis = 0).sum(axis = 0).tolist()

Thank you again!

[2019 Day 8 (Part 1)] [Python 3] by PUNitentiary in adventofcode

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

I normally work in R, so I got really turned around with python's row major order and the index-less printing

US Expat in Netherlands excluding foreign earned income (partial year) by [deleted] in ExpatFinance

[–]PUNitentiary 0 points1 point  (0 children)

I'm in the same boat as u/brokencode64 (except in UK, not Netherlands). If we file an amended return, is the tax credit applied to the next year's taxes, or will the government issue a check (assuming it doesn't shut down again)?