Details
-
AboutJunior software developer. Just love to code and TV Shows. Arduino and Android lover.
-
SkillsPython, Java, C++, C#, JS, others.
-
LocationMilan, Italy
Joined devRant on 7/5/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
-
I was wondering.... why are rants public?
Shouldn't be better for DevRant's feed to be visible only to logged members?4 -
try{
someObject.someAttribute = (int?) reader["columnName"];
}catch{
someObject.someAttribute = null;
}
Or, same coworker, another piece of code:
if(((int?)reader["foo"]).HasValue){
bar = (int?)reader["foo"];
}else{
bar = null;
} -
I don't know but maybe this could help somebody here too, so I'm gonna share this.
I've discovered this Android app called Island, which essentially sandboxes apps by cloning them in its internal environment.
I've sandboxed that Facebook cancer app in order to keep it fucking frozen when I do not use it (I know, web version is good, but I find the app smoother).
It seems to work like a charm (better than greenify-alone ibernation, actually), but I'm still testing it.
Cheers!7 -
It happened.
I wrote "you're missing a tab in your python code" as an answer on StackOverflow.
I was downvoted AND told that I wasn't correct: it was missing 4 spaces and not a tab, according to the python guidelines.
Now, I haven't read them, but my Richard Hendrix fucking intensifies.
Fuck spaces. And if python guidelines talk about spaces, fuck python guidelines too!31 -
I'd like to make a board game (with cards essentially) with a web technology and take the occasion to learn a new tech.
For now I know pure js, jquery, java servlets, jsp, MVC5 and razor. I would like to learn something lean, new, powerful and useful in a job perspective. Any suggestions?9 -
Everything. And libraries/plugin/wrappers on github maintained by one or two guys. Oh yeah, and everything.
-
Can anyone suggest a good keyboard for coding? I would love something like the latest MacBook keyboard, I'm too addicted to that feel.
So I'd love short key run and a clicky feel.
I don't even know what to search (apart for the magic keyboard, which could be a waste since I'm gonna use it on windows, don't you think?)3 -
Sitting at my table in the office.
Not doing nothing for about 20 minutes.
Thanks (fuck you) windows update.
Sincerely,
an engineer that nearly has a home (finally). -
Still waiting for an offer (a week has passed, still no news even though they told me I was good) and waiting the 9th for another job interview :(1
-
Hi everybody! I wanted to share this with y'all.
Yesterday I got my Master's Degree, I'm finally free from University!17 -
Never trust a breadboard. Days spent trying to figure out why my I2C device was not recognised. SCL and SDA were FUCKING SHORTED INSIDE THE BREADBOARD.8
-
How can StackOverflow have such a crappy app? I have to refresh everything manually and sometimes it's not enough!1
-
Who's gonna win? A dd command with a Windows 10 iso to a 1.0 usb connected with a hub or a human life span?7
-
Definitely not a rant.
After the OpenGL ranting (here and by myself), I wanted to share with you my joy to have achieved a little goal:
https://instagram.com/p/...
My TARDIS is spinning and moving into space!1 -
Oneplus 5 suffers from battery drain with OOS 4.5.8.
Reverted to OOS 4.5.6, gaining better battery life, but a WiFi drain is still here and although I get through the day and more, it bugs me a lot.
Today I woke up thinking about updating to 4.5.8 again just because I'm an update maniac.
Gosh why can't I leave it alone?
(I have considered modding but for now I don't really want to go back on that road again because of laziness)1