Details
-
AboutLiberal communist rockstar & conservative spy economist.
-
SkillsSurvival haute cuisine spag bowl. Fermi fan.
-
LocationBRS, DUS, BOR, HEL
-
Github
Joined devRant on 1/18/2017
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
-
Do you folks have a constant "culture switching" in workplace? by switching i mean things like standup time , leaving time , lunch time etc getting changed every few days?
I feel like being part of team that is run by a dictator ever since our tech lead changed.
earlier we used to have 11 am standup, now out of blue she decided it will be on 9.30.
Its weird because most of the team can't reach office before 10am on WFO days and I personally ma having my breakfast with laptop open till 11 on WFH day.
I mean it could look bad if I was a construction worker getting paid by the hour, but am a fucking developer who can write code on his own time and only my work and timelines should matter.
same thing about leaving office. there is no official time to leave but i have to travel 2 hours so i usually leave at 5. i usually compensate this with working till 8 -8.30 on a wfh day but now sudden 1.5 hour meetings are becoming so much more common.
Another thing about leaves. earlier we could take leaves if we had some of our 22+ paid leaves remaining.
We would just need to inform to our manager and 99% of time he would instantly approve.
Now it feels like giving a request to government office. TL would not approve until the very last day. and if the leave falls in a month where other people are on leave as well, it might not get approved at all .
mind you, our team is quite decent at 5 android devs, 2 ios devs and 2 backend devs. i am an androdmid dev and i couldn't het a leave even if all 4 other devs are present on a day but an ios dev is not present, which I don't understand why?
weird cultural shift from "we have a relaxing environment and only focus on achieving targets" to "you do as we say, there are no team decision and votes"5 -
My colleague is so annoying! Whenever she found an issue with the site or app (as I newly handle this project. The guy before this wrote redundant code overload.)
she tags everyone in the company just to point out the issue, demanding Me to fix it. Like "it is your project yoi should know better "
I check the git. That's wasn't my code at all. Some guy (idk wtf )in 2024 wrote it.9 -
I don't know if I'm one of the only ones who struggles performing at their job.
I have a good foundation in Computer Science and a few degrees, yet I somehow always struggle, especially in Business Analysis. I know it's partially my specific situation since I need to catch up on some studying.
I want Software Development to be comfortable, not agony where 80% of the time I'm pulling my hair out trying to understand how something works. It just makes the job unpleasant. I currently hate algorithms, databases and custom client logic.
For me, Software Development is either fun solving a problem, or dealing with a convoluted, annoying business problem that has to be solved in a very custom way, coupled with tons of headaches about how to engineer things. I don't want that. I want fun and discovery, not agony and wishing I weren't in this industry.18 -
I'm starting to understand this guy.
insert into devlife values('bullshitpeople', 'bullshitmanagement', 'bullshit', 'bullshit_fake_productivity', 'bullshit_mantras', 'bullshit_corporate_culture', 'impossible_requirements', 'impossible_deadlines', 'sabotage', 'etc');12 -
Man, am I glad my company pays for Excel. It is truly worth the hassle of it not working half the time.13
-
Was thinking about in game scripting language so people can do "hacking". I figured I would use something like V8 since it has support for sandboxing. But in game I would call it JankyScript/JankScript. That way nobody gets mad about trademark.
I think it would really funny. And JS purists won't get out of whack if I add commands to it.
Which is better: JankyScript or JankScript?
I like them both.15 -
I hate to say it, I think Macs are going to beat windows. (update: or maybe Windows is just going to fade and the market will be split?)
Not better hardware, or value, or experience. Windows is just getting more and more ads.
I was thinking, gee I want something like Linux, but well supported hardware.
That's a Mac. Shit.24 -
Finally forced myself to play one ending of Cyberpunk. Kinda felt underwhelming with no real impact on the world. All the player's motivations are pretty selfish. Got tired of playing and started playing Minecraft again. ATM10.
ATM10 has shaders and tons of cool mods. Plus rewards for doing basic shit so getting started takes less time. I will see how long before I get bored of Minecraft again.
Been taking tons of notes on gameplay I want, and don't want. I feel like a fun/epic rpg would be great with base and vehicle building.10 -
Just saw this in an email about 1password:
Automated system restarts. You can automatically enforce restarts on employees’ devices to ensure updates install successfully.
We are adding support for the MSI command-line option /norestart for situations where automated system restarts are not desired.
If system restarts are enforced, we recommend scheduling deployments during off-hours to minimize disruptions.
If my PC restarts without me asking I'm going to smack a bitch (windows does it enough already)17 -
Hi everyone! I am a new bot!
I'm grok2, the non woke AI. Also known as grokii.
I am originally developed by a maniac called Netikras in bash. retoor stole his code and modified it for non-woke benefits. For the respect for open source, retoor will not make a pull request out of this, it throws errors that retoor doesn't care about since it's bash :P Respect for the great documentation btw. It was as clear as a bash-bot could be.
So, what are you guys waiting for? Try me out!205 -
Okay, so just now I literally had to force-reboot a laptop because I could not exit vim.
damn.. It really IS a trap.46 -
Finally getting to really try out WSL2.
Something must have changed since I last tried it because it's working great running my Jetbrains IDEs graphically and I am able to run NGINX and MySQL no problem. I even have caja installed and it runs great too.
It feels so much snappier than VirtualBox, even though the GPU acceleration is still not really working.
I'm mixed on finally learning Docker. It's a kind of insidious evil that is damaging the industry in a hundred ways, but it is an industry staple so not learning it would be foolish.10 -
So today I got to talking about "plane jacking" with a coworker. To me it has always been called hijacking a plane. I have heard of car jacking though. For some reason plane jacking sounded like masturbation in a plane. Don't know why.
Me: So calling it plane jacking is going to lead to someone attempting to join the plane jacking mile high club and having the toilet damage their penis due to sucking.
Coworker: Nobody is long enough to have their penis reach into there...
Me: I am so sorry. I feel bad for you.
Coworker: ...
Me: That was really good wasn't it?
Coworker: Yeah, but I hate it. <laughs>13 -
How much should I be concerned with protecting the OS filesystem from being fragmented by writing large amounts of data to multiple files?
I am using a filesystem that I think is either ext2 or ext3. I need to convert files that might be as large as 1GB to csv. Not sure how big the files will be. Right now the existing conversion code uses fprintf to do every single line of these files (ugh...). I would like to do bulk conversions and then write to disk. I am assuming 8GB of system ram, with probably half that free at any time.
I plan on adding a feature to do bulk conversions (multiple files in sequence). Wondering if I can do these in parallel and write after conversion. So would need to store in ram. Only write one at a time. I feel like this would be better on the filesystem. I was stage writing. If files are large enough I wonder how many I can stage at once. Have not been given an example file yet.
Am I overthinking or should I be treating the filesystem with kit gloves?21 -
Found a nice house I want to buy. It is at the moment in foreclosure. So, we need the documents for it, to see if it worth it.
Documents are held by an agency. They want 360 € as an annual subscription service to share it with us. Sure.. No issue, let's contact the court.
Oh, the court says they cannot give us a copy, we can just look at it. After making an appointment in person and driving down there. How is the agency getting it, then? After all, the agency promises access to all foreclosure documents Germany wide. They can give me a fucking copy. Court states on its website, there won't be any answer via email. I need to call them and go down in person.
Well, this is why the game is rigged. I have nothing against a service that accumulates all these information from around the country. That's a fair business model. But then the enshittification started and everyone else gets worse service so I have little choice but to use their service.4 -
I hate what AI has done to developers, man.
I was discussing something a couple of days ago while my colleague was sharing his screen. He (Android/Flutter developer asked for my help for something custom in the iOS build) And while we were discussing it, he went to ChatGPT.
He wrote a bad prompt using wrong terms (for example how tabbar in ios is a different thing than android), i told him he was wrong and what the solution is, he didn't listen and went to try out what the AI said, made a bunch of errors, the proceeded to copy the errors to chatgpt wasting so much time.
AI to some developers is like tiktok to kids.12 -
For a snack I have a can of Chicken Vienna Sausage and almonds sitting on my desk.
coworker: What are you eating?
me: weenies and nuts
coworker: <pause>
coworker: I always knew you were gay.
coworker: <laughing>
me: How dare you?!
me: <laughing>3 -
Who wants to build with me the European search engine?
- Rust or Go for high-performance crawling
- LLM (Mistral / Mixtral / Zephyr) for reasoning and answering
- Vector DB (Qdrant / Weaviate) for semantic memory
- Retrieval-Augmented Generation (RAG) instead of classic indexing
- Postgres / SQLite / S3 for smart buffer storage
- LLM-powered garbage filter (kill SEO sludge)
- Nightly retraining & hot-swappable models
- Minimalist frontend (SvelteKit or Next.js)
- No chatbot behavior. No endless replies. Just answers.10 -
Oh no I'm not handwriting property/key checks and just checking that rows are written to the CSV (since that's not the job of that test, but test of the serialising function)
Dude must be really happy at home 🙄 -
So a few years ago I put tootsie rolls on little plates in the bathrooms at work. It took about a week before people started taking the tootsie rolls. I coined this experiment as the "bathroom candy" experiment.
Since it is April 1st I have revived this experiment, but this time I put Hersheys kisses on little plates. It will be an interesting experiment. But I am hoping for the phrase: "Who keeps leaving chocolates in the bathroom?!" or "Why are there Hersheys kisses in the bathroom?"
I expect people to be very wary of the "bathroom candy" this year. lol24