Details
-
AboutI like making things, adding features, fixing things. I have ADHD. It makes me a better software engineer. I wrote a rant about why. Search "neurodiverse". I've got too many things on the go at once for repetitive, so I'll automate instead.
-
SkillsDSP, Computer vision, Motion tracking, C++, Java, Python, R
-
LocationLondon, UK
Joined devRant on 10/9/2016
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
-
This is just straight up a joke. Head of data science has had us implementing something based on a paper.
I raised some "concerns" about it a while ago. Found out today they'd not even read the paper. We're pretty sure what we've been asked to work on doesn't solve the problem it's meant to solve...2 -
Messaging me at 4:30pm on a Friday about a high priority issue currently in production.
My reply: a link to the code review from 2 months ago that literally explained the problem and what to do to fix it. That got implemented. Then removed. For some reason...
Feels good.2 -
My output of 5 hours of work: changing a 'b' to a 'B'.
5 hours working out what the stupid cryptic error message means and reading documentation, 5 minutes to change and test the difference.3 -
Didn't finish morning run in time for morning scrum call. Looks like I'm answering the call from here.8
-
"Update on the last meeting, we'll either release what we've got or do something different"
WELL NO SHIT! 🤦♂️5 -
Me: I have a meeting in 20 minutes, I should get out of bed.
Also me: Thank fuck nobody bothers with cameras in meetings coz I'm often in bed.23 -
Oh my god my brain is hard wired to write c++ in snake case. Spent 4 years doing it. This code base uses camel case.9
-
Visual Studio 2022 compiles our internal c++ cmake project as a mix of x86 and x86_64 binaries, then fails to link.
VS 2019 correctly compiles everything as x86_64.
No idea why. And, obviously, it's not a documented problem.6 -
GTC Keynote be like "here's our AI car tests where we simulate the car driving into other cars but stop the simulation just before the crash. It's super safe, we promise! Coming to a crash near you in 4 years."
Interesting thing to highlight.6 -
What does PFA MOM stand for?
We're an international company, we all use English while working. That's all fine and good.
But there's one project manager that throws in really obscure acronyms that even I, a native English speaker, struggle with.
It's "please find attached minutes of meeting". Is it really that hard to type?16 -
What are people's thoughts on identifiable posts? I try to keep everything I say on here discrete so that I can't be identified, but this is the only place I have an anonymous presence. It's a useful outlet for frustration, but I also think it's a shame I feel I have to avoid the possibility of being identified. Elsewhere I use my email handle, so it's... Not exactly subtle.5
-
I've just found workplace stack exchange, feel like it's the compliment to devRant. Some posts from managers with stupid attitudes, getting told off. Nice to see.
eg: https://workplace.stackexchange.com/...7 -
Me, explaining once again that a webserver needs to be thread safe:
"I have nothing to learn from my colleagues".2 -
One of the guys in my uni group project accused me of bullying, shutting him out of the group, ignoring him and taking over his work. He complained to head of year, I had to have a "discussion" with head of year, welfare tutor and my personal tutor.
For supporting evidence, I brought the message he'd posted in our team Facebook group where he told me to do the thing I was doing. The discussion didn't last long, but it seemed he was unhappy with me asking questions, mean things like "I need a draft api to do my work, why don't we sit down and design it instead of the UI you're working on?"
Conclusion? He "worked on a separate project". Got to the end of the year, the whole class went for pub drinks, someone else came up to me, had been through the exact same thing, exact same person, different group project.
Group projects teach you to hate people.5 -
Does anyone else have a home screen widget that is their contact details as a QR code?
And has anyone found a not-shit android app that'll do it?
I CBA to make one but also it's really useful. I hacked it together with an app that'll scan a QR code and display it as a widget.7 -
Posts on Stack Overflow Meta don't effect your rep. I have (randomly) a 140 up vote post on meta which has now awarded me a gold badge. My total rep on plain stack Overflow is still barely triple digits. A couple of bronze and silver badges. I feel somehow conflicted.1
-
More adventures of working with data scientists:
Doing combinatorial analysis.
One of the post processing scripts throws away combinatorial information, analyses significance of individual data points instead.
Code was so complicated, nobody noticed.1 -
Currently listening to my housemate, a tech journalist, talk to a PR person for an ML company, about how great their product is.
I want to vomit.1 -
Simple question, I'm writing a coding course that does some cloud stuff.
Which cloud providers actually allow you to limit spending without some stupid "setup a service to nuke everything" fuckery?
As far as I can tell, Azure and Oracle. It's stupid how often this is raised as a concern for beginners and how hard it is to actually limit.8 -
When you're reading a NLP paper that cites Aristotle, you know some serious shit is gonna go down.9
-
When a company reaches the point where ya need to do welfare checks and send out a link to a crisis helpline at Christmas, y'all gone fucked up so many times you're putting a band aid on a broken arm.10
-
Manager: our file IO is slow, any suggestions to make it faster?
Code: multithread writing to a few hundred small (temp) files then single thread combine to one big file and delete the temp files.
Eyes: bleeding31