Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
anko
5mo ago
I would be interested to know what speeds you can get from gemma4 26b + 31b from this machine. also how rocm compares to triton.
2.
▲
by
anko
9mo ago
100% this, i've been finding metal is getting very compelling against aws. For example latitude has 4 real cores and 32 GB of ram for $92/month. https://www.latitude.sh/pricing/c2-small-x86?gen=gen-2 hetzner
3.
▲
by
anko
1y ago
I have been thinking along these lines myself. Most of the time, if we need to calculate things, we'd use a calculator or some code. We wouldn't do it in our head, unless it's rough or small enough. But that's what we
4.
▲
by
anko
2y ago
I would love if tantivy had a single file format, eg. .tantivy extension so you could drag it into a notebook like you can with .sqllite files.
5.
▲
by
anko
2y ago
my demo ran out of time before it did anything :(
6.
▲
by
anko
2y ago
> The cost of computing decreases over time. No one will pay $100 Billion to train GPT-6. That is absurd. The current top supercomputer in the world (Frontier) cost $600M. Just wanted to ask the question - do you think frontier has provi
7.
▲
by
anko
3y ago
> The real issue is running out of the input window. isn't this what abstractions are for? you summarise the key concepts into a new input window?
8.
▲
by
anko
3y ago
I wonder if AMD would adopt this too?
9.
▲
by
anko
3y ago
> Gross. Python is a million times better than ruby to read and write why do you think that?
10.
▲
by
anko
4y ago
which one is elixir liveview?
11.
▲
by
anko
4y ago
I agree 100% and I'd add, static typing helps when you inherit a poorly written codebase. This unfortunately is probably 99% of codebases in the wild. It has happened so many times when i've seen a lack of test coverage, a lack
12.
▲
by
anko
4y ago
aussies are doing a similar thing although they install by pulling via tractor and the panels concertina out see https://suncable.energy/ they are doing an underwater cable to supply energy to singapore
13.
▲
by
anko
4y ago
server side computing is probably my take - it does handle more than that, eg. nerves but server side computing is the big win.
14.
▲
by
anko
4y ago
I'm not too sure - scala really has a crazy number of language features, which makes the scope of it way bigger. I'd say kotlin : Java is closer :)
15.
▲
by
anko
4y ago
Care to elaborate? I myself feel this way, but when i break it down I can't give good examples.
16.
▲
by
anko
4y ago
2022 m1 macbook pro here - and i have one from work too. never had either crash, haven't plugged this one in for literally days, and right now i have an ide, vscode, ableton, slack, chrome with like 400 tabs in multiple windows and it
17.
▲
by
anko
4y ago
why do you say that? genuinely curious.
18.
▲
by
anko
4y ago
i'd love to know the operations they were doing and what they used the sorted sets for. I find for this type of thing, if the ids of the users are integers you can often use a bitset and optimise the crap out of it via SIMD. If memor
19.
▲
by
anko
4y ago
I have solved a similar problem, in a similar way and i've found polars < https://www.pola.rs/ > to solve this quite well without needing clickhouse. It has a python library but does most processing in rust, acros
20.
▲
by
anko
4y ago
it's compulsory to vote. If people start rocking up and it says they have already voted, it will be caught pretty quickly. Australians are also fairly trustworthy
21.
▲
by
anko
4y ago
> Go's M:N scheduler is an incredible piece of technology that is (IMO) unmatched by any other mainstream language. I guess it depends how you define mainstream, but in Rust, Rayon has a work stealing scheduler too. On the other han
22.
▲
by
anko
4y ago
yep.. i even just miss the google reader days. why don't sites use rss/atom anymore? it drives me nuts
23.
▲
by
anko
4y ago
This is a really good comment, and I hadn't really thought of it in those terms. So it's insightful to me. It encapsulates a lot of things I hadn't really directly tried to answer before. My previous answer is that good cod
24.
▲
by
anko
4y ago
cool stuff! I was trying to do something similar on Arm Neon (m1 pro) with the CNT instruction https://developer.arm.com/documentation/ddi0596/2020-12/SIMD... I believe it does 128 bits per instruction, but
25.
▲
by
anko
4y ago
life eg. cellular growth
26.
▲
by
anko
4y ago
Really interesting article! so does this mean you could use an eex Engine to render liquid? ( https://shopify.github.io/liquid/ )
27.
▲
by
anko
4y ago
I think the problem is a bit more nuanced, but i don't have a perfect answer. This is fine but relying on an IDE for code reviews really sucks. I'd much prefer to be able to do it on github. And it sucks for any language which i
28.
▲
by
anko
5y ago
appreciate the tip on Zod :) It looks like what i've been looking for!
29.
▲
by
anko
5y ago
> Node.js is 13 years old now. > But at this point it's established, mature technology I have to disagree. Day to day I maintain a variety of node.js, scala and kotlin services. By far, the most gotchas have been from the node.
30.
▲
by
anko
5y ago
does anyone have any similar articles targeting arm64 (m1)?
More ›