Viewing profile — rtomayko
rtomayko
HN member- Joined
- Sun, Oct 26, 2008, 5:30 AM UTC
- HN karma
- 1,022
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About rtomayko
No profile information was provided.
Recent public activity
-
comment
Comment #28799669
Interesting to see this as I’ve never heard returning to adolescent interests being common but that’s exactly the path I followed after leaving tech. I tried getting into sound eng…
-
comment
Comment #23295449
This is specifically allowed in the Linux kernel coding style guidelines as well FWIW: https://www.kernel.org/doc/html/v4.10/process/coding-style.h...
-
comment
Comment #23280662
I made the jump to a System76 Adder WS laptop and pop!os for development after buying the lemon first gen MBP with the terrible keyboard. It was my seventh and possibly last MBP (i…
-
comment
Comment #23200841
It definitely was: https://web.archive.org/web/20140416021831/http://lists.cano... (Related)
-
comment
Comment #23198605
I’ve seen this referred to as “satisfying your inner Linnaeus“ and have spent way too much time in that weird place myself.
-
comment
Comment #20955079
I’ve been thinking about bike vs scooter a lot lately too. Austin is overrun with scooters and I used them for a little while before finding the electric Uber Jump bikes. They seem…
-
comment
Comment #15898507
I’ve used a chemex + quality grinder for a long time and haven’t found anything better so not much to add there. I’ve started experimenting with roasting at home, though, and am su…
-
comment
Comment #15654729
https://auth0.com I've just started dabbling on a small project and would be interested to understand how features overlap and differences in license/distribution model.
- story
-
comment
Comment #10597672
I've always loved this idea. Fun fact: a blame-based suggested reviewers UI was included in the original Pull Request design mockups. We shipped with a much weaker list of everyone…
-
comment
Comment #9724113
I'm as keen to see memory safe systems languages become commonplace as anyone but some 90% of our stack is C - Linux, MySQL, Git, MRI, nginx, haproxy, memcached, redis, and many ot…
-
comment
Comment #9063433
"Unfortunately, your request for a 5% raise was rejected. We're sorry to see you go. Can you help hire a replacement? Just write up a quick job posting w/ your basic work experienc…
-
comment
Comment #5981497
We thought the Downloads feature was doing more harm than good in its previous form. Quality-wise it just wasn't up to snuff (failed frequently, flash, lack of design). Bad experie…
-
comment
Comment #5981458
We don't talk about unshipped features as a rule. It's hard to do so in a way that doesn't imply promises or timeframes.
-
comment
Comment #5298334
Ouch. Sorry about that. Opening an issue now.
-
comment
Comment #5298248
I'm looking into why those are showing up in the issues list. Likely a bug. The user has been marked as spammy for over a month, though, which means notifications (email or web) ar…
-
comment
Comment #5024179
Your commits will count for the day they were committed once they're merged to master. i.e., It's the date on the commit that matters, not the date it's eventually pushed to master…
-
comment
Comment #4879717
These buttons are only displayed for users who have installed those tools. We're not using it as advertisement, we're making it convenient for people who have already installed the…
- story
-
comment
Comment #4682100
We actually don't care about rate limits with this type of raw request. The limits are in place because people (usually porn sites) hot link js/css/image assets which can lead quic…
-
comment
Comment #4588925
I couldn't agree more. There are also many practical issues that I rarely see touched on in these yay SOA articles, like: Scaling down for development. If you need to start N separ…
-
comment
Comment #4452444
No. There's simple conventions for adding feature flags (user.some_feature_enabled?). Features are enabled and disabled by changing the code and deploying. This works because deplo…
-
comment
Comment #3907160
Wow, really? Really sorry to hear that. Moving through trees is one of the fastest page level operations on the site as far as perceived performance. We'd like to make it faster bu…
-
comment
Comment #3907104
I'm a developer at GitHub. This is a really good writeup and touches on many of the frontend issues we've had our eye on for a while. In fact, the related bits are already dated. W…
-
comment
Comment #3907058
Yeah. I mean 4,517 seems like a big number to humans but meh. You're talking about a highly optimized parser. It's likely going to rip through those quotes in about the same time i…