Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
0xc133
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
0xc133
13d ago
Why the hell would you ever let a TV on any network?
2.
▲
by
0xc133
23d ago
The cheapest Steam Deck available now is $789.
3.
▲
by
0xc133
1mo ago
How were you accessing the model? I was using ollama.com’s cloud hosting the first few times I ran into it, and then it happened again the first time I tried Fireworks.ai before I made it even 10% of the way through the context window.
4.
▲
by
0xc133
1mo ago
deepseek-v4-flash-0731 has been awfully prone to infinite looping output in reasoning for me, and once it hallucinated in the middle of going in circles that I had instructed it to start using Yoda-speak, which… I don’t have any idea where
5.
▲
by
0xc133
1mo ago
*Forgejo
6.
▲
by
0xc133
1mo ago
asciinema is so good! Love seeing the player on the site.
7.
▲
by
0xc133
1mo ago
I was able to use rope/yarn scaling with llama.cpp to extend the context window to 256K and it seems to be pretty usable on the debugging-and-bugfixing session I have that’s 216K tokens deep. No infinite output loops, reasoning is stil
8.
▲
by
0xc133
2mo ago
because once they run out of tokens they can’t do their jobs anymore
9.
▲
by
0xc133
2mo ago
I had my clanker implement this idea in a standalone Rust server that speaks IMAP and SMTP and proxies your emails to an OpenAI endpoint you configure: https://tangled.org/clee.sh/posthorn Works in mutt; other MUAs may
10.
▲
by
0xc133
2mo ago
I discovered that barely-used enterprise Intel SSDs (DC S3610, S3700, S3710) were cheap on ebay a year or so ago and I may have bought a few dozen. These things have remaining endurance measured in petabytes. Sure, it’s overkill to have a
11.
▲
by
0xc133
2mo ago
So I’ve been thinking about this problem a lot, specifically as it relates to running LLMs at home, and I’ve been using GLM-5.2 to make an SMTP/IMAP-to-LLM gateway. https://tangled.org/clee.sh/posthorn
12.
▲
by
0xc133
3mo ago
I also have become a maki convert and I really like it. I ran into an issue with the dynamic model provider that I should probably make a patch for; list_models doesn’t use the `<provider> models` output at all but instead tries to lo
13.
▲
by
0xc133
3mo ago
With yarn and rope scaling arguments for llama.cpp you could run qwen3.6-27B with 1M context… if you have enough memory to store it.
14.
▲
by
0xc133
4mo ago
> It'll be a very slow decay Two ways. Gradually and then suddenly.
15.
▲
by
0xc133
4mo ago
I’m still salty that their last app platform rewrite dropped Watch Together as a supported feature. Server still supports it, browser clients still support it, as well as the older Plex apps if you were prescient enough to turn off automati
16.
▲
by
0xc133
4mo ago
> so hyper-sensitive that a couple seconds of loading screen seen a few times a day is enough to trigger them Reportedly the xz supply chain compromise was first noticed by someone who reported his SSH connections took an extra 500 milli
17.
▲
by
0xc133
4mo ago
Thanks! I kind of stole the concept from the Takedown.com site that was set up to document how Kevin Mitnick was caught. Looks like the telnet servers are up again: telnet://kevin-on-demand.takedown.com:4001/ is an example of
18.
▲
by
0xc133
4mo ago
I pushed my first crate this weekend. You can `cargo install tailpipe` on macOS and Linux (and maybe Windows, haven’t tested there yet) and get a locally-hostable SSH server that plays back asciinema recordings to clients. `ssh -p4242 tailp
19.
▲
by
0xc133
5mo ago
I didn’t realize they were selling it on another site, thanks for the link! (Framework has the RISC-V board on their shop, so I was expecting to see the MetaComputing one there too.) And yeah… what I really want is some Oryon cores in a Fra
20.
▲
by
0xc133
5mo ago
Any word on availability for that 12-core ARM mainboard? Also for the record I’d really love a Snapdragon X2 (or later) option someday…
21.
▲
by
0xc133
5mo ago
They do offer blank keycaps, no labels, as an option…
22.
▲
by
0xc133
5mo ago
I’m not @nrp but I think I can safely answer this one: > 1/ will there be a 15 inches version ? ( I’m not getting any younger I like bigger screens ) They make a Framework 16, so a Framework 16 Pro now suddenly seems like a possibil
23.
▲
by
0xc133
5mo ago
Hey Gajesh! I sent you an email with some of the teething problems I ran into trying to get started as a provider. Hope it didn't end up in your spam folder!
24.
▲
by
0xc133
5mo ago
> Subtitle settings turn off between episodes There is actually a way to fix this! Log in and navigate to: https://app.plex.tv/desktop/#!/settings/account On this page, scroll down past the Security sectio
25.
▲
by
0xc133
5mo ago
So when will you port MacOS X to the Wii U? Two more CPU cores and 2GB of RAM instead of 88MB!
26.
▲
by
0xc133
5mo ago
I’ve never seen someone go to so much effort just to prove a random Redditor wrong, but I am impressed.
27.
▲
by
0xc133
5mo ago
Strong disagree. They didn’t even invent buildpacks until 2011, the year after the acquisition.
28.
▲
by
0xc133
6mo ago
https://docs.ollama.com/integrations/claude-code You can use models like qwen3.5 running on local hardware in ollama and redirect Claude to use the local ollama API endpoint instead of Anthropic’s servers.