Details
-
AboutYou know who.
-
SkillsYou know what.
-
LocationSome nice park.
-
Website
-
Github
Joined devRant on 7/20/2025
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
-
What is this preemptive "You're not a good fit for our team" bullshit replies from employers upon simply applying to a job on a webform?
You haven't even met me, not spoken to me, just saw my CV. Tf is this weird shit.13 -
DARPA unleashed the deadliest bioweapon and psyop since the bubonic plague.
COVID-19 and the vaccines that destroy healthy immune systems.
The majority of people don't notice?
What happened after the 2020 vaccine rollout:
- The RCMP and goverment lie about a trucker protest against the vaccine being dangerous and carrying weapons in their trucks. CSIS testified in court that there was no evidence. RCMP had no evidence.
- The CDC and media backpedal and says "We never said the vaccine was safe and effective" as people die in their sleep, or hiking from heart attacks.
- Prices soared and the majority of people cannot afford quality meat and food
- Bovaer: a super toxic chemical they put in cow feed that causes infertility of breathed in by humans
- Apeel: Apeel is an edible, plant-based coating developed by ‘Apeel Sciences’, a California-based company founded in 2012. It’s made from monoglycerides and diglycerides—fatty acids derived from plant sources like grapeseed oil, soy, or other seeds.
- Health Canada has approved the sale of animal-free milk protein, which is produced using a genetically modified yeast strain, marking a significant step in alternative protein options in Canada. This approval allows for the development of various products like cheese and yogurt that mimic traditional dairy without using animals.
A guy selling apricot seeds to cure cancer gets sent to maximum security prison for 5 years
https://x.com/DanielGilr44222/...
Ivermectin a nobel prize winning drug is demonized for being the cheapest anti-parasitic drug that rapidly reduces cancer/tumor growth in 2 weeks to a month.
https://x.com/MakisMedicine/status/...
The canadian governement is killing all of the ostriches that were recently used in research for medicine that is used to completely eliminate covid-19 https://x.com/PizzaPepe/status/...
What else am I missing? How many CIA/DARPA bots on this site will instantly respond to discredit my view? The same thing that happens on reddit?20 -
Week: 115 (Year 3)
How is the weekend going?
Question: What's the best and worst thing that happened to you this year so far?
last Weekend : https://devrant.com/rants/193846189 -
THE FRENCH WERE RIGHT IN CUTTING THE KING HEAD AND WE SHOULD ALL DO THE SAME TO YOUR PRIME MINISTER / PRESIDENT / KING / EMPEROR OR WHATEVER ITS CALLED
GENERAL HEADCUTTING DAY.
SPREAD THE WORD3 -
Man... oldschool gaming is hardcore. I have been playing SNES games and they use a password system where you only get the password if you get enough points, which are one-shot only and if you miss your chance, no password for you. lol. And then you have to play another 4 levels to get your next password... upon which the difficulty to get it is progressively more difficult.
As you may know, SNES cartridges used a button cell for saving state between sessions. Now I also understand why I had spent entire afternoons on a game in my childhood... because you couldn't save. LOL. It was just passwords.5 -
I have completely dismantled and readembled my.devplace, basically revamped for game development, refactored so I don't need an anti vomit pill to work on it. So it can be a desert of another purpose, I might transform it to a Movie watching site next week who knows4
-
Was frantically trying to figure out where an unwanted full stop was coming from, next to a dropdown in my UI. It was some dust on my screen.6
-
update: oh boy, spent the whole day in the hospital - bronchopathy. They did some exams and you know that propylene glycol thingy vape liquids use to produce all that vapor? It seems that while that shit's safe to eat, your lungs can't digest it, obviously. Therefore I am now stuck puking that shit out the next couple of weeks. Don't touch ANY sort of vape, friends10
-
Help me out, am I right wing or left wing?
- I am okay with closed borders and throwing people out who are here illegally.
- I am even okay with open borders and letting everyone in who wants to come.
- I am not okay with dozens over dozens of ways of staying in a country and becoming a citizen after arriving illegally which are just a backdoors, so that we can still claim that we don't have open borders while they are defacto open.71 -
I give up on giving dr-mentions Windows support.
The code itself works with no modification needed, but I just couldn't find a way to make it automatically run in the background at login.
Wasted multiple hours on figuring out how the Task Scheduler works and what's the XML format for making an importable task that can be put in the installer, almost works, but couldn't find a way to make it run under an arbitrary user WITHOUT admin permissions(for example, if I want to put it on a work computer on which you wouldn't have an administrator account), fine, gave up on it, only admin user it is.
Another(more serious problem) is that it opens up a fucking empty CMD window while the task is running instead of running in the background, and if you close the window it also stops the script. Wasted another multiple hours trying to figure out how to make the thing run without having an annoying CMD window being constantly open on your desktop, gave up.
If you wanna use it on Windows, just run it through Python directly, or put a shortcut for it in your user's 'Startup\' folder.8 -
No matter religion, skin color, feet size, hair color, genre, what united us all is taking a good shit after 3 cups of tea and holding it through the day.5
-
I just had a really great conversation with a Co-CEO of a startup, and I've never seen someone's eyes light up like this before. As soon as I asked:
"How did you see the need for (company name)?"
They spent a good 20 minutes talking about it and how they got there. Sometimes people force a square peg into a circle hole, but this person really sees and feels the need for the product. Very refreshing.6 -
"The burnt pen-is mightier than the sword."
- Vaporator User ostream
"Mind if I smoke?"
- Concentration Camp Inmate 107984
"C++ is made for segfaults."
- Flaming Rust User @sucksemballz
"LSD is a key component to vibe coding."
- @retoorii
"If you are not offended then I will try harder next time."
- some asshole on devrant2 -
I have again an idea how NOT to get rich. A donation site that will spread your donation amongst every common used open source library. High level stuff many times have some donation system. But the low level stuff what everyone is relying on barely afaik. I would like this system bevause you can have a big influence with just ten dollar or so what means every project ten cents or whatsoever.5
-
I don't really understand the flow that my senior dev wants to do for graphql. Normally graphql should be 1 request for your data with what you need but this is proposed flow.
1) Get all custom fields/columns of "products"
2) Append the custom fields in the frontend by all hardcoded default fields in my object
3) Fetch the relationships
4) Fetch the custom fields of the relationships
5) Add hardcoded default fields + Append that to my "master object"
6) Fetch the custom fields of "secondary key" that is not included in step 4 or step 1
7) append that to my master object
8) Fetch data
So the frontend needs to be rebuild the database structure and send 4 (or 5) graphql requests to load in 1 table... I don't know how to describe it anymore lol
This flow has to be redone for every table35 -
Delighted to see that this site is still alive.
I''d like to hear your opinions about my take on libre licences:
https://git.lbfalvy.com/Orchid/...35 -
Got a customer right now who constantly finds new technologies with which the whole app will be built faster and be more flexible.
Oh joy...5 -
Reddit is so very dead... Today, I read a post in /r/webdev or /r/rust, not sure which one, but both are full with AI bull, that was clearly written by AI. Then most answers were also clearly written by AI. And some of them had answers written by AI.
I wish that was the dead internet theory. But that requires bots to answer to bots. I believe those are people who answer other people, by putting a few bullet points into AI and have it generate their comment.
And yes, I think so little of my fellow humans that I do strongly believe that most of them are unaware that they answering AI with AI.15 -
Another coding test that takes 2 hours.
Yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay.10 -
I got my severance check today, and although it is a decent chunk of change, I still don't feel secure. Numbers wise, with this money + savings + my wife's consistent income, we can last quite a while. In my head though I am still on high alert.
When will I find a new job? Will I find a job new? If I get an interview, am I going to fumble hard?
Interviewing is perseverance and a healthy dosage of luck. I really need the luck.3 -
I know u guys don't care but I chose to go with TOML for lights and entities eg triggers, enemies, player spawn, etc.. and IQM. Plus it'll be a FPS engine, just like Quake (no)!9
-
Gamers should boycott Nvidia.
They abandoned us for making crypto mining machines, leaving gamers with expensive and hard to get cards.
They abandoned us for making AI bubble machines, leaving gamers with expensive and hard to get cards AND crashing our economy.
No more Nvidia cards!8 -
First time filing for unemployment after the layoff. I didn't even know it was something I was eligible, so I'm lucky I spoke to my friend the other day.14
-
First it was Amazon region-wide service issues. Now it's Cloudflare having issues.
https://www.cloudflarestatus.com/
Fuck sake man.16 -
Offset pagination is one of the biggest collective failures in software engineering.
Who wakes up one morning yearning to visit page 7218 of 100000 in the dataset? No one, right? Because that’s not how it’s supposed to work. That’s what the search feature is for. Not that developers don’t fuck it up too, but that’s the not the point of this rant.
The truth is, most developers are lazy and don’t want to properly handle stuff. It’s even made worse by ORMs, where some dumb ass will use Django to make a shitty API without a care in the world about the underlying database.
Then after a few months of ever increasing data, they start experiencing very slow queries and response times.
Gee, I wonder what it could be! Could it be that the DB is having to go through hundreds of rows just to return the 100001st row?
Designers also defaulting to Page 1 of 2322222 UI like the NPCs they are, is a big problem.
Pagination UI, if not done right, is a performance nightmare masquerading as a feature, solving a user problem that doesn't exist.
Fuck whoever came up with this bullshit.
I’ve had 3 side gigs where my task was to speed up the system and it always ended up being an issue with pagination. Once worked on a project where the dashboard toook 8 minutes. Yes, you read that right. 8 minutes to load. The company had accepted it as normal until a new manager joined and said, fuck that. Brough me onboard to unfuck the mess. No issue with Django devs, but bro, learn how to deal with databases properly for fuck's sake.
Before you came at me with, “well, what if I want to give users the ability to jump between pages”. Bro, that’s what search is for! If search is not allowing users to access the exact data they want, then it’s broken.
Pages are not deterministic anyway, because page 4 today won’t have the same data tomorrow.
I just fucking hate badly implementation pagination. Fucks up my day.16 -
this website has like, connections to AlpineJS, jQuery, 3 different web font providers, calling some WordPress theme CSS from another website, uses TailwindCSS v2, inline styles, the fuckin head tag's content is almost 400 lines of fuckin code.
I can't help but laugh and feel sorry for the poor soul who had to build this. Was clearly in over his head.3 -
Things that we should collectively refuse to do while job searching:
- AI interviews and live coding sessions
- Working with recruiters who don't know shit about tech
- "What is your Github" (I don't use github, retard, they're microsoft. Beside, I don't have a strong portefolio because I had an actual job, you should try it).14
