Viewing profile — jharger
jharger
HN member- Joined
- Thu, Jun 03, 2010, 8:29 PM UTC
- HN karma
- 268
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About jharger
Recent public activity
-
comment
Comment #30144696
I used to do this at the beginning of a game as a kid, because the earthquakes were pretty harmless without buildings to knock down. You'd just load up on cash, then start building…
-
comment
Comment #24289469
Not the poster you replied to, but I've been thinking of it lately in a different way. Functional tests show that a system works, but if a functional test fails, the unit test migh…
-
comment
Comment #23592485
It could be that this sort of thinking contributes to the massive number of JS frameworks out there. You think React is bloated, so you make a "React in 70 lines" ... realize there…
-
comment
Comment #22613000
Speaking of Jazz Jackrabbit, I always enjoyed seeing the poster in Fortnite when I used to play it.
-
comment
Comment #22303984
We used to do a "feely score" of 1-5. It sort of worked to gauge how the team felt (positive or negatively), but it eventually devolved into everyone arguing over whether 3 or 4 wa…
-
comment
Comment #21804967
I live in Albuquerque, and this sort of thing varies greatly around here. There are certainly places that are $35-50 for a hair cut and require appointments, but there are also bar…
-
comment
Comment #20820356
Why not have optimized versions that use native instructions when available, and then fall back to the portable version when they are not?
-
comment
Comment #20782794
Back when I worked there (mid-late 90's) the chick-n-strips were actually marinated in the same stuff as the Chargrilled chicken sandwich. Both items are no longer on the menu, and…
-
comment
Comment #20444459
Do you have an article or book you can link to on the subject? I'm very curious why there wasn't much demand for wheeled luggage until the 80's. Is it because people flew less? Bec…
-
comment
Comment #20287892
I remember implementing this for a class years ago, and then the professor suggested doing the inverse to try to expand the image width. The idea was you would duplicate the lowest…
-
comment
Comment #20275450
I'm curious what causes that strange phenomenon. You had a 50-50 chance to get it right, but it's the wrong way almost every time.
-
comment
Comment #20089839
Have you seen Wren? https://github.com/wren-lang/wren
-
comment
Comment #20005259
Except fixing the rebase issue isn't usually that difficult, if you know about reflog.
-
comment
Comment #19934171
What about a chain of airships?
-
comment
Comment #19852406
One supermarket I went to tried that... but the user experience is so awful that no one wants to do it, so the scanners just sit at the entrance, lonely and unused.
-
comment
Comment #19850578
That's kind of the key, right? If you're buying one or two items, the self-checkout is great! If you're buying a week or two worth of supplies, it's terrible. Here in the US, at le…
-
comment
Comment #19676688
It counts to me :) That's one of the things I love about that game too, and it makes me want to do the same.
-
comment
Comment #19078692
Wait, is this a thing? I've never seen Amazon auto-playing video.
-
comment
Comment #19019819
I'm not debating that he said that, I'm just suggesting that it was a marketing ploy, either to buy the teams some time to iron out the details with the app store, or some clever p…
-
comment
Comment #19019746
Did you mean to say "just under $1000/month"? It seems kind of strange to claim that you make under an amount, because technically $0/month is under $1000, and "actively losing mon…
-
comment
Comment #19000798
I do not believe this to be true at all. The App Store opened in July 2008, just over a year after the initial iPhone was released. That means that likely had to at least be on the…
-
comment
Comment #18916916
I agree so much with your assessment here. I just rented a 2018 Nissan Maxima, and I was really surprised how small the rear and rear side windows are. I felt like I could barely s…
-
comment
Comment #18907099
This sounds like a good basis for a sci-fi short story about a religion that centers around a device that continually plays the sounds of their gods. They have been maintaining it …
-
comment
Comment #18124906
Is it not #14 on the 2017 list given there? (Was #4 on the 2016 list)
-
comment
Comment #17487149
While not a source control system, the JetBrains IDEs have a very good merge tool that is filetype aware. For example, WebStorm/IntelliJ Ultimate, when merging JavaScript, often ha…