Viewing profile — wmitty
wmitty
HN member- Joined
- Fri, Nov 30, 2012, 5:09 PM UTC
- HN karma
- 402
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About wmitty
No profile information was provided.
Recent public activity
-
comment
Comment #44454270
One of the most memorable cycle touring blogs I have read is of Bill St Onge's tour down this road. In addition to the natural difficulty of cycling this extremely remote road (bot…
-
comment
Comment #42615977
OP says the US portion of eastern divide trail, which is on bikepacking.com : https://bikepacking.com/eastern-divide-trail/
-
comment
Comment #42120069
A major factor was that early Java in the browser did not support.jar (really .zip) files. This meant every class (and every inner class) required a separate http request (on the m…
-
comment
Comment #38361983
Brave has written their own (open source) adblock engine (in rust) that is directly integrated into the browser (ie. not an extension, so is not affected by Manifest V3). https://g…
-
comment
Comment #35791916
The article wasn't entirely condescending - sometimes it was patronizing instead.
-
comment
Comment #34859647
As long as you have access to a phillips screwdriver, you aren't stuck in the little ring - you can tighten the high limit screw to pick your one gear (at least from the higher one…
-
comment
Comment #31015788
Laplink had a really neat feature for when you didn't have your laplink install disk with you (or had the wrong size laplink install disk). You could connect the two computers with…
- comment
-
comment
Comment #30583424
My (crude) version of the same thing requires that I go 1000 meters from my house to press the button to enable the DNS for another 30 min of browsing (button is on a custom phone …
-
comment
Comment #30007929
The website says that he uses: "Xitami web server, because it's the only one that does no caching at all, so the website is always served fresh from the floppy." Source: https://we…
-
comment
Comment #28873045
They tell all the Canadian banks and financial institutions that they have to ask all customers whether they are US citizens (and you lose account access if you won't answer). The …
-
comment
Comment #28871920
I was born in the US to Canadian parents who promptly moved back to Canada where I have lived for the subsequent 55 years. Other than a US birth certificate I had no interaction wi…
-
comment
Comment #28850367
I mean the postgres parser (and semantic changes) for ZetaSQL. The zetasql parser is in a file called zetasql/parser/bison_parser.y, I strongly suspect they now have a file called …
-
comment
Comment #28845701
The Cloud Spanner SQL frontend/analyzer has been open sourced by google as ZetaSQL. https://github.com/google/zetasql It is amazingly good. You give it textual SQL (+ schema + all …
-
comment
Comment #27549884
> Their adblocker is just a fork of uBlock Origin, This does not appear to be true. Here is the github repo for their open source adblock engine written in rust: https://github.com…
-
comment
Comment #25910506
I made a (much less fancy) rowing machine program in 1984 (for the original Concept II). It was written in 6502 assembly language for the Apple II. It had a really nice display: - …
-
comment
Comment #22452005
Details from sciencemag.org (A magazine from the American academy for the advancement of science): https://www.sciencemag.org/news/2020/02/united-states-badly-...
-
comment
Comment #21461618
The link to the paper in the article requires an ACM subscription. Here is a link to the version hosted by the authors: https://www.pdl.cmu.edu/PDL-FTP/Storage/ceph-exp-sosp19.pdf
-
comment
Comment #10638620
Another crazy excellent (and free) ES6 reference is http://exploringjs.com/es6/ by Dr. Axel Rauschmayer - one of the ES6 committee members. JS is a very complicated language - and …
-
comment
Comment #10177906
Datahand palm rests detach really easily and come out of the dishwasher super clean.
-
comment
Comment #4854138
A network effect applies to revision control systems. Mercurial is a much better fit for how my mind works than Git (I feel that Git is from the school that thrives despite complex…