Details
-
AboutStudent, nerd, loves (almost) every kind of tecnology.
-
SkillsC# both UWP and Desktop, learning C++
-
LocationItaly
-
Github
Joined devRant on 7/27/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
-
FYI if you have ES file explorer get rid of it cause it has a major vuln that lets other extract files from your phone
https://xda-developers.com/es-file-...
There are many better alternatives, i personally use FX.
…
...
...WHY TF DOES A FILE EXPLORER RUN AN HTTP SERVER IN BACKGROUND ?!23 -
I'd like to share this article i found on reddit with you :
http://tonsky.me/blog/...
It's about bloated sowftware and performances on modern hardware, I mostly agree with it. What are your thoughts ?3 -
What's your favorite console ? I love my switch, it is portable, has great games and HOMEBREWS.
I've been wanting to start making stuff on it for a while but didn't want to get banned, finally it's possible so here it is my first project : a Devrant client for switch !
It took me a bit cause i was unexperienced with the platform and there are a few technical issues i had to workaround ( like no support for ssl rn and devrant api is only https :/ ) but nevertheless it's here. I'm happy now.13 -
> needs to do a long task with many repeated steps
> writes a script to do it
> writing the script takes more time than actually doing the task
but the satisfaction of seeing that script working :)7 -
Just enrolled for uni and…. they email back my password in clear text…
Translation: "... using the secret access keys", yeah secret my ass, and they send you the password even when you change it so what's the point in letting me choose the password, just send me one i can't change.
Luckly it's computer science or else it could have been worse 🤔13 -
Wasted 2 days working on an obj (3d model) exporter….messed up meshes … missing faces … despair build after build …
And then the realization: Vertices in obj are 1-indexed.
…
..
.
FUCK
nobody learned anything from the array start at 1 meme2 -
Guys, i found it, the peak of modern technology. This usb cable can be inserted either way and it works (and it's not usb c) . I don't know how does it handle inverse polarity but it works !9
-
> Opens heavy program that takes time to load
> tries to close another window while the program loads
> Right before pressing on the X the program window appears
> Closes the program
> FUCK6 -
MiniRant on windows
This morning i noticed that the led on the mute key of the keyboard didn't turn on.
I started swearing because I thought the led died (relatively new laptop).
Long story short: reboot windows, the led magically works again.
The only think i can think of is this:
void Windows_Main(void)
{
...
if (rand() % 667 == 666) DisableRandomFeature();
...
} -
Ok, i've read others rant about dreaming code, but this was a freaking nightmare.
(background: in the last few days i've been working on a small project which requires a web frontend so i'm messing around with html and css changing stuff until i get what i want)
So this night i had a weird dream, i saw the page i'm working on and i couldn't center the title, like no matter what i changed it was always a pixel off in some direction, and this went on for a lot !! It was so frustrating, at one point I became so angry in the dream that i deleted the whole project, later i woke up with the same feeling of anger towards Html/Css, i guess web dev is not a thing for me
¯\_(ツ)_/¯ -
Just wasted two hours because C# float.parse only allows dots for decimal places and ignores commas..... But float.tostring uses a comma WTF.
I was writing an obj file exporting the vertices with tostring, then when loading the model would show up broken but in other 3d applications it worked.
Who did come up this bright idea ?2 -
I had a 1Tb external hard drive on the corner of desk (My fault, i know, but at that time i didn't have a lot of space), i used it to keep mostly unimportant things like game files, VMs, movies and stuff like that. Once i was streaming a movie from the pc to the tv in the other room, suddently the tv disconnected, i went to the pc room to check, and i found out that the evil monster that lived in my house (the cat) dropped it off the desk.
The hard disk died and brought all its files with it, luckly i had backups for most of the important files, but i had to download again around 300GB of stuff.... with my slow internet. -
Ok, this is a weird one....
My main pc is a laptop running windows 10.
Recently it started doing this odd thing: sometimes when i click shutdown it shutdowns... And then turn back on by itself !!
Since i turn it on when i get back home and then shut it down when i go too sleep the first times it happened i thought that i pressed the restart button since they are close (and a few times it really happened) but since then i started beeing careful when clicking and yes, it turns on by itself wtf.
But this doesn't happen always so maybe it's a software bug (Does possession count as software issue ?) , if it was an hardware issue I'd expect it to happen always.
But since is not a major issue i keep forgetting of googling it.
Probably it's just a winzozz bug or it's the start of the AI uprising.... Who knows..3 -
I guess every time i start working on a new project and i get to the first working build...
...that project will probably get abandoned after a while, but that's another story :( -
FUCK
My laptop battery just died, this morning it was working fine, i left it in standby and when i got back it was turned off, now it shows 0% not charging.
The laptop is less than 2 years old, i think windows killed the battery by letting it fully discharge (well, it's my fault after all), still now i've got to get a new one (╯°□°)╯︵ ┻━┻.
fml2 -
I already wrote this story in the comments to some other rant, still it's pretty funny.
So, i was modding my wii u by messing with system files, the only way to do this is to run an homebrew that hosts an ftp server so you can connect with your pc, the thing is, this server was not protected and allowed anonymous login, not an issue if you have a firewall.
BUT i had this console in the DMZ on the router for online play.
~You can see where this is going~
While doing stuff from my pc i started seeing a lot of entries on the console's log and i didn't understand why, i thought filezilla was doing some shit so i closed it but the log was still going, then i realized and quickly shut the server down.
Then i disabled the DMZ and went back to check what happened (unfortunately the log was only shown on screen and not saved, by closing the server i lost it) so looks like the attacker uploaded a lot of files with random names in pretty much every folder.
Due to the random names, I don't know which are system files and which attacker's files so i just kept them there. And today they should still be there.
--Random thinking--
What if the attacker also stole some files, he was hoping to get photos or valuable documents, but just got the console's system files and he thought something along the lines of "wtf is even this".
Also, how likely is that an ip scanner script gets to my ip in the 5 minutes i run the server, and (on the attacker side) how likely is to hack a server just to find out that's a wii u (the least successful console in the last generation)...
Moral of the story: double check your firewall if you are going to run an unprotected server.
That's it, stay safe :P2 -
The first Computer experience i can think of is when i was ~4 years old i used to draw things on paint I could print them as well, i think the computer was running windows 98 or 2000.
A few years later i remember my uncle showed me a irc server for pirated software, the client was a CLI so it looked all hacky but i had no idea what was irc,i thought it was just a search engine like google but for piracy stuff. -
Someone managed to install a virus on my class' computer. It's called amazon assistant or something like that and it keeps in opening a blank window called aa.hta as soon as you close it it opens again. It didn't change any file so idk, the only assumption i can make is that it mines cryptocurrency. But whatever is fun watching my teachers trying to close it.3
-
Hey guys i was thinking about learning web development, mainly to make web apps, I already know C# and C++, but web dev looks so much different, can you advice me some good resources to start ?9
-
How does it sound like installing latest build of windows 10 on 40 PCs at once ?
like this: https://youtu.be/Rp2rhM8YUZY1 -
Hello guys, i need some advice:
Our school is having a "auto-management" (idk how to translate) period, it lasts 3 or 4 days just before christmas vacation, and in those days students get to organize courses about pretty much everything to teach stuff to other students (exept stuff like video games cuz the principal is closed-minded), some friends asked me to make a course about programming in c# because they are interested, i thought it was cool so i said OK.
Now i'm thinking how to structure it, it's going to be 2 "lessons" of 2 hours each, and it's open to everyone in the school.
I don't want to do a full blown course explaining everything, i just want to give them a kick start and point them to the right direction, I thought about explaining some "theory" in the first lesson, I'm assuming almost everyone that will come never did programming stuff, so i'm thinking of explaining stuff like how a computer works, why you need a compiler, etc.. maybe based on the introduction from learncpp.com without getting to much into the details and then explaining how c# works and its grammar.
Then in the second lesson i'll try to code togheter some stuff (We'll have just one pc attached to a projector).
So, how would you do this ? I mean i never tried explaining programming to someone else and i'm self-taught i looked at the guide on msdn but it starts directly by giving you an hello world, should i follow it ? I fear i'd get too thecnical and they wouldn't understand me, do you know some good guide i can use as a reference ?
ps: there's going to be max 30 people1 -
Since I already got all the stuff working for the devrant client on Arduino, why not port it in other platforms ?
So here it is DevRant 3DS client18 -
Rant on adaptive brightness....
So basically on my laptop there is this "function" that if the screen is mostly black it lowers the brightness, while if it's white makes it higher....
This means, if you are on devrant or discord or visual studio or any dark UI and then switch to something like google you will get freaking blinded by the max brightness, and when you'll switch back to the first program due to the lower brightness it won't look good and also it will be annoying to the eyes, and you CAN'T make it brighter because that's already the max brightness
...
WHO THE F*CK THOUGHT IT WAS GOING TO BE A GOOD IDEA
If you really want to do something like this at least make it opposite: white screen low brightness, black screen higher brightness.
Well, i don't like it, maybe someone likes it, so can i disable it ?
NO
I have it disabled both in power saving settings and in the intel control panel but it's still active, the only way to fix it is set a registry key i found online and then reboot, but guess what, after one or two weeks it reverts back to enabled :/3 -
Even as i type this rant the letters appear after some lag ....
Why is everything so slow ? Uh it's that time again....4