Details
-
AboutDev without a job
-
SkillsPhp, html, css, js, c#, java
-
Locationearth, northern hemisphere
-
Github
Joined devRant on 3/1/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 have played POE, it's a pretty decent RPG
@ravijojila Didn't they get a major update recently?
@CoffeeNcode L80 human Necro here ;) -
Facebook also has 'shadow profiles' where they still track you and build up profiles from the Facebook trackers that are on pages.
-
That's better than the original
-
There's a similar one called hack. Despite what the name conjures in your imagination it's a very nice font.
-
@1nfiniteLoop but those are so confusing!
(people are idiots) -
@witek truecrypts warrent canary disappeared, meaning they were compromised by the gov't. They voluntarily shut down after that rather than continue to offer comprised tools.
Veracrypt is its spiritual successor, based in part (not sure how much) on truecrypts codebase. -
No no no, they're paying for the convenience of an easy to remember password.
All those extra things just make it hard for the user to remember their password -
Even a blind squirrel finds a nut once in a while.
-
Haxe ftw!
-
Well, he's not wrong...
-
The worst thing is when you do something clever and no one notices
-
You need to use this boss feature to your advantage. Tell him he agreed to add stuff that he didn't. See how far you can go with silly new features.
-
As long as it's not garbage coffee I don't care.
-
I manually flip bits
-
Nothing like a field test.
-
It would be as if a million devs cried out in terror and then were silenced.
-
Tried to install xamarin for VS2017, it kept failing. I tried all variations of install parameters, no luck. Uninstalled standalone components that xamarin will install for me. No luck. Sacrifice a mac, no luck. Update to Windows 10, works perfectly.
-
Hack
-
Wing dings
-
@CozyPlanes that colon will really jack you up
-
@Divisionbyzero my thoughts too
-
I've been hesitating over making the jump to Linux but when I do should I go Debian or Arch for a first time user?
-
@Dollique that's illegal, at least in 'murica
-
WP can die in a fire. And I hate Drupal even more than WP
-
Vstudio, sublime, photoshop (for color codes)
-
@VomBa it looks like (s)he is trying to output an array using the array length-1 (for some reason) as the end constraint of the loop and then outputting the last element after the loop ends.
Definitely ugly -
@Jilano haha I was going to comment about benders nightmare too
-
Doesn't matter because you can set your tab key to however many spaces you want?
-
I think it should be called 'interface' or maybe 'compile time', 'loop', 'do/while'
Heh do/while. 😈 -
For(var i = 0; i<5; i++){
For(var j = 0; j<2; j++) { }
}