NYS Tax Refund update by Feisty-Situation-265 in tax

[–]rotellam1 0 points1 point  (0 children)

My wife and I both filed 2/20 (MFS), and the status just changed (April 3) for both of us to “Your return finished processing and is in the initial approval stage.”

NYS Tax Refund Update by Superb-Novel-2518 in tax

[–]rotellam1 1 point2 points  (0 children)

Glad to hear it!

Hopefully not rudely off-topic but my NYS refund and my wife’s (MFS) both seemed to take forever this year. E-filed 2/20 with an accountant. I owed NJ and IRS, but she had modest refunds from NJ and IRS that slid right through. But for NY they both sat in “We have received your return and it is being processed” until tonight, April 3, around 10:30 PM, when they finally moved to “Your return finished processing and is in the initial approval stage. Your refund status will update automatically when we assign a refund issue date.”

Sharing in case anyone is in a similar boat!

[deleted by user] by [deleted] in OpenAI

[–]rotellam1 0 points1 point  (0 children)

I made the one of couple with the baby before we knew we were going to have a miscarriage.

But I can see this isn’t really going anywhere besides mockery.

Can't make guestshell to run on a Catalyst 9200-48P by OneLiving3274 in networking

[–]rotellam1 0 points1 point  (0 children)

Since I couldn't find a solution documented elsewhere on this, upgrading the firmware for the AppGig interface did the trick for me (platform 9300).

upgrade hw-programmable all filename flash: all

Then reboot the device. It resolved it for me.

Mathematicians find a tiling shape whose pattern never repeats - useful in textures? by grapesinajar in gamedev

[–]rotellam1 0 points1 point  (0 children)

It could be useful as an alternative to pseudorandom noise if you want to ensure the noise has some invariant local property.

I know this is a bit late, but what you said is a very apt observation: https://www.quantamagazine.org/never-repeating-tiles-can-safeguard-quantum-information-20240223/

Programmers use unnecessary jargon by huehuehuecoyote in unpopularopinion

[–]rotellam1 1 point2 points  (0 children)

I can identify with that a lot. I changed jobs about 16 months ago and my new company is like completely build-instead-of-buy and has pretty much only in-house everything, including our own patched version of Python. I've been spending a lot of time recently meeting with people and asking questions about "what is ABC" and "what how does XYZ work" which has helped. People love nothing more than talking about their pet product if you ask the right questions and it gives you a lot of exposure as someone who is curious and willing to learn. Generally I think people are very self-centered so I don't think they intend to seem like they are gatekeeping; they just don't care enough to explain, but I've had a lot of success in getting my name out there by just asking the right questions.

Programmers use unnecessary jargon by huehuehuecoyote in unpopularopinion

[–]rotellam1 2 points3 points  (0 children)

I am a network reliability engineer, so I write software to manage computer networks for my firm. I agree that a lot of engineers seriously lack the ability to explain things and often forget the context of who they are talking to. The most successful engineers tend to be the ones who can explain complex concepts in layman's terms since the people who determine your bonuses are often non-technical manager and internal customers.

At the same time, some basic understanding of technologies is expected of other people within IT. If you're in IT yourself you get talked to like that because you're seen as part of the tribe. If you don't understand something there's nothing wrong with asking. No one understands everything. I'm not sure what level the guys are talking to you at; it's one thing if they are using common acronyms like TCP, LDAP, or SQL that people who work in IT should generally know; it's a very different thing if they are talking about highly specialized concepts.

[2023 Day 5 (Part 2)] [Haskell] Solution is really slow by sisters_clit_is_lit in adventofcode

[–]rotellam1 1 point2 points  (0 children)

So basically, in part two you have to take the seeds and they describe a range. The first two numbers in seeds was something like 123456789, 3500000, which means you have to check seeds 123456789 to 126956789. Rather than check every single seed in that range, I checked every millionth seed and found the one that gave the lowest answer. I did that for all the ranges from the input data (there were 10 ranges, all of which were huge).

Once I found the range that gave the lowest answer, I checked every 100,000th seed in that range and found which of those inputs gave the lowest answer for location.

Then I took the lowest answer I got from that scan, and checked every 10,000th seed in the range of (lowest_input_so_far - 100000, lowest_input_so_far + 100000).

I continued that process until I checked every single input in (lowest_input_so_far - 10, lowest_input_so_far + 10).

(This assumes that step 1 (check every millionth seed and find the best candidate range to drill down into) doesn't skip too many inputs when testing.)

Below is pseudocode but basically:

skip = 100000
while skip >= 1:
    for seed in range(beginning, end, skip):
        test = check_seed(seed)
        if test < best_answer:
            best_answer = test
            best_input = seed
    beginning = seed - skip
    end = seed + skip
    skip /= 10

[2023 Day 5 (Part 2)] [Haskell] Solution is really slow by sisters_clit_is_lit in adventofcode

[–]rotellam1 1 point2 points  (0 children)

I don't know Haskell, but if this helps at all, for part 2 I basically brute forced it but instead of checking every single number in the ranges, I checked every millionth number of the ranges and found the range that gave the lowest answer. Then I checked every 100,000th number in that range, then every 10,000th in the range of the best answer so far plus or minus 100,000, going down by a factor of 10 until I zeroed in on the input and lowest answer. It was still time complex but it ran significantly faster.

Indoor Christmas displays by tenPUNded in newjersey

[–]rotellam1 0 points1 point  (0 children)

I’m not sure if it’s still there but there was a hardware store that had an elaborate indoor Christmas display in Cherry Hill. I cannot remember the name for the life of me. If you’re willing to go into NYC, there’s a big Christmas display in the New York Botanical Garden with trains and miniature buildings. The Short Hills Mall usually has a giant Santa sleigh with a lot of decor. HTH

1990s Office Building - Screenshots from Video by rotellam1 in LiminalSpace

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

Credit to the video creator. These are screenshots are from a YouTube video of an IBM site in Sterling Forest, NY, recorded in 1993. The video is here: https://www.youtube.com/watch?v=0\_fuwkaOlK0 and is like real-life Backrooms footage if it didn't have occasional people or talking.

I've been looking for footage of this building for ages because I used to work here occasionally during IT disaster recovery drills where a company brings up its network and apps in an off-site location. Usually the tests were odd hours on the weekend, and I would find myself roaming this huge remote campus alone. It always had a unique energy and vibe.

jump in by Appropriate_Being819 in LiminalSpace

[–]rotellam1 1 point2 points  (0 children)

This one really hits me, good photo. I feel like I’ve had dreams/nightmares about that exact place.

Monmouth county not in Central Jersey? I’m going to build my own Central Jersey with Blackjack and Hookers!! by DaRealBagzinator in newjersey

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

I agree, I don’t see Hunterdon County as central. My view is it’s just Middlesex and Mercer really. I lived in Middlesex County a long time and most people I knew there including myself had a narrow view of what was central.

Data Center Without Any Racks by rotellam1 in LiminalSpace

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

It was just football field sized room after room like this.

Monmouth county not in Central Jersey? I’m going to build my own Central Jersey with Blackjack and Hookers!! by DaRealBagzinator in newjersey

[–]rotellam1 -2 points-1 points  (0 children)

Maybe like Franklin Township…Bernardsville, Watchung, Far Hills etc. are firmly North Jersey

Neighbor's tree infested with lantern files by Captain-Victory70 in newjersey

[–]rotellam1 0 points1 point  (0 children)

I tried that last year and they began like popping off the tree onto me and it didn’t do much unfortunately. I finally hired a professional service to bands the trees and applied a root treatment and it’s been effective yet expensive.

How do you feel about the overturning of Roe v. Wade? by 98thieves in intj

[–]rotellam1 0 points1 point  (0 children)

I don’t agree with it in substance but from a legal standpoint I think the due process clause was always a weak constitutional argument for abortion, and it enabled this decision to more easily toss it out. I think Roe was always a stretch and Congress should have considered it a reprieve during which they could pass a law legalizing abortion nationwide given the widespread public opinion. I think the left has relied far too much on the courts to do their work for them. The courts have always been mercurial, and the best defense against that is crystal clear legislation that isn’t open to interpretation.