Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kodablah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Vitaslop – PS Vita emulator in the browser
(github.com)
2 points
by
kodablah
10d ago
|
1 comments
2.
▲
by
kodablah
15d ago
> The way to do this safely (potentially still with suits happening, but safer at least) will be to have one execution to produce a specification, and a second fresh execution taking the specification to produce a design. I have seen Cla
3.
▲
by
kodablah
1mo ago
While I would like this, my guess is it is hard to reconcile with all the other commercial ventures in the state (including datacenters) that aren't subject to such a requirement.
4.
▲
by
kodablah
1mo ago
https://texas-connects.com/ is also running lots of commercials locally. But both this open letter _and_ the commercials intentionally skate around the resource needs. > OpenAI will pay our own way and protect residentia
5.
▲
by
kodablah
1mo ago
Also touched on at https://typesetinthefuture.com/2016/06/19/bladerunner/ (and the book)
6.
▲
by
kodablah
2mo ago
That tweet says: > Opus 5 can silently fallback to Opus 4.8 (without any notice) on the serverside if you hit a guardrail But https://support.claude.com/en/articles/16049681-why-claude-s... says (emphasis mine)
7.
▲
by
kodablah
2mo ago
All stay under because I had Claude build the workflow to respect it (text encoding, denoising, vae, etc), there's just a tiny bit of untracked pieces. While there are common interfaces to invoke them (CLI and API/webpage) and the
8.
▲
by
kodablah
2mo ago
I've taken a similar strategy w/ image/video gen at https://github.com/cretz/thinfer (see video branch for a ton of work). Basically I kept needing an inference engine that could stream weights in and ou
9.
▲
by
kodablah
3mo ago
And people that don't run red lights and suffer selective enforcement and are used for arbitrary surveillance and so on and so on. Don't let your naive view of what you want these things and their handlers to do distract you from
10.
▲
by
kodablah
3mo ago
They're all basically turned off by law, just not removed
11.
▲
by
kodablah
3mo ago
"Meanwhile in <location> we can't even have Flock cameras to automatically catch people who may have killed someone" Hopefully the absurdity of broad scale surveillance can't be so easily lost in hyperbole
12.
▲
by
kodablah
3mo ago
Turbo appears GGUF'd already: https://huggingface.co/Abiray/Krea-2-Turbo-GGUF
13.
▲
Baseten raised a $1.5B Series F and achieved a $13B valuation
(baseten.co)
5 points
by
kodablah
3mo ago
|
0 comments
14.
▲
by
kodablah
3mo ago
I used CEF for a project and Google is detecting CEF via some opaque algorithms and not allowing logins from it. From https://security.googleblog.com/2019/04/better-protection-ag... : > Because we can’t differen
15.
▲
by
kodablah
3mo ago
> Efficiency beats pristine. _I_ don't want [...] Emphasis mine. This is the exact mindset I'm referring to, and when applied generally to files in the repo, will bite at some point. Even if you're lucky and it's unim
16.
▲
by
kodablah
3mo ago
> Design Principle #1 [...] The secondary masses should never compete with the primary mass. > Design Principle #2 [...] shows multiple violating their own mass rule as good examples While there are some ugly/gaudy houses out t
17.
▲
by
kodablah
3mo ago
This mindset is how you get lots of IDE/dev-env-specific/platform-specific cruft inside of repos instead of pristine repos. It makes both contribution and maintenance difficult over time. While less of an extreme issue as IDE/
18.
▲
by
kodablah
3mo ago
My guess is this is leveraging GDX same as "Gameday" uses (or used to use). https://gdx.mlb.com/components/copyright.txt states > Only individual, non-commercial, non-bulk use of the Materials is permitted
19.
▲
by
kodablah
3mo ago
In browser AI image/video gen: https://intabai.dev/ (V)RAM conscious AI inferencer/generator: https://github.com/cretz/thinfer
20.
▲
by
kodablah
3mo ago
In-browser AI image/video generation: https://intabai.dev . And now working on an inference engine specifically geared to low mem situations. Both basically vibe coded. Not broadcasting either project widely as they remain u
21.
▲
by
kodablah
5mo ago
I've worked around lower RAM machines with ONNX web models by first separating .onnx from .onnx_data, and second having scripts that split up the "layers" and shards the run (e.g. https://huggingface.co/cretz&
22.
▲
by
kodablah
5mo ago
Nice, I've also been doing some similarly neat things via ONNX web at https://intabai.dev (caution, just PoC tools atm, only Chrome tested, only some mobile devices work, no filters). I think all-client-side in-browser AI i
23.
▲
by
kodablah
5mo ago
> I don't think that "computing freedom" means you get to use other people's computers without consent Consent from whom? Consent is already required, why are you discussing this as though consent is not required? Why
24.
▲
by
kodablah
5mo ago
Such is the cost of computing freedom. This line of thinking is analogous to surveillance justifications in meatspace.
25.
▲
by
kodablah
5mo ago
Doing a 24h wait _is_ much different from what happens today. That's the whole point. If my two options to run an application of my choosing are to use ADB to flip a switch or to wait a day, that is ridiculous. I am only slightly comfo
26.
▲
by
kodablah
5mo ago
> Saying there is no opt-out is just false I can't see where one can opt-out of this new behavior and into the existing behavior, only a description of the new behavior's bypass (which is not the same thing at all) > easy to
27.
▲
by
kodablah
5mo ago
> If you dont have analytics you are flying blind More like flying based on your knowledge as a pilot and not by the whims of your passengers. For many CLIs and developer tooling, principled decisions need to reign. Accepting the unquant
28.
▲
by
kodablah
5mo ago
> You can try the technical preview today by running npx cf. Or you can install it globally by running npm install -g cf. A couple of obvious questions - Is it open source (npmjs side doesn't point to repo)? And in general will it b
29.
▲
by
kodablah
6mo ago
It is also in that book, page 36/37, with transcription and minor note on issues with ISS toilets in 2008.
30.
▲
by
kodablah
6mo ago
Modern languages are not safe enough nor are they very amenable to versioning, serialization, resumption, etc. It makes sense for modern durable execution engines to meet developers where they are (I wrote multiple of the SDKs at Temporal,
More ›