Details
-
AboutComputer Science student and Math lover.
-
SkillsI was ending up becoming a front-end developer, now I'm thinking to become a farmer after uni.
Joined devRant on 3/4/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
-
A fried of mine got a post-doc in a university abroad.
Apparently they have their whole infrastructure self hosted.
And I'm here, unable to degoogle my phone due to uni requiring google's stuff.3 -
So I'm having this return to the 70s mood. Not for the 70s themselves but for the pack of tech in everyday life.
Like besides email or worldwide message exchange and wikipedia, what have been the last true innovations?
Media streaming just killed and monopolized other industries. Sure, everything is cheaper, but let's be honest, how much music do we consume? Pretty sure like 80% of people listen to the same 100 songs in their whole lifetime. Do we need limitless streaming? Did it help us somehow beyond giving some dopamine shots?
Social media are and have always been crap for posers, advertising and bots. Small communities make sense, when properly taken care of. The actual issue with social media is the replacement of the so called "Third place". The place you go after work that is not your home. We don't know each other anymore, loneliness is apparently becoming pandemic and people are struggling with this. How is this innovative? For the real time news that are making people freak out?
And then, as I ranted before, AI. It's just... Statistics. Well applied statistics. Is it an actual innovation? No. Serves nothing beyond taking someone's job.
And before some retarded dickhead starts no, it will never create the same amount of jobs as a factory would've done 100 years ago, and prompt engineering is a lie told by the very guys who SELL those products to convince you that their crap is harmless.
Maybe it's about time to hit the brakes for a second and think if the simpler things (NOT the times!) were better, if maybe if we're getting lonely is actually our fault, it's our fault for not calling that old friend for a drink, it's our fault if we keep getting some dopamine shot every minute and are barely able to look people in the eyes, it's our fault for not behaving like human beings?
I hope any engineer will understand how this rant is about consumer-oriented tech and not tech in general.10 -
The field of Machine Learning is so disappointing.
It's all about identifying data distributions and doing computations on them.
Apparently even generative models just know the possibile distributions in advance and build data around noise?
InNoVaTiOn2 -
Public transport system in my city has the following option for monthly subscription: you can register your DEBIT/CREDIT CARD in some sort of whitelist and use it on the doors to access the subway or buses.
They. Save. Your. Card.17 -
After a year in cloud I decided to start a master's degree in AI and Robotics. Happy as fuck.
Yet I got really disappointed by ML and NNs. It's like I got told the magician's trick and now the magic is ruined.
Still interesting though.7 -
Would it make sense in order to regulate AI to force companies to publish the dataset they used to train a specific model?6
-
Ok so apparently, if you are a mid-skilled worker and want to sell a service in this country you must register to some "state trade chamber" and start paying 3k/yr right away.
So, by doing the math, if I wanted to provide some cheap hosting service I should start with minimum 200 customers from day 0.
Fuck that.6 -
Ok so the ex boyfriend (let's call him Joe) of a friend of mine is a dumbass
He wanted to hack her phone, or whatever, so hired someone on telegram to do it. He asked her phone number and 200€.
After actually giving him the money this guy sent a ransom asking for 2k to not turn Joe in.
Joe learned a lesson.4 -
That moment when you start spotting mistakes in blog articles regarding some new topic you're currently studying5
-
In a normal application with front and back separated, how do you guarantee consistency between models? Do people normally do PRs to change them on both sides and hope none screws up or is there a better way?
Some time ago I was looking into generating stuff from the OpenAPI spec. Is this a good idea? Also, can graphql help with this? I'm soooo confused by this, it's like a problem I never managed to solve in my head...5 -
I'm still trying, after many months to pick something to wrap my head around on in my free/boring time.
I wanted to learn some new language, or make a small app for my household, but as soon as I open a book, a doc page or just some tutorial I get nauseated by the code, the chapters, the effort I need to go through everything once again. It's just becoming boring and pointless unless I get paid for it.
I blame my last burnout, but it was more than 2 years ago ffs, I'm starting to think this is just an excuse.
How do you guys manage to develop side projects in your free time without getting bored?4 -
I've been out of the loop with websites and frontends for a while. Now, is it me or is it just overengineered to make a static website that's not a blog these days?
I mean, I need to make a landing page. 6 sections + footer. And I don't want to end up with a 600+ lines html file. With tailwind possibly.
JEKYLL
I've used it a few times, and after 3 years I still get some weird error when installing everything. Maybe it's trivial, but I know shit about ruby. Plus, I don't need ruby for anything else, and the official Docker image just doesn't work, exactly like the quickstart tutorial. 3 years later, same issues.
HUGO
I like this guy but god, the docs are just unreadable, it's not compatible with tailwind 3.x (or smth) and it's been a pain to build a user-configurable homepage. Plus, it does more than half of the work by itself, Fair enough, it's supposed to be used for blogs.
ANY OTHER "JAMSTACK" BULLSHIT
Anything is either a blogging engine or delivers some crappy javascript blob from hell. I just need an html document, that weird thingie the whole World Wide Web was built upon, broken into pieces so I can keep my sanity.
Looking forward to get the fucking AWS Solutions Architect. Looking even more forward to build my farm.8 -
As long as there are people working on their stuff with whom I can take a cig break, barely anywhere, even outside (assuming my battery lasts enough)
-
How do grown up people deal with a coworker who never listens, proposes slow and complicated solutions and takes literally one hour of fight to change his mind?
Please note, he's a nice person, so I won't say or do anything that might offend him.8 -
In your opinion how much would it take to learn Java with /Spring(Boot)?/ enough to get paid for it?
I already know Java's basics and at uni did some frameworkless server side development.6 -
I ranted about it already.
```c++
if (vec.size() > 0) { // or whatever
cout << vec.size();
// ....
}
```
Its output was zero. And before you ask, it was a single thread program.
Aince it was for my thesis and I was in a hurry I didn't care too much for it.
Yet I think that it was a bug in clang. I removed that piece of code, compiled, rewritten it a bit differently and worked as expected. Never looked back.9 -
My curse.
Have a job. Job doesn't pay much. Another mediocre project opportunity appears. I take it. Later, a great project opportunity appears. I take that as well.
Rant "Crap, I don't have free time" around.
No thit Sherlock.4 -
When I had a burnout failing to complete a uni task.
I was trying to implement a parallel version of the Barnes-Hut algorithm for the N-body problem. Spent way too many hours on that. -
I need an opinion.
I want to learn something new. I consider myself a non-stupid person, and I am quite embarassed by the fact that the only tool I know well is Js+friends.
My options are:
- Java because money
- C/C++ because smartass
- Rust because yes
- some new shiny obscure shit like nim/zig/hare because lol
Currebtly I need money tbh. Java would seem a reasonable option, yet I'm scared by its huge ecosystem and I'm afraid that it would seriously take too long (like MANY years) to be confident enough to get a job.
Also, despite the common memes and crap, I fucking like Java.32