Details
-
AboutNothing special about me yet. Just a weeb with some programming skills and hope for an internet without all this political BS interference and dictatorship
-
SkillsFullstack Elixir dev. Languages I wasted time on: [Java, JSP, PHP] Languages I appreciate, but don't get to use much: [C, Python, Kotlin] I also like Arch Linux, Vim, tiling window managers.
-
LocationItaly
-
Github
Joined devRant on 8/18/2016
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
-
So the library we used to interact with s3 had this very cool delete function. (Pseudocode)
function delete(bucket, file)
request = buildRequest(bucket, file)
sendRequest(request)
OK
Now imagine how many problems we setup without delete permission, because we assumed this librsry actually returns an error code -
I thought I had seen everything, but today a coworker tried to call one test case from another and asked me if that is an okay thing to do.6
-
Hearing that a company plans to digitalize the entire business model and move away from bureaucracy 💪
Hearing that said company plans to run the entire infrastructure on an iMac in the office 😨4 -
I feel like Gordon Ramsey today.
"The default value is only used when there is no current value for the field. That's why it's called fucking default vAalue!"2 -
Damn I hate js in the browser. I fixed a bug, but I don't understand what caused it or how my fix works.
I have 2 semantically identical elements that do the same thing, one of them crashes, while the other doesn't. Screw it!3 -
The mini heart attack when I touched my external hdd and didn't feel any vibrations as usual and then couldn't ssh into the pi it was connected to. I was ready for the worst, but a restart solved it4
-
Why does it feel like they don't teach anything useful in university every time I interact with an intern. Barebones understanding of how HTT works, but not quite enough to work on a rest API on their own and an absolute lack of inspecting inputs/outputs. Especially nice today when the intern mixes browser requests and app requests to make it seem like he properly configured the test endpoint correctly and leaving me to guess wtf is going on in the logs4
-
Don't translate your shitty software automatically dipshits. I'd rather have no translation than one that doesn't make any sense1
-
Jesus fuck Gigabyte motherboards downloading and installing firmware updates over HTTP no fucking S
https://tomshardware.com/news/...10 -
Not a C programmer. Recently I did some things in C again recently and now I finally figured out something that bothered me for nearly a decade now.
-Wall has nothing to do with walls. It enables all warnings.2 -
Coworkers: Why do you look so tired, did you not sleep?
Me who pulled gacha and didn't get the character I wanted: yes8 -
I want to thank chatGPT today for writing a GDPR related email for me. I would otherwise cuss the shit out of the douchbags who dare collect my data from god knows where and then require me to opt out of them making money off me.5
-
You know, thinking about how clients are absolutely unable to get their thoughts and requirements out in an understandable manner, maybe it's a not so abnormal to suck at expressing yourself
-
Fuck me, i spent the last 2 days trying to populate a database about the game satisfactory from the wikia, only to read on a subreddit they shipped a json file with api the data I want. I need to check that tomorrow, because I just want to sleep, but if that's true, just kill me.
I FUCKING HATE PARSING WEBSITES8 -
Ffs debian, y u no imagemagick >= 7, it's been around for a lot of years now. Time to unnecessarily complicate my pipeline10
-
I want to say my thanks to this one seeder with one seeder out of 300+, who uses that niche tui torrent client. For some reason I was struggling to get this torrent to work, all day long. Despite being connected to multiple peers at the time, I was not able to transfer any data. Fixes literally 2 pending on my system trying to resolve this and suddenly this person comes along and I have a stable transfer rate 🙏🙏🙏2
-
Intern: "Hey Awlex, this function I'm using doesn't work. Can you help me?"
Me: "This function doesn't do what you are expecting. Did you even look at the docs for this function?"
Intern: "No."
Me: "... then start with that"11 -
Bruh, my heart is pounding. Almost lost the branch I've been working on for weeks to a force push10
-
Coworker on slack: "Hey, is my wallet on my desk?"
Me: "Hey it is"
C: "Alright thanks. I'll arrive a bit later to work today"
Me: *about to write* "Because it took too long to find your wallet? 🤣"
C (before I hit enter): I'm going to a funeral
Me: *deletes message draft* "ok, see you later"
Close one1 -
I've had it with discords interaction API. The docs are vague and cryptic at crucial times and overall it sucks balls. I've been trying to build a framework for myself around this, but this shit is impossible to do without hacks or inconvenient at best to work around and the worst part is that the discord quality assertion or anyone trying to bring some quality back into this mess has left a long time, so it will stay like that for an even longer time. FUCKKK!
-
How far off can you implement a feature?
Task: Update add one feature to this endpoint and add test(s) for the new feature
What happened
* Correct endpoint
* Add 2 wrong features
* Remove one important feature
* Do not the requested feature
* Write a test that doesn't actually test the feature for the wrong endpoint
Intern be like: looks fine to me. Pls review and merge3 -
Apparently I'm not dishonest enough about my mistakes owing up to my mistakes too much when interacting customers. Fuck me for being honest, I guess?3
-
Junior: "I've deleted the unnecessary migration files after a rollback, just like you recommended me, but the DB-table that tracks which migrations where run still shows them after running migrations"
Me: "That shouldn't happen 🤔 How did you delete them?"
J: "I deleted the code in the Up and down scripts"....
Is it so hard to understand that a migration will "run" even if it doesn't do anything?4 -
A colleague came to me ranting about some feature marketing wants.
"Save whether the user accepted, rejected or ignored the TOS." They have to accept the privacy agreement first, so this feature is most likely about annoying users who rejected the TOS. Totally justified. Fuck that marketing team.8 -
Not sure if it should be a joke or a rant, but something rather funny (at least to me) happened today.
TL;DR; Someone's outlook was crippled by 100k+ of warning notifications
So we have developed a server that has an internal database that wraps around an elastic search instance, that is managed by a POS vault/storage solution, that we have to use for legal reasons. The elastic search is "provided" by the software, but we keep this internal database just to be sure and totally not because it's unreliable POS.
Anyways, they take data integrity very seriously, so every warning our server produces is emailed to someone in charge to review it and if necessary forward it to us. This will be important later on.
Couple of days ago we got error forward when trying to write an entry into the POS software we get an error, because an object we tried to write already existed. After some investigation we concluded an entry was missing when the internal database was created, so we asked them to repopulate elastic search to solve this problem.
When start the server we always sync the internal database to the elastic search and emit a warning when an entry is missing in internal database or vice versa. And well... almost all of them were missing, which caused our server to emit ~40 warnings/ms. Poor outlook. Still investigating for the cause, but damn, I never expected I'd take down someone email account by accident -
AWS is so secure that even with full access I cannot access the resource I need and the error message is so cryptic every hacker will give up first. Amazing!3