Details
-
AboutComputer Engineering student, huge geek, FOSS enthusiast, really good at failing at everything.
-
SkillsPython, C
-
LocationMilan, Italy
-
Github
Joined devRant on 7/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
-
This is my work desktop. Since I'm working in a Japanese office, they're very specific about making sure your workspace is clean and tidy at all times. Also they expect you to have very little to no personal items on your workspace.
The mini whiteboard is my best tool. It makes it easier to work out minor concepts or to explain things to co-workers.8 -
!rant && !dev
So... yesterday was the red Moon and Mars was visible and so much more. I took a lot of pictures with my telescope. I also took a 4k Video for 5 Minutes (my storage is now full)
Picture from yesterday: https://devrant.com/rants/1591093/...
Image 1/217 -
This is a continuation of a Collab, please check it out before answering this:
(https://devrant.com/collabs/...)
I am thinking about making a crowdfunding campaign - should I? I am a terrible person when it comes to recruiting people and getting people to actually become interested in such thing. I hate using my voice also in order to create some promotional video also.
I know that some of you are interested in such thing, but how many of you would actually contribute to such project with your time, coding skill or money?
I am looking into to buy some SuperMicro stuff (would probably cost me around $4000) in order to get started but I am very unsure.5 -
Free (crowd funded?) Hosting for NGOs, individuals and projects that is promoting, building or distributing free software (FOSS/FLOSS) [more details]37
-
When everything has been abstracted..
While I think it's encouraging to newcomers into the field of programming they should always strive to delve into the abstracted details.. The amount of complexity that we deal with 'infinite'.4 -
I finished a bunch of coursework yesterday and turned them in so that I could have some time to work on my side projects or self study for a few days before focusing on class again.
Today was gonna be my first day to enjoy this.
I recieve an email with the second batch of coursework thats due in a week. 7 quizzes, two exams, and 7 project labs.
Yeah, fuck you, too.2 -
Finally!
I installed gitlab at our company. I ranted about not using any version control whatsoever in the past but now it happened!
My boss wanted to see a project I was working on for himself so I copied the project to a usb drive and gave it to him. I used git for the project locally and I told him to use this too if he changes anything. And that it would be a great idea to have this centralised on our server. He agreed and I told him he just had to give me the order to implement it. He was like "go ahead" and one hour later we had a gitlab up and running.
We will have some internal training to do and then we are in the 21st century!
I'm so happy right now.9 -
Just wanna say I fucking LOVE..
... Linux
... Open source
... GPL & MIT License
... SO
.., devRant
... more stuff
... TDDR (Too Dunk, Don’t Remember)
Most of us are complaining / ranting way more often about development and technology than we do appreciate it..
Just look at our great and unique community..
Im often angry but right now I remember how great the dev community is and I love it:)4 -
My fights with other devs always revolve around the position of curly braces:
Should they be on the same line or should they have a whole line just for themselves?
I mean, if they go on the same line you have less lines of code and you can fit more into the same view, but putting them on a new line makes it all a little less messy7 -
if( !condition ) vs. if(condition == false)
Pointless debate started with readability, turned into heated insults under 30 seconds 😂20