Viewing profile — jokamoto
jokamoto
HN member- Joined
- Wed, Oct 30, 2013, 5:26 AM UTC
- HN karma
- 88
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About jokamoto
Recent public activity
-
comment
Comment #17532165
This is a functional implementation of that behavior in Go: https://github.com/mjonuschat/eap_parrot
-
comment
Comment #15194762
No, he's saying that the wind shear they had to contend with in the calmer corridor between rain bands was less intense than that found in a thunderstorm.
-
comment
Comment #14640055
"guy" is a woman, and a substantial portion of each post critiques the interior architectural choices, which are obviously not visible in street view.
-
comment
Comment #12281843
Two possible ways: Being underweight is dangerous, just as being overweight is dangerous. Instead of heart disease and joint damage, you end up with osteoporosis, anemia, etc. Losi…
-
comment
Comment #12251095
Django itself has no requirements besides the standard library: % pip freeze Django==1.10 That's after a pip install in a fresh virtual environment.
-
comment
Comment #11581324
That's already been demonstrated to be a side effect of a still-spinning rear wheel: https://www.youtube.com/watch?v=Ak7xP8eghog It should also be noted that "incident" occurred on…
-
comment
Comment #10717886
Not sure if it qualifies as "full fat" per se, but Noosa brand yogurt has roughly twice the fat content of most Greek yogurts I've tried (seems to really help texture/flavor as wel…
-
comment
Comment #10686986
The B-52 is already something of a case study as far as the changes required to allow a high-altitude aircraft to endure prolonged low altitude missions. SAC's switch to low-altitu…
-
comment
Comment #10619474
Based on the maps and Street View imagery, I only see one potentially safer road nearby (C727/C725; C726 is just as narrow). Other roads in the area are either dead ends (a problem…
-
comment
Comment #10179497
There's a pretty clear potential for overall net savings, if the cost of providing citizens access to fitness programs is less than the cost of providing additional healthcare to t…
-
comment
Comment #9727652
If the attacker already has control of the email address, they can reset the account without going to such lengths--just visit the site and request a password reset.
-
comment
Comment #8780600
Link needs a trailing slash: https://packaging.python.org/en/latest/
-
comment
Comment #8770842
It's possible to use invisible characters to hide malicious commands during copy-paste[1]. [1]: https://news.ycombinator.com/item?id=5508225
-
comment
Comment #8671600
This is normal behavior. The .net root server gives you the authoritative name servers for cloudfront.net, and cloudfront.net's name server gives you the name servers for your Clou…
-
comment
Comment #8665391
Looks like anything running off of AWS DNS is dead right now. $ dig @ns-666.awsdns-19.net cloudfront.net Times out for that server as well as for all of the nameservers listed for …
-
comment
Comment #8121766
Location: Minneapolis, MN/Saint Louis, MO. Remote: Yes. Willing to relocate: West Coast or Colorado. Technologies: Python/Django, HTML/CSS/JS, PHP, Linux (RHEL and Ubuntu) Resume: …
-
comment
Comment #6853500
I did survey of Android side of things during winter break right after Ice Cream Sandwich came out[0]. As I recall most of the severe fragmentation cases were low-end handsets whic…
-
comment
Comment #6639994
But you'd still have to download and install the extension in order to use it (or, as was somewhat glibly proposed in a comment on the bug, Google would need to ship a version of M…
-
comment
Comment #6639783
That approach makes sense for technologies outside of the scope of the HTML5 spec, but for a core element like it seems rather silly to propose external implementation using custom…