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 - "it just works"
-
The mobile web version of GitHub is absolute garbage. It's so shitty I don't even get why they bother. It lacks basic features like issue searching and the interface is so dumbed down everything just feels cheap and I always feel like I'm missing out.
All the devs I've talked to say they always just select "show desktop version." I do that too. It works perfectly. It's so fucking annoying. I wish they would just make a real mobile version, that's not missing features, or just default to the desktop app on mobile - works fine and everyone uses it anyway.43 -
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 -
Dear Misinformed idiots,
Just because you watched Silicon Valley doesn't mean you actually understand how Software Development works.
-We don't sit in front of a screen in an AC room googling funny pictures
-We don't think of new Algorithms by pretending to be jerking.
-We don't "get lucky" with our code, it takes hours of studying and research to come up with a solution which actually works.
-And we definitely can't just "create the *next* Google", THAT is not how it works.
I swear to the God ya'll love and cherish, the next person to approach me to turn their shit idea into "The next big thing", I'll leave everything aside and drive a screwdriver through your neck.
- An Engineer tired of everyone's never ending shit storm.10 -
I just found new band called "localhost". They recently published their new album named "127.0.0.1" with an awesome song "It works on my machine".
It's awesome :D9 -
My router is behind my bed so I have an Ethernet cable running through the house from my computer. When I'm drunk I can just follow the cable to bed. it works out pretty well.5
-
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
-
Anyone ever had the opposite of "It works on my machine"? (Works everywhere else, just not on my machine)16
-
*Friend's phone isn't sending messages*
Me: "Have you tried turning it off and back on again?"
Friend: "Oh fuck off"
Me: "Well have you? just do it."
*restarts phone, it works*
Me: "funny how that happens"2 -
Hollywood be like
"Oh no they shot a hole in my CPU, let me just rewrite the code so that it works again. I'll be 5 minutes."14 -
I was refactoring the most underneath part of our server code and just found 'getUserGender' method. I think for a second:We don't have this info. Look inside:
return name.endsWith('a')?"female":"male";
😑 it's surprising how much it works in Brazil.14 -
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
-
That moment when the resident IT guy/teacher at your school comes to you at lunch and you look sad.
Me: Hello.
Teacher: What happened?
Me: Batteries almsot dead :(
Teacher: Well, I've got good news for you. I was talking to the school director about you.
Me: Um ... shit
Teacher: We're looking to get you an intership at the company that does networking shit for us (Netcom, anybody?)
Me: FUCK YEAH ... thanks!
*Day brightened by angelic light*7 -
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 -
When your stupid brain decides to rewrite the whole core of an application (written in a framework I just started with) two hours before the deadline and it f*cking works1
-
What do you do for a living?
I just write line of codes until it works and looks aesthetically pleasing.3 -
Customer calls since they got problem x
C: Hey its xyz we got a problem
Me: hey what's it About?
C: <explains problem pretty poorly>
Me: uuuuuh.. I've written it down and look to fix it as soon as possible
C: why? Just TURN OFF the problem
No. This is not how it works. This is not how any of this works.5 -
Still not learning git properly. I still find it very hard to grasp how this works and although I'm starting to use it more and more, I just can't wrap my hear around it so I often reside to scp for upload and no version control at all.
:'(34 -
"Apple, it just works"
People, we might have misinterpreted the "just"!
"Apple, it only works [the way Apple meant for it to work]"9 -
I just had a major breakthrough on a project 😊
Just standing there chatting with my dad (also a dev), while preparing for the new years feast, and got this amazing idea that I just had to try. 30 minutes later I'm done with the script and it works flawlessly 😊😅5 -
I think my most favorite part of programming is when I just try something out and it actually works despite really just guessing.4
-
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
-
I just programmed a counting sort algorithm, and I swear to God I think it has AI. Sometimes it works and sometimes it doesn't.3
-
only developer with linux. everyone else are on windows.
constantly finding myself in following conversation
me : "something is not working for me on the web page i am writing"
jim : "let me see just a.... WOW! WHAT IS THIS?"
me:"ubuntu"
jim:"wat?"
me:"linux"
jim:"well... " +sigh + "that's your problem right there! this works to everyone else. and they're on windows. why would you ever not use windows?"
me:"have you ever tried anythig else?"
jim:"never needed to. windows works just fine.."
me:"well... does your computer ever freeze?"
jim:"constantly"
me:"that doesn't happen on ubuntu. at least it is quite rare"
jim:"nah... you're mistaken. windows rocks! anyway, you should probably talk to someone who knows ubuntu cause my chrome works just fine so it must be this ubuntu of yours.."14 -
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 -
Fixed a project for a collegue.
Him: How did you fix things, what's the process?
Me: Click stuff and press Buttons randomly until it works.
Him: ... That's all you did?
Me: Yup, the rest is just experience. -
Nobody cares what the code does when it works. Everybody cares about it when it doesn't work. You just can't win. 😤3
-
That feeling when you wrote alot of code, without being able to test it.. And then when you put it into the project, it just works!5
-
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
-
do you ever get that feeling when you suddenly wake up from sleep and immediately have the solution that has been bothering you for weeks or is it just me?
it happened to me today. woke up and magically had a solution to a problem I had with unity (it works now).6 -
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 -
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 just found this code snippet on Stackoverflow that decodes polylines from Google Maps.
I even doubt the genius who wrote it understands what it does.
Anyway,as long as it works am good.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 -
When the frontend dev argues that Pestashop is a "good product" because "it just works" and "you can click everything up, no coding needed"
Any good tips on how to hide or disolve a body?9 -
My cousin just messaged me and asked me to make him a discount code for an online retailer.
THATS NOT HOW IT WORKS.6 -
!rant
This might be not much to most of you people, but I just made my very first mod for a game. And it works. And it took me just an hour. 2 years ago I had no idea how to code. I am proud.6 -
Just updated to the latest insider build for Windows 10.. left PC unattended and came back later and it was ready... no BSODs, no random crashes, no issues, nothing... it just works as expected...
I can hear Linux fanatics screaming after reading this 😂
FUCK all this Windows stereotypes BS going on here13 -
I've spent three days trying to upload some code to my ESP8266 and it failed every time. Now I just plugged the Arduino at my Desktop and it works. Notebook USB port does not provide enough current I think.17
-
Have you ever felt misused just because you can do things fast?
I've faced this recurring problem with my PM.
It has got to a point where she would just change requirements multiple times a day just because
" this is a quick thing"
"the code for this should be small"
"try and see how it works"
"I too have coded in the past"
The best part is, anything that works was her idea. And anything that doesn't was built by Dev team.5 -
You know that feeling, when you code, compile, run. It just works ?
That’s the moment I get insecure8 -
Is it just me that is addicted to the feeling when you solved a big problem with the code and everything just works afterwards? Its such a nice feeling!!3
-
I don't get all this hate for windows, it works great, you can do everything on it and who wants to "customize" his os is just ranting uselessly...
I'm using windows to write this message and I'm not having any prob...6 -
!rant
Those feelings you get when you deploy a large integration project that’s taken over a month to build and it just works 🤗2 -
I've just seen a WordPress inside another WordPress.
- Why was it made like this?
- If it works, you should not touch it.
- Ok. :/7 -
My dad thinks I write a hundred characters which seem like an alien language a minute. My mum thinks I'm just 1 click away from hacking Pentagon. My step-dad, someone who knows computers a tad, knows I'm just typing random stuff hoping it works and he knows for sure I do not have a clue how it works.1
-
My boss: "We need this feature by Friday"
Me: "I can make it work, but I need more time to do it properly"
Boss: "Just fix it by Friday, and you can make a proper implementation later, when there is time"
Like there will ever be time once it works...3 -
I just wasted 20 minutes debugging a component that, when included in the parent template, caused an untraceable infinite loop.
Out of desperation, I finally just renamed component to "pants". It works.
...huh?
Renamed back to its original name. THAT works too.
...Huh??7 -
After spending hours with one problem and when you finally get it working:
1. Yei it works!
2. What? Why does it work?
3. WTF did I just do to get it working?
4. - >Coffee2 -
When you work for a long while in a convoluted piece of code and then compile and it just works...
*wink, wink*
Then you spend another 30 minutes going through the code in disbelief trying to figure out why it didn't break 😵2 -
Is this just me?
if(..... expression.....){
System.out.println("it works, calm down");
} else{
System.out.println("it's not fucking working, holy fucckk, fucking WORK");
}
Tell me if you do something similar.6 -
Oh god, where to start? It is my job to fight against devs that likes to breaks RFC, do stuff stupidly or just do not actually know how stuff works7
-
Relationships and gaming on Linux have a lot in common. When it works, it's glorious, though it has its quirks. When it doesn't... You let it drive you mad until you decide that the compatibility issues just aren't worth the effort anymore.1
-
Client: The image upload functionality is broken!!
Me: just tested it, works fine.
Client: no I'm trying to upload this image and it says It cannot complete the request.
Me: hmmm...
Client: does the fact that the image is 36MB has something to do with it?
Me: -
this week started like shit, but today it seems like everything fell into place. the interns are working, the bs code i had to change works, i did more than i expected, plus i just cut my hair and it is cute as heck1
-
The codebase I'm working with hss rarely comments on it. But when there are comments written they are shit like:
//Kill Matt
//don't ask me where that hard-coded value came from, it just works
//we have to add the elements to the fucking list
Reeeeally helpful. Yep.2 -
I fucking love Python
It just works :)
Half an hour for a nice evening side project.
Even faster than Twitter takes for approving an app.
im waiting now 1 week...6 -
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. -
I always missed the window management feature of windows when I switched to macOS. Now thanks to VEEER. It just works and its free.16
-
- 13 GB free on HDD - App Store says not enough space to update Xcode
- Delete Xcode, gets stuck, 3 restarts, force empty trash
- 30 GB free on HDD - App Store says not enough space to install Xcode
- free up 40 more GB
- App Store:10 -
Who else sometimes just deletes the whole project they are working on to start fresh and then it works in one go?3
-
"Back in the days, you had to put a lot if effort into getting WiFi working in Linux.
Today, you can take a Linux notebook, slam it into its dockingstation with all kinds of peripherals attached to it, and it just works"
~ my boss9 -
coding for your company and you know something doesn't work right.... sweet I'm done. I'll just fix that tomorrow.
coding for yourself and it works right but you still feel nervous about your users using it so it takes you an hour to build up the courage to push the changes live lol -
*squirming in bed*
If it ain't broke don't fix it.. If it ain't broke don-WHAT THE FUCK IS "payment.needed2"??
Calm down, it's just some bad code but it works, you didn't write it, it's not your probl-WHY THE FUCK DO THE IF STATEMENTS HAVE SO MANY DUPLICATED LINES??
Sleep. Just sleep. -
Just pushed a 400+ line stored procedure in production. It's fucking magic and is probably never gonna be touched because no one will understand it and because "it works".5
-
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 -
That feeling when you need to use a scanner for the first time on your linux system, and it just works.2
-
Friday evening. Just finishing new website for my company. (Had to build it with wordpress) Boss wants to bring it online right before weekend. Switch domain to production. Nothing works anymore. Fuck Wordpress. 👿9
-
so my co-worker uses emojis in comments
ex:
// i don't know what's this i just copied it from stackoverflow and it works 😂2 -
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 -
Director: hey, we need this new functionality that I saw somewhere else... Easy right? Just copy & paste!!!
Copy & paste... It works every time... Right? No!2 -
I use this timer app... probably more than most people (for food). It works fine and looks nice but the undismissable warning message is a real eyesore. Why not just let me dismiss the message.... why...2
-
Don't you just love it when something works in your development environment, your staging environment and then randomly breaks on production? :^)6
-
My biggest insecurity? CSS, of course. God knows how that shit works. I just keep on trying until it works.5
-
! 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 -
!rant
TFW your graphics ASM code works on the first try.
Yes, it just happened to me, and it's a relatively annoying rectangle drawing routine.
Writing complicated ASM code and making it work on the first try is definitely a new thing to me, I feel so powerful! >:D4 -
> barges in
> slams massive unintelligible PR on the table
> fixes a bunch of tickets all at once
> won't explain how tf it works, it just does
> refuses to elaborate further
> leaves9 -
I had a response body that I needed to obtain data from. It would either come as {success: {name, id}} or {success: [{name, id},{name,id}]}
I couldn't loop over something that wasn't a list and I couldn't just ask the type of the element in success so in my infinite wisdom I split the cases by examining the length of the element in success. If it had one it was an array and could be looped over, if it didn't, it was a single object to be processed 😂 if it works it works (it's still in production, tyvm)4 -
My university IT department fucking sucks. Nothing ever works, 90% of the website links 404 or just straight up are broken af3
-
So my pc just decided it doesn't want to run one of my python files no matter what it contains. No errors or anything, just quits as soon as I start it.
WHAT THE FUCK IS GOING ON IT WON'T RUN EVEN IF IT'S EMPTY AND ONLY CONTAINS A PRINT, WHILE THE OTHER FILE WORKS
Edit: I created a new file and pasted the contents and it runs WHAT THE FUCK6 -
Oh, it's finally done and works well!
Oh, let me just optimize that a little... And probably rename this...
5 minutes later:
Shit it does not work now.
10 hours of debugging later:
I'll fix it later
To all new devs:
Commit more regularly -
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
-
We all get replaced by AI and nobody can understand their source code...
And everyone else just goes: hey it works ¯\_(ツ)_/¯12 -
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 -
Just got an amazing lecture by text from a university mentor of mine on some of the coolest shit to do with cat in linux, and why you can do things like open a shell with cat /bin/sh (or in my case, use it to stall a program and keep open a shell in a simple buffer overflow task).
God bless all you mentors out there who take the time to explain exactly how all this stuff works. It feels so good to have an idea on the mechanisms on "WHY" something works, not just that it does and that you should use it. As someone new, it makes all the difference.5 -
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 -
I was bored, so I made a quick devRantron theme based on the green, black and violet found in Maniac Mansion. Its just a quick work, but it works for me.
Here is the string: #000000, #000000, #6ad070, #000000, #6ad070, #d37eee3 -
osu-web devs: we use PHP because it just works *stabs in vagrant*
My webdev friend + my crazy ASP.NET Friend: hold my beer
*proceeds to refactor everything to ASP.NET and stabs in Docker*
welp, thats enough social interaction for today -
When your colleague comments out some of your codes just to reverse engineer how it works. And checked it in!!!1
-
Literally just happened now, happy but surprised. It’s the best feeling ever when it just works though.4
-
Domain server goes down, it's the gateway and DNS too.
Ok I'll just remove the domain, it's been orphaned really since you went to the cloud.
Don't have local admin password.
Ok call old it company who set up gear
Out of business
Ok boot to Linux and reset
Usb boot locked
Don't have bios password
Call old it company
Still out of business.
Wait, can I just set manual ipv4 ? Ok domain without a domain controller... If it works it works.2 -
If git was written in english or in ancient greek it made no difference. It's everything counter-intuitive and you have just to learn commands by heart and google the errors. Because nothing makes sense, even if you know how it works and you used it for years6
-
Worst coding mistake: switching from linux to windows. Developing on windows is like trying to drive a lawnmower. It works, just not very well.3
-
When you find you should use `$("#id").html(response)` instead of `$("#id").innerHTML = response` and it works just fine out of a sudden.
So, how was your day?4 -
Just had to write an old-skool for loop. Index...termination condition...whole works. I feel dirty.
Bit embarrassing as someone saw me writing it, thought I was a hacker and informed the authorities. Spent the last hour being waterboarded.
We had a big laugh about it when they realized I was just fixing bugs in a legacy app.
National Security. Hilarious.10 -
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 -
Writing clean code.
Writing useful comments.
Commit before experimenting.
Just anything to prevent Technical Debt. Just because it works doesn't mean it should be kept as is. Later down the line you'll need to add a new feature and you'll spend 2x more time fixing the things you took for granted. -
Working on an AI that learns to generate quatrains, by only feeding it every letter of the alphabet at the beginning.
It's learning super slowly, but theoretically it works. And with slowly I mean it takes 5000 iterations just to realize the optimal letter frequency to generate a word that is real.
Please just kill me.2 -
I just hate it when a co-worker says "AS LONG AS IT WORKS. It doesn't matter how you code it as long as it outputs what the client/user wants. They don't check how you code it anyway" *facepalm*
We effin' follow standards so that it will be convenient for everybody!
Bad code is still bad code if you don't follow standards even if it works.4 -
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
-
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
-
"Got a new soundcard yay, lemme Install it!"
*5 mins later*
"why won't it give me sound ffs, the input works just fine"
*5 mins later*
"Great, sound output works"
*taps mic*
"oh ffs..."
*5 mins later*
"yay, input now works"
*puts on some music*
"ARE YOU FUCKING KIDDING ME WHINEDOWS!?"5 -
Someone else always have git log like this??
Or just me? 😂 ;-)
commit 6e71f545c3
Author: ShellAddicted
Date: Sat Sep 9 02undefined21 2017
it Works!!!
commit 6ac2c98bf
Author: ShellAddicted
Date: Sat Sep 9 01undefined47 2017
works more or less
commit 411b8e12
Author: ShellAddicted
Date: Sat Sep 9 00undefined00 2017
Initial state not working.
EDIT:
I just noticed that devrantron modified (bug) my rant (see the undefined in times)3 -
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 -
How many times do I have to tell my co-workers that testing isn’t just about proving your shit works in nice ways. It’s also about proving it works with sparse or inadequate data. Also, regression testing is a thing so do it!2
-
As someone who works in Student Administration with an expensive and broken system, I often wonder why we can't just get the IT students to build us a system as part of their Final Year Project.4
-
"Just hardcoded the thing so in tomorrow meeting works"
And it repeated before every fucking meeting. -
PSA MacOS Sierra 10.12 will make any user who wasn't the original admin user a standard user, it will also reset the original admin users password back to whatever it was when the MacBook was first set up. It all just works!
-
Client: This feature is already present in one of my other projects, you just need to copy paste it.
Me: Ohh, I will have a look at it :)
What I felt: Nothing in code works with 'just copy paste!! Bitch.
AND YOU ARE THE 100TH PERSON TELLING ME THAT, SO...... YOU HAVE DIE! -
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 think the -f flag in apt-get means "fucking install it". Whenever apt reports some dependency error shit, I'll just do "apt-get install -f" and it magically fucking works.4
-
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 -
Error? Hmm, I better try to re-run it a couple hundred more times before I try to fix it.. Just in case it magically works again.
-
If you've ever used Vue.Draggable and been as frustrated as I have, try Vue Smooth DnD. It works flawlessly and syncs properly without relying on DOM state. Just what's necessary for true reactive drag and drop. 😁5
-
When I don't have the motivation to work on one of my projects, I just wait, play some games, start a few other projects, and eventually, I start working on it again sometime.
Works most of the time.1 -
Switched from Fedora to Manjaro and it is going preety smooth currently. Also Dash to Panel is just awesome extension. Works in full screen sessions as well13
-
I'm all about concepts. I start some project, go through solving major problems, and test it just to scream "It's alive! It can be done, an works!"
Then I lose interest and move on to something else...1 -
WTF do y’all mean when you say it just works “out-of-the-box”.
What’s one Tech buzzword or phrase that in your opinion, shouldn’t exist?15 -
Wow. That's a new level of ratings.
Just read ratings like these below an ascii cam app(which works like it should):
"This is just a camera witu a mosaic filter, that's why you can't save the pictures as ascii"
"This is not real ascii because you can't save it as .txt or .html"
I don't think i need to say anything.1 -
tfw you code without building for an extended amount of time and it just works. Where is it? Where is that damn problem that you know is there?
-
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 -
Why does it seem like every application these days needs to restart after performing any kind of update or installation? It's even more annoying when you just don't restart then launch the application and everything works fine...
-
Well, that's one way of getting rid of bugs and creating other issues, since it never works out to have just random people fix never to be touched again systems9
-
TL; DR;
I'm one with code and the code is one with me.
Everything in my life has been inconsistent and as soon as I start building expectations from someone or something, it disappoints. Be it my friends (😂😂) or my ex girlfriend or my studies or my college or my professors or work, or food (sometimes).
Coding, or programming, has been the only consistent and non disappointing thing since 2010 for me. It just works. If I write a wrong program, I know its why and where its wrong and then fixing it works. Sometimes it works in one go. And sometimes is works beyond my expectations. Its like coding chose me rather than me chosing coding. -
This makes me laugh a lot. I changed my online ledger app to use a unicode character in the URL, which I should probably just use a rewrite rule to accomplish, but for now just to see if it works I tried it out. After confirming that it does, I commited it.
-
*[style*="width:"],*[width] {max-width:100% !important;}img[width] {height:auto !important;}
* !important feels so hacky but it works!
Old site with ancient code and multiple people not versed in css or even newer html. Decided, ah F it, just workaround that and * all the things!1 -
Sometimes I would like to be those guys who learned programming without the helps of books and docs and just tinker until it works...6
-
I've been a Windows OS user for nearly 20 years, Mac OS user for nearly 2. (Java/ C# dev)
I've had more BSOD on the Mac than on Windows. I've had 2 today, once when opening the laptop after not touching it this weekend, second whole in a debug of an app.6 -
I think I'm getting old... I may buy an iPhone next because it "just works" and I don't care that much about gaming or need buy that many different apps...
Being deaf the voice transcription and better mic and camera... Now seem just worth the lockdown...
Thoughts?9 -
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 -
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 -
To the JS devs (not all of course, but to many of them), look here: ;
Is it so hard to do? ;
I feel like you don’t use semicolons just to mess with non-JS devs...
Just because it works without, doesn’t mean it shouldn’t be used...
It’s as if i would stop using dots Just because I can it doesn’t mean it’s the way to go
It’s just making it more complicated for others to understand
Especially if the code looks like the spaghetti monster vomited into the IDE!21 -
!rant
I think I may be ending my distro hopping here (for a while anyway). Linux Lite looks pretty good, seems stable, isn't bloated af, works good OOTB (finally, a distro other than Ubuntu in which WiFi works just fine), and is decently hackable. I've been using it on and off for a bit, finally replaced Manjaro with it.7 -
I started a new project and only use PHP, HTML, CSS and vanilla JS. No Frameworks. No React. No Vue.
The browser loads the page instantly, there is virtually no loading time and it just works.12 -
My senior colleague recently said "Don't go around asking for best practices, it's a waste of time! Just try stuff until it works and commit it".
We were talking about writing code in a new language.1 -
Some of my co-workers are so fucking dumb. Their thought process....
Let's re-run tests that are currently failing over and over until it works
😡
like bitch....fix it then run it! don't just run shit over and over to make yourself look busy.1 -
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
-
When you git cherry-pick for the first time, screw up, rebase-drop, repeat, screw up again, and end up just pasting the correct versions of the files and commiting on top of the branch.
Dirty, but it works.4 -
Is it even possible to get good enough at regular expressions where you can just write it and you don't have to search stackoverflow for one that works?9
-
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 -
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
-
!rant :) FUUUUUUUUDGE YEAAAAH!
it's so satisfying when you've been working on a huge ass thing(when maybe you should have tested individual parts) and it just fucking works as intended amazing, I love it!
It's so beautiful to see your own compiler(jk just scanner+parser atm) compile code successfully -
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 -
you know it's a good day when you copied that funky looking code you wrote, copy pasted in current project and IT JUST WORKS!2
-
Introducing the random quote bot:
This bot posts a random quote everyday!
>> It is currently WIP!
If you are interested in how it works, just look into the GitHub-Repository:
https://github.com/Skayo/...2 -
when a client say and i quote "this site is perfect just download it and add my content,i mean half the works done so i can get ot cheaper right...."
#tells client im busy.2 -
"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 -
So I think I'm gonna give vscode another chance. I've heard so many good things about it, maybe I just didnt use it long enough. Let's see how well it works in arch xD2
-
Don't you just love it, when Windows lovers community just throws user's concerns and issues right back into their faces? "it works for me!" they say.
On the other hand, Linux sucks. (because it still got a lot of room for improvements!)
Seriously, we need better OSs.11 -
OSX multi windows management is so fucking dumb and confusing! FFS have some kind of indicator when a program has multiple windows open.6
-
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 -
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 -
I've refrained from commenting on which IDE is best and which isn't, what simply works for me is eclipse. So far it handles stuff for me pretty nicely... until today.
Look at this screenshot, can you spot the wtf? Like, SRSLY, WTF.... Might it really be just that DOT at the end or is it just the dot concatenated at the end of the error message?13 -
Spent an hour trying to figure out why Chrome wouldn't work at all. Even IE was working on my laptop.
Restarted the whole thing.
Now it works.....and I already lost most of my motivation to code. Just great... -
I always try to break my code when it works without errors the first time.
Just to be sure that the code I wrote is being used.
Anyone else? -
Try to avoid writing code that just works because one day some of your colleagues will have to refactor all of it and changing 70 files aint something someone would enjoy doing.1
-
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
-
Anyone else test there program or website every like 10 minutes to make sure it works, just to avoid spending half and hour or more coding and finding out loads of things don't work?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 ! -
ES2015 classes in JS
It is just syntactic sugar and i always feel like i need to transpile it in my head to what it actually is just not to loose perspective and make some hard to debug error.
It feels like language is trying to cheat me into forgetting how it works.2 -
That's why we love NPM:
>npm install
*installing packages*
npm warn ........................
npm warn deprecated .....................
npm warn .......................
********** A million times more ***********
Oh it works! eh, just ignore every warning :)4 -
Hate those bugs, where you stumble upon a fix but have no idea why it fixes it or what is causing the bug!2
-
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 😐
-
Just realized the button between my left and right click on my touchpad actually works exactly like you would press the scroll wheel on your mouse, in Linux!
Shame on you Windows, you didn't know what to do with it.3 -
Oh the joy of enterprise software development in a legacy system. I just wanted to add a new checkbox with a small feature and now I'm balls deep in age old half decent documentation and just have to pray it works. Implementation time: about 2 days or so1
-
Hey guys! So I just woke up from a dream in which I was talking with skilled programmer and he gave me awesome pro tip which I'd never realize exists!
But it was my dream so my idea. I have no idea how the f*ck this works but it's awesome. Is it just me or ?3 -
I'm surprised how well Dell laptops are made. I'm using 2011 Dell Latitude E6320 and it really works like more modern models. Of course it would be lovely if I had new XPS 15, but it's really not bad for this budget. It just needs SSD drive and it's ready to roll.8
-
That moment when you accidentally compiled a project the first time and it just works fine... (gif source: http://gph.is/2iDx4iD)1
-
When date format is hard coded and application goes international. Application works ok until day turns 13. Error is seen a couple of days later, then it's the 1st again and everything is ok. Just to mention one of many strange errors. Just to make it harder, app works well if running in other countries that is using the same format. Daahh1
-
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" -
Sample code from an old boss... with Vector datatype. "Just copy paste. I have already tested and it works"1
-
Friend knows that you are good at electronics so they say can you fix my computer and you just turn it off and it works😆1
-
I swear that Netlify CMS is straight up magic. Finally something that is simple and unopinionated and just works out of the box. After understanding how it works I just plugged it into a hardcoded project and the hardest part was just copy-pasting the content.2
-
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. -
Just got out of a meeting in which the client was suffering from the classic case of not knowing how their business works. Ugh, now I gotta figure it out for them.1
-
Developer: You can’t just change the build process
Me: I set the “Get Sources” step to clean the build directory
Developer: Yer exactly you can’t do that
Me: It should build from a clean source though
Developer: Yer well it works so don’t change it
Me: Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh2 -
I'm not a server-man, I mostly just develop apps in unity and similar stuff.
Boss: yo, can you make this work? I just can't understand https://github.com/ant-media/...
Me: Well IDK, there's a "start.sh" in it, just give it a try
*error*: /usr/local/antmedia cannot be found
Me: well then just put the whole thing in it.
*everything works flawlessly*
did you do magic? -
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
-
WTF... it works half the time and fails the other half.. is it planned just to drive me mad?! uuhhh..3
-
Them: "We need you to do this thing this way because it isn't possible to do the right way."
Me: ... *codes script that works the right way*
Them: "But it was actually this other thing we didn't say anything about that isn't possible."
Me: ... *codes script with new condition, still works*
Now repeat daily for 2 weeks and we may get to where I don't just silently provide a working script.
Maybe I should have just done it the wrong way to begin with? -
!(dev|rant)
I just got an old refurb for the garage to run my camera capture stuff, as the raspberry pi wasn't cutting it. I thought for a split second about leaving the legit version of Windows 10 that came with it on it, and trying to do some in-home streaming over steam, but I found out very quickly that an old corporate refurb is not going to cut it for game streaming. And with all the complete nonsense you have to abide to make Windows usable(ie: disabling stuff you don't want), it's not going to be any use to me in Windows if it can't stream.
Also, for some reason, Windows just wouldn't use the built-in NIC at all. It reported the cable was unplugged, and just absolutely would not work. So, Debian it is, and lo and behold! The NIC works like a champ now. The camera capture works brilliantly too, so now I can turn off my desktop at night.
Linux just works. Windows, more and more all the time, is just more trouble than it's worth.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.
-
Too lazy to properly format input from text file so I just debug the script to see the loaded the lines split into list, and slap in a shittona `.replace([Stuff I wanna remove], "")`
It works tho. -
Anyone heard of brain.fm? I'm just curious if it actually, works, and helps to focus and concentrate. Are 200 bucks really woth it?
Thanks in advance :D2 -
I hate IT. I hate just about anything that relates to computers.
It's all nothing but debugging.
SSH from linux, works great.
SSH from windows, even with plain password, permission denied. Blaah...
Why this shit won't just work?8 -
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
-
[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. -
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. -
Man, Handlebars is so confusing. I get how it works, but the syntax just makes me want to run over a cat.
-
Intern: *writes text-color: 'white'* Hey, I'm trying to apply this color, but it doesn't work.
Me: Remove the "text-" from it.
Intern: *confused*
*Removes "-" and makes it camel case.*
Me: No, it should just be "color".
Intern: Okay, that works. Thanks.
(-_-)
Ohai,
It's been 172 days (since my last post)7 -
For those wanting split screen to work on android. Go to settings -> developer options -> "Force activities to be re-sizable"
And just like that. It works. (Only problem I've seen is the + button to post isn't there6 -
Neural scan coding, so I just think what I want and it writes out the code in a new neural language and works!
-
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 just woke up from a lucid dream.
I could really control the situation, but it was fun telling my mate how IT stuff works LOL.
It's 3.22 am for me rn.
I fucking told my classmate how the proxy server at our school works. How the packets are being sent and received, how they get cached at the proxy server and through how many nodes they approximately get.
PS: I don't have a rubber ducky or whatever you call it to tell the problems of the program to it.7 -
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
-
Report comes in that there is "no purchase confirmation screen" in the app.
Well, yes the hell there is, so I use the test credit card to make a purchase. Sure enough, it works fine on my testing account. Just to be sure, I try a couple other test accounts. Flawless.
"No, try it on *this* account"
I try again on their stupid account. Works fine.
"Well I just tried it in Chrome and it worked, it doesn't work in Firefox"
I was already testing in Firefox...
Wasting my time over a corrupted browser profile.. GTFO, why are you even a tester? -
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 -
Building with Unity3D a VR app for Oculus Gear & Oculus Go
While testing the app, it must have a certain tag in the AndroidManifest and it just works flawlessly
As you upload it to the stores, that tag has to be removed because reasons (?)
Can't you just remove it by yourself, you fucking Samsung? -
!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 -
Customer: It doesn't do what we wanted it to do, we have this issue, this particular usecase doean't work because you didn't use the patch we sent you. Please use it!
Me: I used most of it, I just fixed few broken parts and dropped part handling the hardware you realized you don't have and I just retested this particular usecase and it works! -
The moment everything works fine and you just type `npm update` out of boredom and suddenly everything breaks and you spend the rest of the day fixing it...1
-
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
-
If I just try another way to do the same thing my broken code tries to do, either the new version makes my mistake obvious or everything just works.
Is this debugging? It's just rewriting. It seems faster than debugging. -
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 -
Quitting.
If you have any tips on how to get over this point where nothing works and you just want to throw you laptop into the trash can and continue working on the hobby project please write it in the comments.4 -
PISSED.
Fucking Docker, for no fucking reason (no updates, no changes, etc), I tried booting it up following the morning ritual, and nope, ERR_EMPTY_RESPONSE when connecting to my current project (means I managed to connect but for some reason no data is sent). Nginx container doesn't yell about anything.
Everything around works. Accessing the container works. Even pinging my dev domain works. Why the fuck suddenly fucking Docker just **stops**?!
Restarted Hyper-V, updated laradock, recreated containers, disabled AcrylicDNS. NOPE.
"Fuck you Phlisg, I'm not in the mood today" <lunatic Docker is lunatic>
ARG. -
!rant
Woow I am amazed. Just started learning c# in combination with Unity and I am already loving it. It is much like Java so for me it is easy to understand and it works increddibly well with callbacks and getters / setters!1 -
Hey guys! Hear out, I just code and it works on first compile!
And its not just code, its also interact with database query!3 -
Just ordered myself a raspberry pi 3 B+ and i was wondering if any one you have this already .. and if it works with a samsung charger 2A at 5V ?5
-
When it's faster to just deploy the change to the test server than it is to test on the local test environment that never fucking works. #JustProgrammerThings
-
Is it just me or is it nearly impossible to get Chrome to dump its cache?
I'm curling a CloudFront distribution from command line and getting a different HTML file to when I clear the cache on Chrome. Firefox browser works fine from fresh install.
Chrome incognito also works3 -
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 -
"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 -
Wait. Why does this work? It doesn't copy any of the frontend code into the deploy location.
I'm not sure how this works, but it does. Crap, there goes my morning tracking down this wretched spaghetti deploy code.
At least I understand how it works in production. Shit, why is it different between production and our integ servers ,that isn't good. Maybe I can just refactor it.
That was all on Monday. It's now Wednesday and I'm still fucking refactoring something that wasn't actually broken. It just didn't make sense.
Maybe I should just revert my last three days of work on this branch and move on. No! It's too late, I've invested way too much time into this project...
... and I'm almost done, just a few more commits right? -
In the corporate world, how does promotion work?
Cause Im just a student here and I dont have a damn clue on how it works.10 -
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 finally figured out how fucking JWT authentication works. It felt like I was standing all my life and I just sat down
-
My Model M's dead. Accidentally flooded the inside when cleaning it. After letting it dry upside-down a few days, it just holds a random key when plugged in and nothing else works. Can't open it all the way up as it's a plastic-rivet one.5
-
Love when code doesn't work so you take a break, come back and clear it and retype exactly what you just had and it works.
-
Just wrote a small program for university to calculate the intersection of three lines (they should meet in one point). Well sometimes I had a issue so I just calculated all three points and took the points which are the same.
If it's stupid and works it ain't stupid2 -
i just found out, that you can try the Google's gaming platform #stadia today, and see how it works with your internet connection. Just go to www.stadia.fail2
-
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
-
How come so many dev teams are working with blindfolds on?
We have two projects that communicate using endpoints. One of them throws a parsing error with some data. Cool, just give the calling project some debug references and attach a debugger right?
Apparently not. I haven't figured out why we can't do that, it seems like the project only works using nuget references so we never get any debug info for the other project.
Asked around how we usually solve issues like this. The answer: "idk the codegen always works, so we never solve issues like this".
What.
It "always works". Except now it doesn't. And you've never tried debugging it? Instead just working with blindfolds on trying random shit until it does?
This is far from the first time I've heard this on a team. That and "we don't need error codes, if something goes wrong we have to fix it either way". I'm losing faith in the dev world... -
Just discovered a public API that support perpage parameter.
Immediately try 99999
And……… it works!
Getting everything in one go!
Good dev on the other side -
Why I love to code?
1. The only thing I feel like I have control over (thanks to control loops XD).
2. Feeling like god when my code works.
3. I just love it, no reason needed, just pure love for it.1 -
Fuck Swift. Such a garbage language. The last 3 days I tried multiple web server implemented in Swift for mocking API's and none of them worked. Old, not maintained, wrong documentation, wrong code examples and just low quality shit.
Finally I decided to not give a crap and move to use Wiremock and it works out of the box, start and configuration is a breeze and it just plainly works. I should have done that from the beginning.
Btw., as a warning these were the frameworks I used and you should avoid them if possible: Swifter, Embassy, Ambassador and Succulent.1 -
Hello guys, mom just got an iPhone 8 from a friend who lives in the US and it seems it's network locked as no Nigerian sim card works. What are my options in removing this lock?10
-
Ive never been able to use rails console because I could never resolve an error.
I spent about a day on three separate occasions trying to fix it.
The last time I tried, I gave up and decided I would just live without rails console.
Its been months now and I decided to try, just for the hell of it.
It works?
It works!!
Why does it work now and not before?! -
Fuck Google... Live Captions stopped working on the Pixel 4a 5g I bought.... Just so I could use it...
Works fine on my rooted OP6 that I forced installed it on...3 -
Nothing scarier than running code you blindly written (compile only) in production for the first time and it just works6
-
JUST FUCKING NOTHING WORKS!
ERROR HERE ERROR THERE.
Then i tried to copy the exact sample code and it ALSO DIDN'T WORK.
AND THEN FUCKING VSCODE shows errors THAT AREN'T EVEN THERE. THEY MAYBE WERE THERE 10 MINUTES AGO. IS THIS SOME FUCKING INTERNET EXPLORER SHIT. ALSO COMPILING THROUGH IT DOESN'T WORK JUST THROUGH THE COMMAND LINE. AAAAAAAAAAAAAAAAAAAAAAAAAAAAH FUCK IT8 -
IT WORKS! IT WORKS! I CAN TRAIN AM AI DIRECTLY ON MY PHONE!!!
I'm opening my thesis with the quote
"Ok. Now if you don't mind, I need to concentrate. What I'm about the attempt next is on the tricky side of damn near impossible"
Now for building am inference mechanism and theny Bachelor's Thesis is SAVED!
Suck on THAT every master of AI who claimed it wasn't possible due to computational constraints.
"Just" have to type it up now -
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 -
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 -
Them : "Well, I just tried what you told me on the deployed version and it works pretty well"
Me : "I actually just tried and it doesn't work"
That's some conversation to make my mood on a Monday -
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 -
Just migrated a behemoth of a wordpress installation and it works twice as fast on our shared hosting than the previous dedicated server with cdn it was on.
After just 2 emails from the previous website admin i understood why... The guy clearly has no idea what he is doing.
There should be an IT police squad for cases like these.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
-
That feel when your PHP page just decides to go blank , then you proceed to refresh 3 times and magic? It works. Smh
-
Finally implemented my first ANN in my own environment (my own Virus Game). That feeling when have tested everything and it works, so you can just relax and put your feet up and. <3
-
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
-
Why is it so fucking impossible to install SINGLE packages for texlive on ubuntu when my windows (miktex) can do that on its own?!?!
tried different solutions (e.g. tlmgr), nothing works reliably, I'm just texlive-fulling now, urgh.4 -
Low self-confidence dev:
I'm testing out code that I've written for an hour and works the first time I run it. My first thought: "Well, I guess I'm just getting better at writing code with less obvious bugs -- better debug through all the LOC I just wrote." -
I just realized that I have actually mastered the ways of the rubber duck debugger with the help of ... stackoverflow.
I just couldn't get my head around a problem thought about it for hours.
Googled for similar solutions, but didn't find anything.
In the end, I decided I'd do something I usually wouldn't and post a question on stackoverflow.
While carefully writing out and explaining my problem, it just made click.
I had it...
It works now...2 -
Need help/advice.
I’ve a raspberry pie 3B.
The pi boots up with the OS previously installed on it, theHDMI port works perfectly,
The problem is , I can’t get the USB ports to work, nor does the LAN port works. And the wifi also doesn’t connect automatically donno why , not sure if the wifi wasn’t setup or the chip is gone bad, just need to know what I can do with it4 -
It just never works when you try to set up self hostet php apps never theyre all shit they never print any useful errors they just randomly pass wrong args they use fucking ioncube fuck everything6
-
Anyone else has the same issue with XHR on Firefox, where it sends shitload of requests and then does something?
Testing the same code on Chromium stuff works just fine, only one request and calls another method. Firefox does free DDOS4 -
When a manager / "architect" starts saying complete nonsense about how some technology works, because he read a bit about it on the internet, but you prefer to just let him talk than proving him wrong. Not worth my time...1
-
So I went thru all this trouble today just so I could get Live Captions on my OP6...
First impression.... It works better than on the Pixel 2 I bought a few months ago just so I could have it...
Second impression... Fuck Google...1 -
3 years of development career and finished college.
He still doesnt have a feeling what progamming is. Just so that it works. -
>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 -
"Bruce Schneier never keeps the private key; he computes it when he needs it."
I just knew about https://www.schneierfacts.com/. Here is my first attempt. Hope it works.