Details
Joined devRant on 11/14/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
-
So...
It seems that I am building a toolbar for IE11.
Send me your wishes and love.
P.S. Not a joke30 -
Don't you just wish you can delete things from the internet forever?
I used to be a host on this show, not telling the name tho. It aired every Thursdays at 10 pm. And in case anyone missed it, the television station would post it on their youtube channel.
I was so desperate to remove it that I flagged it a bunch of times, but I knew it wouldn't work.
I'm dying of embarassment because everyone is finding it. It doesn't air on TV anymore, so that youtube channel is the bane of my existance.
I even got the idea to search myself up and delete any social media accounts, because I want to be nearly invisible on the internet.
That worked out. Except for that damn youtube channel.
I was a fucking 14 year old. I looked weird, acted weird, my mom made me dress weirdly. I was so nervous, I licked my freaking lips ON CAMERA. Not to mention, I had acne, and my skin was dark at the time because I was fresh out of middle school, and I did cross country in middle school.
Now I'm curious. Does anyone else have something embarassing on the internet that they can't get rid of?26 -
I practice what I call "Aggressive Oriented Programming" or AOP.
Whenever I'm investigating a bad bug, working on a project that I really hate, or dealing with messy code written by a messy developer, I often find myself resorting to an [internal] state of violence.
It's not like I scream and smash my screen (although sometimes I want to). It usually consists of a few git blames and some curse words in print statements for debugging. This is just my way to vent.5 -
The typical devRanter
1. Uses dark theme of IDE and devRant app
2. Hates his/her clients
3. Likes Arch based distros
4. Checks his/her ++'s count or notifications after publishing a rant
5. Hates facebook
6. Associate the morning with a cup of coffee
7. Can't do any job when there are no headphones
8. iPhone vs Android? - fuck, they both are good/bad
9. Every time googles git command to remove a local branch
10. The best VCS is git, but I never used any other VCS22 -
public boolean even( int num ) {
if ( num < 0 )
num = -1 * num;
while ( num > 1 )
num = num - 2;
if ( num == 0 )
return true;
else
return false;
}19 -
Ever heard of this custom ROM called Unleash-OS ?
Well if you've not, you're doing really well in your life. If you're happy, you can scroll away right now.
And in case you want to test strength of your happiness.
Just see here :
https://github.com/Unleash-OS/...
If you still are happy, you're pretty damn happy person. If you're not well I'm sorry, it'll just take you 10 minutes to recover.
The reason why I ranted about this is that I want everyone to be sane and NEVER do some shit like this.
Peace !1 -
My Github account got flagged.. I don't understand why..
I was just trying to push my innocent code..4 -
"Pre-Installed Malware Found On 5 Million Popular Android Phones"
"added somewhere along the supply chain"
See below how to check if it's installed
Sources:
- (new) https://thehackernews.com/2018/03/...
- (new) https://research.checkpoint.com/rot...
- (old relevant news) https://thehackernews.com/2017/03/...
---
"Rottensys" a malware which covers devices from: Honor, Huawei, Xiaomi, OPPO, Vivo, Samsung and GIONEE
---
"According to our findings, the RottenSys malware began propagating in September 2016. By March 12, 2018, 4,964,460 devices were infected by RottenSys," researchers said.
"At this moment, the massive malware campaign pushes an adware component to all infected devices that aggressively displays advertisements on the device’s home screen, as pop-up windows or full-screen ads to generate fraudulent ad-revenues."
---
If you have one of the affected devices, here's how I checked mine:
1. Install ADB (Windows: https://forum.xda-developers.com/sh...)
2. Connect your device in USB-debugging mode
3. execute "adb shell 'pm list packages -f' > output.txt" (On windows navigate to C:\adb and replace "adb" with ".\adb.exe")
4. open the now created output.txt
5. search for any of those:
com.android.yellowcalendarz (每日黄历)
com.changmi.launcher (畅米桌面)
com.android.services.securewifi (系统WIFI服务)
com.system.service.zdsgt19 -
Well, i solved a pretty hard problem I had today with Firebase and a pretty tricky data model, so I guess I am pretty excited to have solved that problem right now!
-
Why Microsoft update is fucking cancer ? Each time you need something fast ohhh shit ! Update.... Now i love my sudo apt update && sudo apt upgrade !1
-
Matryoshkas are better companions than Ducks, and here's why:
-Made with wood. The material of Men! No industrialized rubber to spread Capitalist propaganda
-Multi-layer. Explain your code with different levels of complexity. Babushka Matryoshka is keen on C!
-Never feel alone. Maybe you want some intimate one on one, maybe you want a whole party of helpers, all thanks to pocket dimensions (included with the Matryoshkas).
So what's your excuse for not having a Matryoshka Comrade cyka!9 -
Did you guys know that SO stands for 'Significant Other' on other social platforms?!???
Filthy muggles.11 -
*Working on Friend1's laptop*
*Friend1 leaves and his laptop gets locked unattended*
Friend2: Now what? We need to finish that thing on his laptop..
Me: Let me try..
*thinks*
*Enters Friend1's name*
*Laptop unlocks!*6 -
After heck a lot of hours of debugging my Java code which looked all right, found out my mistake was just using == instead of equals()5
-
1st post of a series, which I might start called wolkes weird api queries.
Today we have a user that was looking for "big bobs"3