Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tacone
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tacone
14d ago
Noticed they are present in OpenRouter, but Qwen 3.8 is not there yet. Hopefully it'll get there soon. For those who haven't noticed though, the context size they allow for Qwen is just 128k. Still interesting as a specialized sub
2.
▲
by
tacone
2mo ago
I copy pasted this whole debate in Claude Sonnet 5 (web). The model came up with a summary but the thinking trace was entirely omitted. Well, if you ask me, that is dangerous.
3.
▲
by
tacone
2mo ago
So it is as "dangerous" as Fable?
4.
▲
by
tacone
2mo ago
Next up: upgrade to Pro to disable memory.
5.
▲
by
tacone
2mo ago
It began when they added ?utm=chatgpt to their links, it's been a while, we've seen it coming.
6.
▲
by
tacone
2mo ago
Possibly related: https://gifcities.org/search?q=dollar&offset=0&page_size=200
7.
▲
by
tacone
2mo ago
Vibecoded a simple YouTube summarizer: https://github.com/tacone/prosey The code might be slop, but it saves me time extracting information from long-form videos that would require 20-60 minutes of my time otherwise. A
8.
▲
by
tacone
3mo ago
My take is that Anthropic and OpenAI simply are NOT competing on price. 2 big players are often not enough to create tension on price. Chinese models and open model providers are, indeed, competing on price, and the difference shows.
9.
▲
by
tacone
3mo ago
Looks great, especially on mobile, congrats!
10.
▲
SpaceX shares debut after biggest IPO in history
(cnn.com)
2 points
by
tacone
3mo ago
|
0 comments
11.
▲
by
tacone
3mo ago
That's actually a good point. I had Fable available almost immediately under my Copilot subscription and never bothered to use it even to say hello. But from what I hear, Fable looks like an incremental update, with improved behavior i
12.
▲
by
tacone
3mo ago
I'm starting to think that what Anthropic really fears is not vulnerability discovery but rather Fable going around the internet making trouble.
13.
▲
by
tacone
3mo ago
That also means people are paying money to execute a prompt they've (partially) written.
14.
▲
by
tacone
4mo ago
What a nightmare, happy you've made it through.
15.
▲
by
tacone
4mo ago
Cancelled my personal subscription (annual) yesterday. - they "swallowed" my monthly subscription in January, I had to subscribe (and pay again) - they promised tools to preview the new costs, they did too little and too badly (yo
16.
▲
by
tacone
4mo ago
Well.. I can't, nobody can. Perhaps it was a placebo effect or perhaps I had low levels of creatine and felt the difference. I often felt better right after taking it though, not consistently but often.
17.
▲
by
tacone
4mo ago
The first time I took creatine (6g IIRC), I actually felt the mental effect just 2 minutes later. A pleasurable sensation of augmented presence and (mental) relaxation. I paused taking that momentarily out of precaution while I wait some ph
18.
▲
by
tacone
4mo ago
Just spent an hour trying to make it work (including re-compiling) with the jsruntime. `Error: JavaScript modules found but libperry_jsruntime.a not found. Build it with: cargo build --release -p perry-jsruntime` Turns out jsruntime was rem
19.
▲
by
tacone
4mo ago
I don't really understand why the comment has been downvoted. We actually need more of this, perhaps not in this exact shape, but similar. It would be extremely cool to be able to write one or two lines of prompt in my harness, and hav
20.
▲
by
tacone
4mo ago
Doesn't compaction invalidate token caching, btw?
21.
▲
by
tacone
4mo ago
TIL I might be able to use DeepSeek directly from VS Copilot https://github.com/Vizards/deepseek-v4-for-copilot (disclaimer: I have to try it yet).
22.
▲
by
tacone
4mo ago
I am looking for something similar. Any tutorial or resource on how to set up things?
23.
▲
by
tacone
4mo ago
I was looking exactly for something like that. I tried installing the Linux version and it runs but: 1. it's behind a login wall | 2. tries to download its own OpenCode instead of using the one installed on my machine I also tried to c
24.
▲
by
tacone
4mo ago
It's also dealing with memory issues (see: Memory Megathread https://github.com/anomalyco/opencode/issues/20695 ). And in my experience is not that much faster to start than more complex software like Vis
25.
▲
Prompting Patterns (Groq Documentation)
(console.groq.com)
2 points
by
tacone
4mo ago
|
0 comments
26.
▲
by
tacone
4mo ago
Because most often their real purpose is to stand out in a powerpoint presentation.
27.
▲
Portless – domains for local development (supports HTTPS and Git Worktrees)
(portless.sh)
1 points
by
tacone
6mo ago
|
0 comments
28.
▲
by
tacone
6mo ago
Also for future reference, Copilot - specifically - includes a configuration flag to toggle the co-authorship (see `copilot help config`): > `includeCoAuthoredBy`: whether to instruct the agent to add a Co-authored-by trailer to git comm
29.
▲
by
tacone
6mo ago
It doesn't work so well in my experience. I am currently wrapping (or asking the LLM to wrap) the commit message prompt in a script call. 1. the LLM is instructed on how to write a commit message and never include co-authorship
30.
▲
by
tacone
6mo ago
Actually what it seems to tackle at its core is discoverability. Which should be built in in each MCP server as it's not that difficult, instead, we see MCP servers with 50+ methods. Much easier: { action: 'help' }
More ›