Viewing profile — tdj
tdj
HN member- Joined
- Tue, Dec 21, 2010, 2:18 PM UTC
- HN karma
- 70
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About tdj
Recent public activity
-
comment
Comment #33320601
In my experience, I have started to believe ML Engineer is short for "YAML Engineer".
-
comment
Comment #30137836
I built a similar app using a Kaldi's nnet3 model running embedded; the thing was so responsive that our demo to an SVP went sideways: when he gave a query, the app responded nearl…
-
comment
Comment #24162916
Both of the titles you mention were the type of books that I had to put them down and started reading them again later. For different reasons though. Once the world building clicke…
-
comment
Comment #21109305
The building I live in in Berlin, 1910-ish construction with two more wings in the courtyard, everything accessible through the front gate - it has the same principle implemented w…
-
comment
Comment #20477328
This screenshot of an Ars Technica journalist with Phil Zimmerman, PGP author (yes, not the same as GPG), is very telling: https://arstechnica.com/information-technology/2016/12/op…
-
comment
Comment #20230808
My beef with Slack is that everyone in this comments section is pretending it's an async communication tool, but that is only true people that are used to working without context s…
-
comment
Comment #19010548
Krško is a Westinghouse design. I've spent quite some time in the area, and nobody really worried about the power plant. The smell of the cellulose plant in the city center on the …
-
comment
Comment #18881886
Their hypercube covering formalism can be seen as decision tree induction with a specific partitioning rule, and terminating branching only at uniformly labeled leaves. But try are…
-
comment
Comment #17406409
After interacting with a post about yachting, the ad engine behind Instagram suddenty thought I am a multi-millionaire and I got a ton of ads on fancy watches, McLarens, Bentleys, …
-
comment
Comment #13909143
Not sure how many do this, but you're basically describing my situation, 8 min commute to Mitte, and relatively cheap. Due to the rent control, rents only jump after tenants change…
-
comment
Comment #13840604
One common pattern I had to frequently use was HSET of the same key on multiple hashmaps and different values. Not quite HMSET, but MHSET was a good name for it.
-
comment
Comment #13259550
I remember reading about this in the late 90s, open hardware was a fairly new concept then. But you needed to be an electrical engineer to make one yourself, more or less; I wanted…
-
comment
Comment #12174218
Aren't skip-grams equivalent to NMF of the PPMI matrix? https://papers.nips.cc/paper/5477-neural-word-embedding-as-i... .
-
comment
Comment #10354824
Actually once you have information on depth (which isbwhat they get from multiple camera perspectives), and your bas image at near-infinite DoF you can pretty much dial your depth …
-
comment
Comment #10351768
There was a pretty good interview with their CTO a few months ago on Imaging Resource. Much more technical than what you see on the site, also gives a glimpse on what they were thi…
-
comment
Comment #8503848
I'm 29, and I have already started feeling this. Just a few years ago, I could do 12-14h coding days sustainably, but now, anything above 11h sustained for weeks really shows in my…
-
comment
Comment #7988493
A layout engine works on a different level of abstraction, putting layout features in CSS will be awkward. CSS is fine for typographic features and selectors, but layout is all abo…
-
comment
Comment #7156284
Does anyone have a good explanation for why the pages uses 1-frame videos for static pictures? Does WebM offer better quality-per-KB than JPEG?
-
comment
Comment #7085386
This. I use 0.1px for smaller type, and 0.25 for bigger. It also makes it look thicker. Also, the same problem is also present in Safari for Windows, in case anyone actually uses i…
-
comment
Comment #7032042
I'm pretty happy with django-compressor.
-
comment
Comment #7020127
It's a horrible thing indeed, especially when trying to use a print-optimized font. Luckily the canary version uses the fancy Windows font rendering pipeline so it's merely a matte…
-
comment
Comment #6791731
I'm surprise no-one mentioned ALICE - aluminium + ice (water). A paste-like substance that's quite a powerful rocket propellant. http://news.discovery.com/tech/nanoaluminum-rocket-…
-
comment
Comment #6674159
It would be good to note that this implementation doesn't actually support de-compression (as is also noted in the to-do list). It is able to read headers and other metadata, as we…
-
comment
Comment #6455501
Actually, I think you could save yourself some trouble and use scikit-learn's built-in text preprocessing utils: Word counter: http://scikit-learn.org/stable/modules/generated/skle…
-
comment
Comment #5620817
I solved this by using the "Insomniac" approach - if you play a silent sound every 30 seconds or so, the scheduler will reset the sleep timer and the app will keep working. It drai…