Details
-
AboutAmateur bodybuilder 💪 Anime figure collector 🎎 Cat lover 😼 Fullstack programmer 👨💻
-
SkillsJavaScript, React
-
LocationNew Zealand
Joined devRant on 2/14/2018
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
-
This popped up on Best Buy while I was looking around for ideas for my next chair. Somehow I don't think they are on speaking terms with their daughter anymore 🤣1
-
Want to Google io earlier this month and a senior director at Google game a presentation and used a chrome dino for a demo and after I found him on LinkedIn and asked her m where I could buy one and he asked for my address and sent me one for free. Idc what any of you say Google is really cool for doing this.14
-
The debugging loop for Minecraft Spigot plugins on a 4GB RAM laptop:
1. Start Eclipse - 1'
2. Edit code.
3. Build plugins - 2'
4. Close Eclipse to make RAM room for Minecraft.
5. Upload plugins to server with FTP - 1'
6. Start server and launch Minecraft - 2'
7. Enter the server.
8. Find bugs.
9. Stop the server, close Minecraft.
[Go back to 1.]17 -
Just my shaved pussy in the middle of the work weekend.
(At this point I really hope I'm attaching the right image)31 -
Well that's a first.
A Chinese recruiter contacted me speaking entirely in what I suspect was Mandarin.
My resume and posted work experience lacks any mention of Mandarin, Cantonese, etc. Then again it also lacks any mention of Java, and yet recruiters still call me a Java master. 🤔19 -
Cnc v0.5 done.
Still needs a few fixes but I can engrave my DevRant Hello World.
Needs a bigger table (and Visor), new spindle (fried the one I bough, using a very old scarvanged for now)
You guys like?25 -
For all you Googlefags, "Serious Chrome zero-day – Google says update right this minute":
https://nakedsecurity.sophos.com/20...16 -
The way this if statement is written (across multiple lines) is really weird to me. Anyone here that writes if statements like this?14
-
Nothing like working on a (really) big project in VS Code and the editor lags so much that I have to fallback to Notepad++.
Native does have its perks.8 -
I can't use Javascript object destrucuring in react components because a colleague doesn't like / understand it for some reason.
So instead of:
({ something }) => {
return (
<div>{something}</div>
)
}
If have to use
(props) => {
return (
<div>{props.something}</div>
)
}
Its no big issue, but I hate it.8 -
The devRant mouse pad has been sold out for months ... are you ever going to have them back in stock? I want one!3
-
My previous manager: "Your code should hard to read, so our work is cant stolen by everyone".
Me: "Why?"
My previous manager: "Just do it"
Me: "Okay"
So, anyone can answer my 'Why?' question?
P.S: My previous Manager is PHP Programmer14