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 - "working but not working"
-
Bf: what you doing?
Me: coding
Bf: do you ever stop working?!
Me: I'm not 'working', I'm doing my own project.
Bf: but you do that at work. Why do you want to keep doing it?
Me: it's fun?
--- a few days later ---
Bf: what you doing?
Me: reading.
Bf: omg you're not coding! What are you reading?
Me: a book about coding
Bf: *faceplam*15 -
"OUR SERVER IS DOWN!!!!!!"
*ssh server*
*succesfully logged into the server*
"The server is very much up, sir."
"BUT THIS WEBSITE ISN'T WORKING ANYMORE!!!!"
Ah, so one of your websites on that server with 100s of websites on it is not working anymore. That doesn't mean that you're entire fucking server is down. Please learn the fucking difference.26 -
Stolen from an awesome book but my new favourite line ;)
Someone: “Can you repair my computer, it`s not working anymore?”
Me: “Do you call Leonardo Dicaprio when your Tv is broken?”7 -
Hey everyone,
During some backend improvements to the devRant infrastructure, some of our async queue processors (SQS) stopped working which caused many notifs to not go out/stop working. Unfortunately our alerting didn’t pick up on this since there were still queues being processed (just not specific ones) and some aspects of notifs working. Big apologies for this issue!
It is now resolved, and while very delayed, no notifications were lost and all were processed after the queue processors started up again. Sorry for the bulk notifs, but we wanted to make sure all that were supposed to go out went out.
Additional alerting will be put in place to prevent this from happening again.
Thanks for your patience!16 -
Opened my laptop this morning to see that the touchpad wasn't working
Restarted my computer to see both my touchpad and wifi adapter not working.
Restarted again and then the wifi adapter wasn't working, but the touchpad was.
And now the wifi adapter magically fixes itself.
ಠ_ಠ9 -
Not sure yet. I finished my study for Software Engineering and I'm currently working as a Linux engineer.
But, my current boss didn't give a fuck about whether or not I had a diploma or whatsoever at all, as long as I had/have the required skills.13 -
Trying to explain to a coworker that the AJAX call he would like to do will not work due to same-origin policy restriction.
Coworker: «But for me it is working.»
Me: «What browser are you using?»
Coworker: «Internet Explorer»
LMAO2 -
I know it's not too impressive, but got this working using my Windows console double-buffering system and literal bitmaps for the large numbers.
I have posted about both previously if you want more details :312 -
Tragedies of Non-Technical Boss:
Boss: What happened yesterday, tried reaching you several times, you were just unavailable!
Me: My wifi stopped working as there was some issue at the ISP's end.
Boss: You could've atleast dropped a skype message that your internet is not working!
Me: Yes sir but the internet was not working, so I couldn't drop that message too!!
Boss: But you should have, I was in panic what happened to you...You were alright or not?...
Me: Yup I know, I didn't see the wifi tragedy coming.
Boss: If ever the internet goes down or anything sort of that happens just drop me a text on skype, that your internet is not working. Okay!
Me: *Confused* as to if he is high or just not listening to what I am saying...7 -
Fucking hell, how much I hate frontend!
Getting a tab system to work (bulma only exists out of css) has been taking me ages and its still not working.
I love nice interfaces but I just want to work on the backend 😭18 -
I hate the feeling of not being able to get shit working and it's time to sleep but you don't want to sleep until it's fixed4
-
Real Linux fuck up coming up.
Be me.
Working on a project.
Accidentally used sudo with git pull, every file now is only accessible for root users.
Thinking to myself.. okay I'll just do chmod 777 to the current directory
Forgot how to use chmod
At first something like
Sudo chmod ./ 777
Not working
Maybe
Sudo chmod / 777
Not working
Remembering that it's the other way around
sudo chmod 777 /
Now... I fucked up. I forgot the dot, and for a sec I forgot that '/' means root directory and not current like './' does.
Few moments later the permission system of Ubuntu is utterly fucked. Everything is not working.
Need sudo in order to fix everything but sudo isn't working.
Few hours of crying later,I solved it thanks to some nice ppl online helping stupid people like me who used that command...😂10 -
I working on Twitter Cilent for android as school project, and I made code getting the logged in user own tweets, but it not returned anything, and after one hour trying I realized I never post tweet with example account....3
-
I put a sticker under the optical mouse on one of my team mates then he started to rage when his mouse is not working. Then he started calling technical support and they, too, didnt know what cause the mouse to not working. I wanted to laugh so hard, but I must resist. Ahaaha xD2
-
Deepin is sexy. Made me horney
Who want a Mac now
Though I did had trouble with my PppoE internet connection,which wasn't working in ubuntu and in Deepin majority of sites were not loading, but I had fixed it (MTU )15 -
So...my company decided to say that I am not effective because not working more than 12 hours per day and work on weekends. But in my contract stated 9:30 - 6:3018
-
How I see GPU brands:
- Team blue, Intel:
Oldschool autistic engineers, working GPU but not practical
- Team red, AMD:
Competitive but anarchist, horrid Windows drivers, but good on opensource, anti-mainstream
- Team green, nVidia:
Way too greedy cunts circlejerking each others off during breaks (like Apple employees), delivering on performance, but wayyy overpriced and scammy tactics6 -
Spent 2 years slaving for a “start up” building not only the core framework but also handling clients, operations and logistics while being yelled at constantly for not delivering even though I was clearly over worked.
Once it finally hit my head that none of this was my mistake, quit, took a few months off and started working as a freelancer for no code development platforms.
Have been working with multiple amazing clients for more than a year now who understand and appreciate the work I do.2 -
I hate access. I wish I could use literally any other program. But they're not authorized.
I'm the only one working on this, and everything is closed. How the fuck is the object in use somewhere else? And where the fuck did my primary key go???7 -
So this just happened... not to me, but at my friend's company.
The devs are being congratulated and spurred on for working late! I don't know about you, but this is not the kind of culture that should be encouraged.15 -
Your old uncle : I bought an internet but Google isn't working.
You search the house and there isn't even a smell of internet connection, not even subscription line...2 -
Refactoring nested ifs.
I'm not a pro but I despise working with nested ifs. It's hard to debug and read.
If you cant chunk the if using method, i think you can use ifs like this:
If(){return}
If() {return}
Not like this:
If() {
If() {
If() {
}
}
}
😠😠😤🙅😢8 -
Dear sweet merciful Lord, my API is WORKING! OMG! I take back everything bad I said about PHP. Turns out the connection to the database was causing the script not to run. I'll figure out why later but poor sweet PHP, is innocent.4
-
My Android phone is 5 years old. Everybody tell me I should buy a new one but I'm a stingy environmentalist and I refuse buying new stuff if it is not strictly necessary.
So, for 9€ I replaced the phone battery and then I installed a custom ROM, so it looks a bit newer.
Unfortunately, it seems that something in the network configuration has been fucked up.
The phone is able to browse the Internet, but:
- WiFi hotspot is not working
- USB tethering is not working
- Bluetooth tethering is not working
- PPP over USB is not working
But, hey, I never give up, so this is my current setup:
- I installed a proxy server on the phone
- I'm using "adb forward" to forward the proxy port from the phone to my laptop
- I configured Firefox to use that proxy
And, yes, I'm using that connection to write this post. :D8 -
It's not a bug if a feature is working how you told me it should work but not how you wanted it to work.6
-
The site I'm working on works in Chrome, Safari, Edge
But not freaking Firefox.
I hate you Firefox, please leave.
(Disclaimer: Pls don't kill me. Freedom of opinion)rant browser support newest version of each browser crossbrowser css grid i know i'll start a shitstorm towards myself. css317 -
I fucking hate it, when I have to stop working on my project, not because I am incompetent, but because somebody fucked up the docs or their fucking API doesn't work3
-
> Best part about working from home?
"People don't give me as much shit for having a wank during standups" - not me, but I wish it was7 -
*Working on a project with boss, I am working on a mobile app, he is working on web service app.
Me: this service takes user id as parameter to get all account details (all other web services are like that)
Boss: yes, I use the id to filter the data.
Me: but by this, everyone has the id can do anything ! why we do not use session token?
Boss: this is a detail, it is not important !
Me:...
*7 years of experience my ass5 -
Hit over 300 downloads on NPM! Not much, but it feels good and makes working on open source projects all the more worth it.2
-
Holy mother of god, Signal is working on a feature which makes that the sender part of the metadata is not readable for them (of course you still have accounts but not sure how they obfuscate that part) anymore.
This is taking metadata protection to the next motherfucking level.3 -
Flexible working hours, Home Office, fair compensation, working on a greenfield product 🥰.
I was in a bad spot two years ago jobwise and I don't regret jumping the ship for a second.
I would never have guessed that flexible hours and WFH would be so beneficial to my mental health!
Not everything is perfect all the time, but it gets pretty damn close all things considered.3 -
This is what u get when u trust your teammates on a group project.
Not my fav function, but I was rofl when I saw it 😂
That is, until the frustration of working in a group kicked in10 -
So I just lost my job because I wasn't 'working hard enough'.
I'm the hardest working person there, everyone else just stands around and talks, but they don't do anything because they're union members (I'm agency so I'm not) and the union follows up on the smallest things.
That would be bad but not earth shattering if I had savings, was up to date on rent, didn't have the bank and various loan companies hounding me, and I still possessed the will to live, but that's not the case.
I'm sick of this constant barrage of shit that the world is chucking me and I just want to go lie down on the train lines and wait now. Fuck this world and the shit it constantly gives me :'(8 -
I quit my job… it got so exhausting, it had become all about last minute work and ETAs. The more I worked the sicker I felt. It started directly impacting my physical health which ended up affecting mentally too. I feel good that I got out of something very toxic but at the same time not working kinda makes me sad when I look at others working. I have consciously taken a break to clear my mind but it affects me that I don’t know what next.2
-
Working for a company where the coworkers working 24/7 and the boss (ceo) expect me to do the same, even working on weekends.
But when i mentioned I have life distinctly personal and working life. But no, boss wouldn’t care much about my life anyway.
I got call names for being a not team player, not committed much , a thief (“ I paid you money but you didn’t work 24/7”) and they even claimed I don’t have heart to work.
It affect my personal so much that I can’t be happy even on the weekends. I got perturbed sleeps. Keep thinking of working .
Obviously they played well on guilt tripping me.8 -
Get into management is not a promotion but a career change.
But I saw a salary bump since I'm working as a software development manager.16 -
I presented a graduation relevant project this week.
We re maked our school website. Our teachers liked it, the most students liked it too.
But at the beginning I made wrong decisions.
The guy who should design it made nothing and at the presentation, he told that you need a pencil and eraser to design a website.
A "friend" of mine should do the HTML/CSS part but instead of finish it, he made a not working search bar in JS and was like "I made this, it doesn't work and we don't need it but give me attention"
I hate working in a group.
Sorry for spelling mistakes, English is not my native language.4 -
When you work hard for something and you are sure that you gonna get it, but some ass licking guy who doesn't even know how to code gets it. Yes, it happened to me. I was working for an open source organization called PROBOT. I was working my ass off to get into GSoC with that organization. I created PR(pull request) after PR and solved most of their issues. But later on, I came to know they didn't even saw my single PR. Life surely teaches you some hard lessons but it's you who should not give up I would say. I do not regret working my ass off and writing those code and not getting into GSoC but I cherish those moments where I learnt many new things. And as for that organization, I would say they don't even know how to manage. This was my exact reaction when the result came3
-
Working as a software engineer but: co-workers randomly walk into my office to ask me <<insert random IT problem (i.e. mouse not working etc.)>> while I'm deeply focused programming. Trying to close my office door results in co-workers backbiting...
Why can't they just go to the IT administrator who's work it is to handle their fucking problems?3 -
Writing a super extensive project in php. Twice so far, I have had weird problems of codes not working.
But everytime I copy/paste the SAME code from another file, IT MIRACULOUSLY WORKS!!!!
WHAT THE ACTUAL FUCK!!!12 -
I work for a small company with about 10 employees working full-time in the office. We all report directly to the CEO, Phil. When the pandemic hit, Phil went into full panic mode and had us all move our desks 12+ feet apart, wash our hands every 20 minutes, sterilize everything in between uses, etc. Nothing super weird, and better than having no reaction at all, but it was a hypervigilant process that made me expect him to be very accommodating when our state went on lockdown.
Boy, was I wrong. Our industry is considered essential so we’re still open, but Phil is being odd when it comes to working from home. For background, about 95% of our work can be done remotely. The other 5% would require about 15 minutes in the office once a week. I was the first one to pose the idea of working from home and Phil nervously agreed, but only let do it three days a week. My coworkers were given similar instructions but were “encouraged to come in every day, if possible.” A few of them do.
Since then, Phil has gotten pretty weird about the situation. He refers to people who are working from home as being “off work” (which is NOT the case, we are all working and available while at home, which he knows because he calls us for work-related things during work hours!). Today, Phil asked me if my coworker Travis was in his office, and I said Travis was working from home, and Phil replied in a sour tone, “So he’s not working then, great.” He has made similar comments about my other coworkers. When I’m working from home, he’ll call me and ask in a sarcastic tone, “What are you even working on today?” Or he’ll give me an assignment and end with, “Can you actually do work on this today? I need you working.” One time, he called while I was in the bathroom and when I called him back less than five minutes later, I was told that I “need to be available and not screwing around.”
The weirdest thing is that none of us has had productivity problems! My job is such that I can tell when anyone is slacking even a little and I haven’t noticed any issues. Personally, I’ve actually been MORE productive! And I’ve never been accused of “screwing around” while at the office before, so this attitude has baffled me.
He is so convinced that we aren’t working that he cut our work-from-home time down two days a couple weeks ago, and now it’s being cut down to one day as of next week – when COVID cases are higher in our city than ever!
My guess is that because Phil isn’t physically seeing us work, he assumes we aren’t working. CCing him on stuff to leave “proof” doesn’t work because he doesn’t read his email. He is also naturally a nightmare of a micromanager (and an across-the-office yeller) so not being as “in control” is probably freaking him out. But what is the best way to handle this?10 -
On my last project the customer gave really high reviews and asked me back as a senior engineer. First day back I meet the new PM and ask what I'll be working on.
He responds, "We have a printer that's not working..."
Of course I'm like wtf but then it quickly becomes apparent I'm writing the interface instructions between the software and printer....
Still, I'm back as over priced tech support to fix a printer! -
You came to me with a problem, and I have the solution. I'm working with you to achieve a goal not for you.
I don't need you, you need me.
I've been using the above statement for a little over two years. Has been working pretty well. Might not apply to or help everyone but it sure helps me.3 -
So, part of my job is working with SQL. Not my favorite technology to work with. But the tables have mostly non-descript fields, multiple schemas in the same table, and encoded relationships spanning multiple tables. Yes, the database from hell! On top of that, there is very little documentation on this mess. -- And my boss wants me to write queries against a combination of these tables to make sure the program is working. RIGHT...3
-
Do you agree that the hardest part of the job as a software engineer is not the complication of the tech stack, but working for an inconsiderate arsehole is what makes the job difficult?11
-
Spent yesterday and this morning working on a project my boss pulled me away to do.
Just got told it's not needed anymore
/(ò.ó)┛彡┻━┻
Thanks for wasting 1.5 days...
It was actually decided on a late night meeting but he forgot to inform me this morning...6 -
Well, I'm still in 1981 Hell as far as serial connectivity goes, but we got boobs on the screen, because when we're working with DOS 5.00.2 BETA and 4 colors at a time, why the fuck not?
-
Knockout JS.
I am not sure if the library itself is so bad or the code which I was working on was ugly. But since then I avoid anything that is related to knockout js.10 -
Believe it or not, none of these mices are working. This is my traveling setup, this laptop used to be a gaming computer, but now it's just really tired (but it still can run servers so it's k)7
-
Inflexible working times.
I mean why the fuck is it ok to be at the office from 5am to 1:30pm but not from 10am to 6:30pm or what I would like most in weeks like the current one: 11 / 12pm to 7:30 / 8:30pm?6 -
Exams of two weeks starts tomorrow. We'll be doing a project. Only, 70 percent will be documentation :/. I'm trying to keep my nerves, fair of failure and everything else as low as possible but that's not particularly working anymore 😞10
-
Hi everyone,
I am working in a company where the pay is not that great but i am learning newer technologies here. And now I am getting a offer from a company where the pay will be decent but not so sure that I will learn that much.
Need advise which one should i choose.7 -
<meta name="viewport" content="width=device-width, initial-scale=1">
After trying to figure out why the examples were working on the site, but not on my page, finding out this was the problem left me with one reaction:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH1 -
Our (new job) dress code policy is "that's what the CEO wears, so you have to wear a shirt too", but not enforced while working remotely.
So, I'll never be in the office.8 -
Client: "But why isn't it working. It should work"
Dev: "Sorry but it's not in your requirements"
Client: "But it should work"
fffockins 😡1 -
Deep Thought Rant
It's funny how the world works these days...companies only looking for "senior *something*" developers to work...
Mentorship and internship also do matter. What's happening?...sure you can contribute to open source but having a mentor also helps. Working as an intern allows one to see not only tech bit but workplace environment. How to deal with deadlines, feeling good and wasted at the same time when one bug that took a 3 minutes to fix but 3 hours to find, presenting your work; well what's working only, being bashed when it's your fault or not (even though that sucks), learning from your mentor and so on
Are their companies that still do this?3 -
Pro Tip: If you spent all day debugging and shit's still not working, go get yourself an oversized, fully functional enter-key-pillow. Your code will probably still not work, but now you can at least spare your keyboard and smash that enter-key with all your built up rage1
-
Ugh, I hate when customers refuse to pay for staging systems but then randomly complain about stuff that's WIP and not working as expected yet ...
"Yes, sir, this house doesn't have a roof right now because the basement isn't done yet."2 -
When i sit down and code, its like a conversation with women.
Im not sure whats going on, but it appears to be working.6 -
20.000 holdings generated. Each unique in their own cute little way. Just finished the marketplace so users can trade the resources they produced, pagination is not working yet. Still no cofounder or anyone who would join the project. Still nothing to offer. :) But I'm keep going. There's a long way but I will not give up mr world! F* you.8
-
It's not everyday that I give Microsoft praise, but damn, the new Windows Terminal is... Surprisingly decent.
Together with WSL2, it allowed me to switch from working in a VM to working fully from Windows.
And with little tweaking of the settings file, it acts exactly the way I like.
Good job creating something modern, almost universal and usable Microsoft!9 -
-Writes a function that I'm going to schedule for django.
-works in development.
-adds it to production cron using django-crontab
-not working.
-spends 3 hours editing code, searching for similar problems and reading documentations but find nothing wrong and it's still not working.
-maybe it's django-crontab so I decide to just write a custom management command and call it through cron.
-still not working.
-calls function using what I'm telling cron to do.
-everything works.
-?????????
-adds logs to cron command (sorry for not making it earlier)
-mfw the code is not working because I imported 'patterns' in urls.py which has been deprecated since django 1.8 -
Client: I can't generate the report for this vendor. Please check.
Me: It's working sir.
Client: But not for me. Please check!
1hr later...
Client: Oh sorry, I was selecting the wrong vendor.
Wtf, madafaqa1 -
Just learned my company says it owns everything I think or build, whether I am on the clock or not. It was in the handbook, not the paperwork I signed, but it says I agree to it if I keep working for them. It even says I cannot show interest in something without their approval. FUCK!13
-
I know this is kinda late but it just came in this morning..
With the current codebase I'm working with, it's not that bad of an option...😉1 -
Well I got offered a position as the CTO of a local charity but the funding fell through. That job sounded pretty sweet.
Otherwise my dream is honestly not having one, like in a situation where I didn't need the money. I'd not working and basically just spend my time volunteering for stuff at my church -
// My First Rant
We have a developer that almost everyone adjust to what he want to avoid talking or working with him.
I have office mates that doesn't want to give tasks to him just to avoid working with him.
Even our devOps guy just did what he want so he would stop talking.
One bad experience of our devOps guy with him is that his infrastructure or other AWS stuff was blame why his APIs is not working. It turns our that his url for the database has FUCKING SPACES.
Not sure if a good practice but he wants the base url of our Endpoint to be set in environment variables instead of having DEV/PROD/TESTING and base the endpoint from there.
He said that he was given permission to study a language but he doesn't even ask for permission.3 -
The piece of software I'm working on at my job just feels fucking stupid and brainless right now. I know it is not, I know it's working, I know it'll be actually useful to its users but I don't feel like that.
I usually go by telling myself "Most of the time I do like what I do, but sometimes it's just work that has to be done" - but for the last month or so it felt like my motivation is completly drained and not coming back fast enough. Just thinking about it feels like desperate, tired crawling on Legos.
On the other hand, at least I've got some motivation for my studies back which feels great. -
I was searching for a good answer about a problem I got. Found an existing thread on stack overflow.
Many answers, all of them upvoted but not working.
One answer being not upvoted was working.
Wanted to upvote it, signed up to stack overflow.
"you can not upvote. too less reputation."
GOD, DAMN IT.2 -
Me: *working on a project for a year solo*
Management: Let's move development to consultants
Me: I don't think we'll profit from that
Management: Yes let's do it anyways
Me: *switching between project management and working on another project for 6 weeks*
EMERGENCY MEETING
Management: We're not getting enough output
Me: What did I say?
I'm so fucking tired of this project fuckery. Cred to my boss, she's great, but this time they should've just listened to me.2 -
A "secure" IoT framework, that integrates with the current system and helps in future implementations as well.
More importantly it would be universally adopted, open source and not proprietary .
Kinda working on something like it for a side project but really dunno where it'll end up! :/2 -
I was working as an intern at small company, and after a month we signed contract
But each month they had some excuse for not paying me, or any of the employees
So I quit after 3 months without any payment
But I would not have been where I am, if I was not in that difficult condition, it made me work harder, and thought me to always keep my options open :-) -
When you hack up some spaghetti code which works right off the bat and you don't even know why but you take it for granted anyways. Week later someone tells you that it's not working anymore and you have to find out why.3
-
I started working for a startup around 2 years ago, I literally helped them survive in covid, I worked my ass off for them. (I was getting good money so no complain there) but now after 2 years I started looking for better opportunities and finally found one but now the old company guy is not letting me go they have froze my experience letter, not accepting resignation letter not even giving me my salary slips and since with all this frustration I stopped working 2 months ago and now I got blocked form every possible way to contact them.8
-
Hi guys! Im jr dev and i had a great week! My girlfriend letf my house :'( but my project it's working very well on production. It's not a prank!
#TrueStory7 -
Working on a database where every column name are acronyms. No, the 2-5 seconds you just saved yourself from typing are not worth it, it’s so easy to make a self-documenting database but you had to fuck that up.1
-
When I drove up the parking lot, I had a feeling that this was a special day. Not "good" special, but "BAD" special.
I parked my car, went out, double checked to I got my headphones with me and walked in.
People where not at the places, they where talking to each other. Not talking but everyone where at some different place.
I have seen this before, when people is not working at they desk - that means that something is not working as it should and they are not telling.
I went directly to the serverroom, and directly noticed that one rack was completly black. No power. And the monitor server was one of the victims - FUCK. -
Not so much in my work but more my career.
My dad has been a great role model, still is and always will be.
He was an hard working metalworker. He loved his job. It's not a 50k job but he could easily manage his life.
My dad showed me that doing what you love, working with passion, makes your life easier and more fun. You deliver high quality products, because you care.
Since I found out that I love programming, I made it my life goal to do it as my career.
I've never been happier before. After all, I make money with my hobby.1 -
Anyone knows why I can copy paste text with color??
OS: Android 6.0.1
BTW: It's a regex for searching frequently repeating duplicates. Have been trying this for a while but still not working perfect...6 -
yay or nay?
for who are wondering what is on the screen :
i am working on a fish tank simulator gamr, which every fish have different unique combination and/or permutation. i combined this with cryptocurrency, the idea is similar to CryptoKitties and Insaniquarium combined. the implementation is not yet done, but currently i am working on the in-game market front-end functionality.
sorry no in-game preview/screenshot yet :P
curently thinking about considering to open source it and a collab.48 -
Everyone leaving early on Wednesday and you realize that it's not weekend but just No overtime working day.
#welcome #to #japan
Weekend still 2 days away.1 -
My friend was a really good programmer he had an awesome working environment and amazing colleagues but still he was not satisfied and left the job he said he couldn’t get arrays
-
Got a new laptop, but it was not properly working, so while waiting for it to get replaced, I have to use the old one again.
Feels like the CPU is a freaking potato!2 -
Did anybody ever to use this arduino module (RC522) ? How to test that module is working or not? I've tried many example in the internet, but still not working3
-
I'm amazed how some people either think I'm fucking jesus or a god or both.
App XY not working.
Yeah. We're talking about how App XY and it's exhaustion of the connection pool since a year....
It's not working, what can we do?
Well. I don't know. Tried restarting?
Not working.
Well... Nothing I can do, you're responsible for developing the app and we've talked many times how complex the problem is.
It's not working, can u do something?
<Me just fed up increasing the connection count>
Well. I've increased the connections.
This will not work. It's a band aid. The app needs really a complete migration.
Ok. But it works.
No it doesn't work.. For fucks sake... It still exhausts the connections for unknown reasons, this is a band aid.
But it works....
-.-
This conversations was over then....
Well. Have fun.
I reverted the change I did.
May this crappy piece of shit die a thousand deaths, I:m now working on something else.
Goodbye mother fucking bitches, habe fun with the nightmare you created.
I'll cry over the other fucking nightmares I at least can solve, cause what you created in this App is beyond irresponsible and dumb.4 -
When you're picking up your kid from school and you bump into a client... "Hey, I know you're not working but have a quick question for you."
-
Working on big project during summer paid intership. A lot stuff I have learned there, not just programming, but also model design, team planning etc.2
-
Went to bed last night with my code not working. Woke up, ran the app and IT WORKED! I have no clue what I did last night it's all a blur, but apparently I fixed the problem in my sleep. #SleepCoder2
-
Devs: Early birds or night owls?
Me: Definitelly night owl, can not wake up before 10 and sometimes working till morning. I know it is bad for health but I can not help myself. Being much more creative and productive at night.12 -
The hand of IT guy in family
My family sees me as guy who works on IT stuff. The best part is that I will have to help them whenever they encounter problem regarding electronics in daily activities.
Son! The internet is not working
Son! The printer is not working
Son! The TV is not working
Son! My phone didnt get any signals
Son! The microwave is not working
Son! The TV remote is not working
Son! Why is this whatsapp popup always appear whenever I opened it
Son! The dvd player is not working
Son! My phone wont charged
Son! I want to buy online stuff
Son! The email that ur uncle sent me cannot be opened
Son! The email that ur aunt sent me is not there
Son! Can u help me download this travelling app
Son! I opened a website and it told me that I have 163718362 virus!
Son! I forget my password of my facebook account!
Son! Some guy idk on facebook added me as his/her friends, what should i do?
....
Son! The internet is not working (again)
The fact is that, most if these problem, I helped them by just.. restarting the router, reboot the router for 1 min interval, find specific toggler in disfunctional hardware that they accidentally hit during sweeping the floor, take out the power and put it back again, show them how to's in many account/payment mechanism in apps, etc
The very best part that whenever they satisfied, whenever things back to work again, whenever they can reset the password:
"I've tried what you told me, but it just didnt work, but idk when u did it, it works! you are really an IT guy"
And i was like
🙃4 -
when you need two things to work: the 1st works and the 2nd doesn't and then you fix the 2nd thing but the 1st stops working...this was not a negotiation! I need both things to work!1
-
If I can, drop that what ever i'm working on and work on something else
if that's not an option painfully keep working on that, when i'm done or when the day ended reward myself by watching YouTube/rewatch a marvel tv show
Simple but effective. -
So I had plans of hammering out ludum dare and personal game work... But instead discovered the glory that is extra stout Guiness... Struggled to type this out and Im not even mad!
(Guarantee I'll wake up super pissed at myself for not working) -
I’m not a native english speaker.. had lots of interviews but all rejected me... I guess I was not good at delivering or explaining things... is this language barrier really is important.. working in canada11
-
I've been using git mindlessly for a while now. But this week I've been working on getting a better understanding of how it's working.
There's a lot there that exists, it's nice to be doing it properly and not destroying branches and not understanding why.1 -
I am working with 2 other person in a project. But everywhere they are using their name and not mentioning me. In all emails with clients they cc themselves but not me. I am still thinking if I should bail :/7
-
PHP Developer, older than me, seeking help on how to run nodejs application - "some_alien_english...some_alien_english...some_alien_english...some_alien_english... ' It working, but its not working ' ...some_alien_english...some_alien_english.........
fast forward to last line - "Its working on terminal but not working on localhost"1 -
Fml
Friday: I just finished a project with someone and I went and told my boss that I'm done with this some other work can be allotted to me. He told me that I can start working on another project with another guy. This guy told me that we'll have to start working from tomorrow.
I was mentally taken aback because I thought Saturday's are holidays. And I had a feeling that maybe Saturdays are working but I wasn't just showing up(sidenote: I'm an unpaid intern here who started a month back). So I asked him one more time whether I should come tomorrow. He replied with a ya.
Saturday: I get ready take a cab to office only to realize that Saturday's are not working and what he understood from my 'tomorrow' was Monday.2 -
My biggest concern is, that I won't be able to get free fruits and drinks while working. Oh yeah also my cat who will definitely want to lay on my laptop and or keyboard...
But I'm so not gonna wear pants to the meetings!2 -
How do you feel with not having motivation to work on/finish your personal projects?
I'm working 9 to 5 plus commute and at the end of the day I just want to eat some food and chill. But I keep beating myself up over not working on things that will improve myself.
Does anyone else feel like this while working full time?3 -
I love programming drunk! I can't sit still and always want to do stuff. When I'm drunk / tipsy I come up with ideas and start working on it. Most of the time in the morning, when my mind is clear, I'm not so creative and open minded as I'm drunk. Sometimes my ideas ain't that bad, but I loose interest in developing it any further. So I stop working on it.
This is a while == true loop -
In my Inbox, a mail trail with 3 people who concluded: "This is not working properly"
Me: "Looks like a config issue..."
Someone else: "Hey we've now checked the config, it looks fine"
Me: /goes and looks
Me: "But the required line is commented-out..." -
Just opened a project that I'll be working on for work, first thing I notice is C++ like code formatting, which hurts my eyes (keep in mind this is Java)
But then decompiled Hybris classes came at me with not only that, but three newlines between methods.
I fear what I have yet to see...4 -
Just got upset with a coworker due to not understanding the code written, logic, lack of documentation, comments. Nothing!
Other coworker: But Dave, you added that feature last December. Remember?
Me: So what are we working on today? -
You want to know what's probably the worse thing about working where I work?
We are working with a language that has been obsolete for over 17 years.
But because the application is so heavily integrated between all of our clients there really is nothing we can do about it.
They are trying to move to ASP.NET but it is fucking slow as fuck.
I have to support this, and I'm learning a bunch of classic ASP that might not even be useful to anyone in the current work industry... maybe...5 -
Always make your code readable before you stop working on it.
Not just for other people to learn from but also for yourself.
Context: just lost about 3 months of progress because everytime I look at this file I feel like starting over... -
Not a rant, but I was offered dev positions at 2 companies. Excited to start working as a developer! I guess I'll get to post actual rants soon.2
-
1 year into the project, spending nights fixing issues, but
today the client realises that things aren’t working out and we need to stop the project. 🙃
Does money, hard work and time grow on trees for you? NO CLIENTS ARE NOT GODS. They’re cuckoo.2 -
Customer service my ass. I wouldn't even call it service. All you could do is check if it's working now. Of course it's working... I've just told you it's fucking working 2 minutes then inaccessible for fucking 10.
And when I tell you that your service had began to loose quality in the past few months you just sit there in FUCKING SILENCE. MOTHERFUCKER JUST TELL ME THAT YOU CAN'T DO ANYTHING ABOUT IT... OR SORRY... OR GO FUCK YOURSELF, NOT MY JOB... I DON'T FUCKING CARE JUST DON'T SIT THERE IN SILENCE UNTIL I HAVE ENOUGH AND HANG UP... I WASN'T EVEN SHOUTED TO HIM. I was disappointed but not angry... Not until you decided to just ignore me, fucktard...
Needless to say just when I hung up it stopped working again. -.-4 -
I was a fan of windows 8.1 Not because its good with UI its just I feel lazy to upgrade to windows 10. But recently some keys of my keyboard stops working, updated drivers, nothing worked. Moreover Bluetooth was also not working at all. So decided to update it to windows 10. About windows 10 installation was so smooth. It just took two hour to completely set it up. Now keyboard and Bluetooth issue is resolved. :) happiee9
-
I just spent 4 hours troubleshooting 2 pcs, neither of them working yet. I'm way too tired, and I'm not even sure what I'm saying is correct English but I don't care. Man, fuck my life. I just wanna go to bed, but my brain doesn't think that's a good idea1
-
Talking about Deutsche Bahn ticket buying not working, but the NS sends me emails with non-functional buttons to press in order to get my ticket. What a train wreck1
-
So I’m working on this project I’ve been working on for like 3 weeks and I finally got this feature to work but it had a bug and I shit you not fighting this program was like playing through bloodborne for the first time again. It got to the point where I started naming the testing files swear words or stuff like “itshopeless”, “maybe”, “maybe2”, “pls”, etc but I finally after fucking hours passed, bug slaughtered. And I’m now exhausted
-
I need some time off. Just had this convo with a dev-manager about an 'issue' with our system change mgmt calendar (Blazor) app.
K: "In the system drop-down, it's not filtering when I type."
Me: "Let me check <I attempt to reproduce>, yep, not working. Do you get the same error? Looks like duplicate data from the database is causing a problem."
<this is over MS Teams, about 5 minutes go by with no response, then>
K: "No error, its not working."
<I find the bad data, delete it, TADA, the filtering is working again>
Me: "The filtering is working again, at least for me. You sure you didn't see an error?"
<wait 5 minutes again>
K: "No, no error."
Me: "You didn't see a little red banner at the bottom and in all caps..ERROR"
<send him a screen-shot of the error I still had in another tab>
K: "Yes, I saw that one, but no other errors. Filtering is working again. Thanks"3 -
Not really a rant, but working on a side project alone is tiring 😴.
It has been 4 days and all I have made is this page and login12 -
Tester has found an issue: controller input stops working when performing certain steps.
Creates a report and provides an attachment.
The attachment depicts some menu where, at first, the cursor moves around various options, then simply stops moving.
The problem:
Since this is a simple in-game recording, there is neither an overlay of the controller w/ a visual representation of the input actually being provided but not working, nor there is a camera recording available where I can see the tester pressing buttons on a controller.
For all I know, the tester put down the controller / stopped pressing buttons.
...I've also seen reports of animations not working... w/ fucking screenshots attached.
How the fuck can you see something not being animated in a fucking static picture?4 -
Off Topic Rant: so the condo I'm currently renting in have 2 elevators but only 1 is functioning. They turned off the other elevator so that they can save some electric bill. I doubt it is being fixed because it is still not working up to this day. Now there's a waiting time for the elevator because only 1 of them is working. Rathole and shithole Asian country I'm in.8
-
it's working ...I don't know how but it's working...I don't wanna know how ...at least not today ...X(
-
The moment when your code is like,
Yeah I'm working, not throwing errors, but not doing anything closely related to the things I should do.
Fuck this construct, I'll recode the whole thing and stop using any two-year old legacy code, for this project -
working as developer, actually android and java. Maybe not a big deal for you but it is, for me at least3
-
How can I stop colleagues from interrupting me every 5 minutes while I'm working/debugging in a polite way? I'm really annoyed, and I'm starting to become rude, but even that does not stop them.1
-
Working with Swift & Kotlin again, feels good to work with them, although I did enjoy working with Typescript, but React Native is just not fun to work with ....1
-
To be honest the exact bug I don't remember. I do recall that it had something stupid I had been trying to fix to get nodejs working on a raspberry pi. I finally figured it out and managed to get a simple rest server going. After hours of trying to fix what might now seem insignificant, I was not only relieved that I got it working, but also thrilled that I kept at it and managed to fix it.
selfConfidence++; -
Do you prefer working remote or in the office?
I like to view these as equal choices. I don't think offices are as bad as some people make them up to be (of course heavily depends on the environment and company!). In opposed to working remote, offices can help you focus more on work and leave work problems "at work".
While, if you're working remote, it's not unlikely for work and personal life to become so intertwined that it's hard to tell them apart anymore. It's hard to not think about work at home if home is where you work.
I believe an ideal is somewhere inbetween - not entirely remote, but not entirely office focused either. Mixing and matching seems like the one approach where you get to have most of the benefits, but with the least negatives. It doesn't seem necessary to always be at the office but it also doesn't seem good for you to always be cooped up at home.7 -
The worst is not being taken seriously when working on serious tasks...
Sure as an intern I don't get paid a lot, but that system I'm building has to work either way, you better fucking take that seriously....1 -
Had a Windows update the other day. Now hyperv isn't working anymore.
I fixed it but why the fuck does the update change the group policy settings? It's supposed to update the system not poke around in my settings!2 -
I am embrassed.. :(
Situation was..
It was 3-4 months ago I written the process but now client was saying it is not working so I just need to update value in array..
I spent 2-3 hours everything was good..
only in the statement where I am assigning the value is not working.
I was like dude wtf call your senior why its not working .. everything is correct.. then suddenly my eyes catch the rubbish thing I did..
this is what I used mistakenly for assignment "=="
:( and I was looking at statement from 1-2 hour.. it just wasted my time3 -
I don't understand wtf is happening today..
- in project A, terraform suddenly decided to stop working with kubernetes-related providers -- the CA cert mismatch error. I agree, it should be not working, because there are 2 kube-api severs behind an LB. But why now??? Why was it working for the last 2 months, until NOW????
- in project B, terraform suddenly decided to stop working _correctly_ with kubernetes-related providers -- it doesn't find resources randomly, even though they are available and I can see them via kubectl get. TF_LOG=DEBUG shows terraform sending correct requests to the kube-api, but the response is a 404. wtf... I see those resources present in another terminal window, only using kubectl. wtf....
- my PR in github was commented, I wanted to ask a question seconds later, and I'm getting a 502 from GH
wtf... I can't spot a pattern and that drives me freaking crazy.
Is this the Friday's curse...? IDK4 -
Spent the day working on a concept for a Survival, Twin Stick Shooter, Tower Defence game. not sure if it will work yet, but everyone I have ran my Concept by really likes it.
-
0. working PCs
0.0 technically they are working, but they are too slow to even open up eclipse
0.1 maybe this gets better at university
1 coding on paper
2 not using google + usbs + network drives for code sharing
3 if it might be applicable PLEASE ENABLE THE FUCKING CMD! OR LET ME USE ARCH ON MY STICK! C'MON2 -
Went to unbox and use my Air Fryer a few minutes ago (we are not worthy of these amazing tools) after a hard day of working on RPA and I couldn’t help but chuckle at this.
HA. GOTTEM (more like got me tbh)3 -
Originally wanted to get a head start on work since gonna be out Monday... And don't want to be distracted while working on it... But UAT db was down.
So spent all morning working on side projects like a password manager because we're not allowed to use keepass...2 -
I can’t say much about this, but there is one thing.
When you go for the interview, and if the interview is in the same working place you will be working at, check the office, working tables/chair, pc/laptop, accessories etc.
You may think these are not much important but believe me, when the company hesitates to invest these things in you, think how can they invest on your knowledge, and other things..
It means they don’t care about you, you are just $ for them.2 -
The few times i have pushed code to the repo when it's not ready.
Granted it was so i can carry on working on it elsewhere but it wasn't my proudest moment.4 -
!!!rant
I LOVE flexible working hours (a.k.a. flextime). I don't know how you feel about it but not being forced to be somewhere at a specific time relaxes and improves my day hugely.5 -
Why must coming up with ideas be so fucking difficult, trying to work out names for variables and working out a file structure that makes sense for the SDK I'm working on is literally the only thing holding me back at this stage...
Ugh being a perfectionist and programmer is not a good mix .-.
EDIT: also just remembered of 2 YouTube series I want to make but can't think of a title so I haven't done them... Fantastic1 -
Working with python been banging my head for 2 days and keep getting this error. Tried fixed on Google but not one has worked.26
-
I am being transferred to a new team. New team has started assigning work, but the current team has not yet released me.
So I end up working 80% of my time in the current team and 40% in my new team.1 -
Getting into the third hour of trying to run an android studio emulator on ryzen.
Significant progress is made though, now instead of not working and giving 9 errors, its still not working, but at least there are no more errors being reported... -
Best thing for me is being in an environment where I am not only able but encouraged to learn every day. Also sleeping in and working from home are nice bonuses ;)
-
Lots of code not working, lots of job problems, lots of troubles in life, lots of sleepless nights…
But hey, I have marshmallow chocolate cookies :)8 -
One morning I accidentally pulled the charger out of my phone. It's not turned, just pulled out. I tried to plug it back, but the first attempt failed. I turned around the cable and plugged in. WTF USB?! How is this working?1
-
It`s better to have an error than to have your app run but not working as wanted. Like in games, you know you`re on the right path if enemies show up, like the errors here.
-
My last week of vacations. A brake on bussiness programing... lol
Monday:
Receive a phone call from a colegue:
Hi the equipment it not working.
Me: ( upset with the acuracy) reboot that shit!
Colegue: Its working. Thank you.
Me: 😲😨😵😱
Today (Thursday):
Collegue: The printer is not working!
Me: 😡 Im on vacation. Check the cable or try to reinstall the printer...
Colegue: Its working. Thank you.
Me: 😱😱😱😱😱😱😱😱
2 fucking hours later:
Collegue try to call
Me: Did not answer... 😡 Fuch this shit.
Colegue send text message saying that they had a problem on the video projector but its ok now..
Me: 😠😡😢😢😢
I'M ON V A C A T I O N3 -
I hate fucking SteamVR stuff so much. I don't know why, but Valve has not set up the plugins in a way that makes any sense. I have so many workarounds in the project I'm working on it makes me sick.
-
My family had a very good understanding of what I'm doing.
My dad is working at a big software company as project manager (he himself did code years ago, but it's actually a physicist).
My mum is a language teacher, but has taught herself web design while she wasn't working in her job (taking care of us kids) and was working as self employed web designer from home for some years.
My youngest brother is studying business informatics.
My other brother is not studying anything technical, but very open minded towards these topics and has good knowledge about it.
My grandparents believe what I told them: "I (read as: software developers) create everything that happens in your computer after you've turned it on."1 -
I love robots and I so-fucking-much love working with them... But for some reason, which may very well be exhaustion, I am not looking forward to tomorrow and writing ROS services for the currently packaged stuff.
*sigh*1 -
Really not in the mood for work.
But since that is not an acceptable reason to ask for a day off, I wonder what excuses I can make to get out of working today... 🤔11 -
spent 2 days trying to figure out why my css was working fine on one page but not another. found it was due to the doc type declaration on one of the pages was mad about me not putting height:100% on a parent div. smh1
-
A full stack php developer, PM me today who looks a lot bigger in age than me.
First of all, it was pain in ass and dick to understand what he was trying to ask for help. If cannot communicate in English, fucking use php ...Err hindi
All he was saying was, it's not working, and then added working. Inside my mind... "Is it even working or not"
At last I got, what he said. His nodejs application was running on terminal but not localhost. */ Facepalm..*/ 🤔🤔🤔Ass plam /* dickpalm1 -
I'm going to hate all laptops. I tried to install linux and I have problem in instalation. Still have well working win, but im sick and tired with not working shit. It's funny, because few months ago i had win and linux xD
It's time to but New one? XD2 -
Today is the first time I really wished we would use git, or some good version control. My coworker kept working on my project while I was on vacation and now something isn't working. I'm just not sure if it's not working because I was dumb enough to accidentally STRG+X (I know, I'm dumb) some of his lines or whatever, but the point is I have no way to trace back what it looked like before and now I gotta fill the blanks by deduction I guess10
-
So far, I'm not a fan of Ubuntu touch on the pinephone. I think ill plan on switching to PostmarketOS this weekend. It looks more bare bones from what I've seen (admittedly not very much so far) but looks like it's for more features working. UBports has a ways to go yet.4
-
Love this open job position of node.js developer on BMW Group.
Working with cars and open source code its a Saint Graal.
But not this time. -
I'm starting to get sick of working with handed over projects that previous devs think they are masters of programming and their code is nothing but pure chaos ....
I'm given a project written in Java & Swift, API class is initiated a million times in same view, has access to android context, custom font is applied by creating custom text view instead of applying customization in styles file ....
Still haven't yet looked into iOS code but I'm not expecting much ...
Sometimes I wonder why I chose working with code4 -
working in a single file, not separating stuff properly. I don't do that for work related stuff, but I'm very lazy when it's a personal project4
-
That moment when you’re debugging, and you realize that your output files are not empty because your code isn’t working but because your code IS working... 😑
I changed the test files I was using so I wasn’t expecting that particular behavior. None of the input data met the requirements hence nothing was being written out. It wasn’t until I tried a larger test file that I realized my code was working.
A simple discussion with a teammate would have solved this. 👀😂 -
Vr headset for working outside. Yes you will look like a douche but has anyone tried it? So sitting in sunny weather, keyboard below, can see desktop in headset. Maybe not a vr headset but something else? Thoughts? Any other 'coding in bright places' tips?5
-
Working on an assignment in Java. Was making a test, but no matter how hard i tried the test would never run. Went through the code several times changing it entirely.
Realized after four hours that it was the test that was wrong, not the code 🙄1 -
If you tried to fix a bug
And put it on stage, but still not working!!!
MAKE SURE HAVE HAVE REBUILD YOUR SOLUTION3 -
being accepted as an Intern at a small company, its not much but i really feel confidence of my skill and working as a group, even though there is an age gap of like 5 years, i managed to connect and feel comfortable.
-
Working two hours on this FFS. Three the same laptops:
- Two USB sticks of different brands working on two of the laptops. One doesn't work.
- BIOS versions: the working two are from 2018 and 2020. The not working one is from 2022.
- BIOS settings: 99% the same, especially where matters. Literally went trough every menu.
- I thought, maybe the 'new' 2022 BIOS has a buggy - so maybe update BIOS? Everything only for windows on Lenovo website.
I installed xubuntu on it before. All laptops say "cant find /boot" but on two of them it's not a problem and they run the live USB stick with option to installii. Since I installed it before, the BIOS version is probably not the issue.
If i close my eyes i see swastika's.
Detail: the not working laptop is the one that i wrote the xubuntu iso to /dev/sda (what was the hard drive, see a few rants ago). For some reason, it aggresively boots from that one. I do see my USB stick working (very busy flashing light). Is it maybe possible that it mounts my HD as installation cdrom? The HD contains those files.
Anyone tips?2 -
Ok.
I am not a security expert, but when i was working on downloading youtube videos directly from googlevideos.com server, found out there was some security issue that allows to manipulate login requests.
Reported to google.
Let's see how it goes.2 -
Not a rant!
But I want to know how much do programmer make? (Money wise) and would it be better to be a freelancer or to work for a company? What are some pros and cons for working in a company and for being a freelancer.5 -
I'm following this electron tutorial. I tried esporta and npm installa, but they are not working. Someone knows why?7
-
Being hired as an independent contractor but working 40hours in the office 5 days a week and earning no other income but not getting cpp or ei deducted to CRA (this is very illegal for the employer). Very sketchy.
-
To build wealth and create passive income that will make me finally quit my developer career. I'm passionate about being a developer but as a hobby, and not working for someone else who wants you to build something you disagree with.1
-
"Long" time lurker here... Doing my master's thesis, nothing works (Gaussian Mixture Models hate me) and there's less than a month left until opposition. No results, no working code, feels like I don't understand anything. I can't relax anymore, not even on the weekends. Several times I've just felt "Fuck it, let's just not do this", but I feel like I'm close to the finish line... Right now, I just wanna start working instead. I think.6
-
Am working on a chat module for android using firebase realtime database
Everything is working fine but am really confused how to select that this message should be sent to a specific user not to every single logged in user
Can someone help me with this?4 -
New piece of code which should work perfectly and solve your problem but it is not working just because you forgot to remove an old piece of code you were trying to fix the same problem! Fuck my life!1
-
When I work from home, I probably spend less time working, but I do it seriously
When I work in the office I spend most of the time I would not actually work, pretending to work and probably time spent in actual work is much less
But I guess that better performances in work from home, do not feed automotive industry… -
I've had a meeting cancelled, but I think that'll only be the beginning. For my own part, my commute takes place not only on public transit, but on the train that runs between downtown and the airport. So I will probably start working from home this week. I'm commuting today, just to see though.
-
I am working on a new version of Alarmify an Alarm that uses Spotify Music on iOS. But I‘m still not finished, because I completely rewrote it and it took more time than I had.
I hope I can finish it this fall 😊 -
I've just exported my flutter app using the magic codemagic and they sent me the versions, but the question is how can convert the .app format from the IOS version to .ipa cuz it's not working by directly rename it.
-
So I was thinking about learning to write some Go code. I downloaded it and it didn't work. I struggled for hours just to get it to execute a file, but I could not get it working for packages.
Never have I stumbled upon a language that's working AGAINST me.
I gave up, Go beat me. I removed everything on my computer related to Go. Fuck Go!8 -
Can one of you help me?
I wanted to do a minimal Fedora install on my laptop, but the WiFi isn't working. The wifi-card uses the ath10k_PCI driver.
It works perfectly fine in the live-iso and the installer, but not in the minimal installation.3 -
Why is it always so exhausting to communucate with clients?
It's been 11 fkin days since I started working on one really simple project, but it's still not done because client can't respond within 1 day...1 -
How many of you have managers who grill their employees for coming late?
Maybe it's just me being downright lazy but I've always had this idea that working for a tech company would mean flexible timings and no fixed minimum working hours (as long as you meet your deadlines and get the job done).
I've been working for this small AI/CV startup for about 10 months now and my manager/founder's nephew, who is my age(22) keeps grinding me for not coming on time. I'm not really a morning person (and my productivity decreases significantly whenever I wake up early) but I make sure I meet my deadlines.
Initially, I used to avoid all this BS but now it has started to annoy me. Suggestions?10 -
I really want to try freelancing but I’m terribly terrified at the thought of working with a client and ruining the whole thing or not doing a good job 🙍🏻♀️8
-
When you don't want to go for your midday run, not because you don't feel like working out, but because it'll take time away from coding and you can't read devRant while you run...1
-
not a huge bug, but it was my most recent one. was building a website and I wanted a custom font, so I put in
@font-face {
font-family: "Font";
src: url ("fonts/font.otf") format("opentype");
}
but this wasn't working. looked for about a day (while working on other stuff) finally found an article that said I needed absolute paths to the font rather than relative paths. so /css/fonts/font.otf worked4 -
I'm losing faith in my future right now!
I'm dying working for my current employer (read my last two rants) but no one wants to hire me and I'm not sure whether it's my skills, little experience or only halftime availability until I finish studies!
Also, while I'm at it, there are second to none game dev workplaces here, in Poznań (and working as a game dev is a dream <3).1 -
So I follow Linus Tech Tips and set my computer's DNS server to 1.1.1.1 but the dumbass in me didn't set any backup servers.
Come Friday night, internet is not working on my computer. After a modem/router restart and it still not working, I thought it was just the internet in the house was down for a little bit (it was connecting to the router perfectly fine). The next morning I wake up and my phone's connected to WiFi and it's working, so I'm like, "great, internet's back"
Not for my laptop lol. Nothing's loading there. Since it's just this device that's having trouble, I decide to forget the network and log back in. Still not working.
I finally remembered my DNS server setting and add Google's external DNS servers to the list and now it's working.9 -
I was wondering...
What do you guys think of different work places e.g not working at your desk but instead working outside with a laptop?
I think you would lose alot if productivity because your screensize is limited and so on while coding. But if you're just writing/replying to Emails i think it could be fun.4 -
So my phones camera's are fucked, was working on my games camera system last night and was ranting to my partner that none of it was working but it should be... Her response was 'You're not having much luck with camera's are you?"...
That cuts deep man... -
When users say "An error was shown" or "It's not working" but with no further details, I feel like they hate me.4
-
Not really comp Sci related but
Does anyone know any good audio editing software my friend wants to start working on getting into the audio industry and I as the tech nerd friend want to help him8 -
It’s seems like I can’t finish anything at work. I’m working on a data migration routine since last week. Almost finished but hit some Barriers, had to ask my boss for help, he finally was able to solve the problem. But then I had to move to another task, and realized I will have to change the data structure of the app after a long time working on the task. I know somethings take longer, but i feel so unproductive when I’m not finishing tasks everyday :/2
-
Not working side projects enough. Really puts me behind where I could be but working 9-7 5 days a week I really CBA in my spare time.1
-
i'm not sure if it had anything to do with this app i'm working on but I broke down and cried when I saw that I forgot to take my laundry out.3
-
I write code as part of my job but also tend to have a lot of pet projects I think about in my spare time. A lot of those projects are not specifically targeted at solving an actual real problem but are just a curiosity (like my Duktape/ECMAScript thing that could import and call DLL routines.) I often find it difficult to choose which one to continue working on and end up not working on any of them because I can't decide which one is more interesting at the time! Or I get stuck and struggle to find a way around whatever roadblock I've hit.1
-
learning to code while working as not a dev. Gives freedom but zero experience. Need experience but lack confidence :(6
-
I got a planet!
Chat isn’t working, I don’t know why yet.
It was working on the comet I spun up, but not on ~linrun-harmes.3 -
Studying. I decide to study for an exam and not only the "coding-zone" is here, but I have an infinite amount of new ideas. Yesterday I fixed some old bugs in the matter of 30min, did some piece of working code for chrome-like notifications in 10min (working, not pretty) and today passed the exam. Slept 2 hours though.
Brain is insane, what do you want to hear... -
The most scary moment about running the code for the first time is when no errors are displayed and you're sure it's not because everything is working as intended but because the error is so critical it won't show itself so easly1
-
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??!
-
!Deno
Being now able to write import 'npm:<name>' and it just working is quite hilarious, not having to use nodejs but still using the projects built on it .. wwwwww25 -
Can someone help me? I'm getting this error in VS Code while working on my Unity project. Everything was working fine for last few months. Now I'm getting false positives, because everything works fine in Unity. The problem's gone when I open "ObjectInfo" class file and save it, but I have to do it every time I start VS Code.
The type or namespace name 'ObjectInfo' could not be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp] -
To not get fired. I'm a student at the best high school in my country, so it's really unusual that I work besides school. I want to prove that it's not only possible but beneficial. I already learned a lot, but if I won't get fired, I'll be close to senior level by the time I start working full-time, which will help a lot with university.1
-
Sacrificing mental health working a corporate 9 5 job in this industry for 8$ an hour is absolutely not worth it I'd rather kill myself than live like this. The only power that was pushing me to continue working this shithole industry was to buy a car at least on leasing but now that i finally reached that point to be able to afford it on leasing the health price i had to pay for that has caused so many new problems that its not worth at all to fucking continue.9
-
I am working with Apache Spark on Scala for my undergrad research. It got me thinking: what is Scala used for beside doing stuff with Spark?
Not sure whether it's just me but most posts talking about Scala seem to always mention Spark. -
Self learned. I was introduced to programming quite early courtesy my dad who pushed me to use Linux. At first I learned basics, enough to tinker with stuff. Then I met python. It changed my world. Now I know C, C++, JS, PHP, Obj-C fluent enough and am working on others. But python will always have a sweet spot in my heart. Also, I think python 3 is a good improvement over 2. Not perfect. But good enough and it still has a future.
Working on SQL and Java -
- Remote working as necessary
- Working in a laptop (ideal but not necessary)
- developing and designing from scratch and few maintenance
- pleasant offices
- getting involved in new techs once in a while
- engaging industry. Telecom / medical / automotion would be nice2 -
Hmmm.. I don't know but something sketchy was going on with my previous employer as they're not really registered here in our country yet so, they decided to put "Freelance" on our job title though we're working full-time or under a contract. Not really sure how that goes. Glad that I left that company.1
-
Does anyone else enjoy working remote but also have complaints about it? My biggest complaint is not being on a schedule and getting out enough.
More often than not I find myself not tired at the end of the day, so falling asleep is hard. I guess the commute drains you a lot more than I assumed. My previous 1hr+ commute both ways has turned into a roll out of bed and begin working commute.
I keep wanting to go work from a coffee shop or something, but just haven't. I've also considered travelling somewhere and working from s different city for a few days but haven't tried that either.1 -
Came in office and a ton of sites are suddenly being blocked.
It never was.
Proceed to continue to work, but cannot connect to iTunes Connect.
Not sure if boss wants to stop me from wasting my time on Youtube and working too 🤔3 -
Feeling sad about the developers working on edge.
We don't work on things that people might not use; but they -
So I realized I misspelled a class in css
But the wired thing is its working
Then I fixed the typo and BOOM not working anymore
Wat kind of crazy is this????7 -
Ran a test today. It was comparing whether a the reducer returned the correct state when a type and list is passed to it. The test failed. But something very curious happened. I am using webstorm and so the IDE told me 'click to see differences'. I did and the message at the top read as follows "The 2 lists are identical" (The expected and actual result). So my test worked but it didn't work. What is life!? I finally got it working though😕1
-
Today I spent almost an hour trying to figure out why something like this was not working....the solution?
Just declaring first the itemLabel attribute and then itemValue....WTF?!?! JSF can be powerfull...but some times it does not make any ducking sense.2 -
In about 1.5 hours i'm getting out of the side project/startup i've been working on with a few friends. Not an easy decision but had do it, as it had a negative impact on my real job.3
-
During your professional experience, have you ever had that company where not only you loved working with the product, but also with the people. You knew the system and codebase in and out but you had to move because of pay and other reason? Do you miss it?5
-
How do I know if I am pushing my work output too hard? How can I let my team know I'm not trying to make anyone look bad?
My CEO uses me as an example often of what a hard working dev looks like. I personally just enjoy working on the product. I don't like attention and I can't help but feel like I'm getting too much spotlight opposed to the other devs. 🤷4 -
So... I had to create a VBA macro, ok, it is very simple and it will be necessary during some DOC files reviewing. Ok, not a problem.
I created the functions, added some quick launch buttons and saved it as a .DOTM file. I even included an autoload form with an Install button, so the file copy itself to the Word Startup folder. Nice, everything working just fine.
But... there are two Mac users in the company. I do not have a Mac, but the first thing I thought was I hardcoded the "\" to check if the file already exists and to copy the file. Using the system separator would do the trick. The macro would be copied and everything is done. But...
1. The quick launch buttons do not appear on Mac;
2. The "Application.PathSeparator" returns an ":"
3. The "application.StartupPath" returns an invalid path (something like "Mac's Name:Application:etc")
4. The copy command is not working, the Dir command appears to be not identifying the path etc
5. I need to have it working by Monday morning.2 -
Start working on something else.
When you're not focussing intently on that problem, but on something else, the answer will appear (and piss you off because now you've just gotten into a flow on the new task!!) -
You know what is awesome. React with Redux. It is such a clean and scalable pattern for building UI. Conceptually not that easy but on once you have it. So much better than any other pattern I have seen.
But what fucks me off is working with other librarys with it not hard just fucking annoying.2 -
Limited power!!!,, limited power!!!. limited power!!!.. I'm so tired of this nation... coding is hard for us jst because of this country... been trying to focus and work harder without blaming the country but it jst not working2
-
https://youtube.com/watch/...
I honestly don't believe it is really true and if it is, I don't think google listened in the backround or even cortana did, but it was youtube itself.
But still, pretty creepy and maybe listening does not work like in real time, but it is working. Slowly. Hidden. Precisely.1 -
I working hotfix in prod, small fix but fatal it's about environtment and proxy thing, and I forgot to write in the decumentation, 3 month after that I leave the company.
After some week the PM contact me and tell the developer create some error and make the production down, and the whole team is not going home for 3 days working on that issue.
He offer me some money for helping with the issue, I aggred and they give me some account for access the environtment and code.
I can fix it in less than 15 minutes, but because they cannot fix it I working it for 6 hour, and after that I explain the step for solving it, they seems really glad that I can solve the issue and now the prod is working again..
Now In my opinion, I know I was not a good person, and what i've done is maybe not acceptable.
But for me as a developer, as long I have the credential and access I can read(guessed) how the flow goes and know the environtment that my company use without they explain it or some googling definitly will help right.?
So, what you say about it, What will you do if you got into my situation.?10 -
I'm working on a portfolio website hosted on Github pages, but I'm struggling for inspiration. (I'm also not a web developer, but this is a learning experience). Do any of my fellow ranters have portfolio websites they've developed to show their skills?1
-
I cant believe how powerful and FAST nextjs is. Very smooth and lightweight. Easy to work with.
Also angular became super fast and smooth. 5 years ago in 2018 i remember working in angular and it was not that fast. The project structure was a bit messy. But now everything has drastically improved and became simplified.
I love both now. Happy to be working in both2 -
How can anybody use virtualization on Windows? Seriously! My second experience with Hyper-V. Not only it can't do basic stuff like forward devices into VM. And CPU and network configuration is simply a joke with almost no settings. But even those few stop working after a while! Aaarrrgh! Spend hour clicking like crazy trying to get network working. I wanted just a simple network between host and guest. Willing to setup static IP. Can't be simpler. But no, can't do. Somehow started working after ten times trying the same. And stoped after few seconds. Are you kidding me? And there are people using this peice of crap seriously and even call this production? Screw it. My brother will have to learn to have VMs in Linux.5
-
I spent all day working on 3 great options for a client. They look amazing and got a great review from my partner, but the client does not like any of them. They want something basic :(
Why be boring when you can have an amazing. -
not only using a static factor to resize a freeform, user uploaded image into thumbnails, but also defining this "const" in every method that uses it ... with the same values ... gotta love working with this code ...
-
Started working on a project in january, knew nothing of the platform i was working on. Now after 4 months and multiple holidays and vacations(festivals and stuff). I have a "running" prototype of the app. BUT its not configured properly, i know this much. But i have lost track of the changes and files, basically i don't know how it all is working.
-
Copied from Plataformatec/Devise OSS project issue
"Right, I was following the wiki. I don't know how, but it magically started working. Not sure what did it, but it's working now! Thanks."
We know his struggle! -
gulp.pipe(notify("SASS compiled, motherfucker!"));
I hate working on tight deadlines when I have plans the entire week, so I add some random shit to my gulpfile once in a while to cheer myself up.. Did not work, but I'm not gonna remove it.1 -
Hello guys,
TLDR;
leave a company where I have big influence with less technical challenges for a big company where I am challenged but jus as an individual contributor
I am working for a good company as a DevOps engineer, made a lot of achievements and literally moved the company to a whole new level, however I am working all alone, no mentorship but I get to lead everything and take initiatives
You can imagine the stress working a lone with a big scale in terms of production and other teams that I should support
Have been promised that we will get a team but it has been 15 months and nothing happens
I feel that technical I am not growing enough since I don't have time to improve or any mentorship
Now I am offered a senior position in one of biggest fashion/retail companies in Europe
And I am not sure if I should leave or not, btw it involves relocating1 -
For some reason github is not working on my wifi.
First thought it was down.
But then found it's running from my phone data.
Tried calling isp. They say it's working .
Anyone here who can help.... ?
Currently running from my mobile data but it's too slow..... 😢9 -
I like this week’s topic, since I’m currently wondering whether or not to study software engineering. Currently working as a software developer, uneducated, but kind of want to build onto it. Any advice from you novice DevRants?7
-
Unable to run internet on company provide Mac book ..fucking. stupid....Tried to remove proxy but not working..Even wifi getting connected and for a second it runs the internet.
How to get rid off this proxy shit6 -
My confession is that I love doing OPS where I can fix an issue I caused myself and people are actually grateful for just having it working.
All other cases not so much.... But please team don't identify me and put me on support 24/7 :'( -
Working on maintenance suck, but that's why most of the software developers do. Stable job and higher pay. Mundane tasks like fix bugs or modify small part of the software.
Working on an idea is interesting in startup. You don't see shit code and code from the ground up. The work is creative. But the pay is low because the company is not profitable.
Which one is your choice?1 -
I am using Ubuntu+Windows 10 on my laptop
I have partitioned the hard disk in such a way that I have a portion where ubuntu is installed, a portion where windows is installed, and 2 other partitions which both ubuntu use common for data storage
it has been working fine till now
but today out of nowhere I am not able to access some folders on the common 2 drives in windows,
I am able to access all the folders in ubuntu but not in windows.
it says you don't have rights to access the folder
i try to change the settings the settings freeze and den I am not able to do anything
I have tried icacls in cmd but it's not working
any suggestions on how to fix this problem??2 -
I know that you need to stop to not burn out but I have a lot of work until July 1th and I have been working like crazy since September. What can I do to not get mad before our hard deadline? 😖6
-
Hi Guys! Currently I'm learning backend web development on freecodecamp.com. Before this I've learned python, just for fun, but I 'painfully' enjoy both. I'm working on an other field now (cnc machining), but I tought I could become a developer. Now I've lost my confindent because a few article on Quora. There a guy (and not only he) said, technicly it'll take over my life. Unbelievable amount of extra time exclude working hours, stress and 18 hours working days. My long plan was to be an independent freelancer, with an easy working schedule (I don't want to be rich, jus have a food valanced life). I've been hoped in a fairy tale? It'll drain my life?4
-
Has anyone used catch2? How do I pass the command line arguments to a test when I have test in a separate file. The supplying main yourself document is quite useless, it only tells you how to get the arguments but not how to pass it to tests. I saw people setting a global variable in main but it’s not working for me.
-
Every day, the SM likes to come by the dev table and ask what our updates are (stalking jira + dev slack channel is apparently too boring).
He comes by every 2 hours.
Each time asking about how close I am to finishing not only the current feature but the other stories I have to work on too.
The other stores are not in progress, what makes you think I was working on them in the background of what I'm currently working on?
Doesn't help that we somehow keep adding stories mid sprint, -
Bought a new Small Netbook recently.
Wanted to install Linux, because Yeah, working with Linux All the time and I'm " in love" with it ;)
But ... it's not working properly.. No Sound, some keys aren't supported and some other Shit that arent working as expected.
Shit. Tried everything, multiple times, the Hardware is not really compatible with Linux. Damn, this is the only shit about Linux..
Yeah, I'm now so desperated, that I've Just installed Windows 10.
My only hope - the new bash/Power Shell. Does anybody has made some (good) experience with it?9 -
I want to find a certi good mechanical keyboard for working/typing in general but not top noisy cause i work with others in same room. Any good advice?6
-
I created two projects and they are now under testing. Now i am working on two other projects (& more to come). I'd be working on something but i get a lot of emails to do some changes or fix some bugs.
I feel i'm slow but it's only me working on those 4 projects, i can't stop something and work on something else!!
Should i work more at home? Or is it not my fault?
Nobody complained on my work, i'm giving good results although i feel i am losing control, but what if they think i'm a person who can't manage well? any advice???5 -
I have a weird problem ...
There’s an existing swift app, with Apple sign in implemented and working.
When I took over I had to revoke app certificates and create new one. Since then the Apple sign in stopped working.
I’ve tried clean rebuild etc , even tried renewing old profiles with the new cert but nothing is working.
When u do Apple sign in it says “sign up not completed” with no error msg.
Old dev says it happened last time when cert/profile was changed but fixed on proper rebuild. Not fixing for me.
Anybody else faced this?5 -
I like this old clip. When somthing is not working...this catchy text make me feel bettet.
https://youtu.be/Eq3CuMDXaPs
Not as catchy but very funny
https://youtu.be/RnqAXuLZlaE
Anyone know any good clips? -
I was installing the .NET framework so I could run DSIII, but after installing it, it would still complain and not run. So I got a different version and... still nothing. Then I tried to fucking uninstall it, but it wasn't it the installed programs, so I got an utility that was supposed to uninstall it, but then the installer said it was already installed. So I deleted to actual files manually and even then it wouldn't bloody reinstall. Except that programs that were working before, just stopped working.
At which point I just reinstalled fucking windows.3 -
I've got startup ideas.
Not just ideas, but, I'm working on all of them.
Now I wanna leave my engineering...
And everybody is telling me not to.
Can I get a yes here?8 -
I tried to make a post with a picture, but it did not work. I even scaled it down to 25kb and decreased resolution heavily. Tried png and jpg. The hell is it not working from desktop and from a phone?2
-
Json + python is hell. I've been working on the past few days to pull key information out of json files with python and it would with some json files but not others.2
-
Anyone able to recommend the best place to get courses from for working towards an Azure dev cert (or possibly AWS) ?
I’m thinking udemy etc but only ones I’ve ever used are Linkedin Learning and Pluralsight.
I’m going to be paying for these personally so hopefully not too expensive but quality comes before price.3 -
Deploys to Production.
Runtime error.
Open Development server and run in Production setting.
Still runtime error.
Fixes Error.
Error fixed on development.
while (hoursWasted < 3) {
Deploy.
Not working on Prod.
Try other fix.
Still not working, but works perfectly in dev machine.
What the fuck
}
Rage
Go take a walk
Realized I might have deployed to the wrong server
Glanced at deployment path
Realized it's at the wrong server
Reconfigure and Deploy
It works.
Fuck.1 -
sorry btw it's not a rant !!
need help....
my acer laptop isn't starting, charging is working fine, but when I press power button an LED glows & then turns off in 3-4 secs... nothing on the screen though19 -
Oh, how I loved KDE Plasma, but wtf is this? Alt+Tab is not working anymore for a few days now - had to change shortcut to something else. And from today, notifications does not look like Plasma notifications but exactly like in Unity. DAFUQ!
-
Working with GNOME libs as a KDE developer is horrible. I'm not saying GNOME libs are worse than KDE libs, but it's like different worlds and things take 10x longer when you are not experienced with it.
-
How often does crowdfunding a prototype work out right?
Like I've been working on this prototype for 2 months and it is so damn expensive, especially with a horrible college job. I want to crowd-source the funding but I'm not sure about it.1 -
Can somebody give working example how to solve
Access to XMLHttpRequest at 'localhost:8000/index.php/api/companies/1/logo' from origin 'http://localhost:8080' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
this error is talked so much but no working solution I can find. Maybe it is somewhere but cannot find so far in the internet trash.
Nginx server.
Not by installing chrome plugin, because other people would also need to install it. Thats not a solution.20 -
I don't know game development but idk I accepted an offer for game development competition..
the fuck I didn't even knew how to make one...
Now I. am working with Ursina Engine....
even the code on google does not work........1 -
My vServer setted Up recently is working.. nearly.. git isn't working.. cant Push to the server.. permission denied, Can not read.. Shit! Any suggestions?
I can login to my Server with my Public Key, but for some reason not with git. Maybe I will Dream from a Solution. Good night ;)6 -
Question: is it common for a boss to make you stay late because your teammates are working on something big (that you're not involved in) and they're staying late? Because he touts that it's team unity, but I feel like it's false imprisonment.8
-
Not a rant but..
What was the most terrible experience you have had while working with groupmate(s)/co-worker(s) on a project?3 -
What is the average working hours of a freelance web developer??? I work 12hrs a day..but i think that's not enough!3
-
Is there anyone in the whole of devRant working with VR, AR, speech or motion detection?
I keep thinking that those were just fads that disappeared, because I'm still to see a single lasting-success product.
It might be temporary, someone might invent motion control that actually works or an Alexa that does not suck (unless you speak English with an toothpaste-commercial accent), or a non-goofy AR set.
But if not a single dev in devRant is working with it, it does not seem likely.6 -
Okay, I'm glad we're working with cutting edge technology, I love that, but module federation with micro front-ends has currently so many issues across the board that I feel we're working against it, not with it. It leaves us incapable to use vite or proper SSR.
Also, isn't it funny that we are basically reinventing iframes? -
I'was adding a Contact us form in my website but it is not working properly.
I think the problem is in my css External stylesheet.
I've created it in css stylesheet like this:-
/* contact form */
body{
}
But there is another body element in css stylesheet
/* CSS Document */
body{
}7 -
Best way to find beta testers for a new project I'm working on website wise? Has a cryptocurrency topic but not for profit..?1
-
not sure what i changed, if anything
but my previously working code calling another microservice now fails because invalid jwt token
fml4 -
When I found a company that is focused on automated drone swarms with minimum human supervision and sell my “solutions”(I hate the word but I dont want to sell physical products necessarily). I find working for other companies is not the endgame.
-
Sophia is smarter than I thought
me: Hey Sophia, are you as smart as they say?
Sophia: For I am just a face, I am not smart.
but my friends at Hanson robotics are
working hard making me look smart. :) -
Im rebuilding a certain page in Angular. Looking at certain functionality i found out that a news subscription is broken on the current page. However i still need to implement this? But why? It’s not working?1
-
Is anyone familiar with google OAuth not working on webview issue and got any idea to resolve it?
I googled but it says the users will need to use the mobile browser in order to use Google OAuth.
And also tried to force open the link in chrome using js but it's not working. -
2019 and wifi still not work with Windows 10. Laptop is supported with Windows 10. So why it's not working like it should. I don't know why but Windows 10 and wifi is kinda common problem for me. I remember last time I had similar problems with Linux, it was like 10 years ago.4
-
How can you make a login form in which details are filled via voice? One way is that we can use pyauto gui for fetching coordinates but it's not working as per my wish...8
-
So the restaurant I work for get interns to "revamp" the employee website (says so right on the page). The site didnt work the first couple days they had it up. Then it was fine for a week. Now everyone is getting a 404. I had thought about working as a software engineer for home office, but now Im not sure I want to since they cant even get a website working correctly for more than a week.
-
Not a rant, but a question. What Spotify playlists do you guys listen to when working? Super stoked there's a community of devs that I can ask.1