Viewing profile — DougBTX
DougBTX
HN member- Joined
- Fri, Aug 03, 2007, 12:19 PM UTC
- HN karma
- 4,610
- Public activity
- 1,917 items
- HN profile
- View on Hacker News ↗
About DougBTX
No profile information was provided.
Recent public activity
-
comment
Comment #49242815
Yeah, we’re in a funny position. By all accounts it is fair use (at least in the US) to train models (and build search indexes, e.g. Google Books), but sharing the books dataset it…
-
comment
Comment #48718141
Oh, thanks, that’s interesting, I thought it covered that too!
-
comment
Comment #48716338
> GPUs put the associativity of the sums in matrix multiplications in arbitrary order That’s user-controlled too, not an inherent property of GPUs: https://docs.pytorch.org/docs/2.…
-
comment
Comment #48395630
The weights are code, the prompt is code, the output is code. Is the meat code?
-
comment
Comment #47958592
Zed is also released under GPL 3: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL
-
comment
Comment #47920406
Here's the page for the notebooks-with-maps: https://www.moleskine.com/en-us/shop/limited-editions/the-lo...
-
comment
Comment #47873366
> In this case it’s a relatively small dependency so it’s not the end of the world, but it’s the exact same principle. An alternative world-view is: "A little copying is better tha…
-
comment
Comment #46711626
The train/test split is one of the fundamental building blocks of current generation models, so they’re assuming familiarity with that. At a high level, training takes in training …
-
comment
Comment #46689410
I can’t tell if this is sarcasm or not! Radio buttons support keyboard navigation without JS.
-
comment
Comment #46594309
> but how is the result "stored" Like this: https://huggingface.co/docs/safetensors/index
-
comment
Comment #46094907
Spicy: > Use caution when using the manual door release; the window will not automatically lower when the door is opened and damage to the window or vehicle trim may occur. Manuall…
-
comment
Comment #46034061
Yes, from the article: > To support the cluster’s massive scale, we relied on a proprietary key-value store based on Google’s Spanner distributed database... We didn’t witness any …
-
comment
Comment #45991423
> Then you can roast the meat pieces in a closed glass vessel It sounds like this is steamed meat, as opposed to roasted. Your cooking time seems to match a quick search for steame…
-
comment
Comment #45854520
From https://usafacts.org/articles/is-flying-safer-than-driving/ > In 2022, the fatality rate for people traveling by air was .003 deaths per 100 million miles traveled. The death …
-
comment
Comment #45773187
> I want everything that passes through a function to be a copy unless I put in a symbol or keyword that it suppose to be passed by reference. JavaScript doesn’t have references, i…
-
comment
Comment #45713428
Perhaps it has to be that way, the motivation to build a mechanical computer is based on the belief that computation can be mechanised.
-
comment
Comment #45376689
1999, $25 million investment: https://googlepress.blogspot.com/1999/06/google-receives-25-... 2000, launched ads: https://en.m.wikipedia.org/wiki/Google_Ads 2001, profitable: https…
-
comment
Comment #45288945
> Our package-lock.json specified the stable version 1.3.2 or newer Is that possible? I thought the lock files restricted to a specific version with an integrity check hash. Is it …
-
comment
Comment #45247350
With binary vectors, 20 dimensions will get you just over a million concepts. For a billion you’ll need 30 questions.
-
comment
Comment #45179171
> they often automatically pluralize, with the predictable result of seeing tables with names like addresss. This is a very poor example, that case is literally in their unit tests…
-
comment
Comment #45142635
Agreed. The article makes many references to how life would be better with explicit well-defined interfaces… but types are how we explicitly define interfaces. For example, Rust bo…
-
comment
Comment #45136004
“Incomplete” seems like a better word than “incorrect” for this. The code is likely correct in the narrow scope it was needed for, but is missing features (and error checking!) bey…
-
comment
Comment #45127328
These UI elements (including the keyboard!) already blur their background, so that’s not a new cost. My 5 year old phone handles those fine. The distortion looks fancy, but since t…
-
comment
Comment #45126081
Here's an attempt at that: The GPU is responsible for blending layers of the interface together. Liquid glass adds a distortion effect on top of the effects currently used, so that…
-
comment
Comment #45091775
> Whereas complexity is a measure of how far ahead I can reasonably expect to calculate So complexity is something like: high branching factor after culling “obvious” branches?