Details
-
AboutIf you are reading this have a nice day 😊
-
SkillsJS, PHP, Python, c, c++, c#, Java
-
LocationNo
-
Github
Joined devRant on 12/20/2017
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
-
My boss insists that we shouldn’t lock or password-protect a particular system because, in her words, remembering or write down a password is hard and email as a concept is confusing. I tried to explain if people who don't know what left versus right-clicking do have full admin access, it’s only a matter of time before something goes terriblely wrong. She listened but ultimately decided to keep everything open, confident that everyone would use it responsibly.
Unfortunately, that’s not what happened, it never has been and never will be. The problems started, just as I feared, and now I’m stuck cleaning up the chaos, one issue at a time. I do have a backup and automation snapshots, but things got so tangled up that it will still be a hassle.
I tried soft lock so everyone could only access the section relevant to them. The reaction was immediate—they were confused and stressed, saying they’d be unable to do anything if it stayed that way. They didn’t get the idea that keeping them from touching certain things (that they shouldn't be touching in the first place) wasn’t the same as blocking their whole work. But since they’re all my superiors, I had no choice but to remove the restrictions and leave the system wide open again.
Nothing serious came out, just really annoying because something like this happens all the time.4 -
Dear employers, DO NOT FUCK WITH A PERSON'S DOCTORS. My doctors are paid to help me. If that means helping to sue your asses, they'll do it in a heart beat. Don't give them motivation.
My employer made dubious claims to my doctors in an occupational health referral. I've requested a copy of the referral. In the hopes I might not get a copy of the referral they've pushed this to my doctors as they don't want to give it to me. Because they've lied. Or they think I won't jump through the hoops to get access to MY OWN MEDICAL RECORDS.9 -
nearly a year in from my roommate moving out I finally threw out half the random crap he left that I stored in the "master" room (some of which was mine he just took it as his own and totalled it so bad) and moved some furniture around into that room and the living room
urgh no clue how to clean the walls but at least I moved my ass. I need aesthetic and art
I was over at his new place. he has a new roommate. the new roommate's ex girlfriend came over and she's been helping me with stuff. well I was freaking out and before we left I told former roomie that what he did was fucked up, and somehow this time it felt different to say it. so maybe now I'm free of that nonsense. been a long time. and nobody stopped me from saying it either this time... actually I started it by saying that. talk about fucked up, man. a family where you're not allowed to say jack shit. he thought I was an orphan that needed a family and adopted me. you know what he then did? decided to orphan me. I'm estranged from my own family by choice. this guy offered me (quite ecstatically) his and when I had words he kicked me out. I mean on top of other stuff. just so much honestly
this started AS A HAPPY RANT BUT NOW IM JUST RECALLING MEMORIES
soul retrieval, guiuzzz. mine appeared to have shattered. stressful ngl4 -
When you import an image into an Xcode project with the extension png, everything is fine. When you do it with PNG, it will show a warning saying that the extension is invalid. 🤦♂️8
-
I hate deprecations! Adopted a web project that was actively maintained until 2023, how can it already be so "legacy" that none of its npm scripts work anymore?6
-
Working on some linux shell/terminal stuff and chatgpt really is both a saint and a curse
It's super helpful but like half the stuff it tells me is just flat out wrong
Never forget to double check guys! -
I've started messing with C++ again, and it's kinda fun :)
I'm a fan of modular systems, so I've decided to build a little proof of concept for plugin loading.
A plugin is basically just a shared library which exposes a class that extends the Plugin abstract class and implements some lifecycle methods.
Then a plugin file has a system specific PLUGIN_EXPORT create_plugin()... function that just returns an instance of the plugin.
I've decided to use a super simple event bus for communicating from the host system to the plugin and vice versa, it's supplied in a PluginContext class which is supplied to the plugin upon initialisation.
Loading the plugins is done via LoadLibraryA(...) or dlopen(...).
Of course I'm freeing/closing them again at the end of the host system lifecycle. I hope to eventually implement some form of HMR.
Idunno why I'm sharing this; The system has zero purpose other than learning, but I've figured that implementing plugins in a "lower" level language, rather than typescript with node is more fun :)5 -
I hate what AI has done to developers, man.
I was discussing something a couple of days ago while my colleague was sharing his screen. He (Android/Flutter developer asked for my help for something custom in the iOS build) And while we were discussing it, he went to ChatGPT.
He wrote a bad prompt using wrong terms (for example how tabbar in ios is a different thing than android), i told him he was wrong and what the solution is, he didn't listen and went to try out what the AI said, made a bunch of errors, the proceeded to copy the errors to chatgpt wasting so much time.
AI to some developers is like tiktok to kids.10 -
Enter BIOS menu
See the option called something like “ionic capacitor discombobulation”
Click “help” near the option to learn what the hell that is
“Enables or disables ionic capacitor discombobulation”
ffs12 -
Just spent 5h figuring out why sending a serial command wont trigger in U-Boot. Was literally soldering wires to the boad, decoded the entire line with a scope, used several adapters, downloaded the firmware again and again over serial and USB-dfu and a looking for alternative boards online just to find out cutecom was set to send no LF after a command so U-Boot thought i was still typing something. This is literally the semicolon joke you see splattered over normie coding memes.4
-
I'm starting to understand this guy.
insert into devlife values('bullshitpeople', 'bullshitmanagement', 'bullshit', 'bullshit_fake_productivity', 'bullshit_mantras', 'bullshit_corporate_culture', 'impossible_requirements', 'impossible_deadlines', 'sabotage', 'etc');7 -
Yep, seems tots legit. Not a scam at all. Especially with that sexy email extension! Rrrrrraw! You go TikTok Recruitment Dept!!!!4
-
Some people are the reasons that some company banned "remote-working", I am here thinking that "bro, don't abuse it, the last thing I expect is we all work onsite"4
-
Triggered by a spelling error in a backend API endpoint.
Must resist urge to change it.
It says "respondants" instead of "respondent".3 -
Cars 1 was NOT released 19 years ago. No, it just wasn't. Fuck you, it wasnt. I dont care about your facts. It's all fake. You're litearlly just lying. No it cannot have come out 19 years ago. It just couldn't have, thats way to long ago. You're just weird. Calenders are just wrong10
-
Just saw this in an email about 1password:
Automated system restarts. You can automatically enforce restarts on employees’ devices to ensure updates install successfully.
We are adding support for the MSI command-line option /norestart for situations where automated system restarts are not desired.
If system restarts are enforced, we recommend scheduling deployments during off-hours to minimize disruptions.
If my PC restarts without me asking I'm going to smack a bitch (windows does it enough already)6 -
Client: Build me this subscription based software
Also client: *doesn't fundamentally understand how subscriptions work*3 -
It occurs to me that the only people left on devrant are shills, bots, racists, and insane people, and I've yet to decide whether to leave or count myself into that last category.34
-
Nobody in the department knows what an ancient program really does, not even people that have been in the department for 20 years. Yet it seems to do important things.Time to shut it down and see what it was responsible for. Maybe we'll see the consequence in the next year(s), lovely 🙃7
-
The next time I hear someone go "it'll happen when you least expect it", I'll cave their skull in.
Oh and also, my Parser is done :)6 -
“even tho I’m giving you a salary, this is urs as much it is mines, i want you to own it”
Then give me shares pussy -
Gene Hackman and his wife and dog all found dead.
He was like 95 or something. She was 63. Daughter said she suspects a gas leak.
Much sad, RIP to the legend, the OG Lex Luther6