Viewing profile — ejones
ejones
HN member- Joined
- Sat, May 08, 2010, 8:31 PM UTC
- HN karma
- 28
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ejones
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43188478
Ah nice! Well, hats off this is really impressive. As other commenters mentioned the extent to which it's documented and the restricted scope probably helped.
-
comment
Comment #43186651
Amazing work. I'm interested in the choice of WASM - presumably any target that can run DOOM could've been used? Of which there are innumerable choices I assume. Was it for symboli…
-
comment
Comment #41174884
You might be right that they're similarly powerful. In some cases, an arbitrary output format might in and of itself be desirable. Like it might result in token savings or be more …
-
comment
Comment #41173966
FWIW, llama.cpp has always had a JSON schema -> GBNF converter, although it launched as a companion script. Now I think it's more integrated in the CLI and server. But yeah I mean,…
-
comment
Comment #41173840
Similar approach to llama.cpp under the hood - they convert the schema to a grammar. Llama.cpp's implementation was specific to the ggml stack, but what they've built sounds simila…
-
comment
Comment #30878787
Awesome to see work in the DB wire compatible space. On the MySQL side, there was MySQL Proxy ( https://github.com/mysql/mysql-proxy ), which was scriptable with Lua, with which yo…
-
comment
Comment #30803264
In fact it looks like there are already browser extensions that do this for Markdown: https://chrome.google.com/webstore/detail/markdown-viewer/ck... https://chrome.google.com/webs…
-
comment
Comment #28531729
There's a proposal for this: https://github.com/tc39/proposal-partial-application
-
comment
Comment #26647169
It just navigated the page itself by assigning window.location.href, which isn't subject to the same restrictions as popups.
-
comment
Comment #23871381
Yeah, the inclusion criteria are pretty broad: The snapshot will include every repo with any commits between the announcement at GitHub Universe on November 13th and 02/02/2020, ev…
-
comment
Comment #23563213
Apparently the Saguache Crescent in Colorado is (as of this video in 2016) still using the linotype, the last known newspaper in the US to do so: https://www.youtube.com/watch?v=DN…
- story
- story
-
comment
Comment #2859816
That, or use a split-frame browser extension ( https://addons.mozilla.org/en-US/firefox/addon/fox-splitter-... ) ( http://www.chromeplugins.org/plugins/google-chrome-dual-view... )…
-
comment
Comment #2634109
Code sharing really only becomes a compelling argument if you're building browser games or something similarly interactive (i.e., really bloody interactive). In this case, you need…
-
comment
Comment #2311443
Indeed. Linear Lisp promises the same thing ( http://www.deepdyve.com/lp/association-for-computing-machine... ) and perhaps Linear Joy ( http://osdir.com/ml/lang.concatenative/2005…
-
comment
Comment #2289630
Yeah, it doesn't seem to be a complete solution. My client actually ended up deploying a virtualized IE8 to sit alongside IE6 on all workstations.
-
comment
Comment #2289191
That exists, it's called 'Compatibility Mode'. And by default (at least in IE8, at my current client's deployment) it uses it for all Intranet Sites. You can also use meta-tag 'X-U…
-
comment
Comment #1330884
You could just write a mixed-mode assembly to bridge V8 to the .NET thread pool and libraries...