Details
-
AboutI do not exist.
-
Skillspython, js, typescript, lisp, haskell, c, c++, c#, java, linux & all the major buzzwords at the moment
-
LocationIn Front Of My Computer
-
Website
Joined devRant on 11/10/2018
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
-
I don't really like that corny ass joke about going to the grocery store and buying eggs or whatever the fuck it is, but this.... This is fucking hilarious.
There's a solid 75% chance that Caecilia is a programmer.10 -
devRant in 2021:
> Dark theme is removed
> ++ is replaced with ♥️
> Beautify filters on selfies
> Every other rant is like "Double tap this rant and comment 'done' if you want to be successful in life"11 -
Apple for T2 and anti repair stuff (im all for right to repair).
The linux foundation because microsoft vmware and other big companies bought themselves in and they only care about money. The linux world is just starting to become sjw and corporate af.
Microsoft for being microsoft.
Vmware for breaking the gpl and instead of getting fucked in the a they just bought themselves in to the linux foundation.4 -
I recently had been on a vacation to Singapore and Malaysia, and out of 1000+ pics/videos I clicked, this one's taken specially for you guys 🤗4
-
A true story... sad but true
2.00AM ->> git commit -m "it's time to sleep"
2.45AM ->> git commit -m "I can't sleep, fixed the UI issue"3 -
That's the exact question that came to me 2 years back when I was also going to go to sleep early tonight14
-
*Looks up from his computer and realizes that he has a self-imposed deadline to meet, but has been reading articles on "How to defeat procrastination" for the last hour.2
-
A young guy I work with burst into tears today, I had no idea what happened so I tried to comfort him and ask what was up.
It appears his main client had gone nuts with him because they wanted him to make an internet toolbar (think Ask.com) and he politely informed them toolbars doesn't really exist anymore and it wouldn't work on things like modern browsers or mobile devices.
Being given a polite but honest opinion was obviously something the client wasn't used to and knowing the guy was a young and fairly inexperienced, they started throwing very personal insults and asking him exactly what he knows about things (a lot more than them).
So being the big, bold, handsome senior developer I am, I immediately phoned the client back and told them to either come speak to me face-to-face and apologise to him in person or we'd terminate there contract with immediate effect. They're coming down tomorrow...
So part my rant, part a rant on behalf of a young developer who did nothing wrong and was treated like shit, I think we've all been there.
We'll see how this goes! Who the hell wants a toolbar anyway?!400 -
well fuck me, just spent the whole weekend (about 33 hrs) not being able to solve a task from uni with a java program we had to write🙄😪
the problem was a given set of movies with a weekday, the begin time, the duration, the title, and a "score"
the movies take place in one week (random days, random amount of movies) and every movie can be shown multiple times
our task was to find a sequence of non-overlapping (all unique) movies with a score of at least a given number
all in text form
i tried dynamic programming but the more i tried, the more it got complicated, so i ended up using "earliest finishing time first"
my code is just 3 points under the goal and i don't know what to change anymore😒, also some friends did the exact same and succeeded somehow
copying (and obfuscating) won't work, as the codes will be compared by a very good "copy checker"
let's hope i'll still have a chance for an exam😐2 -
The more I use Go, the more i start to like it. I didn’t realize how nice being able to generate binaries for every OS that matters was, until I had that power. It beats the hell out of trying to distribute a Python app for sure.
Sure, it has its warts.
It’s overly bureaucratic in the same way Java is.
I hate that you can’t import something without using it (most people I’d wager preemptively import libraries they know they’re gonna need even if the code isn’t written yet)
I really wish there was a way to just say “See this JSON blob? All those keys and values are strings, trust me, you don’t need me to tell you the type of each one individually.”
Generics would be nice.
I’d kill for exceptions - any decently sized go program is going to have very many if err checks where most could be condensed down to a single try/catch in most other langs.
I wish the tooling was better. Dependency management was a solved problem when Go was released and yet they chose to ship without it. There’s still no standard. Many hours of time have been wasted dinking with this.
But ya know what? Even with those warts, it’s still easier to write than Java. It’s still write once run anywhere, it’s blazing fast, and doesn’t require your end user to install an entire freakin runtime.
<3 Go2 -
Hey fellow devs, my friend showed me this Godot game engine. Ive spent 15hrs over the weekend building strategy game client which consumes my api server. Ive done a lot! It was easy to understand custom Gdscript which is okay. But before i dig in, i want to know what you guys think about this game engine? Is it going somewhere? Is it good option for indie games? Is it good option for building android/ios games? I need to make my mind 🤔5