Details
-
AboutThe man himself.
-
SkillsCertified baker.
-
LocationDown the river
-
Github
Joined devRant on 3/16/2024
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
-
!rant && coolThing
Today, I fully parallelized my evolution algorithm.
That means that since Thursday of last week, even though I took yesterday off, I was able to learn about metaheuristics, implement three of them (one being my own awful invention that did not perform) and successfully parallelize them.
Feeling good, man.2 -
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 -
I actually think that auto-completing pull requests with any merge strategy other than fast-forward is completely insane. WTF do you mean the final version of the code is produced with no humans present?4
-
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 -
Opinion: companies desperately need CBD engineers.
For a minute, forget about AI agents, GenAI, Observability, CI/CD, OO, Functional, Quantum Computing, OR, SAP, DevOps, AI Ops, ML Ops, Prompt Engineering, Data Viz, Blockchain, and even Scripting and Compiled languages.
Think about how companies approach problems nowadays.
Some executive sees something on a conference, panics and hires a dozen highly paid individuals with some soothing credentials. Those individuals whisper some magic words, the executive makes some grand speeches about how his company is totally one of the cool kids, and the poor actual employees get sucked into another useless fad.
Then costs get too high, street creed (NASDAQ Symbol: FOMO) falls 35% or more, and layoffs come for everyone involved.
Imagine if it all could be avoided with the appropriate mix of CBD and THC. The CBD engineer makes some magic potion, the executive gets mellowed out and employees get to actually work on profit-generating activities.
Seriously, give some chemical pacifier to executives and call it something dumb like "mindfulness performance enhancer" so they can feel like big boys.
I wouldn't mind working while a suit eats 2kg of cheetos and wonders if the stars are winking at his crotch, so long as the suit stays on his fucking lane and let me do what I do best.
But that ain't ever gonna work, suits gonna suit. They will want to mess stuff up just so they can pretend their parents love them.
Thus, here we are. When actual devs have to speak nonsense and pretend that AI is real. Just so they can pocket some of that FOMO cash before the ship sinks and drags down honest working people.
We need an UBI just so that everyone in a company can jump ship as soon as a suit starts blabbering about the next big fad. I'm betting it will be VR/AR again.6 -
There is never a valid reason for any UI component to respond to touch or click events until it has been visible for at least 500ms.4
-
Learning embedded C/C++ on some TI chips. Need an httpclient for some specific tasks. The docs for the library are almost non-existent. No examples. I search and find examples from 7 years ago (none official). Wild.
There was another library I was using, but apparently it has internal issues and is not being updated anymore. I am using the "supported" library apparently.
Writing network code for desktop: easy peasy. Writing it for embedded: wtf is this shit?8 -
I can't believe we went from
"Use AI for coding! It's the best companion to have!"
to now
"AI is making you dumber and lazier. Ditch all the tools and learn from scratch."18 -
!rant Writing code in a barebones text editor so that I am forced to think more about my code and debug deeper. Hah! No more fancy IDE's while learning (for now)!13
-
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 -
This codebase had 50+ main() functions and 80+ Material App. 5 of them are nested MaterialApp
Redundant widgets, security leaks, and print Sensitive information from the server to console without using (kDebugMode), therefore in prod, the data are leaked.
I refactored until I screamed.
So I left a gift inside.14 -
Sudden urge to design my own programming language. Specifically built for concurrency. I really like the async/promise style stuff but I always think it's a pain to put together. Why not make the "putting it together" bit the languages job.15
-
I want to buy a 4TB external drive, with the sole motivation to "preserve" as many games as I possibly can. I know it's not enough, but I want to save my fav games before they're completely gone from the internet.
I could do that, but then what if the Operating Systems go to shit? What if Windows rolls out an update, where you can't run .exe files anymore? Everything has to be installed and run from the Microsoft Store? What if an "online-only" version of Windows gets released and all previous versions get removed?
I know duh, get the Windows 10 cracked iso file as well. But it just depresses me, looking at the hoops I have to jump if all I want to do is enjoy older games.5 -
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