Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Yukonv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Yukonv
3d ago
Interesting approach to documenting an audit record of changes instead of dumping info into commit description that clutters history. The one major risk not addressed by this vibe code is orphaned references are not a safe storage location.
2.
▲
by
Yukonv
1mo ago
Needs a big asterisk on “stores it forever in the cloud.” That information is end-to-end encrypted and not accessible to Signal or anyone else. If you don’t want that feature you can simply disable it. [1] https://support.signal.
3.
▲
by
Yukonv
1mo ago
Signal is private with a phone number for the purpose it serves. Its does not aim to be an anonymous chat service. For 99% of people Signal is ideal for private communication and we should not spread FUD about it not being private becau
4.
▲
by
Yukonv
4mo ago
What models and quantizations have you been trying? I've had great success with the larger Qwen 3.x models at 6-bit levels. Using 6 bit quantization is really the bare minimum to give local models a fair shot at agentic flows. Once you
5.
▲
by
Yukonv
4mo ago
Have been using Qwen 3.6 27b recently along with various other models the last month and it is very capable for writing code at a level I haven't need to use a subscription for 95% of what I throw at it. Been using it to write extensio
6.
▲
by
Yukonv
5mo ago
Some broad assumptions are being made that plans give you a precise equivalent to API cost. This is not the case with reverse engineering plan usage showing cached input is free [0]. If you re-run the math removing cached input the usage co
7.
▲
Perplexity Personal Computer
(perplexity.ai)
2 points
by
Yukonv
5mo ago
|
0 comments
8.
▲
by
Yukonv
5mo ago
It is possible but requires a very specific model design to utilize. As this reverse engineering effort has shown [0] "The ANE is not a GPU. It’s not a CPU. It’s a graph execution engine." To build one requires using a specific pi
9.
▲
Launch of Artemis II: Rocket Camera Views [video]
(youtube.com)
2 points
by
Yukonv
5mo ago
|
0 comments
10.
▲
by
Yukonv
5mo ago
Unsloth quantizations are available on release as well. [0] The IQ4_XS is a massive 361 GB with the 754B parameters. This is definitely a model your average local LLM enthusiast is not going to be able to run even with high end hardware. [0
11.
▲
by
Yukonv
5mo ago
With that you are taking a significant performance penalty and become severely I/O bottlenecked. I've been able to stream Qwen3.5-397B-A17B from my M5 Max (12 GB/s SSD Read) using the Flash MoE technique at the brisk pace of
12.
▲
by
Yukonv
6mo ago
The latest release v0.3.2 has partial support, generation is supported but not all special tokens are handled. I've done some personal testing to add tool calling and <|channel> thinking support. https://github.com
13.
▲
by
Yukonv
6mo ago
The model does have the format specified but there is no _one_ standard. For this model it’s defined in the [ tokenizer_config.json [0]. As for llama.cpp they seem to be using a more type safe approach to reading the arguments. [0] https:&
14.
▲
by
Yukonv
6mo ago
Good to see Ollama is catching up with the times for inference on Mac. MLX powered inference makes a big difference, especially on M5 as their graphs point out. What really has been a game changer for my workflow is using https://
15.
▲
by
Yukonv
6mo ago
That’s exactly what I thought about. Getting my hands on an M5 Max this week and going to see hows Dan’s experiment performs with faster I/O. Also going to experiment with running active parameters at Q6 or Q8 since output is I/O
16.
▲
Is AI capable of Intelligent Disobedience? [video]
(youtube.com)
2 points
by
Yukonv
6mo ago
|
0 comments
17.
▲
by
Yukonv
2y ago
Another good option I’ve personally used if you want a smaller API surface with just Result and Maybe concepts is True Myth. https://true-myth.github.io/true-myth-csharp/
18.
▲
by
Yukonv
3y ago
Related, Intel was showing off Thunderbolt Share at CES[1]. Allows Thunderbolt 4/5 device-to-device transfer of files. Theoretical speeds in the 20Gbps and 40Gbps for Thunderbolt four and five respective. One idea for why they were onl
19.
▲
by
Yukonv
3y ago
Great find! Seems to be a common issue with games, found the same issue with trying to auto play PICO-8 cartrages on web.
20.
▲
by
Yukonv
3y ago
Edit: Keyboard input does not work :/ it was a good effort. Found a workaround throw it in an iFrame and have the frame load with a user interaction. Here is a jsFiddle link, just click "Run" after the page loads. https:
21.
▲
by
Yukonv
3y ago
Firefox prevents audio from playing with no initial user interaction like a play button. Can see the warning if you pop open the dev console. Don't know of workaround besides sites not creating an AudioContext on page load.
22.
▲
Starlink Maritime
(starlink.com)
606 points
by
Yukonv
4y ago
|
508 comments
23.
▲
by
Yukonv
6y ago
Little late but though I would say hi. I too got started programming thanks to Minecraft. My first real job was working at Overcast Network (oc.tc). I remember having to scale out our infrastructure to seven dedicated servers after a popula