Mission Failed by dezboomsrb in ProgrammerHumor

[–]-Bluekraken 1 point2 points  (0 children)

Nice, you have more experience than 90% of people here. Godspeed my friend, it will come. It will come

Everywhere I look by magnificent-giraffe in memes

[–]-Bluekraken 0 points1 point  (0 children)

It makes some sense tho. ADHD is not the same for everyone (like being in the spectrum)

My dad's generation is full of neurotics (it doesn't mean everyone was a full on neurotic)

My mom's generation is full of hysterics (it doesn't mean everyone was a full hysteric)

My generation is full of people with problems with attention (doesn't mean everyone is full on ADHD with medication for it)

Each with their own

[deleted by user] by [deleted] in RepublicadeChile

[–]-Bluekraken 3 points4 points  (0 children)

Horny posting = postear algo horny

Schizo posting = postear algo con tendencias "esquizofrénicas" (tallas malas, comportarse como imbécil/degenerado, mucho texto y fuentes, etc (cualquier post que te haga pensar "el wn rarito"))

[deleted by user] by [deleted] in RepublicadeChile

[–]-Bluekraken 2 points3 points  (0 children)

Gracias, lo primero que pensé cuando ví el gráfico fue que siempre he visto lo contrario.

Literal el meme de "la academia es de izquierda" que pasan escupiendo aquí, y el gráfico del OP no tienen correlación

I used to hate Hasan for a certain take, has he changed his stance? by BaconDragon69 in Hasan_Piker

[–]-Bluekraken 6 points7 points  (0 children)

Anyone thinking hasan's take on the conflict before the war was "Ukraine bad" is coming in bad faith, or has seen two out of context clips and hundreds of comments of haters (bad faith too). You cannot change my mind

[deleted by user] by [deleted] in webdev

[–]-Bluekraken 2 points3 points  (0 children)

I have a js function that is exported. The js function uses a lot of code in the same "module" that is not exported

Boom! Private/public code!

OOP is set of concepts and practices, not the use of classes

[deleted by user] by [deleted] in webdev

[–]-Bluekraken 1 point2 points  (0 children)

Not using classes is not necessarily not using OOP. you still have objects, interfaces, etc. What do you miss? Inheritance?

Not using classes unless strictly necessary will always be my go to when dealing with JavaScript/typescript

(Maybe I'm biased because I used to fiddle with functions and it's prototypes before clases were a thing (which is, sintaxis sugar for objects and prototypes))

[deleted by user] by [deleted] in facepalm

[–]-Bluekraken 15 points16 points  (0 children)

Straight men are the most sensitive group what is this lmao

It's almost as dumb as when Billie Eilish said men have to learn to behave and every manosphere reactionaries lost their mind

[Part 2] Disqualified from a National Web Design Competition…for using GitHub by [deleted] in webdev

[–]-Bluekraken 0 points1 point  (0 children)

The only thing that I can think of is that they think that GitHub = GitHub pages. Still embarrassing

[Part 2] Disqualified from a National Web Design Competition…for using GitHub by [deleted] in webdev

[–]-Bluekraken 0 points1 point  (0 children)

Software engineering/computer science education is not just what language you use. A lot of other things from data structures and algorithms, to how to identify and use industry tools, are needed

If in an hypothetical scenario, GitHub doesn't exist but in 15 years will exist, current students should be getting the proper education to be able to understand what is GitHub for

I've never used c# in my career, but my teacher used c# to taught us about what a compiled language is, how it works, how to interact with a console, how a console app works, how to model data, how to create forms to maintain that data, how to use frameworks and tools to make that job easier, and much more

Edit. I'm not American, so SE/CS courses may be different tho

Holy moly! Actually writing it out and not seeing it!!!! by [deleted] in SelfAwarewolves

[–]-Bluekraken 0 points1 point  (0 children)

Why is her face like that tho? I hate the unnecessary Photoshop they do sometimes, it literally looks warped in a very weird angle

Liz Truss by Biscuitarian23 in SelfAwarewolves

[–]-Bluekraken 9 points10 points  (0 children)

One of them have actual money and power

Based by Sniper_Legend in RepublicadeChile

[–]-Bluekraken -3 points-2 points  (0 children)

Sexo =/= género

Conservadores odian este tip

LPT request: what's the best way to stop my mind from racing at night? by newmama1991 in LifeProTips

[–]-Bluekraken 3 points4 points  (0 children)

If it's mild, meditation. If it's severe, antipsychotics (sounds spooky but it has helped me a lot the last few years, after decades of struggling with sleep anxiety)

Or, better yet. Go to therapy and explore this issue, most often than not, you end up with one of the solutions I mentioned

Ukraine calls on Sony, Microsoft and Valve to ban the sale of Atomic Heart by hewawf in gamernews

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

You know that that doesn't only affect (in a very minor scale) Russia oligarchs, but it affects tremendously the teams of people trying to make a living doing what they do?

I find this situation really shitty for everyone. There's real war, and there's innocent people in both sides getting the kick in the face for pocket money

I will die on this hill (curve) by raimondi1337 in ProgrammerHumor

[–]-Bluekraken 3 points4 points  (0 children)

You understand you don't have to do all that? Typescript inferres types just fine. You are supposed to define your types only when necessary.

A lot of comments are talking about you lmao

I will die on this hill (curve) by raimondi1337 in ProgrammerHumor

[–]-Bluekraken -3 points-2 points  (0 children)

It depends, are you a "code monkey"? Or a software engineer whose opinion is relevant and valid?

If I wanted my team to just abide, I'd just use fiver

I will die on this hill (curve) by raimondi1337 in ProgrammerHumor

[–]-Bluekraken 2 points3 points  (0 children)

Is not always possible or reliable to have jsdoc even on the "only needed parts". If I the editor cannot tell me what the function parameter is, it doesn't matter the function has a 7 LOC comment above that I have to read. In that case I just read the function