HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nnx

no profile record

Submissions

New Domain for Sign in with Apple and iCloud+ Hide My Email

developer.apple.com
4 points·by nnx·26 hari yang lalu·0 comments

EU right of withdrawal compliance for merchants selling to EU customers

help.shopify.com
2 points·by nnx·30 hari yang lalu·0 comments

PID: Fast and High-Resolution Latent Decoding with Pixel Diffusion

research.nvidia.com
3 points·by nnx·2 bulan yang lalu·0 comments

Notes from Optimizing CPU-Bound Go Hot Paths

blog.andr2i.com
35 points·by nnx·2 bulan yang lalu·5 comments

Trustworthy JavaScript for the Open Web

hacks.mozilla.org
4 points·by nnx·2 bulan yang lalu·0 comments

DeepSeek V4 Pro: The First Chinese Model at the Frontier

foodtruckbench.com
5 points·by nnx·2 bulan yang lalu·0 comments

Ternary Bonsai: Top Intelligence at 1.58 Bits

prismml.com
225 points·by nnx·3 bulan yang lalu·57 comments

JSIR: A High-Level IR for JavaScript

discourse.llvm.org
84 points·by nnx·3 bulan yang lalu·32 comments

Dynamic Island for Your Agents

vibeisland.app
3 points·by nnx·3 bulan yang lalu·0 comments

AgentOS: A portable open-source operating system for agents

rivet.dev
5 points·by nnx·3 bulan yang lalu·0 comments

Start naming your useEffect functions, you will thank me later

neciudan.dev
3 points·by nnx·3 bulan yang lalu·1 comments

A Shakeup Is Coming for the Nation-State: AI and drones may shift basis of power

thenewatlantis.com
5 points·by nnx·4 bulan yang lalu·0 comments

Iris – a C inference pipeline for image synthesis models

github.com
4 points·by nnx·4 bulan yang lalu·0 comments

Hugging Face Storage Buckets

huggingface.co
1 points·by nnx·4 bulan yang lalu·0 comments

A better streams API is possible for JavaScript

blog.cloudflare.com
447 points·by nnx·4 bulan yang lalu·156 comments

CSS Proposal:near() pseudo-class for pointer proximity

github.com
2 points·by nnx·5 bulan yang lalu·0 comments

Lawyer says Google shut down his Gmail, Voice and Photos after NotebookLM upload

discrepancyreport.com
8 points·by nnx·5 bulan yang lalu·2 comments

Go devs: What should we do with CLs generated by AI?

groups.google.com
4 points·by nnx·5 bulan yang lalu·0 comments

Interop 2026

webkit.org
1 points·by nnx·5 bulan yang lalu·0 comments

Viktor: A persistent agent in your Slack workspace

getviktor.com
2 points·by nnx·5 bulan yang lalu·0 comments

comments

nnx
·28 hari yang lalu·discuss
Not saying there's no negative impacts, but what are the _huge_ negative impacts that have materialized so far?
nnx
·3 bulan yang lalu·discuss
Coincidentally this is how pretraining works :)
nnx
·3 bulan yang lalu·discuss
Looks really interesting but the Go binding sadly uses cgo. Could the binding be done in pure Go? Or at least purego (the cgo alternative using Go assembly for FFI) ?
nnx
·3 bulan yang lalu·discuss
I ended up just using the web version, which is actually better than the native app (multiple tabs works!).
nnx
·3 bulan yang lalu·discuss
> My M5 Pro can generate 130 tok/s (4 streams) on Gemma 4 26B.

This seems high. At which quantization? Using LM Studio or something else?

Note: Darkbloom seems to run everything on Q8 MLX.
nnx
·3 bulan yang lalu·discuss
The only limit is yourself!
nnx
·4 bulan yang lalu·discuss
Are you `Ionstream` on OpenRouter?

If so, it would be great to provide more models through OpenRouter. This looks interesting but not enough to make me go through the trouble of setting up a separate account, funding it, etc.
nnx
·4 bulan yang lalu·discuss
in JS, signals and AbortController can replicate some of the functionality but it's far less ergonomic than Go.

https://github.com/ggoodman/context provides nice helpers that brings the DX a bit closer to Go.
nnx
·4 bulan yang lalu·discuss
Can you describe what is this slightly different approach and why it should work on all models?
nnx
·5 bulan yang lalu·discuss
This looks very interesting, but I wonder how's the rewrite approach gonna impact the long-term maintenance and porting changes _back_ from Tree Sitter.

As you mention WASM-readiness, did you consider using the official Tree Sitter WASM builds nicely packaged with wazero (pure Go WASM runtime) ?

It may help staying sync with upstream for the long term and, while probably a bit slower, has nice security and GC advantages too.
nnx
·5 bulan yang lalu·discuss
Why do you think it's "the wrong direction" ?
nnx
·5 bulan yang lalu·discuss
Hmm no, because in the case of purchasing alcohol the ID check is 1:1, in time and in space, it's ephemeral (unless the clerk has extreme photographic memory).

In the case of an online-based ID check, even with nice looking privacy terms, there is no guarantee that your ID won't be stored forever and/or re-analyzed many times cross-checking with other services, and worse leaked.
nnx
·6 bulan yang lalu·discuss
Really interesting, I’m currently using https://github.com/fastschema/qjs but would love a bit lower-level control like your reactor and Go library provide.

loop_once may have been called run_microtask if I understand the “loop” boundary correctly?

Is there a way to be more granular in execution? Like running a single “basic block” (until a jump) or until next function call?
nnx
·9 bulan yang lalu·discuss
It's sad to see Cloudflare slowly adding egress fees to their new services.

It was a core differentiator to never* have to worry about egress with them.

*: unless it's so large that it borders on abuse or require a larger plan
nnx
·10 bulan yang lalu·discuss
Is there a way to somehow authenticate with ssh key instead?
nnx
·3 tahun yang lalu·discuss
Having the option of an "older" LTS kernel (say 5.15 or 5.10) would be useful so as to match the kernel used in a lot of commonly used cloud images (including Ubuntu 22.04 LTS and Amazon Linux 2).
nnx
·3 tahun yang lalu·discuss
Thank you for your work on OrbStack. Just tried it after reading about in this thread and it looks really great so far, both as Docker replacement and absolutely delightful to launch full Linux VMs.

Noticed you are using a very recent kernel, Linux ubuntu 6.3.12-orbstack, which is so great to test latest revisions of Linux system calls (eg. io_uring) locally, compared to Docker old 5.x kernels which I gave up figuring out how to upgrade.

Any way to select a specific kernel version for VM or container? That would be a killer feature for regression testing.