HackerLangs
TopNewTrendsCommentsPastAskShowJobs

CGamesPlay

8,501 karmajoined vor 17 Jahren
https://cgamesplay.com/

[ my public key: https://keybase.io/cgamesplay; my proof: https://keybase.io/cgamesplay/sigs/GtbWedLQcajnhwIFcwX1AsuUul7jHmox7E_MCW6PHlw ]

Submissions

Testing CLIs with Scrut

cgamesplay.com
2 points·by CGamesPlay·vor 5 Monaten·0 comments

Vexing Exceptions

ericlippert.com
21 points·by CGamesPlay·vor 9 Monaten·14 comments

comments

CGamesPlay
·vorgestern·discuss
"A normal DM is one pi session by default." A single message, or a single message thread? Both are pretty extreme trade-offs to make, honestly. I spent a bunch of time looking at how the various Claws do this, and I settled on an idle timeout causing the next message to start a new session, but I also built /continue, /new, and a /resume that shows recent sessions with a telegram keyboard.
CGamesPlay
·vor 8 Tagen·discuss
There is contenteditable, which is what all these (Wordgard, ProseMirror) are fundamentally built on. The rest is just the UI, and interop with systems that don't desire arbitrary HTML as input.
CGamesPlay
·vor 15 Tagen·discuss
I'm trying to come to terms with this issue in my own interactions with open source as well. Where I'm at currently: since code is cheap and analysis is expensive, it can be more beneficial to a project's maintainer to get a precise, well-researched report of the issue than a PR. This is an inversion of most of my open source life, where opening an issue was asking for free work while giving a PR implied more reciprocal effort was given. I'll typically just end with "PR available upon request", unless the project has a no-LLM policy.
CGamesPlay
·vor 16 Tagen·discuss
Midway through https://www.chinatalk.media/p/how-to-buy-cheap-claude-tokens... which was the article from the top-level comment.
CGamesPlay
·vor 16 Tagen·discuss
I mean, which lawyer caste do you respect? Is that one is cool with stealing credit cards to buy Claude subscriptions?

> 3. At an Italian airport: Constantly stealing bags, opening them to pick out MacBooks and credit cards, a credit card manufacturer-who sells stolen "black" credit card info to transfer stations— is racking his brains to save you money.
CGamesPlay
·vor 17 Tagen·discuss
I just started referring to those coworkers as Claude directly. Not like, at the start of the message, but after the first line? Nobody’s noticed yet.
CGamesPlay
·vor 17 Tagen·discuss
If they find another success half as good as Claude Code it will all be worthwhile. (Monetarily good, not like, quality good)
CGamesPlay
·vor 18 Tagen·discuss
Isn't the first section no-longer accurate for several years? I understood that, while we serialize the end of turn markers in a text format like `</think>`, internally they are a dedicated token that cannot be forged (a user message containing `</think>` would encode to a different sequence of tokens). Am I mistaken about this?

Obviously, this doesn't really affect the results of the paper, but it feels like it's the obvious first-line of defense: at least the model has a solid fence between the different roles.
CGamesPlay
·vor 18 Tagen·discuss
Can somebody help me understand the Quantization Analysis? It says "dynamic 4-bit UD-Q4_K_XL and dynamic 5-bit UD-Q5_K_XL are generally lossless" while showing a top-1% token agreement on the chart of 97.5%. Not what I would consider "generally lossless". Is this implying that some post-processing is going to account for the 2.5% loss? Beam search?
CGamesPlay
·vor 24 Tagen·discuss
> Perhaps most people in the future won't bother. They'll just let agents do it all.

But can you imagine the look on some young teen’s face when they train their own GPT on their local computer for the first time?
CGamesPlay
·vor 24 Tagen·discuss
It doesn't seem to actually differentiate at all. If I move my iPhone around on a plane (table), the dots move. If I hold in in my hand and move left/right, the dots move. If I hold it in my hand and raise/lower my arm, the dots don't move. That's actually just an integration of acceleration/gyro, and possibly combined with a simple model of how a phone is held (e.g. assume rotations happen from a point 30cm away from the bottom of the phone).
CGamesPlay
·vor 25 Tagen·discuss
Don't forget to count your EBS and egress fees when you make your AWS spreadsheet.
CGamesPlay
·vor 25 Tagen·discuss
I doubt it has an "age of sail" mod, but there's this one: https://store.steampowered.com/app/794860/eSail_Sailing_Simu...
CGamesPlay
·vor 25 Tagen·discuss
Nice! I am still looking for the best AI integration for my setup. Currently I don't have any interaction between Forgejo and my coding agent. I experimented with a Forgejo Actions runner, but the problem that I had was there's not a great way to manage the context there: you get what's in the issue or PR, but it gets muddy once you have multiple rounds and/or discussion moves from the issue to the PR.
CGamesPlay
·vor 28 Tagen·discuss
Is there a widely-used open modern chat network? Specifically, I'm fine with the feature set of IRC, but I want durable messages and a mobile client.

Speaking as someone who hasn't run their own bouncer in 10+ years.
CGamesPlay
·vor 29 Tagen·discuss
I think its killer use case is actually embedded in non-web places. Tree Sitter parsers require arbitrary programs to be able to parse arbitrary languages. WebAssembly is a natural way to achieve that: write your parser in any language, compile to WebAssembly, use that result in any supported editor. You get sandboxed execution and arbitrary compute.

It has to compete with more domain-adapted use cases though. Does WASM make more sense than eBPF for packet filtering? It doesn't seem to make more sense than JavaScript for making websites. Maybe it makes more sense for deploying edge services (which IIUC is the main use case for WASI).
CGamesPlay
·letzten Monat·discuss
I don't think this is an east-coast/west-coast thing, but I think people all over the USA use the word "park" to mean anything on the scale of corner playground to national wilderness area.
CGamesPlay
·letzten Monat·discuss
Enshrine it in actual law. Theodore Roosevelt donated some of his land when the national parks became law, and that’s held up reasonably well. There’s no such thing as a guarantee, but it is pretty decent precedence.
CGamesPlay
·letzten Monat·discuss
The announcement elucidated this, and it's IMO worse than this. They don't downgrade to a cheaper model ([edit] for certain classes of offense they suspect you of). They sabotage the model's outputs in other, undisclosed, ways (specifically, "prompt modification, steering vectors, or parameter-efficient fine-tuning"). So, for example, they might load in a steering vector that just forgets the API to PyTorch. But it isn't just "we redirected you to a cheaper model!"
CGamesPlay
·letzten Monat·discuss
It's unstated, but I'm willing to assume that only the root package.json is consulted to decide if these scripts are allowed. Otherwise, yes, this would not actually change anything.