Details
-
AboutStudent
-
SkillsJava, c++#, Android
-
LocationGermany 🇩🇪
Joined devRant on 6/5/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
-
java --version
FATAL: Unknown parameter
java -v
FATAL: Unknown parameter
*googles get java version*
java -version
openjdk version "1.8.0_252"
FUCK YOU20 -
ios is such a fucking piece of shit os. it won't let you upgrade it unless you are on wifi, and even if you connect to wifi it will say "iphone will try to install this update later tonight". typing on the ios keyboard is terrible, and feels like i'm in 2011 again. it would have been much more usable if the good parts were not sacrificed to suit appearance and whoever is in charge of ios development didn't think that his way of using the iphone was the only true way of using a phone. i'm so pissed off because of the wifi thing gosh
P.S. i can't imagine someone coming from long time android use and saying "how fucking awesome!"7 -
Always love seeing massive companies fail in simple trivial things like these. Just tells me they don't have proper QA.5
-
Manager: "If needed, are you willing to work overtime this month?"
Developer: "Yes. [ ... pause ... ] would you give me some over my salary for sometime?"
Manager: Yes, increment happens every 6 months.
Developer: "I am thinking beyond it".
Manager: "No, it is not possible"
Developer: "Okay"
** alarm clock vibrates **
Developer: "It is 5:00 PM now. I need to leave. See you on coming Monday at 9:00 AM sharp"
[Developer left]
Manager: "Byeeeee ... "2 -
OH dear!
I wanted to do webdev backend in C++.
It was cumbersome so I decided to write a library that helps me and OH MY GOD. I have COMPLETELY changed C++ xDD
https://github.com/Wittmaxi/webcpp
(yes, the screenshot is ACTUAL C++ xD)48 -
Share your most useful terminal aliases and functions.
alias gs='git status'
alias gcm='git commit -m'
alias push='git push'
alias pull='git pull'
alias hosts='sudo nano /etc/hosts'
alias glog='git log --graph --oneline --decorate -n 10 --color'
alias mykey='cat ~/.ssh/id_rsa.pub | xclip -sel clip'
function mkcd () {
mkdir -p -- "$1" && cd -P -- "$1"
}
As well as one for each major project (lets say 1+ weeks of dev time) to immediately cd to it from anywhere. How about you guys?
Always looking to improve my terminal commands, so am curious what everyone else uses for shortcuts.27 -
If anyone is struggling with their Java class names, here's something to help!
http://projects.haykranen.nl/java/2 -
For years I've felt confident that my system was idiot proof with only one button to click through the process.
Today a user proved me wrong.7 -
Customer: "Why doesn't the user interface have a night mode?"
Me: It wasn't in the requirements, it also doesn't have bouncing pink elephants, do you want me to add those in as well?9