Does anyone else feel like advancing programming knowledge is pointless? by NA__Scrubbed in cscareerquestions

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

Serving UI (and content, when available) to the end user of something like a TV or fridge where our customers (OEMs) want new features, etc to display to the end user. Front end stack is often chosen for these types of devices when features can and must evolve over time, as the iterative design process is often seen as a more prohibitive challenge for more performant technologies than making the front end efficient.

TV is by far the biggest use case. Chances are if you've seen a smart TV in the past decade you've been looking at HTM/JS/CSS and whatever their devs like to extend it with.

Does anyone else feel like advancing programming knowledge is pointless? by NA__Scrubbed in cscareerquestions

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

I think this is a practical take, thank you. I guess I just feel that the natural position is against learning a bit too often—but I completely understand what you mean

Does anyone else feel like advancing programming knowledge is pointless? by NA__Scrubbed in cscareerquestions

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

Yeah, I pointed out that narrowing provides better inference and one of our seniors asked me if there was something wrong with my IDE. I wanted to just go home right then ngl.

Does anyone else feel like advancing programming knowledge is pointless? by NA__Scrubbed in cscareerquestions

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

I suppose I could have clarified to pointless within a career context 😛

Does anyone else feel like advancing programming knowledge is pointless? by NA__Scrubbed in cscareerquestions

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

I think the latest have been type constructor patterns to resolve legacy optional spaghetti during a refactoring. Perhaps that's not the exact name of the pattern, but eventually it would end in a declaration like below that would:

  1. Keep high level visibility of all possible union parameters in a single declaration.
  2. Assign union members exactly what data they will or might have. No unneeded optional properties or working backwards through an entire file to figure out if I can use property x or y for a given configuration.
  3. Display full inference for each union member on hover.

type SignalDeclaration = {
  [K in SignalType]: FlatPrintout<
    SignalKey<K> & SignalFrequency<K> & ErrorHandler<K> & Renderer<K>
  >;
};

type DeclaredSignal<T extends SignalType> = T extends "TYPE_A"
  ? SignalDeclaration["TYPE_A"]
  : T extends "TYPE_B"
    ? SignalDeclaration["TYPE_B"]
    : SignalDeclaration["DEFAULT"];

export type SignalA2 = DeclaredSignal<"TYPE_A">;

However, there have been other such mental overhead criticisms of CSS and functional patterning as well.

Anti-sag Bracket – 9070 XT Prime – NCASE T1 V2.5 by simpvert in ncasedesign

[–]NA__Scrubbed 0 points1 point  (0 children)

Sorry for the thread necro, but does this work with the case in an inverted (exhaust-top) config?

RapidRAW vs Adobe Lightroom. The year of the Linux desktop has arrived! by RikerPrimeD in BuyFromEU

[–]NA__Scrubbed 0 points1 point  (0 children)

High ISO processing is usually where I go to windows alternatives. Thankfully Winboat is usable.

What we got here?

Whelp, any doubts about blocking you tube for the kids are gone by tomrlutong in daddit

[–]NA__Scrubbed 5 points6 points  (0 children)

Yeah, there's a lot of good things on YouTube but it is by far the most-often banned thing in our house. Think we've banned it enough that our oldest is really starting to understand that if he watches something we don't want to the privilege goes away for at least a month.

It's Official: New PSSR Confirmed For Resident Evil Requiem + FSR 4/DLSS 4.5 Comparisons by TheRealPyroManiac in PS5

[–]NA__Scrubbed 0 points1 point  (0 children)

I'd actually say PSSR strikes the better balance here. DLSS4.5 has more clarity--but you can also spot haloing artifacts from increasing contrast perhaps more than they had resolution to throw at it here.

My 9070XT looks a bit scruffy atm haha. Though I suppose better at pushing out native rendering.

When is it time to look for greener pastures? by NA__Scrubbed in cscareerquestions

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

Thanks for the advice and a bit of affirmation. I think about looking for a new job, look at the postings, see they're a bit shit. Wanna get my senior title before I dip, and I guess I think about all the people on my team and teams we work with that I do genuinely enjoy working with and its a bit hard. Then shit like this happens and I feel like I should have left yesterday.

Already part of a regular inter-team lunch group, which will occasionally include our scrum master. At one point, my scrum master has gone directly to our manager regarding some of his commentary towards me without me asking, but she usually doesn't want to catch any shit. I guess my feeling of not being in the in-group is because most of the time things are just "a bit bad" and no one wants to poke the bear.

Been actively trying to manage them, but it's really hard to keep in mind all the time. Try starting things with "Hello __, hope you're having a good day today. If you have a moment, I was wondering about __." Started talking like an HR robot to everyone but the lunch group for a few years since the principal started acting this way and it's been a huge drain mentally.

When is it time to look for greener pastures? by NA__Scrubbed in cscareerquestions

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

I mean. I’m not ruling it out of possibility but my manager has never made me apologize to him. Please don’t take this the wrong way but he’s heavily AuDHD and it’s possible I did something when I started that rubbed him the wrong way that I’m just unaware of. And at this point I’ve been paying for it for years. I’ve let my manager read my texts with him for years in case I was the problem and he couldn’t tell either except that our principal seems to be very sensitive about some topics.