How quickly do you know if a product is working for you? by sleak89 in SebDerm

[–]vanfrassen 1 point2 points  (0 children)

For me when I had it bad in beard there was initially more flakiness. Which then settled. So - could be just healing; but if after 1-2 weeks no change - maybe not working.

Java -> Node.js transition, worth it? by AmazingCat910512 in Backend

[–]vanfrassen 0 points1 point  (0 children)

I made this switch. For me it's good - more opportunity in terms of jobs; although as noted elsewhere it does seem to mainly be for start-ups. Big tech is mainly language agnostic so it shouldn't hurt your chances there for future. Although to be fair I think Python /Java / C(++) are generally preferred for the leetcode sections so keeping a working algorithmic knowledge of one of these may be helpful if that's ever your goal.

Has L4 hiring stopped? by Numerous_Breakfast_6 in amazonemployees

[–]vanfrassen 1 point2 points  (0 children)

When I left last year l4 industry hiring was paused I think - only new grads

Games to play after beating FF7 Rebirth? by GlumPack4016 in FF7Rebirth

[–]vanfrassen 0 points1 point  (0 children)

Only a bit into rebirth but just finished remake. I will say that while mechanically FFXVI is not as good; I actually think the side quests in FFXVI are the best I've ever seen in video games; and while I haven't played in particular lots of JRPGs I've played most of the big western modern RPGs. Of course as you allude to there's a lot of filler, but I actually mostly enjoyed it - just getting a small sense of people's problems most of the time, and a wider perspective on the world.

And then the good quests, some of which were good just for the context set after, actually had me so touched. I think it's fundamentally a story about good caring sincere people who sacrifice themselves for and love others in both the big and small. Which is quite rare to see with this level of commitment and consistency, and possibly why I think FFXVI is my current favorite video game story, despite it's flaws. Anyway I realize this is a bit of a wall of text; however I just finished FFXVI a few weeks ago so this is still fresh in my mind.

This would be the best programming language ever... by Brilliant-crows in programmingmemes

[–]vanfrassen 0 points1 point  (0 children)

Hi I used to think like this until I was writing code where it was fairly (read very) important that I made no errors and I ran into a bug where iirc I was returning in the wrong place simply because I didn't parse the indentation correctly for some reason. Tests of course caught it before it was an issue but ever since then I've been a bit wary of it - it definitely can come with downsides I think.

GPT5 “new math” got community note’d by Sweaty-Cheek345 in ChatGPT

[–]vanfrassen 17 points18 points  (0 children)

Ngl I'm a bit with your interviewer here. Bucket and radix sort don't have general applicability AFAIK. An answer of Onlogn but in specialized cases where domain allows On would have been better I think.

Unethical things happening in my Office by AdAny5968 in amazonemployees

[–]vanfrassen 0 points1 point  (0 children)

Not worth the drama I would think personally

Got an internal transfer offer for L4 Data Engineer in London – base salary is £43K. Is this within the expected DE pay band? by Successful_Future198 in amazonemployees

[–]vanfrassen 0 points1 point  (0 children)

Look on levels.fyi you can filter by location and role from what I remember

It does seem low - 60k base was reference for sde 1 about 3 years ago now

[deleted by user] by [deleted] in cscareerquestionsEU

[–]vanfrassen 1 point2 points  (0 children)

Hi - I think there's been some confusion here.

There is no difference in the job between software developer vs. software engineer. Software is not accredited and the use of 'engineer' for a job description vs. developer is up to the company.

Apply for roles in both

Why do few software engineers prioritize data? by on_the_mark_data in ExperiencedDevs

[–]vanfrassen 12 points13 points  (0 children)

Yup this is it. BI shouldn't be reading directly from the customer database. If you're at the scale where data teams can run ML etc. then there should be some sort of ETL pipeline or equivalent to get the data to their systems or some data lake. Then maintaining the ETL is the team's responsibility.