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
Search - "but it works"
-
Client: can you fix the slider on my homepage please?
Me: It seems to be working just fine
Client: it works but it’s not how I want it, fix it
Me: well what do you want me to change then?
Client: don’t change it, just fix it!
😒2 -
That feeling when you've been writing some sophisticated feature in Java for 2 consecutive days and you compile the code waiting for errors but it just works fine without any errors.12
-
Every time I hear "if it's stupid but it works..."
NO Fucking No!!!
If you know that it's stupid you should fucking correct it!!!21 -
"My code works, but I have no idea as to why or how. Even StackOverflow says it shouldn't work." -Me7
-
When you copy a big answer from StackOverflow and it works perfectly, but then you feel bad for a split second that you just copied the whole thing and didn't do anything creative :(9
-
We are transferring our infrastructure to Google cloud and Docker. Last week one of our frontend developers tell me:
But it works without Docker!9 -
Told someone I'm working on an 0Auth server/library.
*but that already works/exists, why re-invent the weel?*
Because although it indeed already exists/works, I'd rather re-invent the weel and also throughout the process learn how it works in depth than just using an implementation and not learning much new (when I've got time, of course)!10 -
*Doing a Peer Code Review of someone senior to me*
Me: This fix doesn't look like it will work, but maybe I don't understand. How does this fix the defect?
Senior Dev: *Blinks* It works on my machine
Me: But how does it work?
Senior Dev: It works when I run it on my machine...
Me: Do you know if this will fix the issue?
*Silence*
Never seen QA punt an issue back to development so fast.7 -
Bad: it works but throws errors
Worse: it doesn’t work but throws errors
Worst: it doesn’t work and doesn’t throw errors7 -
Dev gets hold of me, says my service is down in QA. Works if he hits it locally, works via Postman, but via the QA app server it gives a 401.
I’m like, look, if it works everywhere else, there’s something wrong on your side in QA.
He insists, no, I must help him, and begins CCing all the managers telling them this system has been down for days.
So I eventually climb into his system, check the credentials they’re using in the QA environment, and sure enough, the password is wrong.6 -
My team member just rewrote all of my code and it looks beautiful and it works but and now i feel like I'm a terrible programmer :'(13
-
Hey. This code look broken. What should I do?
It isn't broken. It's doing what it's supposed to.
Well, it's hard to follow, but it certainly doesn't look right. And it isn't doing what I expect. Also, why is it calling method(a_class1_or_class2) with a class3?
It isn't hard to follow, and it works just fine. Let me show you. ... huh. looks like it isn't right. and there's a comment here saying the calls aren't clear. but it works just fine. Just copy it over and do it the same way.
I already did that. and it isn't working.
What are you talking about? Of course it works fine. Did you check your code?
------
Really, dude? It doesn't work fine. but, guess what? It works fine* when I change it to call that method with a class2 like it asks for. (Surprise!) But I can't tell him that. Nope. Bossmang get offended. Still won't admit I was right about anything, either.
Ahh... the continual joy of working with (and for) trash.
* well, more fine; the rest of the feature is still wrong. but nope, i'm not allowed to fix it. because why would they want anything to work properly? Already-accepted wrong behavior is good enough. Can't clean up the code, either, because that "muddies the waters." Bitch, I couldn't see the bottom of this sewer if it was half an inch deep! Which is more important: the last contributor entry beside the code, or that code being readable and maintainable? or it, you know, working?
doot doot.
need to scoot.8 -
Ahhhhhhhhhhhhbhhbhhhhh
Finally!!!!!
Oh..
My.
F*ing...
G****t
It finally worked!
Holy shit!
I figured out how to make it work. Only took me like 3 weeks. But it works so smoothly now.... Holy f.13 -
i hate the phrase "It's working but I don't know why". If you don't know how it works, it means it doesn't work at all and will fuck you up soon.6
-
why the fuck do people on here like firefox quantum:
- windows: works, does its job well, but fuck it!
- php: works, does its job well, but fuck it!
- wordpress: kinda does its job, but fuck it!
- firefox quantum: works, does its job well, but ❤️ it13 -
Yes yes another arch Linux thing but holy shit, in just 2 days I've learnt so much!
First time adding a grub entry and it works straight out of the box :-D6 -
Does anyone else reinstall their OS just because it gets too cluttered? It works fine, but a year and a half of installs and uninstalls have wreaked havoc on my filesystem. I may have OCD...11
-
Might sound weird but I pretend somebody is watching me through my own eyes. Somebody I want to impress, or make jealous, of my productivity and skill. Elaborate, but it works.3
-
Linux... Is shitty... Ok it just is. I've tried all kinds of variations and they all just... Urgh
Now I know... I know devs are meant to love it ... But compare it to windows
(Yes windows fucks up more) but when it works it works.
... Windows isn't perfect... But it doesn't try to be.
Linux has that feel of... Clearly made by a dev... It works consistently but doesn't take into account how people want to use something...
Linux is something you have to learn to love. And I'm sure I could.
But with windows it's intuitive it's straight forward
I feel like if I was to pick up windows having never used it... I would know how it works. I could at least use it go online and watch videos do the basics... In Linux ... No it's not as easy, sometimes not possible
An os you should just know how to do everything you want to do, and not have to download tonnes of shit to get it that way
It is, the future... But holy fuck get your act together Linux65 -
I always wanted to have comments in JSON files, but I just discovered a really good alternative:
{
"//": "This is a comment",
"somekey": "somevalue"
}
Looks kinda ugly but it works! No need for special unconventional parsers and shit.29 -
*bunch of if statements*
Friend shouts proudly everywhere : I implemented an AI!
Me : but that's not how AI works
Friend : but it works just as an AI, so it is one, who cares?
😥3 -
When you code a bunch of stuff while horribly stoned, and the next day it all still works really well, but you cannot for the life of you figure out how or even why it works.4
-
!rant
Just finished my CNC.
Lots of problems but it works... More or less.
Need better steppers and other drivers. But I did it, learned a lot, did lots of mistakes, and don't get me started on debugging hardware...
Z axis unfortunaly can't even pull the motor up lol.11 -
My JS function is now lazy loading, expressive, and uses 12 fewer lines of code! 😃
It no longer works, but
... no one is perfect. 😅3 -
Writing a chat application which works through tor hidden services and nodejs, currently.
It shouldn't be considered secure at all but damn, this is a very fun challenge!4 -
Ok google, set an alarm in 20min works great but when you say ok google, cancel my alarm it just says you can do that in the app. I know I can do it in the alarm app, but I am a lazy piece of shit, that's why I asked you to do it!4
-
Question, I use VirtualBox and PHPVirtualBox on multiple servers right now. Love it and it works great but I'm wondering if anyone knows any good alternatives?
Requirement is that it's open source :)21 -
My company's build engine is like a shopping cart with two fucked up wheels. Yeah, it works if you pop a wheelie with it...but should you really have to?
-
Fond this gem in teams code;
Var temp = "",
Var tmp = "",
Var tmp2 = "",
Var tmpIDK = "";
Asked the creator only 4 hours after the commit what his code does. The answer; I have no idea, but it works, don't touch it.2 -
Regular expressions is like a condom, it's safe, combat tested and works most of the time.
But if you use it too much it gets dirty quickly.3 -
Well, guess I'm eating my shoe it seems .-.
(Trying to get font rendering working in SDL2 and for whatever reason, loading a direct TTF file works but as soon as I load it into RWops and pass to SDL, it suits the bed)9 -
Found a Gameboy mostly-buried on the side of the interstate. Hadn't been long as it's uniform color and part of it was unburied, but it works, so i'm keeping it. Who the fuck takes the time to bury a DMG next to an interstate and why???14
-
Me: I want to learn Clojure
Me: But I need real tasks to learn
Me: OK, reconnecting device with wireless adb
Inner me: Are you kidding? 5 lines with bash
Me: In clojure it will be more elegant and faster to write similar tasks in future
*2 hours later*
Me: IT WORKS
Internal me: Really? This is ugly as fuck. And the only clojure feature it uses - sh and re-find
Me: But... It... Works... *cries* -
Friends' Boss: You're one of the programmers, right?
Friend: Yes sir.
Boss: I need you to fix this layout problem for me.
Friend: But sir, I'm a back end programmer, I hardly know anything about style stuff...
Boss: You're a programmer, you'll figure it out.
That's not how it works, that's not how any of this works.1 -
Challenge: Make valid sentences using DevRant usernames as words in it. Aim for proper grammer, but don't be extra about it. Anything (😈) works, as long as the usernames are valid.
And..
Go!
P.S no binary or hexadecimal words XD31 -
DevOps is like working in sanitation. If everything works as it should, no one cares about you. But if there is a problem, everyone is up to their eyeballs in shit, and it is your fault.
Same as IT btw.3 -
Guys, i found it, the peak of modern technology. This usb cable can be inserted either way and it works (and it's not usb c) . I don't know how does it handle inverse polarity but it works !9
-
I finally finished my implementation of a suffix array construction algorithm! 😄
It takes about 30 mins to process 1GB of text and uses all available RAM, but it works! 🎉
Now I can optimize it, the original algorithm is 3x faster.9 -
Proton by Valve.
I know it’s technically a Wine but slightly modified, but the fact how stupidly simply it works is stunning to me.
https://github.com/ValveSoftware/...2 -
"But...it works locally", said the tired dev who hasn't had his morning coffee yet. It's going to be one of those days.2
-
Confession
I'm building a web app with little experience and I'm probably Googling stuff 50% of the time and I'm sure I'm doing everything the wrong way but it works so...10 -
My first job was not exactly a job but a freelance project. The guy that I delivered the website to thought that I'd charge money each time I pressed a key on my laptop when we met.
Had to explain to the guy that that's not how it works. That's not how any of it works.4 -
That moment when... something finally works.
But you don't trust it.
So you pass it bad inputs to see if it's failing as it should.7 -
Making a Twitch chat bot withing four days after starting to learn programming and python.
The downside is that now that I look a it I feel a bit embarrassed with the mess I made. But hey, it works!1 -
When you're writing in Python and forget which brackets to use but you're too lazy to look it up so you just pick one and hope it works.
372 ERRORS. -
Microsoft: Here's are simple to use Office suite which works offline and online with powerful features.
Google: Our suite is FREE. FREE. FREE. It's shitty, broken, and works only online.
If you want to use it offline, you can go fuck yourself. But hey! It's free.20 -
GitLab CE crashed after doing a reconfigure, something with the LetsEncrypt client. Hours of debugging later it suddenly works again and the letsencrypt client doesn't throw errors either.
Happy that it works again but I'd like to know WHY it suddenly works again after I pretty much changed nothing (or, I did, but I put everything back to the original values every time a suggestion doesn't work).
Grrrrrrr.2 -
When you're supposed to make a pcb for this SMD component, but when you etch you realize it's the wrong footprint.
Ended up soldering enamel wire tomthe chip.
hope it works4 -
Beginners be like, "First rule of programming, If it works don't touch it". But experts will be like "Why does it work?". That's why they are called experts.10
-
FUCK
FUCKING BULLSHIT!
WHY THE FUCK DID I UPDATE MY RASPBERRY PI! FUCK, I CANT SSH INTO IT ANYMORE! ITS BOOTED AND THE FUCKING PI HOLE PROGRAMM WORKS BUT I CANT ACCESS IT TO SEE IF EVERYTHING IS FUCKING FINDE (which it totally isn't) FFFFFFFF11 -
This compiles and works in C++:
int arr[10];
5[arr] = 42;
cout << 5[arr] << endl;
I know why it works technically. Its just pointer math. But I have to ask "Why?" Of all that is unholy, WHY?!11 -
When you name your function list and it works on your local server but causes syntax error on the dev server8
-
I feel like Stackoverflow is a fastfood for programmers mind. It gives you a solution you starve for. It may be not the best quality, but it works for now. It does not satisfy you in a long run, and may be too shallow for advancing. But it works and gives you more to think about.
I would never find a quick solution to parse a string with regex. I never thought it works this way. But hey, I'm happy.9 -
"We should probably fix that security issue, but the application already works, so it does not matter" - My boss2
-
Today I reached a point where I made an really bad looking, uneficient, unreadable function, but it works!, That's what counts right?!
Just kidding, I just couldn't fix it, hopefully the me from tomorrow will be smarter.7 -
me: "my code works"
him: "no it doesnt, it crashes"
me: "..but it works on mine......"
and then i have to redo it again1 -
In case someone is thinking of giving Linux a shot, but confused about how it works, give this website a shot. Beautifully designed and awesome for learning Linux!
https://linuxjourney.com/3 -
! Rant
Today's project...
Target for airsoft.
The prototype bullseye didn't survive the trials but it works. Just need to upgrade to wood.2 -
*Writes code, doesn’t test* “Ah this works, I’ve done it before”
*Finishes project, runs test, errors everywhere* “FUCK!”
I do it on non-important projects... but I need to stop before I start doing it on important projects 😑2 -
I started learning React today. I have no idea what it does, how it works or how it does those thing. But i am already amazed.5
-
When you haven't bought the item yet but just want to inquire about it, give it a low rating. 'coz that's how the product reviews section works.2
-
Excuse me driversed.com? THATS NOT HOW MATH WORKS!
I've only taken one test and got a 93%, but it says my average score is a 92%.
Just thought that was kinda funny.7 -
Today I chmodded -R 777 /
It started blurting out permission denieds on my /proc/ dir and i aborted after staring at it for a sec. It was hella scary, almost broke a server at work. But it still works and ll / only shows 6 green dirs. *Awkward laugh* 🙄1 -
The moment that everything works on localhost but you upload it to a FTP it is broken😫😥 I am so upsaid6
-
Literally just happened now, happy but surprised. It’s the best feeling ever when it just works though.4
-
A lot of PM-rants (for good reason) but how about a reversed one:
Lead Dev: "Yes, but do we really need a dev and staging server? Can't we just try it out and see if it works?"2 -
!dev but since dev can still give you headaches:
Ibuprofen is damn close to magical. I fully understand the chemical mechanism by which it works, and it still don’t make sense how that shit can make you a new person in 45 minutes.2 -
Being thrown in the deep end, baptism by fire is the best/worst way to learn a new codebase
Its not appropriate for everyone but it weirdly works -
"Hey I wanted to show you a first version. We got the code working, all the data is coming in and being sorted properly!"
Boss: "it's ugly though, I can't show anyone that".
"....but it works!"
:(2 -
When it feels impossible to get your javascript callback to happen at the right time, so you just throw the callback somewhere just so it works, but you know that it's not the ideal spot for it... 😡😡😡
🖕💻6 -
Had to look into some old code today and had the "Is this my code?! This can't be my code!? No one else worked on this code, so it must be mine... But, but, it's so... good! And clean! And logical! And well documented! This can't be mine... Can it!? Hey! It works!" moment.2
-
Halfway through typing my password and I know I've gotten it wrong, but keep going to the end just in case it magically works.3
-
Don't you just hate it when your code works but you have no idea why, so you spend 30 minutes trying to figure out why it works?1
-
That specific moment a C# Developer (me) makes an API for Modding his own game but the mod language is Lua.
(And it works)6 -
When they introduce you to someone else who works in a completely different field of IT. "Hey, this guy works with computers as well". I do, but not in the way you think I do.
-
Oh, I did it again!
Everytime I think I will write proper standard code with full documentation, but well, guess who didn't write documentation... And now forgot how his own code works.4 -
Today's finished projects :
Mini vacuum cleaner:
Works. Just need better patles to be really effective.
Portable lighter wire solderer :
Busted.
Works but the flame must be always on. Takes time to heat. Good for a tight spot and you can buy the tools for it anywhere.
Many if the coil is more open... I'll check on beta 2 (not quitting yet)4 -
I hate when sites accept a 20 char password but only 'technically' support fewer. By truncating it of course...
Always entertaining to try shorter and shorter versions of the password to see when it works.... yay...3 -
I should be studying but i started working on my last idea (read the rant), will probs post it as a collab once i got something that actually works3
-
I am scared... I'm scared because the code works.. but it shouldn't work I mean it's not supposed to get triggered and I have no idea what triggers it. It feels like my program got cursed and started doing things on it's own. I even put up blocks to stop the function from triggering but it still works... It always works.. I am scared...7
-
I really want to see the source code for pokemon go even though I'm 100% certain I'll be unable to understand it I just want to look at it and try to learn how it works
But I'll probably never see the source in my life :(5 -
So... Today I started using my first Python web framework, web2py. At a first glance I liked it, the templating system, the view/controller thing ecc. But there is one thing in frameworks that I really don't like: they make me feel dumb.
I mean, in just one line of code I can generate an entire form, but if I wanna customize it a little bit... I can't. Or better, it is very hard, also if there is a bug, I have to look for a problem in an entire system that I DID NOT wrote.
I don't like the idea that the frameworksl handles everything for you, like it is teasing me, I don't even know how it works, it just works, and man, I don't like it. There's some kind of hacker in me, I dont like a system that just works, I want to know how it works. But the sad thing is that I will have to learn web frameworks if I want to work in the IT, right? Please If you can help me or share your experience with web frameworks do so.3 -
Created a Service for drawing online. Just as a canvas test. My friends seem to like it. :D
It's a WebSocket based system, I hate that node module but it works.8 -
i do not know how i fixed it, but it works so i’m done for the day.
any potential repercussions are a problem for future me3 -
Holy shit, my first freelance project will be field-tested for the first time tomorrow!
After a few more rounds of fixing bugs, some serious improvements, and some new features additions, I can actually say that I'm proud of the code I've written! It's not perfect, but I definitely like the way it works - AND IT ACTUALLY WORKS!
Knock on wood, hopefully it won't shit the bed tomorrow.1 -
Meta devRant rant:
Everyday there's a rant that reads, "I don't care what others think but I love me some PHP because all the $ gets me $$$, it just works™!"2 -
So sick of this one client. But why this but why that... it gets to the point of "because of technical shit you wouldn't understand". If you're so fucking interested in how your shit works, learn to build it yourself.
-
The next time I hear some idiot defending his shitpile of code with the argument " BuT iT wOrKs wHy ChAnGe" some heads gonna' roll.4
-
If you don't know how to do it the proper way, just throw something together. :D
Might not be pretty, but it works... (only took about 3 hours)13 -
It works locally, it works in Dev, it works in Test, but fails to deploy in UAT. Is it a data issue? I don't know, I don't have permissions to see the UAT database. Literally all I know is that this API is returning 500 instead of what it's supposed to return, but only sometimes.
Guess I'll sit here all day and try to solve the problem telepathically as there is literally no way of troubleshooting other than scrolling through the code and hoping that a cartoon lightbulb appears above my head.2 -
Replaced battery in my phone but during the process I broke cable to front camera.
Looks like it’s time to also replace front camera.
I am impressed it works without it.5 -
Got that old mid 2011 MBA and just put Ubuntu 20.04 on it. Tried 18 on it before but didn't really feel right. 20 works great though.
I love it when I can reuse old hardware I have laying around and it works out of the box.😁
Will use it for entertainment purposes, movies, music etc.2 -
Me: Lol worst code I've ever written but hey it mostly works and I'll probably never have to deal with it aga—
Future me, dealing with it again: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU2 -
I thought the “works on my machine” from sysadmins is mostly a joke...
But no. I’m attending the Polish high school and I have a lessons via the Internet. I wasn’t able to hear the voice of the teacher on Linux 4.18 and Chromium browser, so I sent the mail to support to report it. Of course it “works on their machines”...6 -
Anyone else just nest a bunch of ifs and loops and feel absolutely disgusted but it works so you don't want to refactor it?5
-
spent the entire day trying to get ssl to work 😩
it works now, but honestly, it's draining to spend so much time on config4 -
Refactoring is like dating. You have to remember stuff, maybe you're insecure and you may have to overcome yourself to actually do it.
But when it works out, it's great.2 -
Started playing around with Kotlin and holy shit! It feels like java and js had a baby, but it's actually not a brain-dead pile of crap and works well. I'm sold!
-
from 1-10 how bad is it if i publish an app to play store knowing it has bugs and is not very optimized but everything works fine?17
-
A friend is currently building a 'dating and matching' open source app for developers. Let's say Tinder for developers.
Don't know how it works but I think it'll make sense.7 -
When you wonder why it doesn’t work put print statements all over the code, because you want to find the error, but no print Statement works even if it just should print test...
Fml4 -
It works. My code fucking works. It shouldn't. I got tons of errors, I changed to some obscure shit, expecting it to fail, but it fucking works. I should be happy, but I'm mad for not understanding how.3
-
My fiancé bought me a new laptop for my birthday. Not the greatest but it works. I put Mint 19.X (don’t know which version but latest) on it and I’m in love.
-
"It might sound counterintuitive but that's just how it works..."
The absolute last sentence you would expect or want to hear watching a tutorial of a big & popular framework created by google.3 -
The moment when your website works in every modern browser but not in IE 7 and downwards but the QM want you to make it work in IE :/9
-
Not caring about code styling and just committing because whiny people annoy me. It works; it works. I should probably abid by code styling standards and do a precommit but bite me 🖕🖕🖕2
-
worst documentation ever => Samsung TV app documentation.
it is so rare that you find a function that actually works. sometimes you find a description about the function but it is in korean language. -
I am working for a company that has developed a custom CMS but has no documentation written for it and now no-one knows how it works... Best thing is that it advertises it in its website. Good job!
-
That awesome feeling you get when your linux project finally works .... and you dont know why but it works.
-
I know that if something looks stupid but it works, it ain't stupid... but this is just plain borderline.
Basically, a cast from int to String to int to String from some legacy code I'm working with7 -
Finally managed to get my CNN working with proper tensorboard logging. Think I'm starting to understand how it works.
But it got overfitted...4 -
"It works when i compile it on my personal PC, but not when built on the server so the bug cant does not exist"
It is very hard to like this developer..
//your friendly integration tester1 -
The end is near.
I threw together a devRant content saver just now. It's rough, but it works:
https://github.com/miloxeon/...
save your rants and pics until it's too late.12 -
i am coding blindly cause i am not really sure how the function really works. thats how i get things done after 2 weeks. but at least it works out after a while. buuuut i just want to get this thing done uuuggghhh i need to do this faster!
mind please cooperate with me1 -
~!dev
If you watch a 30fps video at 2x, is it the same as watching it at 60fps?
I usually watch anime (all videos) at 2x on my phone but when I watch it at regular speed it feels stuttery now but not sure if 2x is the same or it just uses frameskipping. Not sure how that works wither but wouldn't that cause more stutter?9 -
My biggest sin is overshooting the problem - developing something "with the future in mind" which ends up way more complicated than it should be.
It works, works great, but nobody can maintain it because of the complexity, and because I usually write no comments in these situations.
But hey! At least I'm aware of it and working on fixing it in me.3 -
I've been here for almost a year now but was too lazy to sign up. It was only a commute or lunch timepass thing.
But finally few days ago something so frustrating happened that I actually signed up. I dint post it as it would have been immature but now that the plus icon works I finally can post stuff..!1 -
In SublimeText, I noticed that my markdowns formatting was not showing up correctly— I decided to download the new markdown package altogether hoping for some kind of update/fix. Turns out the package comes with a super ugly color theme which overrides the default theme of SublimeText. After some googling and experimenting, I found way to override this through the package settings. I always use git through my terminal but I thought let’s try to use git through my code editor and see how it works. I downloaded the git package but then I notice that git tool shows status and all correctly but doesn’t push files to GitHub (it says fatal: unable to read current working directory). Then I download another application called SublimeMerge. It works correctly on its own (pushes files to GitHub) but SublimeText is still not doing the same. Then I tinker around with my SSH keys hoping for a fix, but nothing works. I even go to stackoverflow and search for a solution but I find nothing (I even wrote a post asking for a solution but no replies till now). Fuck it! I now open the file with VSCode. Open terminal within VSCode and add/push/commit through it and everything works perfectly. So goodbye SublimeText I guess 👋🏾11
-
When you testing your exception handling by throwing an exception, but the code throwing the exception has a bug and throws an exception, so you think it works... d'oh
-
I'll probably start my startup in Italy next January.
It won't even be related to technology, but I hope it will do well.
It will be a second-job, so not much time, but I'm gonna push into it all I have to make it works as well as possible -
RIP my laptop 2016-2018. This fucking shit just won't charge anymore. Battery holds, laptop works when I take out battery, but it just won't charge...I read somewhere that it is fucked up motherboard so if it is true, RIP lol.6
-
If you're looking to buy IoT stuff, you should try Xiaomi. Not only their stuff works, even when you block Xiaomi servers, but it can still be controlled remotely from an independent server. Although they are probably not happy about that lol. (i realize how much this sounds like an ad, but I'm too excited that it actually works :D)4
-
Code review moment that I hate
Me: This is a bad practice. You shouldn't do this
Developer: But it works
*Showed articles and examples why it's bad*
Developer: I see. But it works. Why should I change it?2 -
Just spent 3h setupping a Ruby on Rails deployment system with Capistrano.
Was intense but God's sake it's satisfying when it works flawlessly ! -
:-(
Firefox doesn't map correctly the controller (Xbox One) but it works on Chrome. (FF on Android Works)
This is literally the first time (for me) that something works on Chrome and not on FF. (at first shot)
usually it is the opposite.
One point for Chrome (this time)
but still 6,022*10²³ Points for FF.3 -
Can we get a non-mobile web app? It works alright but it'd be neat to have a proper full screen view.1
-
Tomorrow I'll have my Java exam. Teacher sent us a code example and I analyzed it, it works correctly but it's full of mistakes about polymorphism. I'm fucking afraid5
-
Create-react-native-app is fucked up.
React-native init works but when i install react-navigation, it removes react-native, then I install react-native again and it removes react-navigation.
I'm done with react-native, moving to NativeScript.1 -
I've found a new genre that is really nice to listen to when I'm doing homework or the rare time I code some.
Bluegrass banjo music. It's pretty simple and it's never slow. It's off but if it works, it works 🤷🏻♂️🤷🏻♂️3 -
Don't you just love it when project works in the IDE but as soon as you build the artifact and try to run that it just straight out refuses to run and does not spit out any errors 😐
-
Do love it when your code works and the system to implement it works.
But when you run it, it doesn't work.
(╯°□°)╯︵ ┻━┻ -
don't you think PWA is an attempt of Google to dominate web?
I have a product which is a PWA. It works fine on Google Chrome on Windows, but it sucks on safari.
Why my life is screwed because of these giants?8 -
I changed nothing but now it works.
It's been over one week since I started battling this bug. I guess I'm glad it's fixed, but how, and why?4 -
Me after my Mac decided to run two unkillable mystery httpd processes on port 80 when I’m just trying to meet deadlines using MAMP for local dev but it no longer works.2
-
I've been using my laptop for only 6 months ... And suddenly the screen is completely black, but the touch screen still works (super weird). Kinda freaking out after paying more than 1k$ for it and it only worked for 6 months..... 😠2
-
backend-dev : *takes time to config the menu module to specs*
"it works but the front-end guy justs needs to fix 1 or 2 css details"
boss - "nah i'll just buy an other module" -
I hate when I give someone a simple and efficient algorithm but they fails to implement it and then claims that it doesn't work because I am an idiot, and ends up with a complex shitty solution.
It works, you just suck at programming. -
So, I spent an hour setting up a Debian fork since I cba to make DistroLauncher work for WSL2.
The end result was this: https://github.com/sr229/wslinit/
It's ultra-scuffed but hey it works!2 -
Devrant works surprisingly well here in China, except for saving pictures everything else works(mostly) but it's still nice to be able to use it here
Anyone else have similar experience in their country?11 -
I don't know how it works in other countries, but in Hungary the best workplace where you can have a beer and good time with your colleagues after work. Is it same thing at your country? :)7
-
A fjord in the south of Greenland last summer. (Hiking rather than climbing, but it works for the purpose of the joke.) What was worse was coming back down again, it was raining.
-
Any Dutch devRanters going to Paaspop?
I made a build your own timetable thingy because they didn't
Check it out! http://koffie.party/paaspop/
It may still be a bit buggy but it works and it's easier than pen and paper8 -
A function that I has had fucking 0 problems now fucking has one and all I did to it was ADD FUCKING COMMENTS TO SOME OF THE LINES. IT WORKS APPARENTLY BUT ITS ONLY JUST NOW STARTING TO SHOW THAT ERROR5
-
Talking with my dad about a program he's been working on at his company. He doesn't work on it directly, he works with parts on the side to show to clients. He's basically a sales rep that shows some cool features.
Me: is this that the program where it converts scanned items into readable text?
Him: yes but it does a little bit more than that.
*promptly goes into detail about how it works*
Basically merges documents together based on some criteria that it needs to meet. There are 5 cases and all of it is coded in sql, the 5 cases aren't coded based upon logic but based on each possible outcome of a scenario. And it would brute force it's way to a solution. The way he explained it made me think it was just mountains of spaghetti code.
I couldn't help but think something like this
00000
00001
00002
00003
It just sounded messy. And I haven't even looked at it.
Me: 😬 why would you design it that way?
Him: because it works.
Me: but the code has to be so unmaintainable
Him: well I don't have to look at it full time.
Me:... (flawless logic... But why¿¡¿¡¿😢) -
Have you ever built something that works, but then you had to spend the next two hours trying figure out how the hell it works?2
-
I finally did it! I changed my laptop from win10 to Ubuntu, but now there is a crackling noise when I use earphones on it.
I have spent hours trying to find a solution but nothing works😭2 -
I tried once to convince an ex-python dev not to write 100 lines long shitty indented functions and seperate that stuff but no it works just fine why should I or anyone else be able to read it.
-
I speak c# like I speak Spanish. It works and I get by, but it ain't pretty.
(currently living in Mexico)6 -
We had programming classes in school today and I was using same computer yesterday but today it wouldn't boot up properly. So what I did is I have just restarted it multiple times and now it works again. I don't know why this happened but if it works I won't question it. ¯\_(ツ)_/¯1
-
Any one else having problems with the app crashing when opening items in notifications.
I regularly have the app on IOS iphone die just after opening a comment or similar, but almost exclusively in notifications.
@dfox.
Restarting it usually works, but today I had to restart it 4 times.3 -
I accidentally deployed a patch to the development server instead of the production server (which is what I wanted) and somehow it was also deployed to production. I have no idea how, but everything's working so idgaf. If it works it's all good.7
-
!Rant and i also might be late to the party. But i love pipewire. I tried it out yesterday, installation was straightforward and it just works.
(let's see how long it takes, until i go back to pulseaudio though)2 -
I hate Windows and I hate Dell.
Apple fucking extorts you but at least it fucking works. macOS works, great UI, unix-like, NO FUCKING INTRUSIVE UPDATES
Did your mac break? We'll replaced, no problem.
Fuck, some company should try to be serious competition to Apple. I'd love to see that day, but untill them I unfortunately have to come back to apple, again and again. Fucking shit.16 -
Thank you Cloudflare for replacing my MX records with A's, so that I now don't have a working mailserver, but also subdomains linked to my 404 page! Cloudflare you are great, where can I terminate the contract? When I import the confirguration in my friend's nameservers, it works. When I import it in my domain registrars nameservers, it works. When I import it in the cloudflare's nameservers, everything fucks up and it makes freaking subdomains. And that bullshit even displays MX records on their DNS dashboard! FUUUUCK
-
[worst part of a lang i love]
Not really the language, but i hate how sbt works, it compiles small projects instantly, but really slows down at a certain size, and it seems very deterministic. It stays the same speed after that, but once you hit that project size it just immediately starts being slow. -
Client: Hey, can you explain to me how this feature works? I'm totally confused.
Programmer: *explains the entire feature to client* Actually, you made the specs for this. *shows specifications document client created*
Client: Oh right. Sorry, completely forgot about that. It works great. But can we make some changes on...
OH HELL NO. -
Having ram problems with my x299 system. When ever i put 2 8gb sticks in my pc just bluescreens on startup. But if i just put one in, in the b1 slot then it works just fine. But if i put the 2 8gb sticks in one in b1 and one in a2 then take out b1, then the a2 works. This works with both of the sticks so i dont think either one is dead. They are compatible, but blue screens whenever installed together. My bios is updated. Any ideas how to fix?8
-
Yeah right. If we go hybrid mobile app it's like the same work as native but you get 2 apps for 2 platform for the same time / cost. That's how it works 😭
-
started to rewrite one of my functional-but-horrible projects. after 2 hours i realize i'm starting to use the same kind of "if it works, great" style.
jesus, i need some sleep. -
I started writing my own programming language. It resembles LISP a lot but doesn't have a lot of features. It works and I learned a lot by creating it, but I wish I had the motivation to make it a useful language.1
-
Why is it, I've handled data in JSON format quite a few times, but every time I try to use it again, I completely forget how JSON works
-
!Rant (sorry for that)
But does anyone know of a good 'raw' php book? (preferably an audio book) I want to learn a lot more about the core of php, how garbage collection works (for example) I have tried reading it from php.net but I only understood parts of it1 -
Have you ever been there when you write some code with everything you know and it still throws an error in the end when everything is said and done, you go ahead and do a last stupid thing that you know is not going to work but, WOAH... It worked. Then you didn't even bothered to know why, instead you were like, fuck it, if it works, IT WORKS!!!4
-
Here's the story of me trying to set up Jenkins with Java, Maven and pipelines. I finally got it to work :D Not sure if it's the correct way and all, but fuck it, it works!1
-
Just lost 2 days of works, don't ask me why.
git is good, but someone doesn't know how to use it, I will never tell you that's me.2 -
Almost finished my project but nothing works, while I was raging I deleted it and now I have 4 days to finish it and make it work
I hate myself3 -
Play Picross.
...Pretty much that's how I come up with the "bright" idea of making a generator for it. It works but it generates valid hard-to-solve maps (I like randomized Picross but my script's is...hurrgghh....)2 -
I might have asked this before, but why when I turn on my personal VPN (personal vps) Internet suddenly becomes faster?
Is it because filtering no longer works?9 -
Man, Handlebars is so confusing. I get how it works, but the syntax just makes me want to run over a cat.
-
Had to write a recursive MySQL query today and, oh lordy! It's not intuitive at all.
It works now so I'm happy, but I spend more time on it than I'm willing to admit...
(source: https://mysqltutorial.org/mysql-rec...)2 -
Telling my group mate that he needs to follow a styles guide. Not any particular one, but just one...
His response, “but why does it matter? It works”
Fast forward two days. I open my first PR at work, change requested because of styling. -
I think I am too stupid to get fail2ban working...
It's installed, configured, it reads from the logs, testcases work, regex works, manual banning works, BUT IT DOES NOT BAN AUTOMATICALLY!
WHY THE FUCK
I litterally tried every tutorial to set it up on the first 3 Pages of ddg.
Well now I blocked those two aggressive ips just with iptables...3 -
I wrote the todo app some time ago. The code is not beautiful, but the application works perfectly for me. I hope that someone will like it. Enjoy!
https://github.com/Pelski/Memo5 -
So this one is more for web devs out there, but is Adobe Experience Manager as popular in the enterprise works as my boss claims? I've never heard of it getting used much, and I don't hear about it in web development circles.2
-
"it should just work" - one of my tech leads in reference to setting up eclipse for development
i dont want to use eclipse to begin with but its what the monolith we work on works well on, its so awful that it intellij cant necessarily handle it9 -
Anyone know an extension for detecting angular actually works on chrome? Tried few top rated extensions, some web sites are clearly using it, but it failed to detect. Feel like I'm the best angular detective in the world 😒2
-
Everything works hurray
- why not change this column in the database ?
Ok
- everything breaks -
Let's write additional 50 lines of code,,,
Still broken
but it worked once that's an accomplishment right? 🤣4 -
I have configured on my local desktop a pi.hole and Stubby. They were working fine and happy together, but after a comment from @FrodoSwaggins about local DNS server, I trying to add Unbound as well.
So, on my configuration, pi.hole points to unbound, which points to Stubby. Everything local, each one with their own ip@port listener, but it does not work.
If I point Unbount to an external DNS (Quad9, for exemple), it works. If I point pi.hole to Stubby, it works. But the 3 of them does not work.
Does anyone has any idea what could be happening?
Thanks!6 -
Working with a manager who thinks they know how development works but doesn't actually know is the worst. At times your better off fixing the issue versus explaining it to them. Fix it then explain it.2
-
For iOS and OSX devs. Do you really know how auto layout works? It is something I do but don't know how it works6
-
I underatand that Entity Framework makes things easy when it works. But when it doesnt, it is the worst thing ever. And it works less often than it should. THANK YOU FORMER EMPLOYEE FOR LEAVING US WITH A SYSTEM THAT HAS A MIND OF ITS OWN.1
-
When you go from compiling/testing code on every line change to not checking for hours and it just works when you run it.
😎
Not always, but sometimes. -
I have a love hate relationship with the Java garbage collector I love it when it works but when I notice it gcing in performance tests I know bad days are ahead
-
Finally did it!
Replaced my desktop pc (which I use for gaming) which had Windows 7 with Arch Linux! It was not hard because I already use it on my laptop.
OK it was a bit struggle with nvidia and cinnamon due to missing libraries I had to install which I don't know before.
But it is possible to play games on Arch?
Yes definitely!
CS:GO - works (native, steam)
League of Legends - works (wine)
World of Tanks - works (wine)
All I need is working (:1 -
wrote myself a toml parser, it works alright but the official specification's in ABNF and boy, oh boy, half the work was figuring that shit out. But, hey, at least I didn't need to actually KNOW enough toml to do it
-
So I have somehow created schrödinger's cat in my program. If you observe what is happening, it works. But if you stop observing it, it starts corrupting.
If I put any print statement in it, it works. But if I have no print statements at all, it produces corrupted data. Doesn't matter what or when I'm printing.
I'm guessing its there's some fuckery going on with stdin/stdout and buffers. Even though the data coming to and from stdin/stdout should not affect the output.10 -
Spent all yesterday PM and this AM trying to string together the right azure resources to make a VM load a website after it created me multiple redundant resources. But it works!
-
Part 4 of Mathematica fails that I've been saving for awhile.
Very consistently, the first time I try to save a graphic, it works fine. The second time, it changes the focus to a different tab, but works. The third time, it quits, but does save the graphic.
When I have >=10 graphics to save, this is pretty annoying, especially as if something was saved normally and not via the prompt when quitting Mathematica normally, after crashing it is no longer saved. -
I really do like VSCode but it is still lacking some features that i find essential.
There is no intellisense when for HTML in a PHP File. Although CSS Autocompletion works in HTMl Files. Quite Annoying2 -
My dilemna right now is whether should I:
- test the new idea to see if it works so I can go to sleep in peace
- or not test the new idea before I go to sleep so maybe I can sleep in peace. Just not at peace with myself.2 -
I am still at the office, and I have come to the the conclusion it is alive. I am a parasite that works in it, but by doing so I give it value so it is maintained. It's name is Smarlethotep...
-
Sometimes, certain features don't work in my app if it's uploaded to the production track in Google Play.
It works in debug mode.
It works in release mode.
It works in the internal testing track.
...but it won't work in the production track? Y'know, the one that actually matters? Theoretically, there shouldn't really be a difference if the same exact APK was uploaded to the internal testing and production track, but... idk dude.
As a result, I implemented a secret way to test a feature in the production build (it's an app to remotely control OBS Studio): if the first connection you added is named "yayeet_" and you open the disclaimer, it tests the feature. Luckily, I got some of the stuff figured out, but I just thought the way I had to test it in production was dumb.1 -
Friend of mine works at an Apple store. He works on iPhones but wants to move to a new job. He texts me asking about fleet Management and such; then I shit you not he texts me asking me how to use Slack, and where he can learn it.
-
Okay, I know that osTicket, code-wise, is a fucking joke but know what? We upgraded our server to PHP7, osTicket stopped working. Okay, I need the newest version that it works, I downloaded it. It failed at database migration cause it's not PHP5 but I need it cause it should support PHP7...Wtf??!
-
There was a colleague working on some functionality , he worked it well and I didn't bother to check his code, asi thought he may be writing it well.
But when I needed to fix some functionality , I seen the code and I don't belive it was a complete shit... But still works ....
Has anyone experienced the same ....8 -
Am I the only one always comming up with solutions for problems not programmed yet, being curious whether it works but being too lazy to actually implement and test it?2
-
I know some of y'all will judge the fuck outa me
But I had a "I've no idea how this works, but it works" moment today on a pet-project...
It's so inefficiently made coz I was frustrated by it failing so thought il let it work first then worry about shrink-wrapping the logic
Yet with NO-CACHE, from DB -> Service/API -> HTTP response, is just 350ms...
WITH In-memory Cache it goes down to 40-50ms...1 -
So, it works on my Mac and in my teammate's PC on Node 4.0, 4.4, and 6.9 but random tests fail on the CI build with 4.4. FUUUUUUUUUCCCCCCKKKK!
-
Guys, i just placed a div of class row in my form legend,i don't know if this is a best practice but it works 😅7
-
I've written watchdog to restart background job runner every 5 minutes because I couldn't track why its process was randomly killed...
But hey, client had conference in 10 minutes so as long as it works... -
It works,
It works,
It works,
( Error on line(s) 34 45 83 100)
But I only have 98 lines of code,
Goes back, fixes code
(Error on line 23) -
Creates a model for analysis services and deploys it
*works*
Tweaks the model a little bit
*error*
Recreates the exact same model with the tweaks but in a new project and deploys it
*works*
... -
Just experienced the other side of "but it works on my machine"
Had problems with some code, stopped by professor office asking for help, downloaded the .sh from our git and it magically works -
Java's garbage collector must be broken - it failed to get rid of this dumpster fire another dev called "source code". But, hey, at least the profiler works.
-
2010 - SSIS - it works.
2015 - SSIS - it works, but very slowly. at least the icons/gui are up to date?
2017 - SSIS - it kind of works, and deployment is broken so you have to run isdeploymentwizard.exe by hand! Also slower then previous version.
2019 - SSIS - IMA BREAK ALL YOUR CONNECTIONS OKAY?
bonus rant: upgrade to newer package version, lose all VSTA scripts. like... gone.
FML1 -
Do you know of any free tools to limit the network of a specific application on windows?
NetLimiter works but I have to buy it after the test period. Could not find anything else.5 -
Am I the only dev who works almost always for one boss as a Client but it seems to work with a 1000 different ones? So tired of continously change routes on my projects...
-
I want to run any Linux distro but I think my laptop don't want to leave windows..... When I boot in Linux mint, it works like a charm for about 5mins but then It suddenly slows down....and..down...like exponentially decreasing until it freezes completely
Although I don't run anything, it's is in idle state
#help_required15 -
When my code works without any hich I feel like I can conquer the world.. But when it doesn't work after trying for so long, I feel like What am I doing with my life.
-
My uncle is a dba so gets it, my dad sort of gets it because he also works in the transport sector, my mom doesn't Really understand but knows it's computers. Everyone else thinks it's it support
-
When IT/project management is like some ideology that works out on the paper but everyone is too stupid to implement it properly.
-
Honestly, am I the same guy who wrote this code 4 years ago? How comes I never commented it! Shit man. What do you do with code that works just fine but you don't know how it works..???2
-
Finally im starting to get hang of how nextjs works. Still no idea how query params work, routing api calls, the proper structure, useEffect vs useState, SSR vs static props, etc but i wrote the messiest spaghetti code youve ever seen, and it works! I built a frankenstein. And its alive. Cleaning this shit up is the least difficult part4
-
Anytime I write a line of code that works correctly the first time, I’m ecstatic. If I write a whole block or function that works right the first time, I freak out with happiness. Yes, I’m that bad at coding. The rest of y’all probably do such things on the regular and it no biggie. But for me, it’s vanishingly rare.
-
Don't know how it works but I am really confused why orgs are so obsessed with kubernetes native infra .and migrating hell all to it1
-
Built my first singleton today. Dunno if I need it, should've used it, or if I even did it right, but I think I did.
In all seriousness I made a singleton and have no idea what I'm doing. It works and I think I understand it but it is in WordPress so no one ever knows. -
In C# I want to use 'using' on any damn temporary object I please, but it only works with objects that implement idisposable..6
-
Do you know something I hate? It is when you run the software it works fine in the dev environment, but then when you actually publish it outside, it just doesn't work.
That gets me so angry...1 -
Babel fails about 10% of the time, but if I re-run it it works. What the fuck did I even get myself into, and why aren't elements of a modern javascript toolchain completely deterministic? (webpack, babel, typescript, react)1
-
This moment, you know ur movement mechanic in Unity works just as u want it to be. But its so damn hacky, u are afraid of refactoring, because u know.. u would break it...1
-
Today I deployed my first website with Wordpress’ second wpdb object. After scratching my head and frantically googling for 2 hours why it works on my machine but not the deployment server, I realised that I’d set the username and password to DB_USER and DB_USER...
So root root works but anything else doesn’t....1 -
Why When I use devRant API, it works perfectly on insomnia but not in Postman !!
Did anyone faced this?
I wrote js client (React Native) and it's giving same results of Postman3 -
Windows sucks ... Fucking die in bowl of water Microsoft you can't make a single thing that works as it supposed to...
Trying to connect to a WiFi past 30 minutes but it connects the default ones and the fucking progress bar keeps going you can't cancel it.2 -
I have a linux system, to be precise ubuntu 20.04....Well it works fine but im not satisfied with it's speed...any suggestion to improve it's speed???11
-
Spent this week working React into one of my projects. Works fine but I don't see Any real productivity gains over modular typescript with a good js view engine.
Does it get better?3 -
started to learn vi. Well, options are amazing, way it works is amazing. But those shortcuts are so goddam not intuitive. Why the heck ce is remove word and insert?!3
-
I know it !
But when it finally works (reSharper) it's really not 'that' bad.
But my poor AMD Ryzen 9 3900X is not good enough I think lol.
About 30 seconds init time.2 -
!rant
Never done a "full-fledged" Android app, but I had to, for school.
It works (by now), now I can sleep3 -
Sort "insert file name here" | uniq -c outputs the same file in a bash script but in a command it works. Any ideas?6
-
Writing the general memory allocator for my hobby os. It's kludgy, but it works.
I add a single for-loop that executes well after that.
The frame allocator can't initialize.
fml -
I usually review my code and if it doesn't look right it needs improving (even if it works). I hate when I see code that I know is flawed. My coding skills are weak but it's easy to spot crap code
-
I was new to Android development back then. One of the project requirements was to implement a feature, that will prevent the users from turning off the phone. Even if the users tries to turn off, the phone shouldn't turn off (specially when the phone battery is sealed). So, I tried a method and it works! But later the users reported that the feature doesn't work! I mean, I can clearly see that the feature works in all the phones I have ever tested. But later I realized that the feature worked in Debug APK but not in Release APK. I mean, seriously? It's not even some kind of pro-guard issues that happens with GSON+Parcelable. So, I did it again using a new method. Again, it works in Debug but not in Release. After trying and failing multiple times, finally I found a solution! May be this bug alone took me almost a week to fix it!2
-
What if all devRant community works on a global project to kill Google, Apple, Facebook and others? I am a utopian guy, but it would be cool?!?
-
let target: any = e.target;
if (target.nodeName) //other code
Results in a typescript? error wherein it says that Property 'nodeName' does not exist on type 'EventTarget'. but if I refactor the variable name to something that isn't target it works
i don't understand2 -
The deeper i learn terraform the more i can see how many infinite examples there can be "but it works on my machine" type of bullshit clusterfuck of mess. So. Can terraform be dockerized? Or Should it be?7
-
>working with graphQL
>for some reason request returns null
>???
>nothing works despite the explorer showing it should be right
>remove lang param
>it returns wrong language but works
>literally just ctrl+z this shit
>suddenly it's working
I'm sorry but what? I restarted the server beforehand, hell, I even restated the computer. Why did it suddenly start working?2 -
I feel like I am not good enough when it comes to Dev interviews but I code pretty okay for a beginner/intermediate..I have developed an app which works almost end to end but I fail most of the interviews.1
-
I like Navicat, but why does it need to be so hard to edit the name of an entity? I'm clicking, double-clicking, triple-clicking. Most of the times nothing happens, but occassianally it suddenly works. I fail to see a pattern for when it works? Anyone have an idea how I'm supposed to talk Navicat into letting me edit entity names?5
-
freaking once you work with office,pages, google drive.
freakin disgusted you are
freaking video holographic documentation for the foking win
okay also not even that but. yes I am disgusted how nicely it doesn't work. it !works like a charm6 -
Originally designed backend to work one way but then frontend UX was shit because of how the app was structured. Have reworked frontend to be structured differently and now I have to work around the original backend structure because I don't have time to rewrite it. Everything's a mess. It works, but it could be way simpler.
This sucks.1