Details
-
AboutReckless Clouder
-
SkillsCloud, php
Joined devRant on 6/30/2019
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 like to code because:
- it's challenging
- it's very personal, it's my way to solve the problem
- in the end i might have something cool that i did myself and that's priceless -
Share an action says add more people to test your actions.
And also it says once the user has opened the link shared, they can start.
But on the Assistant app on mobile, I can't find my app. Anyone into this?6 -
here is a working feature in Cortana.
Me: Coratana tell me a joke.
Cortana: *Opens Edge
Me: Hahaha good one1 -
I hate Apple since they dropped OpenGL and Nvidia support. My question to them:
WHAT THE FUCK IS THE PURPOSE OF DROPPING IT? YOU ARE JUST GETTING MORE HATE9 -
~During app demo to our client~
- And when you click here the request will be submitted, the admin will be notified.
*App crashes*
- And of course the app will close itself since it's the end of the process.
- Client: That's good
- Me: ⊙﹏⊙13 -
Yes I believe you’re Google and I will click that link.
I don’t care that IP from that you sent it to me is from some company in India.
Probably Google outsourced it’s email service there.
But wait why is this link pointing to Chinese website?
Ouch you provided some ip under A dns record so let me nmap it...
So there’s bunch of services you have there.
ftp, ssh, msrpc, netbios-ssn, snpp, microsoft-ds, sun-answerbook ...wait what ?
Let me curl that 8888 port.
Oh you have login / password form and it’s pagoda linux panel.
Wait a second I will read about it maybe some default login / password will work...
Ok so maybe I just make a script to brute force it as you wanted to brute force my computer motherfucker.2 -
1. To piss off my dad because he wanted me to study Mechanical Engineering since I was born (Just kidding I love him)
2. To make people think I'm smart
3. To make good money......
* 4. I think CS is an academic field that feels very natural to me compared to other stuff (Biology, Physics, etc.)3 -
1. Building stuff is awesome!
2. It's creative work that actually makes cash
3. I like writing algos and math4 -
God I hate JavaScript.
Why on earth would some variable * somthing.other (where somthing is undefined) result in 653957364??????17 -
When you're told you are a great culture fit, and have great experience - but not ENOUGH experience.
Feels bad man.5 -
So ever since I was a kid I've been terrified of being submerged in water. A couple times I've gone up to my friend's dad's lake house, and the most I've done there is like put my foot in the water before I got scared.
But today I was at a coworker's grad party, and they had a pool in the yard, and he convinced me to get in. His words were "get in or I'll throw you in", and that got me right in there. It scared the FUCK out of me, but I did it. After that everyone was splashing water all over me, trying to get my hair wet.
Overall, great time, but I'm still scared of being like fully submerged.2 -
in C I use {} for ifs even when they have a single line. for some reason, my C proffesor hated this. For him, this is the equivalent of Tabs vs Spaces.15
-
How do you explain to your family exactly what a programmer does all day? Like they think our job is no big deal sometimes...9
-
Today was fucking awesome!
I always wanted to do a project in C++ since I've been more of a Java guy for years now.
And today, I finally wrote a full console program in C++! (For windows, it's a .exe)
The purpose of that program is to show if a file has a file lock on it (because of copying for example).
It started as simple as that, but got complicated quickly:
- It needs colors! So I added colors.
- Just a single file? Boring. I need wildcards, so I can put a * for anything in the file name! Jup.
- Just one directory? Boring. I need a recursive directory walk! Got it.
- But wait! There has to be an option to switch between recursive and wildcard/single mode! So I checked if the first argument equals "-r"! Hacky but works.
- Oh uh... that spams a lot now! The purpose was to show locked files, so I need another argument to specify that I only want to see locked files! Damn now it get's hard... I need a Linux-like command line argument parser (this -h and -s "hello" stuff). So I took the opportunity to write one myself! Done.
- Refactoring everything to use my new fancy parser...
- Adding more and more arguments, just because I can:
- "-d" hides "access denied" messages
- "-l" shows only locked files
- "-r" activates recursive directory walk
- "-f" formats everything nicely, basically printf("%-150.150s | %s", filename, locked); a maximum width which get's truncated if too long so everything lines up nicely
- "-h" which of course displays the help page
- "-w file" watches a file, if the file is locked it will refresh every 500ms, if it's still locked nothing happens, if it's unlocked, the program prints "unlocked" in green and exits. And yes, it does have a rotating line (something like this: "-" "\" "|" "/" "-" and so forth...)
That project was just awesome to make. I learn languages fastest if I just do a big project in them, and today, I really learned a lot.
Thank you for reading all this!3 -
TIL: There is a 60GHz WiFi
Also known as:
- Why cannot I connect to the internet?!
- *knock, knock*
- Who's there?
- The WiFi22