Viewing profile — jibberia
jibberia
HN member- Joined
- Sat, Jan 21, 2012, 7:41 PM UTC
- HN karma
- 64
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About jibberia
No profile information was provided.
Recent public activity
-
comment
Comment #18823998
Hypno | iOS, Full Stack Web, Creative Software Engineers | Fulltime | Onsite | Brooklyn, NY or Los Angeles, CA | hypno.cam We build technology for events, retail installations, and…
-
comment
Comment #16057521
I think the dark-haired guy's left hand is holding the laptop, with his elbow in the water. Or maybe it's the blonde's left hand. I wonder what software he's showing off!
-
comment
Comment #16020380
I have a new favorite sentence for the ones I've heard lately: "There's a world where there's a solve for that ask." "There's a world where..." replaces "Imagine if..." or "It's po…
-
comment
Comment #15992728
A friend of mine has two kids I suppose it's a good thing to teach. How else are kids supposed to know? How do kids who grew up with broadcast and cable ads learn to tell them apar…
-
comment
Comment #15269853
https://hardwareisboring.blogspot.com/2016/06/hp-z440.html
-
comment
Comment #15265255
I use rebase because I often have long-running feature branches (maybe for a couple of weeks) and I want to keep up with changes on master. When I was new to git, I used to merge m…
-
comment
Comment #15264406
How does that differ from property taxation?
-
comment
Comment #15226215
I do see sales people doing sales in their free time, though. The best ones in my company always seem to be at parties and events with potential clients. They make it look fun!
-
comment
Comment #14801323
Warning: Format specifies type 'char ' but the argument has type 'NSString '
-
comment
Comment #14114060
Do you run the 32" 4K display at native resolution, or are you scaling? What effective resolution do you get?
-
comment
Comment #14112388
That would be 3840x2160, right? What effective resolution do you use?
-
comment
Comment #14112109
I'm interested in replacing my 27" 2560x1440 display with something of a higher resolution and larger, but I haven't found anything I like. You can get 30" 2560x1600 displays, but …
-
comment
Comment #13807758
Thanks, this is very useful. The paranoid voice in my head is wondering if these forms don't actually opt me out of anything, and instead just confirm to these companies that the i…
-
comment
Comment #13385517
I have large hands -- not exceedingly large, but I wear XL gloves. The MX Master is a bit too narrow for me. It's designed to be held between your thumb and ring/pinky fingers, wit…
-
comment
Comment #13115502
Somebody I know has one and the hinge felt loose from the moment it was opened. The screen wobbles back and forth like a worn out old Macbook Pro. I haven't seen this mentioned in …
-
comment
Comment #11375069
I spent an hour or so with GitLab and disliked the amount of whitespace. I shouldn't have to scroll so much to see what's in a repo.
-
comment
Comment #11367241
I got into professional game development in the last few years and found that the state of good, modern software engineering practices in the game world is years behind, say, web e…
-
comment
Comment #11366442
Surely this will prevent determined people from ever getting phones without giving out personally identifiable information! And customers who buy these phones to call home certainl…
- story
-
comment
Comment #11268691
I've got some nostalgia for Yahoo Games. Here's an anecdote I've posted elsewhere: I was on a phone interview to be a software engineer for a web game company in ~2013. The intervi…
-
comment
Comment #10782044
Agreed. I just signed up to try out GitLab and went to browse GitLab's own source code to see what they were using. First thing: Rails, clearly. Second thing: Holy crap, I have to …
-
comment
Comment #10714335
Pull down your repo and your assets!
-
comment
Comment #9159456
At my company, we'd call the position the author is interviewing for "QA Lead". We subcontract QA testers, so they're not responsible for managing people beyond making sure work ge…
-
comment
Comment #9158845
Cloud to Butt Plus: https://chrome.google.com/webstore/detail/cloud-to-butt-plus... It adds just a small bit of delight to my daily tech web browsing. Highly recommended for the oc…
-
comment
Comment #8854697
Learn grep. If you're familiar with using a shell, it'll be the most immediately useful. # search current and all child directories for files containing "bananas", case insensitive…