Details
-
Skillsjs, java, android, PHP, C++, Server Administration, golang, docker
-
Website
Joined devRant on 5/10/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
-
Don't do stickers even take the amd sticker off. Why make yourself standout where people bug you to ask questions? After all the nail that sticks out gets hammered.2
-
Estimate how long it will take you then double it. After that split the project into milestones and add the days you give a client to accept the milestone. If you have a good client you will get done early and refund them the difference. Otherwise you get paid well for dealing with a dumbass.
-
I do it pretty regularly maybe once or twice a week depends when I'm working on something interesting and want to get it done. Not very hard when you have coffee, headphones, good music, and enjoy what you do.
As for a story i don't have much of one unless you want one about implementing jwt tokens with a rest api along with trying to implement an 2FA system that would support otp and u2f. Then nuking it from orbit two days later cause it looked like garbage from trying to abstract everything -
Avoid the words blockchain, microsoft, competitive, startup, and equity. This works well for a primary screening. Second at the interview talk to them if they don't know shit either the company is shit or don't give a shit who they hire. Third figure out what you need to make to live without stress, any company that will pay it cares about their employees as long as it's somewhat reasonable
-
Besides my wife accusing me of talking to other women, nope. But that's probably a result of a quote from a movie that i feel is true "I'm married to my work, my wife is my mistress, that way I'll love her forever"1
-
1. I wish for a timestopers watch that wouldn't let you age.
2. I wish my pocket always had exact change for what i wanted to buy.
3. I wish i wouldn't have to explain what i do for a living. -
One of two ways.
1. Alot of opensource companies will startup hiring developers based on what contributions they provide
2. The current companies will fire most of the devs to exploit free work from opensource devs offering pennies as bug bounties while only keeping very few maintainers. -
Give me a second to get my todo list.
- get a office/server room built
- setup a home kubernetes cluster
- create an open-source ActivityPub whatsapp clone
- unify existing ActivityPub implementations where an account on one can be used on others
- finish dockerssh
- create an irc bridge for signal messenger.
- find a way to fully provision linux workstations fully unattended2 -
Wife and I went to visit her grandparents and when we were at the hotel she would watch lifetime and i would code.
As for Christmas, there's nothing else to do in this town so why not code.6 -
1. Just because it sounds cool doesn't mean it is.
2. Automate all the things. If you can see everything from cli all the better.
3. If it isn't commited and pushed, it doesn't exist or won't after a hard drive burnout
4. Everything on your workstation should be quickly reproduceable or in a git repo.
5. Murphy is a bitch3 -
Create a full open-source company based on no-knowledge services to compete with the data hogs that pretty much own the internet as it stands4
-
84 hours. Took alot of coffee and adderall. Had 5 projects with reasonable deadlines until mother fucking hurricane Katrina decided it wanted to be the best cocksucking blowing bitch around and knocked power out for two weeks. I managed to get 3 projects finished before i passed out for a day but two clients got pissed off cause their projects were late. They were pissed off even more when i had to pull the Forced Majeure clause cause they wanted to be bitches and didn't want to pay for my work
TL;DR: Hurricane didn't kill me so deadlines tried6 -
Pretty much half of what clients ask for.
But to be more specific a username on a login form instead of an email address when it already had ratelimiting lockouts implemented on an internal network. -
Docker swarm. All i want is a 'zero-downtime' system and everytime i try to set it up there's three damn things missing. Load balencer, service updater, and a good distributed storage. I finally got pissed off and am working on those but fuck it's been how fucking long docker has been out why the hell somebody else hasn't done this yet.3
-
Short awnser. Find a damn hobby.
Mine's pool. Go to bars on weekends and play tournaments and drink. Be amazed how social you can be when you're enjoying yourself3 -
Lean into the skid and go do something else. If i have a deadline buy a pint of crown, roll a blunt, and get back to work
-
Why in the cotton picking hell is everybody trying to start flamewars to watch it. We're supposed to be a united front against our dumbass clients where we can get our frustrations out not fighting each other. Doesn't matter if you need a reason to eat sweet and salty popcorn why you got to try to make us fight each other.5
-
Abstract anything dealing with external services where if they go out of business, change their internal policies, or you get a wild hair up your ass you won't have to change your entire code base later.3
-
My first exposure to computers was when i was 7 in 98. Hp Palvillion with windows 98. Got it from walmart and it cost around $1100. Brought it home and i hooked it up on my own on the living room floor. First program installed was "who wants to be a millionare", fitting that a game be the first thing installed since it was for homework. I lived 16 miles from town at the time so i really had no friends and the isolation made it hard for me to adjust in school to the point that i was a loud kid seeking attention. Then we got dialup and i found invisionfree forums which my first programing experiance with javascript started. And no I'm not talking about jquery I'm talking about the real thing.
Fast foward a year. I find an opensource arcade and learn php while writting an arcade from scratch that uses curl to mitm login to verify the user. Later that month i create a small project that dynamicly creates a signature image for the top 1000 posters on a coding forum i liked.
Then all hell broke loose when i found osdev.org, thought i was going to be a badass and make the ultimate operating system that would combine linux, windows, and mac where it could run anything. Reality Check hit me like a semi and train hitting at full force trying that and made me look into hacking. Spent alittle while breaking windows in so many ways and talking to others on irc until i was about to turn 18. Switched to ubuntu 12.04 my senior year while that was occuring. -
!dev but it is a fucking rant.
Happy new years fucking 2018 already turning off great with me freezing my fucking balls off cause my heater aint fucking working. Top it off my Damn Hotter Than Hell Water Heater froze and i have no hotwater. Fuck somebody find me that son of a bitch 2018 where i can take it out im the woods and shoot that dickheaded cocksucking asshole.1 -
Dad thinks i sleep all day and always tells me to get a job.
Mom doesn't know nothing about what i do
Wife thinks I'm talking to other women and have a fucking magic money tree when bills need to be paid.
Wife's grandparents think I'm a lazy piece of shit but ask me to fix their fucking tvs.
Mother-in-law: knows i make money working on the computer but not how.14 -
I was getting bored with programing cause a majority of it is boilerplate code then i heard of the Mirai virus. It infected alot of iot devices so I decided to look at it and it was written in golang. It is a beautifully written botnet even though they're parts where it could have been better. So i looked more into golang and saw that it could cross compile pretty easily and could build self contained binaries really easily. On top of all this i saw the smallest docker containers with golang programs so i looked into it more and kept finding more and more that i liked. Easy library packaging, concurancy without boilerplate, quick servers, and the libraries from other devs that did all kind of great things3
-
Not moving to docker eariler and waiting for it to mature. Its mature now and i still have to write the same things as i would have 2 years ago
-
!rant
Alright I'm at a lodge drinking beer with old men. These old men (50-70) are talking about facebook. I wish half of the teenagers could hear this shit where there would be a mass exodus and facebook would go the way of myspace.3 -
Now normally I wouldn't post something like this but since I would be laughing just like this guy if somebody came to me with this problem, I just had to5
-
1) read about it
2) search * sucks and read it
3) create something decently beginner frendly
4) if it was hard find something better
5) if pretty easy make something useful1