Details
Joined devRant on 7/15/2022
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@iiii Last I heard, it stops games from working using wine/proton and does do weird kernel stuff
-
@iiii What about denuvo (not the anti-cheat one but the anti-piracy one)? Those have caused issues before as well
-
@glowFX Yeah, that's why the quotes around that bs excuse, they'll obfuscate and force what they want as much as they can
-
@AvatarOfKaine I can only spend so much energy on it, and I have things I find more important
-
@AvatarOfKaine A lot, even text editors do it now. I gave up the fight on it long ago
-
Then you google it and it's the power button or something
-
A lot of IDEs just put the space when you press tab
-
@jestdotty Simply I get cocky, and cocky people make mistakes.
People like to ego stroke instead of backing up their words. And if they figure out ego stroking works, they tend to abuse it aka, "You're so smart could you look at this" at 4:55 PM
So when that happens now is that becomes a "what have you found out to manipulate me" or I just ask what they want -
@CaptainRant Yup and that's why people/bosses don't get better. It's one of the reasons I don't like getting a lot of praise/complements. Team switching will do that yeah, at some point people get tired of new people
-
@spongessuck She's just born that way
-
@retoor Really I thought it was something you vibe coded with ;P
-
@12bitfloat Yup, I still use old.reddit.com
-
You'll get better at it when you get proper critique, but who is going to (critically) critique their boss/superior.
But yes team dynamics can be complex, and a good manager should be able to see them and encourage healthy ones.
It's "cultural fit" that you're describing btw and it can be just as complex to get that right as the person hiring, especially long term, and even more so if upper management decides to have a tissy and switch from remote to office for instance -
@retoor Sucks to have people close to you not appreciate big things like that
Technically, the first car I bought was a second hand Hyundai i20 for my mom 😅 -
Why not have the LLM generate the page on every request ;P Just pure html/css/js all inline
-
@retoor I knew this was the washing machine before even opening the link :D
-
You guys don't know you re-incarnate with all your memories, and they fade out after 3 years?
-
"But you agreed in the T&Cs"
-
@retoor Bug soup?
-
@CaptainRant Sounds like someone who has only worked with a very lax management team, with no "this is suddenly urgent" issues.
But yeah stratified software like that you'd hope someone would have made a note about it -
@retoor Been there, had one "colleague" (technically a different company but some open floor plan room) who I used to sit with for an hour at most, chatting and mulling over work with. He got a warning first, so then we were like, ok lets just go for a walk then - make it clear it's on break. Got a whole speech about it, meanwhile I increased the company's eval by R1m 🙄
@atheist My (client one) will complain if I do anything more than the way HE thinks a ticket should be solved - fucking nuts, will make you hate dev work and burnout, idiots like that -
@jestdotty I asked him if he told his wife that he is gay yet
-
@retoor https://devrant.molodetz.nl/im-doin...
-
@retoor Only so beteautuful because working with snek RPC/WS is so simple/obvious/well designed ⭐🎉❤️
-
Carbon tax?
-
@retoor *proceeds to make ragnar/snek* ;P
-
@iiii Was definitely doable with root. I think termux does have the foreground notification thing, but never bothered testing it
-
Also isn't there adb shell as well? They're making that available on the device, neat?
-
@antigermgerm Gucci is for people who want to look elegant but aren't ;P
You're welcome to show me good react code, but I disagree with it on a fundamental level -
@antigermgerm although this would be the dream if the array funcs could deal with async as async instead of promises and opt to be sequential
const results = await Promise.all(chunk(batches, BATCH_SIZE).flatMap(async t => {
const res = await Promise.allSettled(t.map(t => t.promiseFn()));
return res.map((r, i) => ({ ... }));
}));