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!17 -
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 -
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 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
-
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 -
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
-
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 -
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 -
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 -
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
-
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 -
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 -
*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 -
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 -
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
-
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 -
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
-
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! -
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 -
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 -
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 -
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 -
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 -
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
-
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 -
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 -
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 -
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
-
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 -
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?
-
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
-
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
-
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 -
<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 -
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
-
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 -
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.9
-
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 -
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
-
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 -
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 -
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 -
-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 -
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 -
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
-
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 -
// 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 -
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 :-) -
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 -
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 -
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
-
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 -
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
-
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 -
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
-
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 -
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. -
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 -
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 -
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 -
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) -
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 -
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
-
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 -
I like webpack, but maybe not anymore after today.
Was working on my side project with already configured webpack and after some time I realised somethong is wrong with my styles, but it was not before.
Then I realised, that Chrome won't load CSS at all. I checked my source, but it seems to be perfectly fine. No errors while building. CSS is even included in the bundle generated...WHAT THE FUCK?5 -
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."
-
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 -
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
-
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 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
-
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 -
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
-
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..." -
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
-
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 -
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 -
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. -
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 -
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 -
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
-
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
-
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 -
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 -
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
-
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... -
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 -
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
-
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 time4 -
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 -
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 -
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 -
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 -
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 -
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 -
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
-
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 -
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 -
it's working ...I don't know how but it's working...I don't wanna know how ...at least not today ...X(
-
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 as developer, actually android and java. Maybe not a big deal for you but it is, for me at least3
-
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
-
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 -
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 -
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 -
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++; -
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 -
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 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.
-
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 -
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
-
!!!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 -
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 -
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.
-
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
-
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 -
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
-
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 -
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 -
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 -
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.
-
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'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 -
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 -
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
-
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... -
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.
-
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 -
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 -
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 ;)
-
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 -
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... -
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 -
If you tried to fix a bug
And put it on stage, but still not working!!!
MAKE SURE HAVE HAVE REBUILD YOUR SOLUTION3 -
I'm following this electron tutorial. I tried esporta and npm installa, but they are not working. Someone knows why?7
-
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
-
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.
-
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
-
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
-
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 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 -
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 -
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. 👀😂 -
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?2 -
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
-
"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
-
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 -
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. -
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
-
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
-
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] -
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
-
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 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.
-
- 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 -
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 -
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 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 😊 -
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
-
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 -
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 -
learning to code while working as not a dev. Gives freedom but zero experience. Need experience but lack confidence :(6
-
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 -
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 -
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 -
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
-
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.
-
When users say "An error was shown" or "It's not working" but with no further details, I feel like they hate me.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
-
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 -
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
-
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 -
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 -
Feeling sad about the developers working on edge.
We don't work on things that people might not use; but they -
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. -
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 -
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 -
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 -