Details
-
AboutI'm 18 years old and I like programming
-
SkillsCan write Java, Android, Python, JavaScript and PHP, but can read Rust, Go and C
-
LocationItaly
-
Website
-
Github
Joined devRant on 9/23/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
-
Our world is dying and we, as the ones that rule the internet at the most basic level, should do something about it5
-
I started building an application for FIDAL (Italian Federation of Athletics) because why not: I was bored and wanted to learn Flutter.
There is no API, but I didn't even expect it. Parsing the HTML is easy enough.
BUT OH MY GOD THE ENTIRE WEBSITE IS SHIT. Take this page: http://www.fidal.it/graduatorie.php, it uses some useless jQuery plugin and uses a buttload of JavaScript that isn't even needed. BUT WAIT. Try entering an invalid "club code" (http://fidal.it/graduatorie.php/...), a FUCKING white page with 200, are you kidding?
I'd also like to mention that all pages that require form input won't load correctly if you don't include "submit=Invia" in the URL.
I am not giving up.3 -
This Monday the website I created for my school will go online at 10:45 and about 50 students will start accessing it all at the same time making 20/30 requests each in the timespan of a couple of minutes.
I am very much afraid that it'll go offline or break. And I put my name on it so hopefully everything goes well and Heroku doesn't suddenly decided to restart the server because there's too much traffic.
TBH, I've been a bit stupid, I could easily reduce the number of requests per user. Might do it before Monday.6 -
I agreed to create a website for my school that allows students to subscribe to various laboratories and stuff. The IT guy said that I could host it on the school server no problem and I asked if Java would be ok. All cool and easy.
I completed the website and came back to him after a few days to load it on the server. He uploaded the jar executable to /var/www/ and asked me why it wasn't working. I just wanted to leave.
In the end, I hosted it myself.11 -
Just noticed that, at my school, the "sysadmin" forgot to put the password on one of the switches. That means I'm gonna have some fun, nothing that will get me in trouble, I'm just gonna mess up with the config a little bit so that he understands he fucked up.
I'm pretty surprised that none of the students discovered this, but I mean, none likes IT at my school. And guess who likes it but didn't take that "course"? Me.
In Italy, we don't have courses, you decide what you gonna do for the next 5 years, and changing isn't very easy. All and all I'm happy with what I chose, I'll have a better resume than them.6 -
Tell me whatever you want. Tell me that I'm a Google fanboy even if I'm not. But I fucking like how Google is applying their own Material Design to fucking everything.7
-
Yet another funny bug for your iPhone friends. Oh Apple...
"The vulnerability can be exploited by loading an HTML page that uses specially crafted CSS code. The CSS code isn't very complex and tries to apply a CSS effect known as backdrop-filter to a series of nested page segments (DIVs)."
https://zdnet.com/article/...7 -
As many of you might know, the PYX servers are down. It happens that I run an Android client for PYX, that was obviously a tragedy for me. I didn't give up and I've immediately setup a backup server, then due to lack of resources I had to shut it down, but I provided a list of servers run by other people.
Yesterday I've updated the app once again to do some fixing. Today, this guy leaves a review: "Absolutely useless until they bring back the servers. Why update the app when literally NOBODY is playing??"; Why am I updating the app?! Jesus Christ, why can't I update my app?!?! Should I delete it from the Play Store just because some servers are down? I get it, there are a few people playing, but please, don't fucking say that the app is useless.
This kind of people makes me very angry. -
This is me trying to code. Year 2012, I was 11. 1024x768 screen, Windows XP, slowest internet connection ever. Android 4.1 was the latest trend, toolbars were also cool apparently.4
-
tl;dr How do I deal with translations?
Chinese users asked for translations for ages, one guy did it all, but then? I needed to update the app, I had added some new strings, the guy didn't replayed. Obviously, as I didn't wanted to pay, I've used Google Translate. Result? "Good app, but the translations are wrong.", nice!
What can I do? Do I remove the Chinese translation and tell them to fuck off?2 -
Some guy posted an issue on my repo asking about my license and whether he could add my app to F-Droid, does anyone have an experience with that?4
-
I see a lot of people saying they are programmers and they can't fix other shit. But I mean, using that brain to do other things won't surely kill you. I know you don't have time, but it may be worth taking a while to focus on fixing something else. Just to know how to do it. I do a lot of electronics, but occasionally I've been a plumber, an electrician, a painter and a mechanic.
That said, I know, I'm 17 and I surely hadn't the full programmer experience yet, but I'll try to keep this attitude when I grow up.3 -
Today, after searching for 4~ hours for a solution to host a little script that would hide a private API key, I discovered Google Apps Script. What a fucking nice service. Seriously, check it out, you may need it some day.
Anyway I don't understand why Google wants to restrict network access from the Firebase functions when a shitty little script hosted on the same servers can run without any restriction in memory or data transfer. It also provides a cache service, I could save my whole photo gallery on it without them even noticing.1 -
I've just added the possibility to connect to an external game server to my app and immediately regret it. People started sending me emails saying that it doesn't work. What they entered in the URL bar? "hi", "cunt" and a porn website...9