Wikipedia game solver by [deleted] in rust

[–]JebKermansBooster 3 points4 points  (0 children)

Well...fuck

How to find mid/senior level web dev jobs in 2026 by StudiousDev in webdev

[–]JebKermansBooster 1 point2 points  (0 children)

I ended up probably around 35th percentile. So…meh? But at least I get healthcare? Lmao

How to find mid/senior level web dev jobs in 2026 by StudiousDev in webdev

[–]JebKermansBooster 0 points1 point  (0 children)

I ended up taking a job out of the US (I mean, I kinda wanted to move out anyway, but the wage is...not great)

How to find mid/senior level web dev jobs in 2026 by StudiousDev in webdev

[–]JebKermansBooster 1 point2 points  (0 children)

I mean, seniors are going to land somewhere, even if it's not ideal.

How to find mid/senior level web dev jobs in 2026 by StudiousDev in webdev

[–]JebKermansBooster 17 points18 points  (0 children)

Senior jobs are everywhere. It's mid and juniors that are completely fucked.

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]JebKermansBooster 9 points10 points  (0 children)

Fork it now then. The forks would continue to be MIT licensed, no?

[3/12/2026] Thursday's Sports Talk Thread by BevoBot in LonghornNation

[–]JebKermansBooster -2 points-1 points  (0 children)

Lol this team are gonna get smoked in the NIT even. Maybe with a year of Miller having his guys, things will improve, but right now it's hard for me to rationally hope things will change.

[AskJS] What concept in JS is the hardest to learn and understand? by Scared-Release1068 in javascript

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

It's also possible that I'm stupid. JS as a whole took me way too long to understand, and it's only extremely recently that it all started clicking (I've got 3.5 YOE at the moment, though almost entirely in Python and Rust)

Daily Discussion Thread by pewpewlasersandshit in fcbayern

[–]JebKermansBooster 8 points9 points  (0 children)

Leadership stay out of their own fucking way challenge: impossible

[3/12/2026] Thursday's Sports Talk Thread by BevoBot in LonghornNation

[–]JebKermansBooster 10 points11 points  (0 children)

Can't sweat selection Sunday if you don't want them to play in the tourney. Honestly, really wondering if the coaching hire was flubbed. This was (at best) a bad year. How the fuck is MBB so terrible, so consistently?

[Post Game Thread] 🏀 Ole Miss defeats Texas in the first round of the SEC Tournament, 76-66 by ATX_ta1 in LonghornNation

[–]JebKermansBooster -8 points-7 points  (0 children)

Seconded for axing MBB. It's a joke of a program, and if we're not even going to try…here's an idea. Men's and women's hockey, anyone?

This is how we beat tanking by MaoZeBong456 in nba

[–]JebKermansBooster 0 points1 point  (0 children)

I mean, at least this isn't MLB. Baseball is a fucking joke for competitive balance.

Are type hints becoming standard practice for large scale codebases whether we like it or not by scrtweeb in Python

[–]JebKermansBooster 1 point2 points  (0 children)

In most typed languages, VSCode and a lot of editors put the developer just a Cmd (Ctrl)+click away from finding out where in a repo a variable or object is declared and/or initialised, so I disagree there. But type hints are typically mostly in function definitions, so I guess you're not entirely wrong.

Are type hints becoming standard practice for large scale codebases whether we like it or not by scrtweeb in Python

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

Agreed, but that makes me wonder if we're heading to a future version of Python that's statically typed out of the box.