Details
-
AboutNewbie to the programming world
-
Skillsc#
-
LocationNigeria
-
Github
Joined devRant on 5/18/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
-
I'm bored. Let's download a game to play to kill my time everytime i'm bored.
*Downloads game of 4GB*
Plays 5 mins.
Deletes the game.17 -
Moved in to new house, finally have myself a room for an office. Started to deck it out and the wife asks if we can find matching chairs, one for her, one for me...
It's more than an office, its supposed to be my man/dev cave!11 -
My CV is done.
I listened to some hints, removed some of the childish and selfish texts and I am in this place, do you have any tips?
Yes, I put those photos specially36 -
Beware of office politics. Take it from me. Beware whom you trust in the workplace. Sometimes you won't detect it and they will prey on your innocence. You thought they're good but really is not. Back stabbers.8
-
Yesterday my employer banned the use of all wireless keyboards and mice due to security concerns. This applies to all employees, including our many remote employees (I wonder how they plan to enforce that). I’m trading in my nice quiet wireless keyboard for some Cherry MX blues to protest. I really liked my current keyboard and mouse too. RIP8
-
- Let's make the authentication system so the user can only login in one device at time, because this is more secure.
- You know that this will be a general-public application, right?
- Yeah!
- Sou you want to "punish" users with a logoff on the other device when he tries to login in a new one?
- Yeah!
- But before you said we will use Json Web Token to make the backend stateless.
- Yeah!
- And how will we check if the token is the last one generated?
- We will store the last generated token for this user on a table in our DB.
- So... you are basically describing the old authentication model, with session tokens stored on the backend and communicating them via cookies.
- Yeah, but the token will be sent on the Header, not on cookies
- Okay, so why will we use Json Web Token to do this in the first place?
- Because this is how they're doing now, and this will make the backend stateless.
A moment of silence, please.8 -
Today, I learned the shortest command which will determine if a ping from your machine can reach the Internet:
ping 1.1
This parses as 1.0.0.1, which thanks to Cloudflare, is now the IP address of an Internet-facing machine which responds to ICMP pings.
Oh, you can also use this trick to parse 10.0.0.x from `10.x` or 127.0.0.1 from `127.1`. It's just like IPv6's :: notation, except less explicit.8 -
An intern fell asleep during a tech presentation. My boss confronted him and said that it. Wasnt mandatory so if he didn't want to be there he could to upstairs. After the presentation and talked to him and said it was rude and she didn't want to see it again, but no official warming and his school didn't have to know. He was offended by that and jumped on the first bus.
He wasn't allowed to comeback (because he quit by leaving) and he had to redo that year.
Still laughing about that.15 -
Client : pls put the disclaimer that the site uses cookies.
Me: but we don't use cookies this is a static page
Client: Still, the pop up makes the site look more professional, kindly add the feature asap
Me: :/22 -
It's also my only finished project so far: an alarm clock
Made for ~2 days, because I couldn't get up on time.
Currently flashes light into your eyes and buzzes with a piezo crystal and has wifi15