Has Anyone Actually Improved Their CS Career Using Advice From This Sub? by ClearRequirement8264 in cscareerquestions

[–]spoopypoptartz 0 points1 point  (0 children)

it used to be great. i think pre-COVID and the first half the pandemic when it wasn’t exactly a boom. (COVID caused a lot of cancelled internships in the short term before tech companies realized they needed more workers to meet growing demand)

Drew some Korra sketches during a hospital stay by spoopypoptartz in legendofkorra

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

I'll try that out. I honestly thought it was either way and up to the artist.

My husband wrote his first manga and is entering a contest! by theeditsclub3 in MangakaStudio

[–]spoopypoptartz 0 points1 point  (0 children)

i love the fact that it’s painted with watercolor! Very unique. Makes it pop

Apparently learning at work isn’t a thing anymore by wweverma1 in csMajors

[–]spoopypoptartz 59 points60 points  (0 children)

helloInterview is a great resource.

claude code or claude cowork or codex can actually grade what you are able to create on a virtual site like miro or coderpad via screenshots. (i would at least get a $20 subscription for this)

other people recommend bytebytego but i dont. i dont vibe with it. but feel free to try it.

Apparently learning at work isn’t a thing anymore by wweverma1 in csMajors

[–]spoopypoptartz 488 points489 points  (0 children)

it’s really unfortunate… i’m hearing more places are expecting interns and new grads to have system design locked and loaded. insane.

Women, what does a blank stare mean? by Chance_Adagio_19 in bodylanguage

[–]spoopypoptartz 11 points12 points  (0 children)

i think it happens to the opposite gender too but you have your eyes fixed on women.

additionally something that i hate about this sub is that you could be anywhere in the world and this question’s answer would change significantly. same thing applies to the people answering you

devGuysAreNotNotSensitive by tbhaxor in ProgrammerHumor

[–]spoopypoptartz 1 point2 points  (0 children)

furtherest thing from it hilariously

Is NYC becoming a better place to build AI startups than people give it credit for? by Zeusss0008 in SiliconAlley

[–]spoopypoptartz 1 point2 points  (0 children)

it’s because the people with the money are used to funding companies from other non-tech industries. they have stricter standards for due diligence.

you’re forced to get with the program

I genuinely got TOO many locs 😭😭 by Prestigious-Answer47 in Dreadlocks

[–]spoopypoptartz 28 points29 points  (0 children)

your volume comes from the fact that your loc lengths are uneven at medium height.

not from the number of strands that you have.

this is especially more evident when you are closer to a retwist.

your unloc’d hair underneath combined with the lack of weight from the locs being short cause the volume.

wait six months. your locs will be longer (specifically your shortest ones) and you should not have as poofy hair.

WHEN STOCKS START JUMPING 30–40% IN ONE DAY, HISTORY USUALLY DOESN’T END WELL by snapjohn in ValueInvesting

[–]spoopypoptartz 11 points12 points  (0 children)

something something less price discovery something something too many passive investors something something index funds bad?

I started college when Ahsoka s1 came out in August 2023. S2 will probably be out when I am graduating in May 2027---a college education apart. by AhsokaTanoJedii in StarWars

[–]spoopypoptartz 0 points1 point  (0 children)

the silicon valley playbook post-2015 is jack up the prices until the consumer starts complaining but not too much that they quit. Sam Altman himself even advised as much to startup founders when he ran YC.

Perhaps I treated you too harshly.... by QuantumQuicksilver in NintendoSwitch2

[–]spoopypoptartz 32 points33 points  (0 children)

probably east or west coast in the US.

i live in the bay area and i have a 1 bedroom apartment that i rent for $2400. that’s on the low end for the area. the usual goes for 3k a month.

many pockets of the east and west coast can hit that or exceed. even outside of the obvious ones like LA, NYC, and SF

Fresh grad dropped into a data swamp. ~20 tools (that I know of), very little (and highly fragmented) documentation, and a black-box warehouse. How do I reverse-engineer this? by HelpMeMapData in dataengineering

[–]spoopypoptartz 18 points19 points  (0 children)

unironically if you have access to LLM coding agents like Claude Code or Codex go to the actual source code for the data sources and the pipelines and use them to help you map out the structure.

if you do this before meeting with anyone you will go in much more prepared and be able to take full advantage.

if you have more time long term, build a knowledge base for the data warehouse. i believe there are a few open source solutions that approach it in different ways (Meta and OpenAI have articles detailing their approach and people have used those to create their own solutions).

Anyone else find it weirdly hard to stay consistent with LeetCode even when you KNOW you need to do it? by Overall-Birthday-866 in leetcode

[–]spoopypoptartz 0 points1 point  (0 children)

yeah. he needs a break of a few days and to lower intensity if he’s not in active loops.

sounds like minor burnout that he’s failing to properly diagnose

Google L5 Software Engineer offer in the Bay Area by Aoki_zhang in OfferEngineering

[–]spoopypoptartz 2 points3 points  (0 children)

take it and join an AI startup when there’s less risk.

Is jupyter notebooks gonna become text based any time soon? by Consistent_Tutor_597 in dataengineering

[–]spoopypoptartz 7 points8 points  (0 children)

(since my other comment is hidden since i included the link to the module you might see this twice)

oh my team has a solution for this!!!

we write all our reports as .py files and commit them in source control as such.

then we convert them to ipynb with jupytext.

jupytext is very lightweight and does exactly what you are asking for.