Viewing profile — jncraton
jncraton
HN member- Joined
- Sun, Jun 01, 2008, 3:45 AM UTC
- HN karma
- 1,424
- Public activity
- 283 items
- HN profile
- View on Hacker News ↗
About jncraton
https://joncraton.com
my username [at] g m a i l
Recent public activity
- story
-
comment
Comment #47137284
You are right that the concept of "safe" is nebulous, but the goal here is specifically to be XSS-safe [1]. Elements or properties that could allow scripts to execute are removed. …
-
comment
Comment #47035577
2 and 3 bit is where quality typically starts to really drop off. MXFP4 or another 4-bit quantization is often the sweet spot.
-
comment
Comment #46566132
That's great. Here's "me" implementing a JS version of that library in one shot using Github Copilot and a 1 sentence prompt: > Implement when.js as a simple, zero-dependency js li…
-
comment
Comment #46200066
I've adjusted or removed those sentences in the article.
- comment
- comment
-
comment
Comment #42636244
Pyodide supports numpy and scipy. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
-
comment
Comment #41994611
The languagemodels[1] package that I maintain might meet your needs. My primary use case is education, as myself and others use this for short student projects[2] related to LLMs, …
- story
-
comment
Comment #41459272
It would be nice to see the Phind Instant weights released under a permissive license. It looks like it could be a useful tool in the local-only code model toolbox.
- comment
-
comment
Comment #40108740
The speedup would not be that high in practice for folks already using speculative decoding[1]. ANPD is similar but uses a simpler and faster drafting approach. These two enhanceme…
-
comment
Comment #39608312
You might be interested in "Text Embeddings Reveal (Almost) As Much As Text": > We train our model to decode text embeddings from two state-of-the-art embedding models, and also sh…
- story
-
comment
Comment #39454273
Google released the T5 paper about 5 years ago: https://arxiv.org/abs/1910.10683 This included full model weights along with a detailed description of the dataset, training process…
-
comment
Comment #38993020
> PNG uses deflate. General byte-level patterns. It does not do bespoke image-specific stuff. That's not quite the whole story. PNG does include simple filters to represent a line …
-
comment
Comment #38952294
There is a large amount of theoretical research on the subject of energy limits in computing. For example, Landauer's principle states any irreversible change in information requir…
- comment
-
comment
Comment #38919362
You might be interested in OpenWorm: https://openworm.org/ This paper might be helpful for understanding the nervous system in particular: https://royalsocietypublishing.org/doi/10…
- story
-
comment
Comment #38020552
This is great to see. It looks like the size of the embedding vector is half the size of text-embedding-ada-002 (768 vs 1536) while providing competitive performance. This will sav…
- comment
- comment
-
comment
Comment #37183350
You might be interested in TinyStories: https://arxiv.org/abs/2305.07759 > In this work, we introduce TinyStories, a synthetic dataset of short stories that only contain words that…