Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tantony
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tantony
9mo ago
Claude Opus 4.5 has been a big step up for me personally, and I used to think Sonnet 3.5 was good. It is an amazing deal at $20. Just yesterday, it helped me parse out and understand a research paper - complete with step-by-step examples
2.
▲
GPU-Agnostic Programming Using CubeCL
(thomasantony.com)
6 points
by
tantony
9mo ago
|
0 comments
3.
▲
by
tantony
10mo ago
My name is on the blue plaque. I (and many others) spent countless hours on these two vehicles. Many of us are now working 12-hour shifts performing initial operations tasks. The majority of us didn't know about the plaques until after
4.
▲
by
tantony
11mo ago
I was able to get pretty far using Clojure and this package instead of Scheme: https://github.com/sicmutils/sicmutils I was able to make "CloJupyter" notebooks with the examples from the book. You can see som
5.
▲
Show HN: GNC Trainer – A Landing Simulator for Tinkering with Control Systems
(thomasantony.com)
4 points
by
tantony
2y ago
|
0 comments
6.
▲
by
tantony
2y ago
I have personally experienced this. I went to a concert in NY while living in the midwest. I was a pretty broke grad-student at the time and hence opted not to get a hotel for the night before the return flight. The concert ended late and w
7.
▲
Understanding 3D Gaussian splats by writing a software renderer
(thomasantony.com)
3 points
by
tantony
3y ago
|
0 comments
8.
▲
by
tantony
3y ago
Before buying the Framework, I used a MacBook Pro for ~11 years. I am perfectly comfortable with the command-line and ssh into a Linux VM every day at work (windows laptop). I use a tmux+neovim setup that mostly works without any problems (
9.
▲
by
tantony
3y ago
I bought a Framework 13 when it first came out, with exactly this hope. I gave up after about one month of madness and ordered an M1 Max Macbook Pro. I also installed Windows on the Framework with WSL. Now it gets used very rarely (like for
10.
▲
by
tantony
3y ago
There's already plenty of it in space.
11.
▲
by
tantony
3y ago
Magnetic field drops off by an inverse-cubed law (as opposed to inverse-squared for RF). So it would be a lot more impractical to cover large volumes.
12.
▲
by
tantony
3y ago
> tech-illiterate The guy wrote two books on Lisp. Lol. What are you talking about? And why do you need HTTPS to access a static HTML blog which doesn't even have a single form? What are you hoping to hide here?
13.
▲
by
tantony
3y ago
> Physics for Entertainment by Yakov Perelman I read the same in Malayalam! That book was one of my earliest introductions to practical physics. He deconstructs pretty much all the early "perpetual machine" designs in the book.
14.
▲
by
tantony
3y ago
Wow! I used to fly out of the Ames airport and earned my PPL there. It turns out that it wasn't always at the same spot. I looked it up and apparently my house was on land that used to be the airport back in the day! My old house is ac
15.
▲
by
tantony
3y ago
Based on the paper, results, video etc., this is either legit, or a massive fraud. I guess we will know soon enough. If it is real though, this is a massive step up for humanity. The stuff of science fiction.
16.
▲
Elon Musk answering questions about the starship launch
(twitter.com)
7 points
by
tantony
3y ago
|
2 comments
17.
▲
by
tantony
3y ago
Someone is probably going to port it to llama.cpp soon.
18.
▲
by
tantony
3y ago
The speed at which this stuff is developing makes it very hard to keep up and contribute in a meaningful way. Especially when you have a separate full time job.
19.
▲
by
tantony
3y ago
Would love to see your code for this btw.
20.
▲
by
tantony
3y ago
Vicune
21.
▲
Show HN: Python Bindings for llama.cpp with some CLIs
(github.com)
2 points
by
tantony
4y ago
|
0 comments
22.
▲
by
tantony
4y ago
This is what happens when running inference on a neural network: Input (list of numbers) -> (Bunch of math operations) with (other numbers) -> Output (also a list of numbers) This applies whether you are talking about image classifica
23.
▲
by
tantony
4y ago
It uses "ggml", a tensor library written in C to do the math. The models weights are converted to a format that can be used by GGML. The higher level structure of the model is created in Rust be leveraging ggml data structures and
24.
▲
by
tantony
4y ago
Stable Diffusion runs pretty fast on Apple Silicon. Not sure if that uses the GPU though. I think one reason in this particular case may be the 4-bit quantization.
25.
▲
by
tantony
4y ago
I am working on https://github.com/ggerganov/llama.cpp/issues/77 to "librarify" the code a bit. I eventually did want to Rewrite It In Rust™, but OP just beat me to it.
26.
▲
by
tantony
4y ago
This is pretty cool. I got it working in about 5 minutes. Inference of the 7B model is super fast. I don't know enough about prompting plain GPT models though.
27.
▲
Show HN: ChatGPT-term – a terminal UI client for ChatGPT
(github.com)
4 points
by
tantony
4y ago
|
0 comments
28.
▲
by
tantony
4y ago
I have owned a Model 3 in Iowa while living in an apartment with no garage. This was at the beginning of the Covid lockdown where it stayed unused for extended periods of time. The battery was cold-soaked in temps below 20F. Whenever I drov
29.
▲
by
tantony
4y ago
XML is old-school, but it works. Any program that processes the XML schema can validate them using XSD files. Repetition can be avoided using extensions like xpath and xinclude.
30.
▲
by
tantony
4y ago
Where can I find api.py?
More ›