Details
-
AboutFull stack web developer, machine learning enthusiasts and game modder on the side.
-
SkillsReact, AWS, TensorFlow, Unity, Docker
-
LocationSlovenia
-
Github
Joined devRant on 11/15/2016
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
-
Here I am, a year after product launch, deleting features that delayed launch, introduced complexities, doubled the database load and made me miserable, because we figured out nobody has ever used them.1
-
I hate it when I pick a library that seems popular, has a ton of stars on GitHub, a ton of downloads, used seemingly everywhere, only to find out months later that it's SHIT. I found bugs that made me doubt anyone is actually using this fucking thing. Your GitHub stars mean nothing.
So now it's either rewriting the entire codebase to a different library, or fixing it. Serves me right for not checking the unresolved issues first.7 -
I'm dockerizing this old CMS that needs a database query to resolve URLs for static assets.
Yes, a query for every single static resources. Fuck me.2 -
I hate my stupid non confident ass.
I was just negotiating for a pay for a project that I would work at after my day job, because I'm familiar with it and they really can't get a better person to finish it. And I get shy when talking to the boss and totally lowball it and now I'm working for peanuts.
Fuck. :(5 -
Fucking AWS Elastic Beanstalk took a week of work to get fucking mounts set up. They invented their own version of docker compose that is missing half the features so I had to work my way from hacking their scripts to include options they don't support, to restarting the whole fucking docker service on every fucking deployment and now the shit finally works. How can most StackOverflow answers just say restart docker, this shit is not ok! I fucking hate sysadmin work. I want to code :(
-
That feeling when your first classifier on a real life problem exceeds the 97% majority class classifier accuracy.
I'm doing something right! -
This is a legit question from an exam I just took:
What is CMR?
- A subject we did not discuss.
- Short for Customer Management of Relationships.
- Do you mean CRM?
This is a fucking joke.2 -
I just created a new file in Android Studio called Auth.js and then wondered why I have a folder Auth with a file js.java inside.
Sometimes I forget what framework I'm in. -
Why does everyone want to work at Google? I know it's a great job and all, but the amount of blogs talking about how they got their internship at Google and how it was their life goal makes me suspicious.3
-
Best: Got into game modding and had tons of fun! Learned a lot about Unity engine and became very comfortable with C#.
Worst: Abandoned my social life as a result of my new obsession. Need to find the balance.1 -
How do people do anything with JetBrains IDEs? They're all soooo incredibly slow! I'm sick of waiting seconds after a right click.7
-
So my school forces me to take a partner in my project. I build him skeletons, give him examples and wait to see what he'll do. He was supposed to do CRUD for text messages in SQL database. In the update and delete functions, he does this:
UPDATE Message SET (values) ...
WHERE username=@username
Yup ...