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
-
that feel when you bought something years ago and today you realized it's more modular than you thought
awww hell yeah
like little christmas1 -
you cold apply to a job and get ghosted
i cold apply and get two rejection emails
we are not the same -
Week: 114 (Year 3)
How was the weekend?
Question: What is something most people misunderstand about you?
last Weekend : https://devrant.com/rants/19381611 -
https://static.molodetz.nl/dr.menti... and https://static.molodetz.nl/dr.menti... are updated.
- Sorted DATE DESC.
- Removed duplicates.
- Added multiple mentions in one comment.
As requested by @SoldierOfCode and @Lensflare.
Around every 5-7 minutes the files will be updated with new data. Could speed this up actually.
You can find source code at: https://retoor.molodetz.nl/retoor/...
No async stuff, let's not kill the server. Python native.6 -
Hi y'all! I got question, for my engine map format (the map editor will be blender/blockbench) should I just use a GLTF that contains every node and extras for light and custom properties or code a blender plugin that exports a TOML like:
# === MAP ===
name = "E1M1"
description = "At Doom's gate"
# --- Objets ---
[[objects]]
path = "assets/models/tree01.obj"
position = [10.5, 0.0, -3.2]
rotation = [0.0, 90.0, 0.0] # pitch, yaw, roll in degrees
scale = [1.0, 1.0, 1.0]
[[objects]]
path = "assets/models/coin_gold.obj"
position = [5.0, 1.0, 2.5]
rotation = [0.0, 0.0, 0.0]
scale = [1.0, 1.0, 1.0]
[[objects]]
path = "assets/models/rock_large.obj"
position = [-2.3, 0.0, 4.8]
rotation = [0.0, 0.0, 0.0]
scale = [1.0, 1.0, 1.0]
# --- Static lights ---
[[lights]]
type = "point" # "point", "directional", "spot"
position = [0.0, 5.0, 0.0] # spot or point
direction = [0.0, -1.0, 0.0] # spot or directional
color = [1.0, 0.9, 0.7] # RGB, 0.0 to 1.0
intensity = 1.0
radius = 10.0 # influence radius
angle = 45.0 # angle for spot
[[lights]]
type = "directional"
direction = [1.0, -1.0, 0.0]
color = [0.8, 0.8, 1.0]
intensity = 0.6
# --- Spawn points (user-added triggers) ---
[[spawn_points]]
name = "PlayerStart"
position = [0.0, 0.0, 5.0]
rotation = [0.0, 0.0, 0.0]
[[spawn_points]]
name = "EnemySpawn01"
position = [15.0, 0.0, -3.0]
rotation = [0.0, 180.0, 0.0]8 -
We have a cold moving through our house. Some people have it, some people don't.
Me: Do you have a cold?
Kid: I don't know...
Me: Is your nose running?
Kid: Yes
Me: Then why don't you go catch it?
Kid: ...shut up...joke/meme ostream is looking for backend action lensflare is doublespeak for being a flamer retoor's game is all locked up reusing pranks calls in person4 -
2025/6 is the year contrast dies.
Apple, obviously, with liquid glass (AKA, "I can't see what's on top or bottom!")
But now also, trying out Visual Studio 26, everything is just a slightly different shade of gray.
Won't anyone think of the clarity?! We have reached the point where we are so biased towards form over function, that our form is no longer functional! Bring back contrasting shades of colors in UI!!!!!!!!!!!!!!7 -
So November is epilepsy awareness month.
People literally shaking with excitement about this.joke/meme michael j fox has palsy not epilepsy ostream has masturbatory epilepsy 88 mph has lasting medical effects12 -
My job is not satisfying anymore. I used to live creating beautiful pages from scratch and totally get a kick out of working for A-clients.
However i’m currently more and more turning into a software developer. Nobody cares if it’s pretty as long as it’s functional and working noone cares.
Ofcourse it give me freedom but at least half of the stuff i’m working on is not creative in the least bit and worse; is created by AI in seconds.
Are there any developers out there who made a successful career switch?2 -
Degrees of comparison are weird as they go in the "more" direction for almost every human language but not in the "less" direction.
For instance, there is hard, harder and hardest,
but if it goes in the other direction, it’s suddenly "less hard" and "least hard".
It’s even weirder for languages that don‘t fall back to the "more" form for long adjectives, like English does:
More retarded, most retarded.
Which is again symmetrical to the other direction with "less".
Just some shower thoughts…6 -
This November shall be... Noirvember, i.e. watching Film Noir. Nyah, see? H'what are you saying, see?6
-
My senior dev pushed the backend on lab finally. It's even worse than expected.
- No documentation
- 1 query that retrieves data
- the one query is not even usable in our application without changes
- the total of 1 record that is able to fetched
- somehow misses queries he demo'ed in a meeting more than a month ago2 -
I'm so over this new job. Things move so slowly, everything is broken down into waaaay too many micro-services. Managers have to micro-manage because there are no integration tests and there are always production problems.
My last place was so streamlined. When things got in, they were in. Continually testing/continual deployment. The thing was a massive beast and had problems, but I could run Linux and there was a real sense of everything moving.
There's only been one chat in the 9 months post layoff in our old TeamBlind room and things seem to be going alright. They're finally hiring mid-engineers to replace the layoffs/attrition. They finally dropped Kanbanize, a terrible project management tool, and went back to Linear.
I'd never work for them again, but the work did feel more meaningful and the engineers were a lot better. It was also $30k more per year. -
Interview question:
We want team members who are passionate about our mission. If you’re excited about helping people live healthier and longer lives, tell us about a moment or experience that sparked your interest in healthcare.
So I was at the hospital where my uncle was working and i stole a temesta lmao12 -
The Orwellian irony is that A.I. agents can probably help me better at finding a job than most recruiters can. lol5
-
The hoops you have to go through to summarize a document even using LLMs with 100s of billions of parameters is insane. Even when you get something that "works" with RAG, all you are really getting is a summary of the distilled version of the document, not a pure summary.
I've got a script that breaks down documents into manageable chunks with an overlap so the meaning isn't lost between paragraphs, and it works decently enough, especially when you add terms and definitions to the system prompt for things it has trouble with. But the context window is still a problem so you have to discard older entries, which means you can't correct previous items based on new entries.
Using vision models to OCR the image instead of reading in a text document seems to be working a bit better, but it relies on the image being the right size and you can't load in too many at a time.8 -
A while ago, i wanted to automate literally everything with AI. So, taking screenshots, clicking, mousing, typing automation it is! Of course, you can imagine how the process looks like. But the project failed because when I asked for x/y coordinates of elements in a nice json output from the AI (of the screenshot) it all gave wrong values. I found out that those values are batshit wrong AFTER building the whole application that only worked in expection of that part (kinda most important).
Fuck.
But it really understood "Go to the address bar of the browser" (and it would do on the backgran a query to dimensions of the address bar. that's where the neat AI comes in). It could locate elements with poor descriptions. It understood very well. Only coordinates went wrong.2 -
