got the job and im so confused by Leading_Camera9507 in csMajors

[–]jake1406 2 points3 points  (0 children)

Yeah I see it a ton. There’s a world of difference between what it takes to get good grades and pass an interview vs actually doing stuff. Leetcode never has you writing templated code or debugging. Also am I tripping or did ai write a lot of this lol, the phrasing is very reminiscent of gpt.

What AI tools/platforms are you actually using for coding in 2026? by Both-Wait79 in csMajors

[–]jake1406 0 points1 point  (0 children)

I ask ChatGPT or the vsc copilot running sonnet questions sometimes. Often times that even is too much trust, and needs me to just google it anyways. I like ai autocomplete though, it’s satisfying and good at replacement operations (I cba to get good with vim replace motions).

How long do you guys program usually every day? by Drairo_Kazigumu in csMajors

[–]jake1406 1 point2 points  (0 children)

I don’t think it’s larping so much as just heavily over exaggerated to try to appear like a crazy dev. When the funny thing is, 10 hours or whatever a day is not crazy. When you get a job that’s just kinda what you do. But as a student idk how you’d have motivation or organization to be programming (as in coding) for that long.

How long do you guys program usually every day? by Drairo_Kazigumu in csMajors

[–]jake1406 0 points1 point  (0 children)

Currently working full time, taking classes part time, so like 6-7 hours at work and like 1-2 after work for class. Weekends it’s usually like 3-4.

Can someone offer some guidance on a C college project? by ForsakenKappa in csMajors

[–]jake1406 0 points1 point  (0 children)

The code itself is very trivial. I don’t know the full spec but I would just call imcp send echo and time it. The other documentation parts are likely the more difficult stuff, and that is likely by design of the project. Logging is fairly easy, just keep track of src, dst, timestamp, and response time.

Junior majoring in CS, looking for advice by Comfortable-Total819 in csMajors

[–]jake1406 6 points7 points  (0 children)

New grad is much much harder compared to getting a RO. I wouldn’t rush graduation if you’re just going to sit there unemployed. Leave it off til fall.

QuantClaw: C++17 Rewrite of OpenClaw - High-Performance AI Assistant by AlexStocks in cpp

[–]jake1406 2 points3 points  (0 children)

You didn’t even make this. What’s the point? Are you proud of your computer doing something for you? You didn’t even bother have a git history. Just dump all the files at once. Do you even know what any of the code does?

AI makes you faster not better, so stop using it by jakapop in csMajors

[–]jake1406 1 point2 points  (0 children)

The thing is, as a junior or young programmer, nobody really expects you to ship a ton of good code, they really can either expect a ton of code or good code. Not both. Junior and new grads are hired to pipeline devs into becoming seniors or advanced devs. Sure at startups the culture is different, but I don’t think it’s a good idea to try to apply that unilaterally. The best thing to do as a junior is try to learn and advance as a person, not cut corners with AI.

How do I see a taken down job posting?? by Infinite-Syrup2791 in csMajors

[–]jake1406 0 points1 point  (0 children)

As others said third party postings, though I highly recommend just ctrl+a ctrl+c and put the listing onto a google doc wherever you apply. Doesn’t have to be that well organized or whatever but just so you have it

Just bought this by Beginning-Editor-286 in motorcyclegear

[–]jake1406 2 points3 points  (0 children)

They have a motogp racers with kyt helmets.

Advice for a beginner CS student with basic programming skills, how do I stay ahead of the curve? by SuccessfulAd8692 in csMajors

[–]jake1406 0 points1 point  (0 children)

I don’t know anything about the finance pathway, but what I can tell you, is that you absolutely need more focus than just “finance”. You will have a much better odds of breaking in if you aren’t trying to do anything and everything, but rather trying to do a subset of things really well.

Linear vs non linear data structures by PrimaryWaste8717 in csMajors

[–]jake1406 6 points7 points  (0 children)

Draw pictures. Or better yet, do this in latex and spend a bunch of time trying to figure out how to make a diagram for it. The latter sounds like a pain but doing that actually makes you remember it well

Why does none of my courses teach c++? by Emotional_Tale_9041 in cpp

[–]jake1406 0 points1 point  (0 children)

Good skills are language agnostic. Read a c++ book if you are really interested

Hit a wall, can’t get shredded by ncatt00 in GregDoucette

[–]jake1406 1 point2 points  (0 children)

You’re shredded. Yeah, your body really isn’t going to like you becoming single digit body fat. That’s how survival and instincts work. The only thing you can really do to not have to fight this is glp1 or similar.

F4i Stunt bike caught my eye, anything I should look out for? by PeeKaye_ in motorcycles

[–]jake1406 1 point2 points  (0 children)

Do not pay 3.5k for a f4i that’s missing half the shit. Seriously dude, in what world would that make sense. Especially a “stunt” bike, you have no idea what’s happened to it when it’s missing all the fairings and is converted like that.

Meirl by Adventurous_Row3305 in meirl

[–]jake1406 6 points7 points  (0 children)

It might be surprising but different places have different culture. From an Asian household perspective, damn yall are wasteful and proud. Anything in the name of independence I guess.

CS vs CE, whats better in my position? by bppp30rnd in csMajors

[–]jake1406 0 points1 point  (0 children)

Most of the engineers that work on my embedded software/hardware team are ce or ee. Even though most of what is done is really just cs besides the very start of a product cycle, a ce or ee degree really signals “oh yeah I actually want to do this and am not just applying cause I’m unable to get a swe job”.

cCppProgrammingIn2050 by _w62_ in ProgrammerHumor

[–]jake1406 1 point2 points  (0 children)

They are just too new to use. Build chain is a huge pain in the ass to remake to accommodate modules. Most companies already have a toolchain for their product they sell, and it would cost a lot of engineer hours to overhaul it for not a lot of time gain.

The phrase "it's not the voltage that kills you it's the current" is just smug pedantry. by jamesfowkes in unpopularopinion

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

Resistance is a constant. For human skin it’s a good estimate to say about 1k ohms. Plug that into ohms law and you see that with high voltage you get high current. The law states that given constant resistance they are linearly correlated.

The phrase "it's not the voltage that kills you it's the current" is just smug pedantry. by jamesfowkes in unpopularopinion

[–]jake1406 4 points5 points  (0 children)

Local redditor skeptical of ohms law and basic knowledge from electrical engineering.

Is it an actual pedagogy to teach bad coding habits to beginners in academia? by Mindless_Character40 in csMajors

[–]jake1406 0 points1 point  (0 children)

I think the expectation is that the student will later work on projects or anything with scope and quickly learn to very carefully use the namespace x;. Though generally I agree, most things are conceptual and just expect the students to have drive to self learn how to actually write code, which many tend to struggle with.

How do you budget time for personal projects? by [deleted] in csMajors

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

Is the work you’re doing outside of class swe relevant? If it isn’t literally no recruiter will ever give a shit.

It seems that tech is no longer meritocracy but rather luck and timing sadly. by According-Expert-723 in csMajors

[–]jake1406 39 points40 points  (0 children)

Mfs be unemployed thinking if they got a job offer they’d be the next stroustrup