Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tripplyons
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tripplyons
2mo ago
You only need to cache for tokens that are actually being used. Using 100k tokens of a 256k token window takes the amount of memory as using 100k tokens of a 1m token window.
2.
▲
by
tripplyons
2mo ago
For OpenAI, you have to use the Enterprise plan at API pricing in order for them not to train on your data. Source: https://chatgpt.com/codex/pricing/?type=team
3.
▲
by
tripplyons
3mo ago
I use a $200/mo OpenAI Codex sub. Throughout the workday I run an average of 2 concurrent agents of GPT 5.5 with high reasoning on fast mode and use less than half of my subscription usage. For more interactive/active usage you mi
4.
▲
by
tripplyons
3mo ago
For context, here is the extension it made me: https://gist.github.com/tripplyons/ec953181707b6813d4be9e934...
5.
▲
by
tripplyons
3mo ago
I like to use Pi ( https://pi.dev/ ), and I recently got it to make an approval extension for itself. It has a lot of documentation built-in for the agent to modify the behavior of the app. I got it to display all proposed fi
6.
▲
by
tripplyons
3mo ago
Yes, this has been a highly requested feature! This will be the next feature for me to add after addressing the bug reports.
7.
▲
by
tripplyons
3mo ago
I have not encountered this, but I will note it down as something to look into. Which potion was it?
8.
▲
by
tripplyons
3mo ago
Thanks for the info! I will collect all these reports today and get these issues fixed in the next few days when I can.
9.
▲
by
tripplyons
3mo ago
Thanks for the info, I will look into this! I got past that battle and further into the game in my testing, but I don't think I've tried using an item in battle yet.
10.
▲
by
tripplyons
3mo ago
I chose Pokemon Emerald because it is my favorite of the games that have been disassembled!
11.
▲
by
tripplyons
3mo ago
Yeah, I made sure saving worked correctly
12.
▲
by
tripplyons
3mo ago
Yes, this project was made in around 15 hours of Codex.
13.
▲
by
tripplyons
3mo ago
Yes, it a recompilation of a community decompilation!
14.
▲
by
tripplyons
3mo ago
I have not added that yet, but it would probably be quite easy to throw a few prompts to Codex to do so.
15.
▲
Pokemon Emerald Ported to WebAssembly (100k FPS)
(pokeemerald.com)
363 points
by
tripplyons
3mo ago
|
103 comments
16.
▲
by
tripplyons
5mo ago
The reduction rules seem kind of arbitrary to me. At that point why don't you just use combinators instead of defining a set of 5 ways their operator can be used?
17.
▲
by
tripplyons
5mo ago
I'm honestly surprised the CFO of Oracle doesn't make more than $950K
18.
▲
by
tripplyons
5mo ago
Your submission history looks like a bot trying to get engagement or something.
19.
▲
by
tripplyons
5mo ago
I think it's more about resisting some humans than it is about resisting machines.
20.
▲
by
tripplyons
5mo ago
I saw a video of guy who became an Amazon bestseller in a book category pretty easily by buying his own book.
21.
▲
by
tripplyons
6mo ago
MLA makes it so the keys and values used are a function of a smaller latent vector you cache instead of a key and a value for each token. KV cache quantization reduces the size of the values in the cache by using less bits to store each val
22.
▲
by
tripplyons
6mo ago
There are papers that try to quantize angles associated with weights because angles have a more uniform distribution. I haven't read this specific paper, but it looks like it uses a similar trick at a glance.
23.
▲
by
tripplyons
7mo ago
The good thing is you can still use their software without signing in and having to agree.
24.
▲
by
tripplyons
7mo ago
Got it. The scenario I'm describing there is how a service like AWS has the ability to tamper with your code or its output. If instead, each response came with a ZK proof showing that the inputs you provided lead to the outputs it retu
25.
▲
by
tripplyons
7mo ago
As much as I like the ideas, this article looks AI generated. This line with the bullet point, bolded label and colon, em-dash, and the second clause "it's about" all point to AI writing. "Fiber-optic cables: Fiber-optic
26.
▲
by
tripplyons
7mo ago
One problem with private age verification is that because each verification cannot be traced back to a user, it is hard to prevent abuse like credential sharing. Imagine how a single stolen credential can be used by any number of users beca
27.
▲
by
tripplyons
7mo ago
To answer your question, ZKPs can enable the verification step to be done privately in your example. Another use case could be allowing cloud computing hosts to prove that they did not tamper with the results of a computation.
28.
▲
by
tripplyons
7mo ago
Saying Jane Street caused a $40 billion loss is wrong. Terra caused the loss because it was a Ponzi scheme that claimed to offer 20% APY on a stablecoin that wasn't backed by any real dollars.
29.
▲
by
tripplyons
7mo ago
It's a bad headline. They used publicly available blockchain transactions and didn't cause the collapse of the Terra ecosystem. Terra collapsed because it was a Ponzi scheme offering 20% APY on a fake stablecoin. The Terra stablec
30.
▲
by
tripplyons
7mo ago
ZKML is a very exciting emerging field, but the math is no where near efficient enough to prove an inference result for an LLM yet. They are probably just trying to sell their crypto token.
More ›