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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
Tester: How is $feature supposed to work?
PM: How did $rival_company do it in their $rival_game? Check it there - that's how it's supposed to work.
...One of the greatest killers of any joy in gamedev is when you hear people want to blatantly rip off someone else's design.9 -
Need your brutal, honest feedback on a personal project. for years I've been frustrated by the same thing: my GitHub shows my code, but my resume is a garbage fire of buzzwords that doesn't capture how I think. All the real, hard-won lessons from debugging hell or a failed project just... evaporate.
I got tired of it. So I spent the last 2 months building a solution for myself and for devs like us.
It's called insightdeed. It's not another social network. It's basically a personal, public changelog for your professional brain. A place to dump your insights, post-mortems, and the 'why' behind your work, so you can prove your expertise instead of just listing it."
It's still super early, and this is where I need your help. I'm trying to figure out how to share this with more developers without being a cringy marketing person. Direct ads feel wrong for something like this.
So, my question to you all is: If you saw a tool like this that you may though be useful, how would you want to hear about it? A quiet post on a specific subreddit? A mention in a newsletter? A blog post on Hashnode?
I'm not here to spam. I'm here to test and build something. Any advice would be hugely appreciated.7 -
I CALLED IT!!!
A few months ago I said that AR/VR would be (again) the next stupid hype after the GenAI bubble finally burst.
Now the facebook kid says that whoever doesnt buy his sparkly glasses is an uncool square.
Nailed it! Beware, people, the stupid crappy-lphone-in-your-glasses will be the next "disruptive innovation" that hypephiliac managers will preach as the new-new-gospel.
Maybe its the facebook kid's way of trying to revive his "metaverse" craptastic debacle?9 -
!rant Lovely quote:
“There are two ways of constructing a software design: One
way is to make it so simple that there are obviously no
deficiencies, and the other way is to make it so complicated
that there are no obvious deficiencies.”
—C.A.R. Hoare, 1980 ACM Turing Award Lecture2 -
@retoor I am sick of devrant being slow as shit, I remember you had an alternative, post it here please so we can abandon this sloth of an app6
-
Nothing worse than having to wrangle multiple coordinate systems for model files and your engine. Extra points when one is left handed and one right handed
I actually want to die5 -
So glad I'll be gone from this client. Dev asks if he can go over sentry issues and gets told "no"3
-
Week: 108 (Year 3)
First weekend of the month. How are you gonna spend this awesome weekend?
Question: Where do you get the motivation from to do something you wanted?
last Weekend : https://devrant.com/rants/1925426313 -
Programmers of today have replaced customly designed algorithms with off-the-shelf heuristics. They wander through packages and libraries and end up making something that is in no way viable to run in production.
(Paraphrasing Tesla)
Seriously, how many dependencies do a data science stack for some internal process needs? It would be fine of it was just an image compilation issue, but every other library nowadays needs a fucking subscription.
It makes sense when vendors want to bill you for using their neat library. It takes a lot of effort to develop those things.
But you better deliver something great and have a fucking good reason to make it an API instead of a self hosted or locally installed library.
Because it doesn't matter how much you've optimized your hardware to run your library, the network latency makes it much more expensive (in processor time alone!) to call an API and await a gRPC response. Oh, I can do async? No shit, Sherlock. Your fucking server cannot handle my load. Not without significant investment on a dedicated host and then we're back to square one.
Shit, its cheaper to run the thing on my side. "Oh, you can do self-hosted! We just need to make sure we have our digital rights management bloatware ruining the performance of everything!"
Just to make things worse, every other data science library nowadays is just a fucking distilled LLM. Those pieces of crap manage to be more unreliable than politicians.
Fuuuuck, the world is burning already and we're pouring fuel all over it with those fucking get-rich-quick "advanced API tools". Can't we just hire talented people instead of licensing a dozen vendors? But noooooo, everybody gotta be their own fucking boss because companies hate when their employees are happy and sabotage it all with RTO mandates.
Fuck, I need a drink. The enshittyfication has come for us, at last. May our end be quick as `sudo shutdown 0`.2 -
If the best practice is not the default and needs to be remembered and applied explicitly, it‘s just horseshit design.4
-
all the solutions in rust are always subpar
and it's not even the ownership stuff it's the syntax like with errors with stuff
you just can't be concise so don't even try it
write everything out imperative18 -
Boy I sure hope Rust / LLVM's devirtualization pass is as good as its infamy suggests!
https://devrant.molodetz.nl/preview...2 -
I came up with a really intuitive way to create a coroutine in Rust by passing the sender of an mpsc queue to a callback, then merging the receiver of the same mpsc with the future returned by that callback, but I must've cocked up somewhere because I'm pretty sure it leaks memory.
MPSC ports don't own each other in either direction, that was my first guess too.5 -
my local copy of legacy monolith no longer builds and runs correctly as it now gives a false positive
i dont recall changing anything
i don't know docker
i can see docker images/containers are not being stood up correctly
i pray for euthanasia or help, preferably euthanasia6 -
Hey everyone,
Some folks thought my last post looked like spam, but I promise I’m not a bot!
It was just about a website/game I enjoy playing together with my daughter. I shared it because it’s something fun for us, not because I’m trying to promote anything.
Sorry if it came across the wrong way. I just wanted to be part of the conversation and share something I genuinely like.
Thanks for understanding!7 -
Week: 106 (Year 3)
How is the weekend going?
Question: At what age did you get married, or at what age are you planning to get married, and why?
last Weekend : https://devrant.com/rants/192025257 -
My (likely incomplete) programming journey:
1998 - html/css in after school program
2000 - learned to write batch files for windows 98
2002 - visual basic 6 freshmen high school class
2003 - ti-86 basic programs for games and math class formulas
2004 - visual basic .net classes for programming competitions
2007 - c and c++ college intro classes
2008 - PHP and SQL flavors (oracle, MySQL) for class
2010 - more .net + c# classes
2011 - deep php and postgres for work
2012 - html/css/JavaScript change in focus for work projects (backbone.js)
2013 - node.js for work and hobby projects (frontend build tools + react)
2014 - picked up python
2016 - node.js deep dive for backend (serverless, nosql)
Pretty much stayed the course with my language skill set. Honing system design chops along the way.
2025 - elixir is my new jam6