Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
owenbrown
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
owenbrown
16d ago
Check out Quick Memory. It’s a stripped-down, faster Obsidian. All rust, not html. https://qm.venka.com It’s small (zip < 7MB) and fast (launches in 300 ms, opens Moby Dick in < 300 ms). Ping me if you use and something i
2.
▲
by
owenbrown
2mo ago
I’m spending a significant portion of my day waiting for agents to execute. What’s more interesting to me than time-to-first token or latency is the time it takes for the agent to execute, from starts to finish, excluding when it’s waiting
3.
▲
by
owenbrown
3mo ago
PaaS like render.com explicitly support Docker. As a developer, I wager that any gains I get from Podman will be dwarfed by bugs that I’m encountering in the other software I use. I’m not implying that Podman causes the bugs. I’m saying tha
4.
▲
by
owenbrown
6mo ago
You could try these techniques to get over the data sparsity. https://qlabs.sh/10x It’s really cool, I’d love to see it smart.
5.
▲
by
owenbrown
8mo ago
The other demos didn't work for me, so I made https://github.com/owenbrown/transcribe It's just a python script to test the streaming. Wow, Voxtral is amazing. It will be great when someone stitches this up s
6.
▲
by
owenbrown
8mo ago
It would be interesting if someone built a platform like Brex or Expensify, to manage spending within these programs. Something that balanced empowering participants and protecting their privacy, while also protecting them from financial ab
7.
▲
by
owenbrown
9mo ago
A regular paper and pencil exam would be a better experience for the students.
8.
▲
by
owenbrown
9mo ago
+ would be a much better experience for the students.
9.
▲
Evolutionary Pressures Predict the Goals of Superintelligences
(docs.google.com)
1 points
by
owenbrown
11mo ago
|
1 comments
10.
▲
by
owenbrown
11mo ago
I think the goals are super-intelligences, which I'm defining as organization composed of humans and AI agents, are knowable. I'd love feedback.
11.
▲
by
owenbrown
11mo ago
This will destroy a lot of trust and between Apple and me. When I buy Apple, I pay a premium price for a premium product. The ways ads work, is that the ad revenue shows up in the company’s quarterly earnings, and very quickly the company h
12.
▲
by
owenbrown
11mo ago
This will destroy a lot of trust and between Apple and me. When I buy Apple, I pay a premium price for a premium product. I would rather you simple charge me more for my product. The ways ads work, is that the ad revenue shows up in the com
13.
▲
by
owenbrown
1y ago
The article makes a serious math error early on. The author’s math considers how mines would be distributed if mines were distributed to the empty squares after reaching that board state. This is wrong. This is classic Monty Hall Problem. T
14.
▲
by
owenbrown
3y ago
Every time I see a new language, I immediately check if it uses significant white space like Python. If it doesn’t, I sigh sadly and dismiss it.
15.
▲
by
owenbrown
3y ago
It boggles my mind that any developer of a new language wouldn’t use Python’s significant use of white space. You’re able to fit more code on a screen, and it’s less visual noise. It’s like Pareto better. I really don’t get why others don’t
16.
▲
by
owenbrown
3y ago
You mentioned wanting to use dual-monitors. MacBook Air only supports one external monitor. https://www.apple.com/macbook-air-13-and-15-m2/specs/
17.
▲
by
owenbrown
3y ago
I wonder if they will converge on using Trax (Google Brain) or Tensor Flow / PyTorch. I use Trax is my NLP class, so I hope it gets more adoption.
18.
▲
by
owenbrown
4y ago
I've always found it odd that cash-rich companies keep bank accounts, when they could purchase short-duration t-bills. There's now at least one business bank the will purchase t-bills on a companies behalf with minimal transaction
19.
▲
by
owenbrown
4y ago
This advice may make sense for some languages, but it certainly doesn’t make sense for Python. Python generally provides one and only one best way to do things. With one exception (single quotes vs. double quotes) I can’t think of any cases