Details
-
AboutElectronics engineer who lost his ways in application development.
-
Location🐔
Joined devRant on 8/22/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
-
What kind of project sizes do you prefer and why? Big one, lasting year(s), or smaller ones, in range of months?12
-
I had a week off. During that time nothing new was pushed to remote by my boss.
On the last day, before I started working again, literally Sunday night, a pile of garbage non-urgent changes were pushed directly to remote.
I guess it wasn't possible to wait another day for a review. I didn't really care much at that point, but it was just another confirmation, that quitting is the right thing to do.1 -
I'm gonna be installing Arch for the first time, and I'm wondering if anyone has any recommendations.
I'm mainly interested which filesystem and system (aka systemd) thingy should I go with. But fell free to leave any other suggestions.16 -
How do you guys deal with reviewing garbage code?
Do you waste a ton of time, trying to understand the code, so you can write constructive feedback?
Today I wasted 4 hours reviewing something like that and I'm still not finished.10 -
Some people need stickers for their laptop ... but what I actually need is a laptop for all my stickers ...4
-
Can someone recommend me a file manager for Windows, that supports:
- tabs
- context menus
- dark theme8 -
Our most recent development process:
1. Implement feature
2. Create task
3. Release feature
4. Review feature
4.1 Possibly reimplement
5. Add tests2 -
This is how my coworker does code reviews... imagine comment on a line of code:
"Oh why does this not do this and that.
Edit: Oh I've read few lines below, now I understand. But this may break when this and that.
Edit: Nevermind I realized, that never happens, forget about it."
Let me just emphasise, that this is single comment, so it's basically editted multiple times, before submition.
Like wtf, just delete the comment then?!2 -
A question, since I've seen a lot of you guys use noise-canceling headphones... Any recommendations what to buy?
Atm I have Sony's xb950n1 and I really hate them. Thinking of getting Bose QC35 II.2 -
Pls send help. I having problems with following code:
Human h = WildOrangutan
.getInstance();
Ass ass = h.getAss();
Toilet toilet = new Toilet();
ass.attachTo(toilet);
while (ass.hasOutput()) {
ass.output();
h.readDevrant();
}
ass.detach(toilet);
// This throws
// OutOfToiletPaperException
ass.clean();10 -
I shit you not: Today, a random recruiter phoned a company I work for, asked to speak to me, and then tried to offer me a job :| .Wtf is wrong with you people?! I'm not searching for a job anywhere... Turns out they found me on Linkedin...
-
I was nice to my college and lended him my old headphones, after his died.
3 months later he still hasn't fucking bought a new headset and he doesn't give a flying fuck about managing cables.5 -
So a few weeks ago my colleague needed to generate some self signed certificates for our web application, we're working on.
I've sent him some instructions on how to do that. No big deal, few terminal commands.
The only trick was the commands were written for linux and we're using windows.
So... my colleague calls me, having some issues with certificates. He explains to me what commands he managed to execute, etc. There was also command "sudo" included.
He inputs the command to terminal and... terminal eats it?! Wtf?
So long story short he managed to install "sudo" for windows powershell terminal :D. It basically just gives you some UAC popup confirmation dialog and then executes the command.4