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
-
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/1925426316 -
It's amazing just how bad Visual Studio/.NET is .. and the way this shop does stuff.
I was just copying existing projects and renaming/modifying everything for new tasks, but this time I tried to create a new project from scratch. No matter what I get:
Could not load type 'System.Runtime.CompilerServices.RequiredMemberAttribute' from assembly 'NJsonSchema, Version=11.3.2.0, Culture=neutral
Everything has the right .NET framework. Dependencies look mostly identical to other projects. No one in the work chat has seen it before. I'm about to move this project to a tmp dir, copy and existing project, search and replace all the name, empty it out and copy my source into it. What you want to bet it will "just work."
I hate everything about Windows/.NET .. I'm glad I have a job again, but .NET is just so fucking painful. How has Visual Studio remained this bad for this many decades? I swear VS 2022 is just like VS6 with a fucking dark theme.8 -
+ "Has someone tried to use AI to write code for a mod for this game?"
- "My stance is AI is a tool, to help you, don't expect to write the whole thing."
- "AI is very useful if you know how to code... I recommend learning coding."
??? How come I always find this kind of guys? Is this even being pedantic if they didn't even answer the question?
Makes me remember when I was younger and had to say "Java & ECMAScript" because saying Java & JavaScript in the same sentence would make unsolicited and misguided "corrections".
Fortunately there were some people that actually answered (before them, so they actually saw the question solved and still went to post that), but I still felt I had to clarify I'm a freaking software engineer, I don't have time to learn how to code for this specific engine for a shitpost mod. And what if I had time but still wanted to use AI? Rude, entitled... dummies.7 -
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