Details
-
Skills.NET, angular, SQL
-
LocationMelbourne
Joined devRant on 11/16/2018
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
-
I had a good time delivering pizzas in uni. The work is simple but there's just enough variety in destinations so it's not boring. The pay is shit though.1
-
I just want to say that I am extremely irritated that the question of which webserver to use to serve static files inside a docker container has become political.12
-
C# has static binding by default. Meaning methods aren't overrideable unless you specifically tag them as virtual. I love how in java you can take someone else's random class and override everything with some additional or alternate behaviour.13
-
Does anyone else get intensely frustrated and stressed trying to explain something to someone who repeatedly fails to understand?
"ok so you click decrypt password and then you give it your private key"
"ok I clicked on download rdp file"
"no you want decrypt password"
"and then it will download a file"
"no you need to give it a file"
"which file?"
"THE FUCKING FILE IT SAYS RIGHT THERE STEVE"
Keep in mind this is the fifth time I've walked him through this12 -
Quick question for everyone who wasn't fully remote before march:
What kind of setup did your company provide? Did you have nice ergonomic chairs/desks? Monitors higher res than 1080p? Mechanical keyboards? How powerful was your workstation?9 -
One time in a job interview I got asked a very softball question.
"what is the difference between .net framework and .net core?"
"well not much these days. there's a few APIs that didn't get ported over. but even winforms and that are available now. essentially it's the same experience when you're writing c# or whatever"
"ok but like, what's the biggest difference?"
"well the config files are different..."
"yeah but like the main difference?"
"uh... well there's a cli for .net core. it's not tied to visual studio anymore"
"ok. moving on..."
GODDAMMIT JOSH ALL YOU HAD TO SAY WAS CROSS PLATFORM
This interaction still keeps me up at night.6 -
When I need to talk to another office in my company about how one of their codebases works the weirdest thing happens. I end up on a call after local business hours with people who don't write code and thus cannot help me.
I show them the error I'm getting trying to run their shit and I get a high level buzzword filled spiel about the project that makes no actual sense. They use these technical words like federated and dynamic but they don't make sense in the contexts they're using them. And they don't answer my goddamn questions.
It turned out their debug config file was gitignored. -
I was trying to do something in this automation program. I was looking through forums and someone posted a python script that did something sort of similar. I was reading that and thought "hold on a second, this sort of makes sense. if I change this..." and then I changed it and it did what I wanted. Up until that moment I thought programming was for galaxy brains only and never considered getting into it
-
I was thinking about getting the ergodox but then I noticed they took off the brackets and shit on the right. I know they're on another layer but I dunno if I can live with that. Any ergodox users in here wanna explain how they cope?1
-
App idea: Program that processes funny dog/cat videos and removes the annoying ass thought bubble text they put in them. Like "I is hungreh" or "you is doin me a concern" or whatever. That shit. I hate it.6
-
Someone from QA just randomly started asking me about API requests and responses today. For our backend which is not actually an API and changes all the time without notice. They just like, casually wanna know the contract of every endpoint on that.
So after having a heart attack thinking my coworker got spear phished I find out QA has decided to start testing our backend without telling us let alone asking us if it's a good idea.2 -
When my team ships a new version, someone I've never met sends out a company wide announcement email personally thanking a bunch of people I've never heard of for their work.2
-
Petition for devrant to start using iso dates. Or at least pick up the format from the device's locale. But preferably iso. Seeing m/d/y does my head in.12
-
Ok why the FUCK is my angular app creating a new service when I reroute and throwing away all the state I just carefully put in there?! Does providedIn root mean nothing to you?!
I gave up and just used a global variable3 -
Just saw this question on quora asking if saying ess-kew-ell is an indication that someone doesn't know SQL. I say SQL because there's no goddamn ee or kwell in there YOU'RE ADDING LETTERS THAT AREN'T THERE BUT SOMEHOW I'M THE MORON?!?!?!4
-
I can use my clicky mechanical keyboard. Mmmmm those blue switches feel good. Also my home monitor setup is better3
-
My company just pulled the trigger on wfh. They just sent out an email saying tomorrow's the last day any of the offices in the region are open. Come in and get your shit. See you on teams.
Most of us have been working from home for a while anyway but there's been a few holdouts wondering why no one's coming in. It'll be interesting to see their reaction. On teams. -
IT's going around making sure everyone is able to work from home. It's gonna be like the shining at my house by the time the situation is over. I like having wfh as an option but 100% is gonna do my head in3
-
I fucking hate this cute little hack my company thinks it's found where if they schedule a meeting at lunchtime in the lunchroom they think it counts as a lunch break9
-
I'm the git expert at my work. This means every time someone has the slightest issue with git (or the git features in their ide), I get interrupted.
😡😡😡
Also I will say it is fascinating watching people who've used centralised version control all their lives struggle with distributed.
"Do you have my changes? I merged them into your branch..."
"You can commit and not push?!"9 -
4 really basic questions. Things you can't get through 1st year undergrad without knowing. One was testing you understand references, one testing understanding of inheritance, then exception handling... Then a bit of a tricky one: what happens when you query 2 tables in sql without a join. That took me a second because it's just not something I'm used to doing.
So yeah it's pretty basic stuff. At this point I was used to writing fairly long code snippets and quizzes with lots of gotchas that make the interviewers feel really smart. I think "ok they basically want to make sure I'm not totally useless and they're fine with training me". But noooooo. Being able to answer all that correctly is really impressive. That's never happened before. I'm a fucking prodigy.
So I got the job and I alternate between thinking I'm in Idiocracy and thinking the reception I get is some sort of elaborate joke -
I've been looking at the shittiest code today. Hundreds of lines saying
this.thing.otherThing.EvenAnotherThing[this.someFuckingIndexThatShouldntBeAField].theOnlyBitThatsDifferentPerLine.AlsoNoneOfTheNamesWereThisMeaningful
Over and over. They're all wider than the editor window. Clearly copy pasted. Just make a fucking variable Jesus Christ how do you expect anyone to read that2