Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jeffjeffbear
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The Pacific Northwest Tree Octopus
(zapatopi.net)
2 points
by
jeffjeffbear
8mo ago
|
0 comments
2.
▲
by
jeffjeffbear
8mo ago
Could be good as a modern version of https://zapatopi.net/treeoctopus/
3.
▲
Frankenwine: Multiple Personas in a Wine Process
(nullprogram.com)
1 points
by
jeffjeffbear
8mo ago
|
1 comments
4.
▲
by
jeffjeffbear
8mo ago
> just to be clear, semiseparate in this context means H = D + CC', where D is block diagonal and C is tall & skinny? Not quite, it means any submatrix taken from the upper(lower) part of the matrix has some low rank. Like a ma
5.
▲
by
jeffjeffbear
8mo ago
I haven't looked into it in years, but would the inverse of a block bi-diagonal matrix have some semiseperable structure? Maybe that would be good to look into?
6.
▲
by
jeffjeffbear
8mo ago
> Haven't used Linux in forever, but middle-click to paste was like the one thing that consistently worked everywhere. That's because it was an X11 thing, and everyone used X11.
7.
▲
by
jeffjeffbear
8mo ago
That is also the one good thing about Window's commandline, you use right click there to copy and paste which is nice. The rest sucks.
8.
▲
by
jeffjeffbear
8mo ago
I don't really love this solution since it runs into all the usual linked list issues, and is only 'allocation free' in the sense that the pointers are allocated with the structure if doing the intrusive thing they are talkin
9.
▲
by
jeffjeffbear
8mo ago
I would really like to see more testing with a deeper hierarchy and alpha and beta nonzero.
10.
▲
Web Browser Engineering
(browser.engineering)
1 points
by
jeffjeffbear
9mo ago
|
0 comments
11.
▲
by
jeffjeffbear
9mo ago
> I think it really depends on what kind of anime you’re talking about Does it? If I draw a naked stick figure with boobs and say it is 14, is that morally wrong? At what point should a person care? Their point is that a drawing doesn&#x
12.
▲
by
jeffjeffbear
9mo ago
They have some more details at https://github.com/DGoettlich/history-llms/blob/main/ranke-4... Basically using GPT-5 and being careful
13.
▲
Understanding Encoder and Decoder LLMs
(magazine.sebastianraschka.com)
1 points
by
jeffjeffbear
9mo ago
|
0 comments
14.
▲
by
jeffjeffbear
9mo ago
I just don't like having to send HTML and have the backend deal with what are really frontend problems. Sending JSON is great since you can serialize most reasonable data types into it and then the backend has no responsibility for ho
15.
▲
by
jeffjeffbear
9mo ago
> https://huggingface.co/google/t5gemma-2-1b-1b From here it looks like it still is long context and multimodal though? >Inputs and outputs Input: Text string, such as a question, a prompt, or a document to be su
16.
▲
by
jeffjeffbear
9mo ago
Isn't finetuning the point of the T5 style models, since they perform better for smaller parameter counts?
17.
▲
by
jeffjeffbear
9mo ago
You have control over what displays on a page with a discord.com domain, you could manipulate the dom to have a login or something else and have it pass the data to your servers. A user would just see a link from discord.com
18.
▲
by
jeffjeffbear
9mo ago
I don't think the fee to get access to the standard is generating much income for anyone. Most of what your talking about seems to be money made from licensing of the technology, right?
19.
▲
by
jeffjeffbear
10mo ago
When I was younger I thought of replacing most of the OS with a browser since that is how I used it. but this is weird and not in a good way. Maybe using Firefox would feel better.
20.
▲
by
jeffjeffbear
10mo ago
I run a math circle in my area, and use forgejo with kids for thier solutions in Latex and python, it works great for me, and is super easy to enforce logins and reset passwords.
21.
▲
by
jeffjeffbear
10mo ago
I have seen this particular idea come up a lot lately. Personaly I think Intel's early investment in linux had a lot to do with it. They also sold a compiler and marketed to labs and such which bought chips. So linux compatibility mea
22.
▲
by
jeffjeffbear
10mo ago
I would still use it but NVIDIA abandoned it, so I can't. I wish they still had some support for modern CUDA.
23.
▲
by
jeffjeffbear
10mo ago
I don't mean to be mean, or anything, but aside from educating yourself this isn't super useful for others, if it could run any Qwen3 model or something it might be more interesting. Maybe have some explanation of what you are wa
24.
▲
by
jeffjeffbear
10mo ago
Doesn't seem very bad, for any of the Zig code I looked at, it would maybe have been nicer to try starting from something like GGML and building on top so it was more extensible. Personally, aside from implementing all of BLAS in Zig,
25.
▲
by
jeffjeffbear
10mo ago
> Teachers can’t be bothered to close the test when class ends! What about students who need extra time, which can be part of an IEP, and other issues, I don't think that part is lazy. Also a decent amount of the usage of Canvas or
26.
▲
by
jeffjeffbear
11mo ago
Classic example: https://devblogs.microsoft.com/oldnewthing/20180228-00/?p=98...
27.
▲
by
jeffjeffbear
11mo ago
Usually garbage collection does improve alot of benchmarks, just look at the hans boem gc benchmarks.