Details
-
Abouta geek diggin' deep
-
SkillsJava dev, Linux/UNIX sysadmin, performance engineer
-
LocationLithuania
-
Github
Joined devRant on 2/26/2018
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
-
Can we stop conflating Desktop Linux and Linux (as in the kernel, servers, the project itself, etc)?
Desktop Linux is a pretty tiny niche in Linux, while Linux itself is pretty huge part of pretty much anything related to computers and on top of which a LOT of things are reliant on.
And yet so many times when I see or hear a complaint about Linux or some Linux distro, I look inside and it's specifically a Desktop Linux issue that has nothing to do with Linux itself.13 -
I‘m thinking about running my own spam downvoting bots based on the so far very successful spam detection in JoyRant.
*successful in terms of detection accuracy.
@retoor how frequently do you need to create new bots?
How quicky do they lose downvote privileges?
Other useful things to know?
Also, I haven’t seen you recently, since you deleted your account. How are you doing?11 -
The latest and greatest bullshit at the workplace: when you're asked to be an 'ambassador'. This really just translates to: 'take on more work for free'.
Whenever management approaches you with 'honorable extra role', immediately ask how it's compensated and definitely don't do it for no extra benefits (a raise should be default).
Don't fall into the trap.3 -
Was replacing the water bottle at the water cooler. Thought it would be funny to make a cartoon about it being an office workout routine. Generated this image, but realized it could make a funny coding meme instead.joke/meme how is calico dick? is retoor still a bot? is this too many tags? your mom is b2plane dead? tgif5
-
Unix is so incredibly beautiful. Everyday I discover something new that makes me fall even deeper in love with it.
For real, I've become a huge YAGNI fan over the last few years and Unix is pure yagni. It's so beautifully pragmatic and simple yet flexible and powerful14 -
Data is like a dildo.
No matter how thoroughly the person who gave it to you says they cleaned it, you're still going to want to clean it yourself.6 -
I'm a slow developer because i try to think things through before i start coding and end up not doing anything or taking a long time to do simple things.
I dislike just jumping in and writing code because I end up not understanding why things work27 -
Trying to get flex container overflow to scroll is like funking pulling teeth. I've worked with flex containers for 5+ years straight and it still makes me want to kill myself.
Here's the tools you need to make a flex container scroll. God help you if it's nested more than 2-3 containers from the root. You apply these randomly until you see the scroll bar in the correct place.
min-height: 0px;
min-height: min-content;
overflow: auto;
overflow: hidden;
display: flex;
flex: 1;
(Real pro tip: you can place a "dummy" element inside the container you wish to make scroll. The dummy element should be a huge size, like 10k pixels. This allows you to see what containers up the DOM tree are still not correct (any container that is 10,000px is WRONG. Work your way down the DOM tree and fix fix fix))13 -
What kind of music are you listening to while coding?
Is it instrumental or lyrical?
Sometimes songs with lyrics districts me18 -
Well it finally happened… I deleted the production DB 🤦🏼♂️
Rollback successful but lost over 3 hours of production data6 -
when you end up in the ER with excruciating pain early on a Saturday morning from persistent inflammation from chronic job stress and getting sick more than normally, you gotta change jobs.
no amount of money is worth your health.
(the drugs they gave me were pretty fun though, but not something I ever want to go through again)5 -
Shit.
Thought I had turned off the stove after making dinner but seems it stayed on.
Thankfully the kitchen automatically turns off after a set time, so only the pan and a couple nearby things were lost.
Still, seems some electric wire in the extractor got wrecked because the kitchen line breaker is down and won't go up.
Waking up to your house full of smoke really sends you into panic mode...15 -
> When you fix a bug at 3AM and forget how you did it 💻🤯
Spent 9 hours debugging a production issue.
At 3:17 AM: Changed one random line. It worked. 😵💫💀
Next morning:
Boss: “What fixed it?”
Me: “Yes.”
#debugging #programming #devlife #accidentalgenius #plswork #relatable2 -
Everything development related I see recently are related to LLMs and I’m starting to get sick of it :(4
-
Bought a brand new Asus Laptop for my studies, because according to my asshat teacher "nobody is using a MacBook these days"...
After 2 minutes I wanted to punch a hole through the screen and my teacher's face.
Everything I fucking opened stopped responding
I hate windows10 -
New JoyRant build (38) with a new feature:
Every user that you see in a rant will be stored in a list which can be used for @mentioning and viewing the profile.
https://devrant.molodetz.nl/IMG_529...
https://devrant.molodetz.nl/IMG_529...
https://devrant.molodetz.nl/IMG_529...
https://devrant.molodetz.nl/IMG_529...
Sometimes you just don‘t remember the exact name of a user and hopefully this feature will help.
It might also be a nice summary of how many users are active.14 -
Programmer's Brain at 2 AM:
Bug appears at 2 PM: “I'll fix it later.”
Bug appears at 2 AM:
“This is a personal attack. I will not sleep until this line of code regrets its existence.”
💻🧃Now running on Redbull and vengeance.3 -
Is it just me or other people too sit to code and then look at the time and suddenly 4 hours have passed? I feel so disoriented at that point of time 😭13
-
Cloudflare outage.
The uptime monitoring we use also uses Cloudflare so we never received any message that there is an outage. Cloudflare is now a single point of failure for the internet.3 -
How to make my copy of Linux genuine?
I couldn't find my Linux product key. Do you know a way to crack the Linux product key?6 -
To the housemate that wondered into the kitchen at 4am and turned the oven off at the perfect time for the chicken I'd forgotten about, thank you.
Signed,
Person eating not-burnt chicken2 -
Our ex-employee wrote an amazing SQL SELECT-query consisting of 6449 characters. It has 11 JOINS and takes a solid minute to execute.
The table it fetches from has 16 records and the SQL query returns 46857 records and it was production code lmao14