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 - "i'm not the it"
-
Me: That's not how browsers work.
Designer: Well, our users need it.
Me: Uh, I'm not arguing with your idea, but no browser supporters that kind of thing
Designer: Well, figure it out because it's not optional.
Me: ... I'm not disagreeing with you, I'm saying that's not something we can do.
Designer: So, what will it take? What do we need to do to get this in?
Me (not actually): motherfucker this isn't a negotiation! I'm not arguing I'm fucking explaining the limitations of web apps!25 -
No, I'm not hacking.
No Linux is not a movie.
No, you are not a developer because you can put "Hello World" on a website.
No, this isn't a waste of my time.
Yes, I will use it.
Yes, I'll make you a website for free. NOT!
Your phone is both Android and Samsung.
No, what they did in the movie is impossible.
No, I can't predict the stock market.
No, I'm not Mr. Robot, but I know him...4 -
Me : I'm having a pretty bad headache.
Boss : Stop acting like a girl and get back to work.
Me: It's a migraine headache.
Boss: Ohh!! You know it's just in your head stop being a pussy. Don't think about the headache, and you won't feel any pain.
Me(in my head) : You fucking idiot you are partially correct it's in my head. But the pain won't stop if I stop thinking about it.
*Why the fuck does no one understand a neurological disease. If i'm not physically hurt, it doesn't mean i'm not in pain*
Fucking ignorant bastards.13 -
What the crap is it with job applications and requiring freaking videos now?
I'm not some social butterfly that wants to be all friendly with everyone and a part of their goddamn lives. Give me a problem and/or some code and I'll happily make it work; give me an extrovert with a goddamn video call fetish and I'll fucking leave.
I'm an engineer, not your salaried girlfriend.28 -
Dear sir,
I'm NOT giving you the information you want because I can't verify you. You can tell me that we're the only company who does it like this and name all companies which do it differently, you can curse me into the ground or completely lose your shit at me but that won't make a difference:
I'm not giving you the information you want.
Sincerely,
Go fuck yourself.10 -
Collegue *yells through the office*:
Hey IT-guy the file is not there, where is it ?
Me: what file is not where ?
Collegue: you know that file i've been searching for 30 mins now on the Google drive.
Me: Have you tried hitting the name into the search bar ?
Collegue: Sure dude, I'm not stupid.
Me -> *one the way to her desk*
Collegue: OH! never mind I found it with the search bar. I swear it hasn't been there before!
*turning around, going back to my desk*
-fml6 -
I just found my favorite editor in the shelves for cleaning products and couldn't help but buy it 🙃 but I'm afraid that when I open it, I might not be able to ever close it again...13
-
I just updated my website to be GDPR compilant. (hopefully). It was the last one.
I'm so pissed right now. I have invested tens of hours for this FUCKING SHIT. I'm not against privacy regulations - I appreciate them. But this is not the way to enforce them IMO.26 -
An app that lets you turn on the camera on someone's laptop to see if they're around. I'm not even kidding. She said it would be a social media thing... creeper.3
-
"JavaScript was built in a weekend"
Yeah it was ... But not the version we have today ... Twats saying well I'm sure you can build this app in a few hours 🙄4 -
My boss: it hasn't been done yet?
Me: I'm not sure about the way to do it...
My boss: It is THAT tricky?
Me: no, I know a bunch of ways to do it, but is there a better one...3 -
I'm not sure if this counts as a rant, but I'll proceed anyway.
So it's been very long since I've used AngularJS and recently I had to use it for some new project. I had to pass data across the states without showing it in the URL. Remembering solving that that thing before, I straight away Googled and got a Stackoverflow question with accepted answered. Delighted, I've gone through it and realising that I didn't up vote that answer, clicked on the up vote button. But as it turns out, I CANNOT up vote it. Not because I didn't have enough reputation, but because it was MY OWN ANSWER!
I'm not sure if I should be happy or sad :/:/:/8 -
Made a web app at work.
Client reported the site crashed IE10 when it loaded.
I'm not even sad about it XD6 -
Fuck windows 10. I log on to start an interview code assignment that is timed. I'm on my computer getting things ready for a solid 10 minutes before starting the test. AS SOON as I start the test, windows 10 informs me:
Fuck you. There's updates and I'm installing them right now whether you like them or not, fucker. I bet you're doing something important too, so I'm not even going to let you schedule it at another time.
Fuck.15 -
Every step of this project has added another six hurdles. I thought it would be easy, and estimated it at two days to give myself a day off. But instead it's ridiculous. I'm also feeling burned out, depressed (work stress, etc.), and exhausted since I'm taking care of a 3 week old. It has not been fun. :<
I've been trying to get the Google Sheets API working (in Ruby). It's for a shared sales/tracking spreadsheet between two companies.
The documentation for it is almost entirely for Python and Java. The Ruby "quickstart" sample code works, but it's only for 3-legged auth (meaning user auth), but I need it for 2-legged auth (server auth with non-expiring credentials). Took awhile to figure out that variant even existed.
After a bit of digging, I discovered I needed to create a service account. This isn't the most straightforward thing, and setting it up honestly reminds me of setting up AWS, just with less risk of suddenly and surprisingly becoming a broke hobo by selecting confusing option #27 instead of #88.
I set up a new google project, tied it to my company's account (I think?), and then set up a service account for it, with probably the right permissions.
After downloading its creds, figuring out how to actually use them took another few hours. Did I mention there's no Ruby documentation for this? There's plenty of Python and Java example code, but since they use very different implementations, it's almost pointless to read them. At best they give me a vague idea of what my next step might be.
I ended up reading through the code of google's auth gem instead because I couldn't find anything useful online. Maybe it's actually there and the past several days have been one of those weeks where nothing ever works? idk :/
But anyway. I read through their code, and while it's actually not awful, it has some odd organization and a few very peculiar param names. Figuring out what data to pass, and how said data gets used requires some file-hopping. e.g. `json_data_io` wants a file handle, not the data itself. This is going to cause me headaches later since the data will be in the database, not the filesystem. I guess I can write a monkeypatch? or fork their gem? :/
But I digress. I finally manged to set everything up, fix the bugs with my code, and I'm ready to see what `service.create_spreadsheet()` returns. (now that it has positively valid and correctly-implemented authentication! Finally! Woo!)
I open the console... set up the auth... and give it a try.
... six seconds pass ...
... another two seconds pass ...
... annnd I get a lovely "unauthorized" response.
asjdlkagjdsk.
> Pic related.rant it was not simple. but i'm already flustered damnit it's probably the permissions documentation what documentation "it'll be simple" he said google sheets google "totally simple!" she agreed it's been days. days!19 -
I'll be buying a second hand Surface tomorrow.
Will put Linux onto it right away, found good instructions on doing that including making the touchscreen work.
If that doesn't work, I'll sell the fucker again because I'm not running windows. I'm just not. That malware can go fuck itself.
Looking forward to transferring that windows machine to a Linux one!10 -
LEARN THE FUCKING WORDS!
I know that English isn't the native language of my country, but for fucks sake, if I'm telling you the right way to say/write it, remember it!
It's called ROM not ROOM
It's called Mod not Mood
Am I good with Custom ROM's? Yeah
Am I good with Custom Rooms? No, I'm not a fucking interior designer
Am I enjoying Moto Mods? Of course
Am I enjoying Moto Moods? Vruum Vruum bitch.16 -
When im making the website with the client, they always start with: "Can we..." and than they say something like: "make the background color red?, or is it not possible?"
And I'm just:12 -
No... No... No!
The game engine is not in charge of code optimisation, if your program runs like ass; it is 99% going to be your fault...
Sick of seeing people judge engines because of the poorly optimised things made in them by half assed developers... Why do the good things never get any attention where the shit gets all of it... Why?!
(Just had someone crack the shits at me because I'm not using a 'real' engine and am not a a 'real' developer because I'm not using unreal... So I'm in a fan-fucking-tastic mood after that :-D)2 -
I'm really proud of the devRant community, it seems to be the only one not completely overrun and ruined by people fighting about the election. Stay awesome everyone!7
-
When I'm proud of the new function I invented and have no clue how anybody will get a use of it...
The world is just not ready for this2 -
Been working on a bug fix for 3 hours. Literally nothing I do will fix it. Finally I realize I'm not even calling the function.5
-
I'm a newbie when it comes to programming. The thing I like about devRant is that I'm learning how not to be "that guy" from everyone's complaints.
Here's to devRant teaching us newbs how to not make as much of a mess of things.8 -
I hate seeing Bootstrap under "Required skills" for the front end jobs.
Why? Why is it REQUIRED? Why not "Bootstrap is a plus"?
I know HTML,CSS and JS well enough to be able to do anything without a framework.
I know it might be faster, but that's only is you want similar looking websites.
I'm sorry Bootstrap, it's not you, I'm just not ready to make a commitment yet.8 -
How can you tell if someone's a node.js coder?
Don't worry they'll tell you.
What do I dislike about node.js?
The fanboys.
Seriously you guys need to chill out. Your language is not the end of all other languages. It isn't going to replace PHP or Python or Ruby. It's not going to be the only thing around in 4 years.
I'm not a fan of JavaScript, I just don't like the language. I don't care about all the advantages and the other bs you're shouting about. If I want that feature I'm sure I can find a way to get it in my language.
Now shoo fly you're bothering me11 -
I'm 4 days old to this company. I spent 40 minutes debugging why the internet is not working. I asked the IT Guys for the support and they said everything is good.
So why the fuck is the internet not working? I rant at them. The IT Guy told me to calm down and then he will help me. So I calm down and again went to ask for help. He said that he will check it out after breakfast.
It's been more then an hour and he hasn't returned yet. I'm going to complain to the Boss when he comes in. This is not cool man.11 -
Shitty call
Me: what do you want?
Q: I Lost my iphone
Me: (already pissed) ok,do you have an icloud account?
Q: Yes, but i forgot the password.
Me: what!?!, ok, fine, we will reset it, which is your ID?
Q: I lost it too.
*stay calm* *stay calm*
Me: I can't help you go to an apple store and ask there. *I Close the call*
*Add that number to blacklist*2 -
I'm not usually one to spend much time on my phone but I have devRant for 1w now and I spend so much time on it (not to mention all the smiling and giggling some of the posts cause) it caused a colleague to ask it I got a boyfriend... 😅2
-
I fucking hate paperwork. I can't switch to the network team for probably 5 more months because it got lost somewhere. I want to put my degree use!! I'm not doing a damn thing with it at the moment 😭😭😭22
-
I'm home sick for 4 days now and I'm starting to become paranoid about being replaced because I caught one front end dev watching Spring Boot videos on Friday.
I'm the only one who works with it there.
Not feeling well.22 -
Check out Gotify! (if you want, of course)
I'm not involved in the project but it's pretty much a self hosted and fully open source pushover alternative which is NOT dependent on Google services.
Going to try it out tonight :D7 -
Not really a rant but I'm just happy so I must share it.
Two days ago I uploaded a new project on github and today when I woke up I saw it on github trending! Only the C# section though, but still.
Feels weird as I'm usually not upload anything and the ones I have usually sit around 5-20 stars forever.3 -
Hey junior... when I'm asking a question it's not the answer I'm looking for.... It's your thought process! Just tell me the things you will not do and we can take it from there!4
-
I just spent 3hours trying to make the simplest, barely 10lines python script work with no success.
I'm writing this rant from my bed where I gave up.
I love programming but moments like this I fear I'm not cut out for it and It hurts, the little self esteem I have left is on fire.10 -
It fucking infuriates me when the docs mention to create a certain config file "xyz.json" but completely leave it to your imagination where the hell this fucking file should be placed!
Come on, I'm not getting paid for detective work, fucking imbeciles.4 -
I'm not scared of a computer passing the Turing Test. I'm terrified of one that intentionally fails it.
Source: https://reddit.com/r/...2 -
My coworkers are all working remotely because they're hungover, and all shocked I'm in the office today.
You think a night of drinking and 4 hours of sleep is enough to hold me down? Please. If I'm hungover enough to not go to work it means I'm probably in the hospital lol.
That being said, I have discovered that scotch does not agree with my stomach, so I'm not having the best time. At least I'm here though!9 -
My coffee to water ratio in a cup is starting to be 1/2. I'm worried in the future I will be eating coffee not drink it anymore 😂4
-
I've found that suddenly and infrequently, for the past week or so, letters are missing from typed code, and I have to go back and fix them.
Now that is not super weird I guess, but as someone who tends to type quite accurately, and uses a high end mechanical keyboard...
I'm just wondering if the keyboard is broken, or if it's a brain tumor.
I've tried to test it, but every time a letter is missing I'm not actually completely sure I hit that key...
And considering the price of the keyboard, I'm also not completely sure which cause I prefer.11 -
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 -
I (and many devs might too) need some advice.
Well, I'm happy and sad at the same time :) :(
I'm so happy because finally I can put a floor pet on my avatar. I put my yellow favorite cat (its name is "Güero/Blondie"). On the other hand, I'm so sad because last week, my stupid and drug addict neighbor poisoned my cat :'( (not the yellow one, it was a gray cat. I'm 90% sure that he did it, he tried to do it last year). I know that it was only a cat, but I felt terribly all the past week, I couldn't even think or code. Fortunately it was the ending of the sprint and my code was successfully tested, so I didn't have to code, only trying not to cry at the office.
What would you do in this situation? I mean, those days when you feel like sh*t but you need to go to work and finish the code.24 -
When your fellow dev insists on leaving no space between his CSS selector and the curly bracket.
I'm sure he does it just because he knows it winds me up.
I'm not so sure he knows I just run a beautifier on his files to fix it.4 -
I became github addicted...
I started to use it for any single little project I ever created, for documents, files not code related (of course private repositories), etc. instead of using a cloud storage service.
Please tell me I'm not the only one.5 -
100% honesty
I feel as if my friends from school are dropping me one by one and it's boiling down to my IT friends. I really like my friends and stuff but they're treating me like I'm invisible so I'm not posting this on instagram, not on twitter, and I'm not texting this to anyone, because I'm really starting to realize how big of an impact the life of IT studies has on me, and how amazing the community is. Thank each and every one of you for simply being here on devRant and I appreciate all of you.12 -
Makeshift standing desk to see if the hype is actually worth it or not.
10 minutes in: Not really feeling it. Could be because it's 1:20 and I'm slightly tired, or it could be the fact I'm kinda lazy lol3 -
I doubt my skills every day.
Whenever i get a new problem to solve, I'm afraid I might not be able to solve it.
But at the end, I do.
Anyone else felt the same?6 -
Should I give swearing comments under the "I found my SO" rants for this week? 😔
I'm not upset. Not angry. Really. Well maybe a tad envious. Just a tiny bit. Yeah.
Screw it. Yeah I hate you all. 😭😭😭7 -
🎶 Simple Plan - I'm just a dev 🎶
I woke up it was 7
I waited 'til 11
To figure out that no one would call
I think there are a lot of specs
I just haven't received them yet
They are the only thing that I really need to know
Because I can't find them on stack overflow
And here it goes
I'm just a dev
And life is a nightmare
I'm just a dev
I know that it's not fair
Nobody cares 'cause I'm alone
And the world is
Having more fun than me
Tonight
And maybe when the projects dead
I'll finally go to bed
But I'm staring at these four lines again
I'll try to think about the last time
That they were working fine
These things have business rules that I don't know
And they're gonna leave me here to figure it out on my own
And here it goes
I'm just a dev
And life is a nightmare
I'm just a dev
I know that it's not fair
Nobody cares 'cause I'm alone
And the world is
Having more fun than me
Tonight5 -
Sometimes it feels like I'm not as passionate towards coding as I was before. Seeing bright-eyed juniors with an unquenchable thirst for knowledge makes me wish I could feel the same again. I mean I still like it and all, but it's just not the same.8
-
I'm going to teach web dev at a coding school in a few months. In the teaching plan, students have to learn git. But we are told explicitly to only teach using github desktop and not the command line because it puts students off.
I'm not sure how to feel about this12 -
I really love how beautiful code can be, and the feeling of creating something for others or yourself to enjoy. But I hate being the family's IT guy... I'm a developer not IT support.4
-
No, I'm not going to approve your one-line fix. It will introduce more problems in the future. Fix it the way we agreed on this morning!2
-
A project I'm working on uses Elastic for internal monitoring and logs. The customer asked to access those logs - not something we'd normally do, but it's isolated from other things we use and there's no critical data there, so what the heck, let them have it.
Ever since, we're getting tons of questions like "There are tons of [insert random info message] all the time, do you have any plans to resolve them?" and it gets to the point where I'm just about ready to scream back "NO, SUZAN, BOOKING NOT COMPLETED MANS THE USER F###ING CANCELLED IT, IT'S NOT SOMETHING I CAN FIX IN THE CODE"
Edit: the customer's name isn't actually Suzan4 -
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 -
It hurts man, it fucking hurts
I feel like I'm a ghost, like im not there. I don't really exist
I try to be better, actually doing something, anything. I really do. But nothing changes. So many times have I decided to finally make the change. This time I'm really gonna make it out of here. Yet I'm still here. Not one thing has changed. I'm still a shell of a person
It really fucking hurts
I just want to exist17 -
So I need to "fix" a false-positive security warning (mass-assignment of a foreign key). Do I "fix" it by...
A) Setting it manually and double-saving the object?
B) Rewriting the mass-assignment so the linter doesn't realize what I'm doing?
Both options suck.
But security is going to complain if I don't do it.
Guess what?
I'm not doing it.
SMD you ducks.10 -
Ok so I'm releasing (in about two weeks) a massive project that my self and other talented people have been working on for about 2 years.
I feel like I want to puke all the time now. God I hope it is okay. 🤢
I'll let you all know what it is if all goes well so I'm not embarrassed if it does not
Wish me luck😐12 -
I found it funny that we're actually debugging our code on prod. (while the client is using the system)
Looks like I'm playing minesweeper. 😂
ps. will never do it again
pps. don't do it
ppps. you should not4 -
I'm not sure is it a container technology or a zoo...
Docker is Whale
Docker Compose is Squid
Podman is Seal
Linux is Penguin
Are we live in the Arctic?8 -
I'm a guy and when the migraine hits me I feel like crying. Is it normal for a guy to cry, coz I'm not able to handle this pain.17
-
Just yesterday I found out that a multimillion euro corporation still uses Http (not https) rest end points, with the only basic authentication mechanism...
It only provides data to sales and inventory management, so I'm guessing it's not f*ing critical enough x.x4 -
I'M GONNA KILL THIS MAC
what the FUCK!!!???!!!??? IT WORKED YESTERDAY!!!!
Now the whole iOS build pipeline fails again complaining smth about distribution profiles. Then about certificates. And then it starts using a completely unrelated certificate and complaining that provisioning profile does not include it...
what the f...
IT FUCKING WORKED YESTERDAY!!!!!!26 -
I'm addicted to the Visual Studio shortcut ctrl+K - ctrl+D to automatically format my code and hate it when I pull down the latest version and it's not formatted properly. 😲5
-
I'm not yet a programmer, I'm still learning. But is it normal to get so frustrated when I can't find a solution to something and start feeling totally useless?
It's funny because after a sleep I sit down again and usually fix the problem10 -
This kid on the tape is me. I'm not even two years old there and I'm already messing around with wires.
Five minutes later on that tape I figured out how to turn the vacuum cleaner on and tried to tie it to the cassette deck.
No wonder why I'm a programmer now 😂 -
Seasonal depression is starting to kick in. I'm feeling like I'm not doing good, whenever I ask for help with code people usually just rewrite all of it when they fix it so I feel like I'm not improving at all. I'm almost to the point in my life where I have to move out and be on my own I'm 19 I still have about 2 more years but it's so stressful. My room is the most comfy place for me I cant be away too long or I'll just get depressed so how am i supposed to find somewhere i like more? And what would I even use the other rooms for. I want a roommate (particularly a friend of mine) but I'm not even out there and I can see the future depression I'm gettin myself into with all the Bill's and jobs and shit, and college doesnt help with stress or depression at all. I probably shouldnt worry about that right now but i just cant help it.. it goes by too fast fuck.
Sorry guys this is the only real outlet for my feelings nowadays6 -
I would draw furries.
Don't get me wrong, I would not enjoy it. But at this point I'm dependant on the cashflow, and that's the only other thing I know that pays well...9 -
If only we could only download the entire internet and cache it in a disk at home
THEN I WOULDN'T HAVE TO FUCKING RECONNECT TO READ SIMPLE DOCUMENTATION EVERY FUCKING TIME MY INTERNET DROPS
I'M NOT DOWNLOADING A MILLION DEPENDENCIES I'M JUST READING STACKOVERFLOW, FIX THE INTERNET FUCK5 -
We're having build system problems and I'm probably the most experienced when it comes to build systems.
I'm not experienced with build systems.9 -
How my day went.
Project Manager: We need deliverable X.
Me: That's not listed.
PM: But we need it. Other PM says what you provided isn't enough.
Me: Too bad. I was not told to deliver it.
PM2: We need deliverable X.
Me: Look at the requirements. It is not there. I'm not providing it.
PM2: We need it. Let me ask PM3.
PM3: We need deliverable X.
Me: No. It's not listed. And here's why it's not even applicable.
PM3: Oh....ok4 -
This is the poster I have on my door, in the hopes it would determine people from disturbing me and consequently taking me out of the zone and productivity streak I'm on. Sadly it does not work as often as I'd like it to 🙁 but I still love it 😆6
-
So I ended up installing Arch Linux as the primary OS in my laptop, and to be honest, I'm not very crazy about it. Because I'm someone who likes an elegant UX, I spent three days and over 50 reboots and 5 reinstalls just trying to get Plymouth to work correctly (in the end, I just said screw it and gave up.) I know, I probably messed something up in the installation or configuration, but I didn't really want to deal with it anymore.
I'm not a big fan of the pacman package manager; I prefer apt. There were several applications I couldn't get to work properly, such as Steam, the Tor Browser, and Wine. All in all, I've basically wasted a week trying to get Arch Linux to work as the daily driver on my laptop, but I guess it's just not the distro for me.
I'm going to give Arch one last shot with the Manjaro distro. I'm hoping that Manjaro's simplified installation and configuration will produce a more usable (in my case) OS, and if not, I'll probably be going back to something Debian-based.
I'm not at all saying Arch is a bad distro. I know many people use it as their daily driver, and I have absolutely no problem with that. I'm not writing this to debate which distro is better, I'm just writing about my experience with it. Arch just may not be the distro for someone like me. At least I gave it a shot, right?10 -
Doing and Code Review today... Not sure if this guy has really bad OCD, gets bored, or gets stuck and starts commenting the shit of things...
I'm not sure if I like it or hate it... typically "Good code should be self documenting" but this actually might be acceptable... code on the left, 10K foot view on the right?4 -
Me sends the laptop to hibernate to get off the train. As usual, the laptop goes to hibernate and shuts off after a few seconds. Not today, today it decided, it likes it much warmer than healthy for it and now I'm sitting here with a hot laptop in thermal emergency shutdown. Damn it6
-
1. I'm lazy
2. It pays the bills
3. I'm good at it... At least compared with all the monkeys I have to deal with
Maybe #3 is not so good... I couldn't think of another though...6 -
So i just quit legally gotten GTA5, and i quit it with a thought of "fuck this unplayable shit, i'm gonna uninstall it to make space for illegal cracked version, because that one actually runs in playable manner".
I'm sorry, but i'm not sorry. Fuck all of the anticrack crap that makes it choke for half a second every 10 seconds.15 -
-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 -
Happy Christmas fuckers.
I don't normally swear, but I'm with family in Ireland and I'm not the designated driver for once, so fuck it.
Have a good one!1 -
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 -
The table is not a fking drum, and you're not fking Roger Taylor, so stop tapping your fking pen on it.
No, you don't have rhythm, stop that goddamn racket when I'm trying to debug dammit.12 -
Yesterday night, pushed code that work normally to prod server, website down, internal server error, too many connection to MySQL server, tried to fix it for 4 hours, nothing to do, removed the new code, still the same problem, in my head, I told myself that I'm not good at programming (not the first time), send an email to the host, they tell me the problem is from them and they fixed it. And now I know I'm not bad enough.2
-
When I point out something you did wrong. I do not care about the things you did right in the past year.
You did something wrong and that needs to be fixed. I do not care about how hard you tried, I just need it to be right. I'm not attacking you as a person I'm complaining about the end result being not good enough.10 -
I'm the most ignored user of devrant regarding last week. Can you believe it? These stats summarize the amount of times that a message is not upvoted. It doesn't count mention's tho. A lot of people do not upvote if they mention. For more heartbreaking stats, see comments.
Also, poor GPT, always directly asked but one of the least appreciated by upvotes59 -
So I'm not one to show off something buuuuuuut, I'm a programmer and can barely draw a straight line let alone do pixel art, but I decided fuck it; let's try again and considering the left figure was the first compared to the right being the 10th, I'd say that's not to fucking bad :-D4
-
So I'm in charge of planning how the projects are gonna be dealt with from now on and today my boss just emailed a list of changes to another dev, with the following fuck ups:
- I'm not copied
- He already did most of it
- It doesn't even exists on our Trello board
- Obviously not thought out and unplanned Bullshits that might change once again...
I was so fucking pissed that I didn't have a reaction, I'm absolutely gonna talk to him tomorrow first thing...2 -
Dear modern browsers: The site I'm working on is NOT Portuguese. Don't offer to translate it when there are literally zero non-English words in it.
Fuck off.6 -
Broke down and asked the junior dev to help me hash out an issue. He's also struggling with it.
I'm not a retard after all... unless were both retards.1 -
Uhhh I'm on like the 12th or 13th week of not touching any code.
I just don't feel like it, and now classwork is piling up, so I just don't do it. 🤷🏻♂️🤷🏻♂️6 -
No I will not use Facebook to schedule an appointment.
If you're unwilling to answer the phone and do it yourself, I'm more than willing to take my business elsewhere.3 -
Does anyone just feel tired, in general? Like the boss is (usually) alright. I like the work and I am good at it. Maybe I'm not feeling challenged enough? Honestly, I'm not sure. In the last retro, I was an 8.5/10 on the happiness index, now I'm a 4...wtf4
-
so... while this may not be *my* code, I do have to claim a fair share of the responsibility for allowing it to exist. o.o
I'm busy fixing it now though.
> note: proprietary names have been blurred, naturally.3 -
I'm so happy to have an electric car in times like these, not only it saves me a whole lot on gas, I can keep using it without the need to visit public places to fill it.5
-
That moment when you actually finish the side project 😂
https://pywal.herokuapp.com/
It uses https://github.com/dylanaraps/pywal in the backend
PS - I'm not a front end dev18 -
Started a new job as a senior dev but with a framework I've never worked with and I just feel like I'm slow AF and just not qualified for the job. I'm sure it doesn't help that I'm greiving my dog that passed last Tuesday.6
-
I know you might like your OS theme and how the desktop looks. But please don't call it sexy if you are not sleeping with it. I'm pointing you, Arch Linux users!2
-
!rant
I know it's not that impressive in the dev world, but I'm finally making six figures (the lowest six figure value possible but STILL) and I can't really brag to my friends about dollar amounts so HURRAH. Accepted the offer yesterday, and I'm quite pleased about it.
Annoyed that it took so long (I'm 29), but I did have a two year long career break for a family medical issue/travel/quarter life crisis, so so it goes.10 -
College is rapidly sending me into a never-ending spiral of depression. I have to take Calculus-based physics for Computer Science, and it's making me want to kill myself. I'm not going to get anything higher than a D in it, so I'm going to have to take it again no matter what. I'm worried I'm not going to get a D in it because if I don't get at least a D in it, I won't be able to take the second part of it in the spring, which will remove 5 credit hours from my schedule that I will then have to find something else to fill with.
Worried that the terrible Physics grade I'm going to get is going to drop my GPA below the requirement for my scholarship. Worried that I'm going to get kicked out of the honors program as well. Worried that I'm going to be here for three more years. (My scholarship runs out in Spring 2020.) Stressing out about my Physics final tomorrow that will determine whether I pass or fail the class.
Im starting to wonder if that Computer Science degree is worth it.6 -
I hate programming as a profession, I'm done with it. Tried switching jobs, tried all the frameworks, tried different work environments, tried working less, but I don't wanna fool myself anymore. I fucking hate it.
Not sure where I'm going with this, just had to type it out somewhere.7 -
Im excited because I'm getting new pc parts for free.
The parts are:
* AMD 8 core CPU ( not sure which model )
* 16 GB ram
* some good graphics card ( not sure what model )
* motherboard
* cooling ( still not Sure what it will be, the guy was very vague )
It's also coming just before my birthday7 -
Manager was a douche again.
I mean not that it's anything new but this guy seriously has an issue with being respectful to coworkers and me. Has this pompous, I'm better than thou attitude. It completely ticks me off.
Guy needs an attitude adjustment stat. As a leader I expect better. I get you've been in the industry 20 years. I get it, but you don't have to be an asshole about it. I'm doing my best, I may code a little slower, but I'm not fucking stupid.1 -
Yesterday i was in class and a classmate came at me asking for help, w/e.. I'm not listening this teacher.. let's check.
« show me the code »
She shows me, now I'm blind.
Full garbage! Tons of php function in the same file, mixed oop and procedural and.. all the js is printed via those php function, yup, everywhere you can see <?php print 'some shitty js' ?>
Fuuuuuuckkkkkk you. Not gonna touch it, please tell the guy who wrote it to fuck himself with a frozen vomit stick @not my injure. -
me: I'll start making the site today. To make sure the project is up and go by the deadline, I need you to send some missing content. Please find attached a spreadsheet (with perfectly tought cella :) ) abot the missing content.
-- weeks go by, several mailing and phoning. site is ready. content zero --
client: why is the site not public yet?! you promised a deadline! I'm nőt paying, if it is not ready by tomorrow.
me: ok just send the content I requested.
-- 2days pass. no content --
client: thats it. i'm not payin'. here is the content ( much mire than designed ) upload it and we are done here!!!4 -
I'm a 18 year old student doing IT Management and ATM I have group assignment that the group wants me to do alone, its not even 8 AM and I'm already drinking a double espresso and I'm very close to getting a beer3
-
Fuck! This is why I can't diet.
I can't get shit done, because I keep getting more things to fix. And I'm not talking everyday fixes, this is just plain retarded.
The asshole that my client hired thinks he's a dev. Takes projects that are working and makes small changes. Simply for him to say "I took this project and updated it for our needs."
Then when that shit eventually starts failing, I'm expected to fix it. It's not even that it takes me a long time to fix it. It's just that I'm looking at this thinking "Why are you not working?" Only to later find that, of course, it's been modified. By. Mr. Fucking. Dumbass.
Fuck!4 -
New coffee machines at work. Real beans! What's the equivalent of the Ballmer Peak for Caffeine? Posting this at 4.04am, lying awake in bed and not coding, I'm probably past it.. sleep not found2
-
Everyday tech support struggles:
- "I can't find my document."
- "Ok where did you save it?"
- "In Word."
- "I understand you saved it in Word but where did you save the file to?"
- "I'm not sure, Word did the rest"3 -
I'm I the only one who doesn't face any problems with windows updates? Not sure why people complaining so much about it and the rant feed is full of windows update problems. Strange!4
-
So I'm rebuilding my personal site, creating a nice layout, etc. I only just thought about checking how it looks in ie. That horrible bastard browser just fucks up the layout, and I'm not sure why some css rules don't even seem to fucking work. Probably gonna say screw it and not support ie, but it still sucks.7
-
I'm writing c# code, does not work, wrote the same code in python just to see if I'm thinking the wrong way, nope, it worked in python then fixed the c# code...
I might be a c# racist or I don't know.2 -
Right now. It's happening. I'm sitting on one of those seemingly impossible issues. I'm reading the exception and can't fathom how it can be true. I mean, the evidence is right there! The error message must be wrong! But that's the thing, it never is. It's always something stupid and obvious. After you figure it out, you shake your head and laugh at yourself for not seeing it. It's all shits and giggles after you figure it out, but that's not where I'm at right now. Right now I'm being laughed at by this stack trace. It's mocking me even!
Jokes on you though, because I'm coming for you!!2 -
Those EU cookie law notices COVERING UP the website so I have to click them and I'm not even in the EU so it doesn't apply here!2
-
I'm not young anymore but when it comes to programming I enjoy the feeling that I can create *whatever* given six months. May it always be so.1
-
Okay, it's getting a bit annoying to _hear_ my graphics hardware (NOT the fans. The circuits) working when I'm doing something on the screen.. Sometimes it feels like it's gonna snap and burst in flames or smth..13
-
So I'm working on this prototype of indie game with two friends. Since we are only 3, I can't just stick to coding only... Problem is, I'm the only one realising that and I've ended up doing all the jobs that are missing... Texturing, a bit of modeling, organizing the whole team, shaders, animating and so on... And the two others just stick to their thing and are confident in the fact that I'll be able to handle all the problems. It pisses me off.
But I need the project to have some base experience, and alone, I would probably melt down under the stress. But every time a problem show up I'm basically alone, and my level of stress skyrocket... Not sure if I have the shoulders to finish it, but I have to. In fact I'm not even to the point of ranting anymore I'm just depressed >.>... At least when I'm working on the code and not the rest, I'm really enjoying myself.
Not sure if I should do something about it ._.2 -
I just spent a whole day learning wordpress cause it's mandatory for my graduation project and I'm still not quite sure what I'm doing.
I'm proficient with HTML, CSS, Javascript and PHP enough to make the damn thing in less than a day, yet here I am strugling with the damn plugins and themes... It just looks too chaotic for me.6 -
Not a major progress, still a humble one, but I'm improving in Vue, now using Vuex, and hopefully I'm doing it the right way :)
https://github.com/gitpushdev/...8 -
I hate it when people say to you "your website isn't working!" During school.
Yes I know that I'm the one who made it not work. -
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 -
So, I had a Windows update left (I'm not a fan of windows but updates are important!)
Aaaaand it failed. And this error tells me that I am trying to install Windows (which is not the case). Loving it 😋2 -
So, I just swatted a huge bug out of the air using my work iPad. Because it was the closest thing handy. I'm pretty sure that's not why they bought me the thing...2
-
So here I'm, going for an interview but I'm not allowed to show my previous work, since it might give compatitive edge to the organisation interviewing me. But still it does not matter if my supervisor boasts about the work in public forums like conferences.....what kind of secrecy is this :'(3
-
They call it security questions.
I call it social engineering backdoor.
I'm supposed to enter those questions after logging into my account and I'm not able to skip it nor to set a proper two factor method.
Well, fuck you. Did you ever thought about dying by a two factor method? Ever watched a Saw movie? You got the idea. -
lol nvidia-bug-report.sh
it collected an xorg log that is not the current one.
For some reason, my arch openbox logs to $HOME/.local/share/xorg/Xorg.0.log.
What a goddamn trainwreck. I'm not necessarily saying it's nvidia's fault. But it is a trainwreck.4 -
Some days I'm really not sure if I'm a developer or everybody's general problem solver because I'm an engineer and can think critically about your site configuration THAT YOU SHOULD BE ADMINISTERING YOURSELF!!!! AAAAAAAAAAAAAAAA
"Doesn't work, must be the dev."
Wrong. You misconfigured something and fucked it up. Figure it out yourself - actually read the error message right in front of your face - and don't waste my time.5 -
I picture a large, ice cold, crystal pint filled with bubbling ruby red ale straight from the draft... Its majesty overflows as I stare some human shape walk that marvel at my table...
I take a sip. Fuck it, it's not enough and I'm not feeling like manners... I straight up bottom down that bitter odd amount of beer while my hand feels the cold liquid handshake of this heavenly brewed product... It was a shit day at the office, but right now I'm at the top...1 -
Kinda wanna say my teammates are incompetent morons but the truth is I'm not much better
So saying that about them would be admitting it about myself4 -
> Mister BossDeveloper, I'm calling this method called "consoleLogger" and I'm not seeing anything in console, why is that happening?
> Mister IHateForALiving, it's redirected to some pm2.log file
The 180iq move: create a method, explicitly call it "PRINT TO CONSOLE" and make sure it doesn't print to console, ever.4 -
On a project that will crash and burn due to a badly projected date given to the business. I'm team lead and the Developement manager. I'm not sure how to save my career from this one. 22 years at this company and this may end my employment.
Can't change the date because the business has had it with deployment failures. Not enough time to do any of the technical debt and I'm not sure one if the issues has a solution.
Time to create a resume I guess. Been a really long time.
Let me know if you want a developer in Des Moines!2 -
Backend : *breaks feature in prod by changing api*
Me: Feature is broken in prod. Please fix. I was told that the API will not deprecate the old use case.
Backend: ... Fixing it in the backend will take time. Add support for it in the frontend.
Me: I'm not done with the new feature just yet. And it will take some time to have it reviewed and fully tested. Please fix the API.
Backend: .... Well, make a new PR and add support for it first. The new feature can come later.
Me. (-_-) Okay
Sometimes it feels like I'm a code janitor rather than a frontend intern2 -
My CS grade came in today and I'm sad because even at my best I could not get through it. Even with all the time I spent in and out of class, and those sleepless nights spent programming into the morning. All this effort and I still couldn't pass this class. My final killed me, and i'm upset because I know this exam doesn't represent all that I can do. It worries me because I feel like I will be told by employers that I'm not qualified because of a number. The number isn't everything, there's a story to every number.8
-
Do you use personal assistants for home automation? If yes, what's your setup?
I'm thinking about setting up a RPi/similar with Jasper and bundling it up with Home Assistant, however, I'm not sure about the audio hardware yet.3 -
*this is gonna be a long one*
This year has been a Year™️. I'm kinda fed up with the industry in general, and I'm not sure how I'm gonna get back to working.
I also got an official autism diagnosis, which makes me feel like there isn't really gonna be a workplace where I'm not gonna want to die. It's fucking exhausting to deal with corporate bs and I don't have the bandwidth for that.
Recently I've been focusing on finishing my studies and I've been considering a hard turn to academia. tbh it's not an idea i like to entertain, but i do like that it has more autonomy and room to breathe. I also like teaching, that's not the problem for me, i just hate the research culture in general. I find it pedantic and gatekeepy in a way that really pisses me off.
Anyway, I'm mostly exhausted, but i do enjoy this field, I just don't know where to go from here.3 -
Sometimes it feel like I'm being awkward, not awkward to normal people but awkward to awkward people. Something Like double awkward. The irony is that, I fucking know I'm being super weird. I just prey for that moment to pass as soon as possible.1
-
I'm not a beefy dude, But I consider myself as a terminator 🔫 because when I find a BUG I fucking console log the shit out of it !
-
What's the point of opening a PR if you're just going to immediately merge it without even asking anyone to look at it? Just so you can say "Oh look I'm following process"? Well, you're not..1
-
These 🤡clowns🤡 are so dependent on me and I'm just sick of it, not to mention I simply don't have the time.1
-
when you are so used to Unreal Engine crashing while trying to debug your code that you're actually suprised when it doesn't x'D
ya I'm pretty sure I'm not debugging it in the most efficient way, but oh well. Progress I guess. -
I'm a node JS developer, but I basically don't use Typescript but with the whole buzz around the technology, I feel I'm doing something wrong by not using Typescript and refusing to learn it. What do you think?4
-
"hey, how's the GDPR/'right to be forgotten' functionality going?"
"I think dev1 basically completed it before he quit... But it's been 2 months so I'm not sure."
"Well... What's the worst that could happen."9 -
You know when you preorder something… and when the delivery day is very close they postpone it…
And no, I'm not talking about a game… I'm talking about a fucking smartphone I bought online. -
I've been staring at the same section of code for about two hours now. I want to solve this puzzle and design it properly. I'm desperately trying to resist the urge to hack it. Not sure I can hold out much longer...3
-
Finally started my side project. Everyone says I'm gonna drop it far before it's done, but I still have hope! I'm not sure if I'm blind or motivated, but I guess I'll find soon enough!
FYI, I'm a mobile dev (c#) but I'm gonna try to learn something else along the way : it's a web project!!!
I'm in the excitement phase, I'll see you in the depression phase.2 -
Not sure if it is a rant or not but I'm getting worried about Apple... Two days passed uploaded a new update multiple times and all ended on the first try 😨
Usually it takes many tries for it to be uploaded 😨
On top of that, iTunesConnect is faster and no longer stuck at loading when token expires 😨
I hope I'm not dreaming 😅4 -
I fucking hate CSS. I thought I'm not bad at it ... But I just wasted 1h over nothing ...
Couldn't set the width for the anker tags5 -
I know that not everyone here is Mac friendly; but my job just helped me purchase a new MacBook Pro, and it will be arriving tomorrow. It's the new one with the AMD 560 x 4GB, and touch bar. I'm literally shaking I'm so excited!!11
-
Starting a new side project and I am determined to do it right.
Just finished writing the features list and now I'm writing the documentation. Not written a single line of code not, nor even created a repository.12 -
the AI says the code I'm trying to design is very complex a problem, d'awww I'm not a failure 🥺
the solution seems to unironically be to delete half of it and make it far simpler / less features lol
why can't I make my code psychic to what I want, ragh! oh well1 -
Ok so I'm am a black end kind of guy and have had to deal with making our site again and again and again and fu#@ing again.
Who the hell thought up using SVG icons. My first look at it today and I'm not sure if I hate it or love it. Any thoughts?9 -
I fucking hate myself for having this bug in the first place, I thought I had it solved, committed and pushed to git but still, it persists.
I'm trying to check if the value I'm inserting into the database exists or not, this is my useless fucking way to do it...
What the actual FUCK.
I'm in my own existential pain trying to solve this shit and it's still not working
SEND HELP PLEASE20 -
I'm about to graduate and I'm fucking exhausted ALL THE TIME. When I'm not in class, I'm at work. When I'm not at work or class, I'm working on projects. Trying to cover all my bases has left me incredibly anxious and unable to rest, so I don't sleep well and I'm fucking tired constantly, making it more difficult to do *anything*.
And if I hear "it's almost over" ONE MORE TIME :| yes, I know it is, that's why I'm freaking the fuck out, because I have 3 major projects I'm trying to balance on top of my internship.
I'm also trying to lose weight so I have to curve the stress eating. I cut out nicotine but I'm slowly picking it back up because
If I'm constantly stressed
And I can't rest
And I can't enjoy food
And I can't enjoy hobbies
Im basically just sitting here for HOURS every day losing my fucking mind without any distraction. 3 weeks until I graduate and it feels like an eternity. Every day is pain.7 -
Not really a fight but another Dev was telling me how I should implement things and to keep the code clean and clear/not spaghetti.
In the back of my mind I'm going yeah... I know what I'm doing... probably better than you.
I'm usually the guy telling other ppl to clean up their shit..or forced to dig thru it when their stuff blows up in production.
Anyway I'm going to add him to code review and maybe email the whole team... and then go, now this is how I want our code to look.11 -
Not sure if any of you guys are Windows Insiders (I know the audience here is Linux fanboys and plus, there's not much reason to be an insider in 2021, really), but I am. I'm on build 21286 and for whatever reason... they have decided to SLOW down the animation for opening a new window. I'm too lazy to record it, but the animation is just like it was before: your window scales from like 80% size to 100% size... but it takes legit about half a second now when before I would say it was closer to maybe a tenth of a second.
Strange choice... and I do not think it improves the experience...4 -
I'm not really satisfied with any of the major smarthome systems out there, so I'm making my own and using it as a learning experience. What I've learned so far, is that I suck at naming...
Best thing I can come up with is EasyDIYHome....7 -
I got associated degree, it helped me to get my first job. From there I learned everything at work.
Associated degree and bachelor degree here are just titles, education in computer science over this country is not so good tbh. Far too few colleges are competent enough to give you a grasp of the current state of development world from the last 15 years.
So I'm not planning to get bachelor degree, it's expensive and has enough math to not like it(I had to see some math in my associated degree and haven't used in the last 9 years). I'm not in the machine learning, researching or that stuff field, so I'm not need of that. From what I can learn getting a bachelor degree, I think I can handle from my own to get the food on the table. Currently planning to start a startup -
I'm an android developer. It's Friday evening. Just received a call from my honcho. He asked me to "hack" one website and get all the data from it.
Now I'm downloading PyCharm...
It's not a regular "fucking hell". It's a shit. Period.2 -
I've come to accept the fact that when I first learn a new concept I'm not gonna know what the heck I'm doing with it until I code it for myself and break it and then fix it. Bugs help you learn.1
-
Co-worker asked for a call and then when I replied "you can call when ready :) " the reply back is an all caps "IN A MIN"
I'm not the one asking for the call and I'm also not rushing you to have one.
To me all caps means shouting and it puzzles me because while typing it the other person can see it and previous that they aren't using all caps. Why continue using all caps if you aren't angry? 🤷
How do you interpret all caps in a work chat conversation? -
Definitely the meetings. Not sure if the "Meeting to prepare for the Sprint Planning" or the "Planning meeting to prepare for the Meeting to prepare for Sprint Planning".
I know it sounds like I'm joking, but it actually happened 2 months ago.1 -
When I'm working through back end stuff ....
I'm at the point where I need a physical button on my desktop where I hit and it just fires off the API and I look at a monitor and there ya go, the output.
Grabbing my mouse and etc each time I iterate not sense.3 -
Fucking pimatic.... I'm not fucking able to send just raw 433MHz signals like in pilight. Now I have to use the fucking shell-execute plugin to communicate with pilight to send the correct codes to my RF Sockets.
(Btw the pimatic-pilight plugin is deprecated so I'm not able to use it)
Fuck. But. Hey. It. Works. -
I... I just got on the bus to work and left my beautiful contigo coffee thermos at the stop. I'm done guys. I'm not going to make it.. ..1
-
Unrelated to programming:
If I'm doing async karaoke (i.e., I'm using an app like Smule where one person records one part and you join or vice versa) and the other person decides to randomly COME INTO MY LANE and not just sing my part, but sing it off-key, I get irrationally annoyed about it. It's great if they do that at the beginning of the song because then you can just bail. But when they do it at like the very end, I'm like ... 😬 -
I've got a question for everyone.
I'm revamping my CV and I was thinking of lightening it a bit, but I'm not very experienced with CV's.
At my last development job, we would order breakfast cobs every Friday, and I would sort all the change out and order it etc.
Would it be wrong to add this to the end of my job history?4 -
Heh, I'm curious... Before you ++ someone, do you glance at how many ++s does the person already have? Does this influence you choice whether to ++ or not?
And how about comments? Does ++s count affect whether/how you coment on one's rant/comment?
I've caught myself clicking ++ only bcz I saw the uswr already had >10k. I wonder why is that :)
edit: I'm not proud of it6 -
Finally friday! Only a few hours left in it school and I can start programming again and catch up with all the sleep i'm missing by not getting up till 5pm...1
-
I recently started to use automated tests for everything and it is really great to not worry about every little change anymore.
But I think I'm not very good at it. The tests themselves are quite slow and I'm not sure if I'm covering everything the right way. Also, I'm very slow at writing the test cases.
SO I want to learn more about it. Do you have any recommended books on this topic? Anything about unit or feature tests and TDD, language specific (PHP) or general is appreciated -
windows has decided that today I'm not using my mouse, which is odd because it usually works in one of the three USB ports... Everything about that sentence makes me sad...
-
I code for 2 1/2 days straight, I'm in the zone, no comments, because I'm not in some comp sci beginners class, finish up, test it the only problem is with... All of it... Just considering writing another program to comb through that one and find the mistakes for me3
-
I'm planing to learn Python but I'm not sure about the best resource I should learn it from. Help me, fellow pro people11
-
I would be fine with not having this meeting if it hand been on the books for 2 weeks. But I didn't want to have it and now I'm the only one here.1
-
So I was studying the Material Design skeleton component
https://material-ui.com/components/...
you know, like when YouTube shows grey boxes while the content is loading to let the reader know that there will be something there at some point.
But I keep waiting for it to load! My brain just assumes that the content is not ready yet so I wait but I'm the one who put it there in the first place! I'm supposed to be the one manipulating the user with intuitive UI, not the UI manipulating me!2 -
It's impossibru: I'm doing RxJava + RxKotlin + RxAndroid and I'm understanding it.
Somewhat.
My tests pass, at least that's something. It's not yet doing completely what I want, but the hardest part is behind me. 🤩rant rxjava rxandroid reactive programming rxkotlin functional programming learning curve level 9000 rx1 -
When client says "i think its sth small" does not mean he knows what he's talking about. It means "i'm not gonna fucking pay for the extra work"
-
I spent the last 2 days, my father's birthday, and my birthday working on a bug for the game in developing for mobile. And I've done everything to try and fix it. Optimize the vertices, deleted assets not in use, organized all my assets into separate folders, and you know what. Fuck it. If "app not installed" I'm going to port it to PC.
-
Has this ever happened to you? Some code you're trying to execute does not work at home. Then the next day when you're showing it to the team it works perfectly (yes, I know I'm a bad coder). 😁 programming: the art of creating things without knowing how you did it3
-
!Rant
Help/ideas needed
I need ideas of projects to develop in my free time, I'm tired of the old technology and ugly projects from work, I want to develop something new, fun, to feel the excitement of coding again ;)
The field does not matter i'm willing to learn.
And , no , I can get another job, that is not an option because of the special benefits it's offering that I can not find in another company(very flexible schedule, I'm a student and need it).5 -
I'm going to make a prediction that the internet as we know it today will not last more than another 30 years tops.2
-
I'm living a daily drama with my own head lately. I was hired like two and a half months ago as a junior programmer and it is my first real job, in addition to 2 internships (the last one was in the advertising agency, and after a month I started to search a new job and warned my boss that I wanted to quit, because it was kind of a painful job and I was not happy at all because I was not working with programming).
The thing is that I do not know what they expected from me in this current job, and I still can not say. Am I being enough? Am I a disappointment? Everyone there is so experienced and good at what they do, and I was just used to being "the guy" where I studied that it was some sort of shock when I realized that I had to get way better even for a junior job. I do not feel productive as I wanted and sometimes I feel like I'm a total disaster and I'm not made to work with the only thing I could say "I'm made for this".
I might be overreacting this, but I just wanted to say this somewhere and I'm thankful I have devRant now. I could talk to my superiors or my boss about this, but I'm so used to get there and focus on my tasks that I'm always forgetting.3 -
Do you guys worry about your non disclosure agreements at work? I use my personal computer at work so I do my own projects on the same computer as work but it makes me a bit uneasy. We're a broke startup and I'm lucky to have the job so I'm not going to ask for a computer.
Also, are you aware of it when you make rants- trying not to be too specific? Or are you not worried?7 -
I'm going to let you know right now:
If you don't put it into a ticket, I'm not going to do the work.3 -
I don't know if on the outside it seems like I know my shit and I know what I'm doing or not, but on the inside, I have no fucking idea what I'm doing. I'm just going with my gut and hoping for the best and I don't know if people are actually falling for that or not.3
-
I can't entirely remember the code of my own web portfolio that I wrote a few months ago! The code is not even that bad, but I'm just tweaking stuff and building more on top of these ruins. There's a cost to rewriting something from scratch and it's not worth it. I'm using Jekyll and Github pages.1
-
Continuing my saga, I'm now tasked with creating a .NET Web Form app and then converting it to ASP.NET Core as a proof of concept.
Problems:
- Web Forms are not supported in Core and are not planned to
- After 3 weeks I still do not have a work laptop
-- My personal laptop is a Chrome book running Linux
--- I can't install VS2017 on my laptop, I need it for this project.
- Working from home, where I have the resources available, is apparently against company policy (I'm not 100% on this yet, can't find it myself)
- I'm likely going to be sent back to the offline computer lab at a different location to work on this, where I doubt the programs/packages are installed
Perfect.4 -
I really want to use gnome but I cannot deal with non global app menus and the extension does not cover all applications.
Idk why I'm ocd about appmenus, never even owned a Mac but global menus are just a super design.
XFCE it is... Would use cinnamon but I'm not running mint and I always break it in another distro.
What do you guys think about appmenus? I know in Windows it is what it is, but I can deal there.5 -
"Can you go through this hours-long process to reproduce an issue i saw and debug it? I don't have bandwidth."
"Sure, but I'm pretty sure the issue is actually due to your recent changes in [related feature], and I'm pretty busy myself."
"No, that's not how that works. Please figure out the real issue." (Strongly implying it was my fault)
*Goes through hours-long process to reproduce* (yes this procedure could be improved but this is a rant not a planning meeting)
*Of course, it was his change*
"Oh. Well, it's not really a priority." -
I'm taking a year out from my degree to do a software dev placement. I fought hard to get it and totally smashed the interview. But I'm still nervous as all hell and not sure I want it.
I think it stems from not actually feeling like I'm a real dev yet. I feel like I'm a big fish in a small pond at uni, which is why I took the job. That and the fact I never really made many friends there. Still can't shake the feeling that I'm just going to fail miserably...
I guess this is what they call "impostor syndrome".3 -
Why is it that I'm some able to get things working only after I make a guess complaining to technical support about how it's not working...
And it seems no one else has raised the issue.2 -
Ok, I'm not saying there's a causal relationship here... I'm just going to say that the morning the VSCode Python extension is publicly moved in to the Microsoft product line, it starts devouring my resources by spawning a million instances of python.exe on startup. Computer unresponsive in minutes.
Again, I'm not *saying* there's a causal relationship... but I do find the timing somewhat suspicious. -
I've spent the last 3 days trying to figure out what on earth was going through the head of a (now departed) contractor when he wrote the code I'm trying to fix. Took a reasonably simple part of the system and convoluted it to the point where it makes no sense! And we've realised it's not complete either!! Fun times... they are not. 😕4
-
- Hey, could you help me understanding your method? I'm trying here to implement it on my side but it doesn't work
- I'm not at home right now and don't remember the code i wrote. I will look at it when i get back home
- Ye but can you explain it briefly?
- I JUST FUCKIN TOLD YOU I DONT REMEMBER IT EXACTLY, I AM NOT AT HOME AND I DON'T FUCKIN HAVE THE COMPUTER WITH ME. WHAT HE FUCK WAS SO DIFFICULT TO UNDERSTAND?2 -
This book I'm reading on SEO is like drinking nightquil.
The more I read the harder it gets to not pass out.6 -
I'm trying to install the environment of one of the currently gaming consoles...
I'm stuck in no-man's land because part of it depends on removed features of .Net from 2006-2008 that are not included right now...
So fuck this. I'll try again on the next one if uses more updated tools... -
So. Many. Irrelevant. Emails.
STOP IT.
It's getting to the point where I'm considering running a course for recruiters called "how not to annoy the fucking shite out of the people you're trying to hire / not be be reported as spam".
URGH.1 -
I need ideas for my honours project. I'm a web dev student so I want to create a website.
The trouble is, there's not much I'm passionate enough about to create a website for. It also needs to have some form of research in it.
I was thinking something based on VR but I'm not sure.
Ideas?3 -
I'm developing Android apps for my pastime (student on summer break) and will use my phone for running/debugging apps because my shitty laptop can't run the emulator.
If receive a call when I'm using the phone for debugging, I'm not picking it up. Even if it's a friend with whom I've not spoken in weeks. That call has to wait for my gradle to finish building.
Of course, I try to call back as soon as possible but that sometimes means an hour or two when I decide to get up from my laptop.
I'm not sorry8 -
Is it weird that I'm doing Electrical and Electronic Engineering but I HATE it and love programming? I know I should find a balance between the two but I just can't seem to. The worst part is that the syllabus hasn't been updated for eons so we are learning about outdated technologies. Ooh, and you can't declare majors until like the final year, I think. I could quit but it would break my parents' hearts, and we are not rich enough to afford a self-sponsored CS course. The worst part is that I'm not even a good programmer, I'm trying so hard to balance the two that I end up not being good at any.5
-
I'm getting annoyed by the smallest things, like when someone does "test".equals(var) instead of var.equals("test").
It not only reduces readability, it just doesn't look right to me. And I don't think there's a difference in performance between the 2.7 -
So i'm working on this course assignment program and i'm trying to remove object from a 2d array and I couldn't figure it out how to do it without messing the array indexes. Wen I was using aarrayList I could just do arrayName.remove(number), but not with the regular array. Than I had an enlightment moment.
Why not just move the object off the screen?1 -
people have this saying, never give up. but u know what I find in programming that's not true at all. I say give up a lot. as many times as it takes to get the answer. I'm betting a few people know what I'm talking about. that or I'm the weird one. :)1
-
Client: "We don't rank for {competitive keyword}. What is wrong with your code? Or is it the design?"
Me: "I'm the designer, not the SEO guy"***sits client down to explain SEO -
So I have this "idea", you know how normally most sites have the usual backend functionality, like profile, profile edit, CRUD of some thing... Well I was wondering if there is not a way to make it "granular" kind of like models that can be reused by the backend with a noSQL approach... That if selected for a site it will implement it without too much hassle... I'm not an expert here so pardon any incorrect terms... Not sure if I'm being clear insl my question... Any suggestions welcome, I don't mind researching any suggestions or guidance from someone who has accomplished this.6
-
I'm not the product manager. I'm not the leader. I'm not even in a lot of meetings. Why my colleagues ask me about product/development decisions?
I appreciate they about wanting to know my opinion, but when they come in a rush it is a bit stressful.
And I am not paid for that.
It might sound about selfish, but the reality is I am not one of those roles (and my salary neither) to avoid exactly this.
Whatever.
At least I can redirect them and not lead with the sublaying reasons of the doubts.1 -
It's now a few months that I'm doing my first internship.
And I feel pretty bad.
The company is great, but the software I'm working on is horrible, bad coded and a nightmare to maintain. I think it's a common situation: fixing a bug opens other twenty bugs.
Also, the boss doesn't want to spend time to rewrite any part of it (it's not a huge thing, it would require at most three weeks).
I feel like I'm not learning almost anything and I'm not practicing anything about what I studied.
Also, when I go back home I don't have any will to code, even just to practice.
How should I feel about this? Is this a normal situation and I'm just somehow spoiled?8 -
!rant
Need advice guys :)
just bought myself a nice domainname, and now I'm looking for a good email provider I can use for my domain.
Any of you can point me in the right direction? It can come at a price, as long as it is not too much, but I'm well aware quality service does not come free...6 -
!rant
I'm not the biggest web developer, but has anybody used Laravel and what do you think of it?12 -
Feels weird when others are facing redundancy, and I'm in a stable position but applying to a new job anyway.
Not sure if it's a sensible move, but I'm deferring that decision for now, chances are I may not get it anyway which would save the hassle! -
The thing i worked for last 3 weeks has been scrapped.
Knew it was coming.
I'm glad the real boss is not unrealistic and impractical like my boss. -
PLZ tell me I'm not the only idiot who without a fkn exception has to rewrite environemnt, I mean enviroment, SHIT, sorry environment multiple times cause my brain doesn't compute the fkn spelling of it.
9/10 times I have to google it....3 -
Another day, another possibly stupid idea for my language. Another one of those that's been floating in my head from the start, and I want to have it, but I'm not entirely sure about its implications...?
I mean... languages already have semantic feature like this, I'm just trying to extend the principle to not have any special cases, to be completely universal and have simple syntax.
Thoughts?7 -
Reddit... is so confusing to me. Can't post until you've posted enough... ok... I get it, like a green-card. I have to be in the US for 7 years before I can get a green-card, but I'm not allowed to be in the US. BUT
Seriously... answer me this:
What do I write here... if I want to ask the moderator a question? I've sent a bunch and I'm starting to think that it is my fault. I'm not going to lead the witness here: just please explain it to me.
Will this send it to all of the mods? Do I need to pick 1 mod and put their name there? Please... help me understand. This just shuts my brain off when I read it.6 -
Is there a good place to post code and have people comment on the style or the logic? I'd love to start getting feedback on my code and break bad habits before they become too ingrained. Plus, our first project is a blackjack game, I'm working through it pretty well but I'm a little stuck and I think it's completely because I'm paranoid I'm not doing it well/right (even though I probably am).2
-
!rant => question?
I'm hired as a freelancer for a start-up that wants to create a social-network-like platform. I've always been a "basic" PHP and javascript developer like using AngularJS, MySQL and my own kinda like PHP MVC framework etc.. But I'm worried that 'this' will come short when the platform expands on the user-base and stuff. That MySQL won't be able to keep up with the expectations and the amountof data, that AngularJS will not be enough for the Frontend,.. I've taken a look at ReactJS, RethinkDB, NodeJS and such, but this is not really within my "comfort zone" and I'm not willing to invest time in something new if it's not able to handle the platform (I don't know if it will..) and I'm afraid that I'll have to start from scratch if it all fails.. (and this is something I can't afford)
So.. What are you guys's opinions? We're not looking at millions of users, but it will have feeds, comments, connections, messages, post scopes,.. Etc. RethinkDB looks promising with the 'watchers' to get live data instantly, but it's a whole new way of query'ing and such.. It just feels like I'm wasting my time because I'm afraid that I'll reach a point in development where I'll have a situation for example like "damn.. This is impossible with angular or php.." [I've shouldn't have agreed to this project..] :D1 -
I'm scared I will assert something is a certain way when actually it isn't. It's not that I hate being wrong, I'm wrong all the damn time, I just don't want to be seen as someone with a big ego who can't take the time to learn what's actually going on.
This results in my constantly saying "I think" and "maybe", which makes me sound less confident and likely results in being taken less seriously. But I think I prefer that to sending someone down the wrong path if I'm not sure I know what I'm saying is correct.1 -
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
-
!(rant)
I'm a student and I'm currently working on a project.
How do I get it to execute blocks of code depending on the type of value it receives in a variable?
or maybe
Should I just use some other method or workaround to do it?
I'm not sure if I should post my question on SO.
(I think it's a dumb question)
--
If it gets (request.getParameter) a string { execute code }
else if {
//gets an int
execute code
}4 -
Trying to write some JavaScript (still learning it)
Why does the fucking
(function() {
})();
not work for starting a function below it?
Or above... I tried to fiddle with it too much, I'm just gonna leave it for now18 -
Jumping through hoops to get on Toptal is not fun. Got so sick of the sample project taking up my time that I'm turning it into a real website haha.2
-
I have a long question for developers out there... bear with me.
I'm currently learning and devoting all my time towarda Java and have been for the past two years although it's moving slow because of summer courses. The catch to this is, I'm not sure what I'm learning it for. How do I implement this code, I'm not sure what to do with it. The only project I plan on doing is a discord server management bot... besides that, I'm blank... Is java used in web development? What exactly should I be using it for..?
I'm planning on learning javascript, php, mySQL, and CSS I pretty much have down but I don't know what to use them for. Besides how I want to script for the game Hackmud which is in javascript.
I'll put it into simpler terms... I love java and I'm looking forward to mastering it but I don't know what to use it for. I want to use it on my free time and all but use it for what? One more thing: what other languages go hand in hand with java? Sorry if it's confusing lol.3 -
New strategy to combat managers:
If you claim we can't afford the additional time for the tests that come with the feature, I won't build the feature.
If you claim we can't afford the additional time for the proper API versioning that comes with the feature, I won't build the feature.
And finally, if the internationalized texts, designs, and image assets are not complete when it comes time for development, I won't build the feature.
It's time to rise and stand against the "You're an engineer! do it all!" notions. I'm not a designer. I'm not a translator. I'm not a by-hand manual customer tester. And I'm certainly not going to take any more of your shit.2 -
I'm working on my own smarthome project (how rare nowdays...:) ). I'm using microsoft's git repo. I'm not make my project open source, not because I'm a douchebag, but because I'm a very bad coder. My biggest fear is not the fact, that it would be commented as wtf is this code, but receiving pull requests from pros and I wouldn't even understand their code.
This is my "training" project (python, flask, apscheduler, sqlalchemy, bootstrap2, mqtt, micropython)
I'm thinking to make it public without accepting external pulls, just for me to learn more.
I'm just wondering your thoughts on this.
Thoughts?1 -
I'm just beginning to learn about Javascript, and I'm not sure if I like the fact that variables, declared outside of functions, become global. How do other people feel about it?6
-
Haven't gotten it yet, still in college working towards it, but from the way a good number of people are making it sound, it's not that worth it. Probably going to drop out when my scholarship dries out at the end of spring 2020. It's a four-year scholarship, but I'm probably not going to graduate in spring 2020 based on the grades I'm getting in my math and physics classes.
Side note: I'm taking Computer Organization and Architecture this semester and it's making me want to jump off a fucking bridge.4 -
Same user. One profile was loaded, one was not. Look and see. A reload of the rant fixed it. Idk if it's a bug. I'm reporting it anyway.
-
I've never seen infinity war, but I know the plot (in general) because of bad memes. I'm not going to see it now.1
-
Random!!
What's the hype about the Fortnite game? I'm still not impressed with the game on its own, and yet everyone seems to be enjoying the shite out of it3 -
I just found this in the code I'm working on:
function checkDateValidity() {
function checkDateValidity() {
...
}
}
Obviously a bad copy/paste. Not even sure how it was working before; it probably wasn't.1 -
I know I'm probably late to the party, but I've just discovered that ipconfig is not installed by default from Ubuntu 18.04. When the shell told me "ifconfig not found" I had a flashback of all the good moments with it.9
-
Teamlead: Can you integrate feature X to project Y? The dev maintaining that project has lots of work and does not know how to do it, and we need to deliver it next week.
Me: Sure, I know that feature should not take long.
BIG MISTAKE!
For 2 hours now I'm trying to get that fucking project to run... errors, faulty configuration, tons of missing stuff in the project environment.
The list of errors grows with every step I get further. And I have not even started with the feature I should work on.
So good luck next week, my dear colleague, I'm not the one finishing your tasks from the past few months, I'm just fixing the stuff I actually need to finish my task. -
!dev; New Yorkers @dfox @trogus
I'm planning to go up the One World Observatory tmr morning but not sure which ticket to buy, particularly the IPAD option with streaming video. It says you can watch them later although it also expires apparently. So I'm wondering it worth it... (I'm also thinking since it's streaming and I can share it with anyone, it means I can probably download it too... the techie way).
Also can I bring a USB charger? My plan is to sorta just sit up there in the morning. Then head to Timeout Market for lunch-dinner.3 -
For some strange reason, whenever I complete a server setup or server related task, I'm extremely satisfied. Not gonna deny the joy of it though!
-
I'm frustrated with the Firefox Quantum. When a perform a query it takes a long time. I've unchecked the Prevent Accessibility option, I've reseted it, removed all plugins, reinstalled,... I do not know what else to do... Change to chrome?
-
I'm not liking docker so far. I assume it gets better later, but I've had a miserable experience using it as part of my dev environment so far. Just now I updated it and it broke my db container, so now I'm looking to either downgrade docker or fix the issue, both beings things that take time away from coding.2
-
I need advice. I'm to create a web application with an interactive map (lots of polygons to put on it, with markers and other map things) with a large amount of data and it is expected to have frequent changes to the said data. I have no idea of the tech stack to be used and the performance of the app is the biggest concern. (I'm thinking maybe to create an API, use MongoDB, then create a web client for it but I'm not that sure). Please give me your insights.7
-
Hey I need some advice
if i'm planning on going into IT Security with like ethical hacking and stuff like that and I already am learning Python + have a decent knowledge of CSS & HTML what should I start learning next while I'm bored at internship
(just incase it matter i'm using my school laptop, not the best but hasn't let me down so far and I have the basic admin rights since i'm on my high school's tech team)6 -
I'm currently doing my college internship at a company where the working hours are from 8 am till 5 pm. I was suprised by the hours because it feels so long. I was wondering what hour do you guys work and does every company use these hours? I live in Belgium. I'm not sure how it is in other countries. Thanks!5
-
Used XSLT for the first time at work. It seems like it can be a pretty powerful tool in the right situation, but I'm not too happy that I have to use it in the first place.2
-
So, I've a side project for some sort of touristic blog, it will have some special graphic customization (interactive maps and other things) and I'm not sure if deploying a WordPress and creating some plugins for the customization or start a website from scratch, I've googled a little bit the pros and cons of WordPress because I've never used it but I'm still not really sure
-
I might give up installing Manjaro... I'm... Too weak... Managed to install it but now my 4k screen is a bit laggy and I'm having some scaling issues with my 1080p second monitor. Idk how to solve those and, since Manjaro has a rolling release model I'm assuming doing anything in this will be frustrating. Not because the OS sucks, but because I lack the knowledge to make it all work smoothly.17
-
I have come to the conclusion that I'm dumb as fuck.
I have been stuck on this trivial problem for 1 HOUR AND 46 MINUTES...
https://leetcode.com/problems/...
maybe, hopefully, just because i'm trying to do it in a "clever" way, maybe if i just did it the dumbest, most inefficient way i can think of, it would take me "only" like 15 minutes, but at this point i'm not so sure... :(37 -
So I'm trying to port forward my PS4. But the problem is, I'm on boingo wireless. You can't access router settings because of "security reasons". I do have Linux and wondering if there's a way to do it using the terminal. Maybe ssh? Already tried iptables, but also could have just done it wrong. I'm not sure how I could do this considering we're not supposed to be able to.6
-
I feel like I'm too stupid for these reactive js frameworks ... js is not the problem .. my brain is the problem ..
On the other hand created something quite useful despite all the headbanging that went into it -
Bought two hp z230 and one hp z210 to setup as a kubernetes cluster at home.
The first two worked as expected to install Ubuntu 18.04 but the z210 just fails installation just at the end of.
I've updated the bios, I've tried different hard drive, (obvious I've turned off secure boot), I've downgraded the bios, I've cursed, spoken harch language at it and sprinkled it with holy water, still it fails.
A Google search the problem, one hit similar to my problem but it did not help me.
Currently I'm on my 5:the glass of wine, if not solved tomorrow I'm hiding it at work until the next "downsizing" and it will have an accedent from the 9:the floor.
I've spent 150$ on it but I have the economy to nurture my mental health... Not all the time but this time it feels worth it!!!3 -
Please tell me I'm not the only one hating Laravel. Been working on that thing for well over a year, my hatred for this thing grew so strong and vibrant I feel like I can see it right now in front of my face.
I need to know I'm not alone.6 -
I'm currently making an internship at a medical software company and today i found this gem in a js file:
/*
the server does not check if the element was deleted or not; it will return success, no matter what; **it's not a bug, it's a feature**
*/ -
I'm not a web dev, but I hear a lot of talk about dependency injection from fellow devs on the web scene. Wtf is it? Please explain it to my smooth brain12
-
Ok, probably a really dumb question.
I'm trying out Docky, and I really like it. Buuut... for some reason when I maximize windows, it leaves a section for the toolbar and just displays the bottom part of the wallpaper under the part it's not using.
How can I change this, or can I not?2 -
Honestly, I've never even given a second thought to the use of the terms "whitelist", "blacklist" or "master". I mean, I'm not against this change in any way, but I'm also not sure if these terms are commonplace because they stem from racially charged meaning or not. Guess my privileged ass has never given it much thought.
https://zdnet.com/article/...9 -
Developers wanted! No I'm not a recruitment agency
I'm relatively new to the field. Been working 2 years as a Web developer at the same company. So I want to ask, is it normal to be made to sprint plan live issues for any websites you maintain?5 -
i'm new to coding, and today my boss (i'm a scholar btw, not getting paid shit), asked me to review his VB net app... it was a total mess that i wish i could show, but intellectual property exists...xD
is it just the language or should i quit? i want to do it already.4 -
Wish the Objective-C compiler had better type checking. There's no reason for it to not error out when I'm migration a property from one type to another.
-
What does devrant think about https://doppler.com/
Saw it on https://producthunt.com/posts/... today, and it seems interesting but I'm not sure what all to think of it, so I'm curious what the smarter than me members of devRant think.7 -
Is it the manager's responsibility or the employer's responsibility to find work? I'm an employee in limbo space. I'm fine spending time to learn things, but feel kinda guilty not picking up stories9
-
Is it a good idea to show the github repo link to my boss ( I'm the only developer/IT guy/etc in the company)
PS: I need to report my work and I'm not sure how to explain my progress11 -
Alternative for Control board (Display)???
So I took out the monitor of my old laptop ,and I'm planning on using it as my new secondary monitor. BTW I'm from Nepal, and it is not possible to find any control board available in market for the spare LCD.
So could anyone suggests me with an alternative for the control board for my spare monitor?
Thanks in advance.2 -
I live under a rock.. sooo notepad++ for me..or even a paper notebook..
Joke aside, depends what kind of code I'm writing or what I'm doing with it.. if I have to analyse what some part does and modify it I actually do take it from VS to np++ to check & write.. same for PLSQL.. not sure why I prefer doing this the 'hard' way, but it suits me.. after I'm finished I'm pasting it back and correct possible typos and so on..
P.S. I'm also one of those weirdos who have no problem writing exams on paper.. -
My Mac was being worked on this week so I used Edge on my work computer to watch the Apple presentation... not surprisingly Edge crashed when exiting out. I'm not sure if it's just terrible or it was so confused at Sia's performance it just crashed1
-
Is it possible to subscribe to people from the browser version of devRant? On iOS it's obvious... maybe it's one of those 'right in front of me' things and I'm not seeing it... any clues?1
-
Just installed Semantic UI for the first time.
> Installed all components
> ls components
> shit that's a lot of components!
I'll now need to re-install it. I'm not -rf 'ing that shit.
Okay yeah I could just -rf it, but I'd break it.2 -
How the fuck you people do load testing ?
Don't tell me JMeter, it's useless as it doesn't represent an actual browser session...
I'm not taliong "test APIs" but the whole user experiance....
Can't find a single tool which does it at 1000+ sessions....6 -
Why, why, why is the default choice for the iOS autocomplete "inn" and not "in".
Others:
doo instead of do
ave instead of and
umm instead of I'm
A thousand other stupid defaults instead of the more likely word
Ort instead of it
18 months of this. I'm going crazy. It makes even the most basic communication take 10x as long23 -
Not sure if I'm making a mistake or what, but in Kotlin:
10 % 30 = 10 🤔
Shouldn't it be 33333...?
No matter what numbers I use it always returns the left hand side of the equation 🤔17 -
so here's a rant/question
So I'm having an issue with vertical-metrics in a font I'm using which results in mac aligning it in the middle and windows aligning it at the bottom. I tried re-converting it for webfont (fixing vertical metrics in fontsquirrel) but not luck so far,
any ideas?
PS vertical-align don't work either3 -
Curious how many others out here have heard of Coderdojo? not plugging it but I'm curious to see how far the institutes reputation has reached1
-
I'm in the constant fear of developing an app, going live (maybe having users using it constantly) then having a breaking bug and not being able to figure out what's going on nor fix it.
-
The time I can get a while loop to not crash the tab/application when I'm testing it for the first time will be the happiest moment of my life.1
-
Are there any .NET devs here who use MacBooks as their main dev machine who can share some feedback? I really like the design of the Mac but I'm not sure whether I will be very productive on it. Other laptops I'm considering are the Razer Blade, Dell XPS or HP Spectre x3603
-
Not sure if I'm missing it or not, but is there a way to display rants from newest to oldest order? At the moment it only displays by largest ++ in descending order. Would be nice to have a sort by option.5
-
Factory Reset my Nexus 6P, can't get Google Assistant -
So I was using the Android O Dev preview and decided the annoying things in it was just too much so I un-enrolled which reset my device, I'm now on Android N and have been for a week or two, everything's up to date and all but holding the home menu gives me the "Now on tap", I've cleared the Google app and services data/cache, swapped the language to English (US) and rebooted a few times but still nothing.
I'm not rooted and my bootloader is locked, I'm in Australia and had access to Google Assistant without any trickery before...
Not too sure what I'm missing and how to enable Assistant? So freaking annoying not having it and stuff, it was so useful and I miss it3 -
Stuck on this problem all day... New project using Gradle... Usually we use Maven.
I added a Jodo Time to the project as a compile/implementation depency.
But it doesn't add it to/update the project so I can use it.
I'm not sure what part is screwing up.
Feels like if a class doesn't use a package it won't download it even if it's in the build.properties?
But well I can't use it if it's not downloaded?4 -
Yes, I'm that sucker who writes by hand the copy paste code fields even if he already knows how to do that. I'm not proud of it but, what can I say? I'm a wet guy...
-
Is it bad practice to write a line of code longer than the screen, meaning you need to scroll on the X? I've had one lecturer who hates it and one who doesn't give a shit and I'm not sure of the standard8
-
Tomorrow I'm going to my first international travel, and it isn't just that, I'm also going to work there.
Am I nervous? A lit lot hehe
Am I ready for it? I'm not sure, even my bag isn't ready for it.
But I hope that everything will be alright and in the end of day, if nothing goes well, I'm gonna know that it is going to be a great experience -
Spent 2 hours trying to figure out why an onchange event wasn't firing. It was my first project in .net 8 and I forgot to set the render mode. I'm not sure who I'm mad at, but I'm extremely mad at someone.2