Details
-
Aboutlove me some computers
-
Skillsjs, java, python,.net
Joined devRant on 5/10/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
-
-- How I feel at work lately, in terms my wife understands --
Me: There's a gas leak, we need to fix it.
Manager: Yeah, use some duct tape, here's a roll.
Me: That's not how we fix a problem like this.
Manager: Will it work to solve the problem?
Me: Only temporarily
Manager: Ask your co-worker if you need help using duct tape, he's used it before. When will it be fixed?12 -
A critical vulnerability was detected in Electron and I urge all the devRantron users to update their app manually.
Please go to https://www.devrantron.com get the latest version which has the necessary patches.
Due to a request, we added compact mode in the app, which can be used to view a distraction-free mode of the UI. Notifications screen is a little bit more readable now. The read notifications are now greyed out.
Again, the auto update will not work for this version. Please manually update as soon as possible.6 -
Just saw a blue screen of death In the top of a taxi cab. Had no idea these kind of signs were running Windows. Why are so many companies buying licenses for Windows when they could so easily use Linux ?21
-
Turned in my two weeks yesterday. Taking a role at a company with more than one programmer. Here's hoping for new friendships and shared knowledge. :)2
-
If you are completely new to coding, no problem at all! All of the concepts are fully explained throughout the exploration. Just keep in mind that it might be tough and frustrating and times. But don't give up! Coding isn't always easy, but it sure is fun when you get it right.
-
"No matter how slick the demo is in rehearsal, when you do it in front of a live audience, the probability of a flawless presentation is inversely proportional to the number of people watching, raised to the power of the amount of money involved." - Mark Gibbs2
-
Stranger: "what are you doing?"
Me:"I'm developing a WPF app for a personal project"
Stranger:"So it's for Windows...I prefer Linux because...blah blah"
Me: -.-
Sometimes I feel like Linux users are the Vegans of the tech world...35 -
A guy and a girl are in a Java seminar.
Afterward, the guy approaches the girl and asks, "Hey gurrl, can I get your number?"
Girl says "Sorry, I don't give out my number, it's private."
Guy says, "Oh I'm sorry, I thought we were in the same class!"15 -
Finished an MVP of my garage-opener-thingamajig!
Basically I decided I wanted to control my garage from my app. Retail solutions are expensive af. As a dev, the choice was easy!
RPI3
HC-SR04 sensor
DHT temperature sensor
5v Relay
Nativescript + Angular
Firebase
Result: i can open my garage anywhere, safely (sorta?) via firebase, and get push notifs when it gets opened (from hcsr04), which triggers the pi camera, while also getting live temp feeds (this one is kinda for the giggles and utterly pointless but NUMBERZ!)
Anyway - fun side project! First version of my app looks like this. Its very rough, and I have a couple more details I wanna display, but for a first time app I'm happy!10 -
Every user of any app: "damn these annoying ads. I hate ads!"
Average devRant user: "Dfox, add ads please so we can support you more."
What a wonderful community (except those who repost memes). ❤️13 -
Back in the days when I started to learn c I had an assignment to print all the prime numbers between 1 to 100 but didn't know how (with if/for/while)
So I searched Google for "prime numbers from 1 to 100" and used printf to print them on the screen
I got an A+7