Viewing profile — tristan_juricek
tristan_juricek
HN member- Joined
- Sun, Dec 07, 2008, 8:16 PM UTC
- HN karma
- 147
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About tristan_juricek
No profile information was provided.
Recent public activity
-
comment
Comment #7635924
It sure seems like most tech jobs would only need therapy as a means of last resort. Keeping a mindful eye towards burnout and adjusting your response to it based on the type seems…
-
comment
Comment #7499412
This approach to discussing inheritance treats JavaScript as if you're a Java or C++ programmer, and completely lacks any clarity with how inheritance in JavaScript really works. B…
-
comment
Comment #7418884
A few different police departments in California are trying out camera systems. I've only heard about Rialto, but I know they're being tried out in the Bay Area, and I think wider …
-
comment
Comment #7386463
This sort of "git pull" slam is really just an aftershock of shooting yourself in the foot. The UX of git is so different from other tools, but seems so similar. It's a real proble…
-
comment
Comment #7267796
Non-compete clauses are void in California http://en.wikipedia.org/wiki/Non-compete_clause#California
-
comment
Comment #7267231
I wonder if people will be happier or more frustrated with the lottery setup. And... I wonder if such a lottery system would help take on general ticket scalping. (I could see a lo…
-
comment
Comment #6809882
edit: I could see this being just a good general approach to development. Like a concrete how-to on doing continuous delivery from day one. I've even started using grunt with a C++…
-
comment
Comment #6643290
The effect is just reminiscent of a very simple FM synth; you start with a sine wave and add another waveform whose cycle starts below the audible spectrum. Start cranking it up, a…
-
comment
Comment #6434502
I love this idea. I think this is a fantastic opportunity for us plebs to start speculating. It would be very nice to see if the crowd has a different kind of investment trend from…
-
comment
Comment #6342296
Right, it's a little disappointing that the blog of a fairly well-known economist just uses some basic anecdotal evidence. I'd hope he'd provide some kind of deeper insight, but I …
-
comment
Comment #6273110
The RequireJS plugin system is really useful. Alex Sexton's handlebars plugin is a great example of what sets this apart: https://github.com/SlexAxton/require-handlebars-plugin - T…
-
comment
Comment #5465448
Right, the group I'm in often will have "coordinating members" join as well, from designers, QA, the PM, even the VP will stop by to see whats going on, and sometimes we get 10-15 …
-
comment
Comment #5446092
Right, the problem is just that "unread counts" aren't that nice of a feature for RSS feeds, because not all posts are created equal. (Hell, it's not even that nice of a feature on…
-
comment
Comment #5362187
What's interesting to me here is that I don't see anything but the "Android" brand being mentioned. Several people on this thread mention having several Android phones, but not sev…
-
comment
Comment #5304418
TL;DR Gruber says "open vs closed" isn't really useful for determining commercial success. I agree, however, Gruber's writing doesn't make it really obvious that he's slamming some…
-
comment
Comment #5300950
Right: we "rescued" a lab who has been great, but had a lot of anxiety built up over being simply being left alone. People coming by the door eventually led to him destroying the f…
-
comment
Comment #5299956
It seems like this "diametric incompatability" could be a good subject for case study blog articles. Off the top of my head is the shifting of "sponsored links" to take over the in…
-
comment
Comment #5287176
Has anyone actually encountered an issue with version 2 that would really piss them off that it's not fixed? I rarely encounter problems, and when I do, a quick restart get's every…
-
comment
Comment #5280465
I tend to think of "coolness" as a kind of reason behind early adoption, more like "this thing as a large opportunity for catching on". I'm not 100% sure would make the argument th…
-
comment
Comment #5279226
My sense is that Yahoo is about to start doing some reorganization. - There might be some trial and error runs of different managers (ergo, a period of quick reorganization) - Lead…
-
comment
Comment #5267011
Right. I get more of the sense that Google is more "impressive" than "cool". If I were to use "Google's got it in production" I might be told something like "well they can pull thi…
-
comment
Comment #5265301
Yes, but at what point does go transition from obscurity to PG's "python paradox"? http://www.paulgraham.com/pypar.html It sure seems Scala's in this "python paradox" land now. My …
-
comment
Comment #5172470
Using syncing as a developer makes sense to me because syncing or backup is not versioning. Versioning (using git) is about marking state at a period of time. Such that, in the fut…
- comment
-
comment
Comment #4800764
A practical step might be for tool-authors to always ensure their tools are obviously customizable for a variety of initialization needs. Very few IDEs have made it easy to distrib…