Details
-
AboutData Eng with a long history of abusive bosses and awesome projects. Got a MSc in Optimization and a couple startup failures under my belt.
-
SkillsPython, C/C++, Cloud Architecture, Spark, Parquet, AsyncIO, Sarcasm, Heuristics, Optimization, Science, Academics
Joined devRant on 10/26/2021
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'm at a point in my career where I've started to think -
"Have I made it?"
I mean, I make a very good amount of money by freelancing, I have an online presence with my YouTube and I have a wife.
Isn't this all I ever wanted in life? If I push for more at this point, what am I pushing further for?
This question is equally relaxing and terrifying at the same time. It keeps me enlightened and in a state of limbo, at the same time.9 -
There’s lay offs in my company.
So far:
- slackers and incompetents are staying
- Part of the leadership team is in holidays
- No one said the word lay offs but use the sentence “changes to come”
I am going back on monday and part of me hope I will be kicked out as I will have nothing to loose then, and a full month to say whatever I want.2 -
I have nobody to share this so I will inflict myself on you guys.
I genuinelly laughted out loud from reading the Hot Potato Licence
https://github.com/ErikMcClure/...6 -
Unofficial slogans for programming languages:
Javascript - JustShitting out frameworks every week.
Python - Shit programmers become slightly less shit and call themselves "data scientists" here.
C# - We know we are better than you, and even though we don't need to say it, we will say it anyway.
Pascal - The only recognized version of Pascal is from one single vendor.
Haskell - Stay is school if you want to use this professionally.
Swift - (honestly don't know what to say here, Lensflare can fill in on this one.) Maybe this: The first rule of Swift club is we don't talk about Apple club.
Java/Kotlin - We are in everything, including your mom's vibrator.
C - The rest of the programming world doesn't exist. Especially in embedded. Happily using K & R compilers for 3 decades.
C++ - We will pretend to care about the rest of the programming world, but like C, we will do whatever the fuck we want. or, Being held back by the ABI for at least a decade.
Rust - I feel bad for you for using other programming languages.
These are probably highly inaccurate, mostly just wanted to talk about Java being in your mom's sex toy.9 -
Since no one can upvote or comment anymore:
It's been fun, mostly. I met some very nice people here and got to meet one too.
Solid platform while it lasted.3 -
TL;DR: I'm reading papers and doing computer science like I could never afford to in college.
I am beginning my scientific arc.
Over the past few days, I have been working on implementing my own Evolutionary Algorithms
I've been doing a combination of "experimentation" and (probably less than I should,) actual research.
My Mark 1 was just a proof of concept that set up the data structures correctly, Mark 2 generalized the data structures and actually implemented some natural selection, but this was really just made up by me so I'm only getting mediocre results.
Next step: I have two papers lined up to read on EAs. Mark 3 might not implement them exactly, but I hope to beat the performance of Mark 2.
I'm encouraged by the fact that these research papers have TONS of different things they tried, and I'm really only on my first prototype (since Mark 1 didn't have any selection implementation, only randomness)
Follow along if interested:
https://github.com/AlgoRythm-Dylan/...13 -
The symbol for things to avoid in biology: ☣️
The symbol for things to avoid in physics: ☢️
The symbol for things to avoid in IT: ✨6 -
Man, nothing kills productivity quite like a two-hour meeting that could’ve been summed up in an email—seriously, why do we keep pretending these things are anything but a colossal waste of time?2
-
how can someone even hope to achieve AGI when humans are too fucking stupid to even comprehend what intelligence really is.2
-
Azure sucks!
I have been pulling my hair off using Azure. All questions I posted on their support doesn't have any answers.
Their documentation is overwhelming as hell, they don't provide enough examples. They just put information like they expect the user already knows it.
F*K U AZURE6 -
When Russians talk about someone who is still a part of their group but is shunned, they use the word нерукопожатный — literally “nonhandshakable”.6
-
"We really struggle to find people with this skil set"
So you're going to hire me, pay well, and not be full of shit, right?5 -
Suing AI firms for piracy is right up there with charging mobsters for tax evasion, but that's the world we've come to.1
-
I'm confused with the purpose of the structs here.Can anyone explained.This is a question regarding an implementation of the AVL trees.
struct Node {
int key;
struct Node *left;
struct Node *right;
int height;
};
Does anyone understand this part?12 -
I know exactly what I’m doing! I just don’t know what effect it’s going to have.
— Fantastic, Fallout New Vegas -
is it just me, or is reading LLM-generated text really annoying?
It feels like I'm reading the same thing over and over again, in different contexts about different things.3 -
For fuck's sake, management is now asking us to provide data converted in % as to how genAI is actually making us more efficient as developers. How the fuck do you even measure that empirically?
It is already BS enough that they track how much we query these AI tools everyday in our development environments, but now they want genAI to produce most of the code templates in our SDK. It can barely produce a working regex or a working python script, let alone a small piece of code that won't stack overflow itself into oblivion. It sometimes takes more time to debug and refactor than to do it myself from scratch.
They ask for our professional opinion, we tell them, they don't give a fuck about it, proceed to think all is rainbows and unicorns, and still ask us the same moronic things as if they were the new messiah's on earth.
Don't get me wrong, genAI can be useful, but why the fuck does management think it will magically solve all our problems when they don't even understand how it works even on the surface.
The only thing that would make sense is a lot of them got money at stake in some AI investment sales pitch bullshit and they try to jam it up our collective throats because otherwise they will loose their investments like there is no tomorrow.
Fuck all of this, I just want to do engineering and build something useful to society. Is it too much to ask?15 -
You know how LLMs always imitate expertise and understanding? That isn't specific to English, it happens in code as well. It's harder for them to get away with it because even the best guess isn't likely to be approximately correct, but they still try and it still sometimes works.
One of cucumber scenario tests now contains a deadlock somehow. We run them one at a time. I need some rakia.6 -
My boss insists that we shouldn’t lock or password-protect a particular system because, in her words, remembering or write down a password is hard and email as a concept is confusing. I tried to explain if people who don't know what left versus right-clicking do have full admin access, it’s only a matter of time before something goes terriblely wrong. She listened but ultimately decided to keep everything open, confident that everyone would use it responsibly.
Unfortunately, that’s not what happened, it never has been and never will be. The problems started, just as I feared, and now I’m stuck cleaning up the chaos, one issue at a time. I do have a backup and automation snapshots, but things got so tangled up that it will still be a hassle.
I tried soft lock so everyone could only access the section relevant to them. The reaction was immediate—they were confused and stressed, saying they’d be unable to do anything if it stayed that way. They didn’t get the idea that keeping them from touching certain things (that they shouldn't be touching in the first place) wasn’t the same as blocking their whole work. But since they’re all my superiors, I had no choice but to remove the restrictions and leave the system wide open again.
Nothing serious came out, just really annoying because something like this happens all the time.4 -
been working in the same company for 7 years, founder removed all our remote flexibility, told us people who dont come to the office can be replaced with AI, we have no excuse to being late to the office, etc...
feeling violated i began applying to other companies, and im very surprised that after 8 years of development experience, many side projects and curious endeavours later, i keep getting rejected or ghosted... wtf is this job market? i used to get interviews at least in almost any company i applied for before...
how tf do you land a new job these days?8 -
Let me present you a new term: Boomersoftware
Definition: As long as it has an exorbitant licensing cost it is good software. Whether its used at home or by IT in the office does not matter. Specifically when a foss alternative exists.
Examples:
Microsoft Windows (Especially server or embedded)
Most types of antivirus software
Software
VM-Ware/Hyper-V
Allen-Bradley Studio 5000
Most WYSIWYG document editors4 -
Want to know a sad story? I had a great idea for an internal application that would optimize a process in the company. My idea gets approved and.. guess what? Later it gets cancelled because Change Management didn't see a reason for me to get API rights on the company pipeline, which was what I needed to get my application going. I pitch my idea and they don't care and shut me down quickly because it's just another ticket they want to close asap.
Another guy in my company, openly incompetent but big buddies with the higher-ups gets his idea approved without effort. They open the doors for him and talk to Change Management to get him in. Then he's seen as Mr. Big Ideas while this guy doesn't even know how to use a terminal (I'm not joking). Even the girls admire him but he's a complete idiot who just smiles a lot.
It's whom you know, apparently. And bureaucracy is a piece of shit. So are cronyism and corruption.5 -
In french the world fish means "poisson". Not to be confused with a "boisson" (beverage), nor with the "poison" (poison).
But you could have fish beverage, which would be a "boisson de poisson". And some fish are poisonous, which would make it "poisson poison". Now let's take some poisonous fish, like some fugu, and turn it into a soup. You get a poisonous fish beverage, so "une boisson de poisson poison".
It also follows the poisson distribution6