Details
-
About19 year old human. Studying Computer Science in Uni. Always interested in learning new things and skills.
-
LocationInternet, Germany
Joined devRant on 10/19/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 love the fact in Linux that you can put fortune | cowsay every time you start a new terminal session22
-
Saw a girl from my uni upload a photo of her graduation with the following text:
while(!(succeed = try()));
I'm staring at it for 5 mins and i can't figure out if i'm retarded and should drop out of uni or that statement doesn't make sense.73 -
Needing 10 points to create an avatar on devRant but being too asocial to console.log to real people.🙄
(This may or may not be the reason for this post.)4 -
Here's an even meaner prank. Make it just a tad more difficult on them.
Set chrome in kiosk mode, so they can't switch out of the browser.
Unfortunately 'Alt + F4' still works, but they'd have to know that ahead of time.
And then kill off `explorer.exe` so they can't press the windows key.
You can either set this up as a bat, or you can do all of this from the Task Manager.
```
chrome --chrome-frame --kiosk "http://fakeupdate.net/win10/"
taskkill /f /im explorer.exe
```
And to really piss them off, set it up such that every time they reboot it just goes straight to the update screen
You can set Chrome to run as the Windows shell instead of explorer.exe. Just set the registry
```
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Shell =
[chrome path]
```5 -
Heard many of you use Mullvad-VPN.
What are your experiences, I just bought 2 months, because I wanted to know if their "pay with cash"-thingy actually works.1 -
Give a man a program, frustrate him for a day.
Teach a man to program, frustrate him for a lifetime.2 -
Couldn't find any satisfactory explanation online, so here is a question. Discussions idea etc are welcome.
How is the colour fill tool implemented in paint or other software?
I remember it running superfast on old 98 machines. Got me curious to think how they achieved it.
(correct me if I am wrong, recursion won't be a good idea for large images.)4 -
In case anyone's interested: Unixstickers currently has a sale going on, where you can get the pro-pack for $1 and world wide free shipping
https://unixstickers.com/products/...9 -
The whois service for the legacy top-level domain for Germany (.de) is one of the most fucked up things on the internet.
For years now they've restricted the whois service to notice you about their website information service (https://denic.de/en, you run a search and get information about the domain) which already cost you an unnecessary amount of time if you simply want to lookup something.
A while back they changed it so that you need to state whether you want to look it up fotr informative purposes or business purposes, then they changed it so that you need to supply a reason in a text box.
The new (GDPR) way is that you only get the connectivity status ("connect", "free") via whois and the nameservers on the website (without supplying a reason, which actually is an improvement). Everything this either is for executive authorities or the domain owner (by entering their mail address or zip code).
Germany - the land of "We can opt out of any standard because we can and since theaws changed we can also behave like dickbutts".
Adding the GDPR now only fed the trolls even more.7 -
I saw someone on here use 'Fadoodle' instead of fuck today and honestly, I quite like the idea of using fadoodle much more7
-
Everyday I get on my train, get off and go into the office, get some coffee, and sit down at my desk.
Everyday, all of us take a Blue Pill, and focus in on this world they give us. We don't consider this a part of our life. Brushing our teeth, flossing, making breakfast, sleeping .. those are also not our life.
Life are all the other things outside of the routine.
But we spend more time in our routine. We spend more time in our loops than outside of them.
Brushing your teeth, making coffee, coding at work, eating, sleeping: these things are your life.
All those other things, they're the escape from it.6 -
I recently filled out an e-form that asked you to fill out your birthday in the format of:
DD/MM/YY
but it didn't accept 22/09/1997
I was confused at first. I'm over 18 what's the issue?
Turns out it would only accept 22/9/1997
What sort of monster does that?11