Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nyrikki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nyrikki
2mo ago
Calling conventions are a compiler feature, and in some languages like zig, will let the LLVM backend fully optimize. In zig you can specify a different calling convention at any function call, and you have to be explicit if you want a ABI
2.
▲
by
nyrikki
2mo ago
IMHO this may be because with hyper-restrictive calling convention or register budgets, the compiler typically resorts to writing explicit MOV or stack PUSH/POP instructions to free up space. Because modern CPUs have hundreds of hidden
3.
▲
by
nyrikki
2mo ago
The issues from the 80s/90s were mostly fixed by POSIX in the 2000's. IIRC all major Unix-like systems ship with awk implementations that are POSIX-compliant by default today. With a few warts of course, but not like back then.
4.
▲
by
nyrikki
2mo ago
Better is to use the typesetting language Even on MacOS, save this as `doc.tr` .\" Index Macro .de IX .tm \\$1^\\$2^\\n% .. .\" Content .sp 2 This is the first page. We are talking about t
5.
▲
by
nyrikki
2mo ago
When this post was written (1997 updated in 2001), awk wasn't very portable because you still had the awk,nawk,gawk flavors. With sed if you stuck with BRE and avoided ERE you were going to be more portable. But this email is a there
6.
▲
by
nyrikki
2mo ago
Most are targeted ALPR camera systems that take pictures of license plates, check the plates against local hot lists, and then flush the data if there’s no hit. Flock is building a giant camera network that records people’s comings and goin
7.
▲
by
nyrikki
2mo ago
Depends on quant size etc... Qwen3.6 35B-A3B Q4_K_XL a multiple 5060ti + tensor split mode + MPT will hit ~100/TPS without problem, and I have personally hit ~190/tps on a single 5090 on a friends machine getting them setup up. I
8.
▲
by
nyrikki
2mo ago
I don’t know if others would find this useful, but previous did have custom harnesses etc.. but tools have improved so much that I drastically simplified. That said, even the foundational models fail at the hard parts of my code so I use it
9.
▲
by
nyrikki
2mo ago
From the OP: > "I learned cursive as a child. Then I went for many years without using it much, and forgot some of it." While fountain pens may be nicer for cursive, they were very late in the games only coming into the scene i
10.
▲
by
nyrikki
2mo ago
https://www.anthropic.com/legal/privacy > Personal data we collect or receive to train our models > • Data that our users or crowd workers provide, including Inputs and Outputs from our Services (unless users opt
11.
▲
by
nyrikki
2mo ago
The non Hayes version was called Time Independent Escape Sequence or TIES, but there were multiple versions of these problems, with the later attacks documented in CVE-1999-1228 where you did have to have some form of echo/ping/ic
12.
▲
by
nyrikki
2mo ago
Gold is right next door, relativistic effects shrink both Gold and Mercury’s 6s orbitals. In gold it changes the color, in Mercury it changes freezing temperature. Gallium has a low melting point 29.76C but that is due to unique chemical bo
13.
▲
by
nyrikki
2mo ago
I almost got kicked off an early ISP for echo “+++ATH0” > ~/.plan On the shell host they provided, it would reliably hang up lots of modems if someone ‘fingered’ you back in the day. You could do it in busy IRC channels
14.
▲
by
nyrikki
2mo ago
Explaining relativistic effects in plain text forums to a general audience is a big ask, but here is a link to the first study[0] that gave evidence but it has long expected. [0] https://onlinelibrary.wiley.com/doi/epdf
15.
▲
Ask HN: PIIA Carve Outs
1 points
by
nyrikki
2mo ago
|
1 comments
16.
▲
by
nyrikki
2mo ago
That is because the way you were introduced to the concepts was targeted at didactic convenience and incremental teaching curricula. Pedagogical efficiency is important but care is also needed when mapping concepts that are accepted as a pr
17.
▲
by
nyrikki
2mo ago
I am not saying this result is correct, but you don't have unit safety in python at all In this example temperature would be a magnitude , not a unitful value. At least in the ISO 8000whatever convention where a value is the product
18.
▲
by
nyrikki
2mo ago
I had to run NT4 on a 4100 in prod at my very first Internet startup job. We also had a bunch of 1000 and 1000a's, and an AlphaStation running AltaVista firewall all on NT. An ALR 6x6 (6* Pentium Pros) was faster for Windows than the f
19.
▲
by
nyrikki
3mo ago
A more modern term is your system is a single architectural quantum’ Neal Ford calls this a distributed monolith because a change to a database schema can break every single service at once, but there are very valid uses of this method. The
20.
▲
by
nyrikki
3mo ago
If you want podman equivalents, you can either use pods of multi containers are the need, or if multi arch builds are the main buildx need, OCI manifests work. Fedora and selinux may be a thing to look into if you were trying to share volum
21.
▲
by
nyrikki
3mo ago
Maverick 400B is what Nvidia used for their claim of 1k+ TPS on Blackwell GPUs.
22.
▲
by
nyrikki
3mo ago
We still have the problem that auto regressive decoders are memory bound. The new Blackwell hardware combined with TensorRT-LLM and speculative decoding consistently can hit 1,000 TPS/user barrier, comparing to closer to ~250 TPS/
23.
▲
by
nyrikki
3mo ago
Are you looking for highly ephemeral nodes, where you are writing automation that will use the API to orchestrate it? Or do you just want small microVMs that you launch and kill? Firecracker just has a ReSTful unix socket with a defined AP
24.
▲
by
nyrikki
3mo ago
To be clear, I was talking about a use case, not all use cases. There are very real times where you have to support all 4 bytes, there are others where other drivers require you to restrict the domain of discorse. It doesn't change the
25.
▲
by
nyrikki
3mo ago
Note the utf-8[0] in my response, the answers are on the pages you linked, but not in the sections you linked, utf-8 encodes code points in one to four bytes , it is byte oriented vs utf-16 etc. In zig u8 is a byte, and is also (by convent
26.
▲
by
nyrikki
3mo ago
The ease of dealing with arbitrary bit-width integers and packed structs is actually one of the 'killer features' for me in zig. Zig natively supports arbitrary bit-width integers, the ABI is defined and you could simply think i
27.
▲
by
nyrikki
3mo ago
Can you point me to the parts in that paper that meet those claims, I am reading something different and want to know what I am missing. This study seems to show that there are places where synthetic data, especially related to common crawl
28.
▲
by
nyrikki
3mo ago
Capitulation is a bad counterpropaganda tactic, especially with terms that have well defined domain specific meanings. Note that the OP uses "systemic rejection", while the paper does reference bias, it is in the precise meaning o
29.
▲
by
nyrikki
3mo ago
They seem to follow the anti-corruption layer model for most of their offerings, so I would expect they use what ever OS is best supported by the upstream. It is a large reason they can mitigate vendor risk IMHO, offering different tiers of
30.
▲
by
nyrikki
3mo ago
It is quite likely that the intermediate tokens don’t have ‘semantic import’[0] There are methods like Habitual Reasoning Distillation or Inverted Reasoning Traces [1] that can help. While there are reasons to hide the intermediate tokens f
More ›