Hacker News .hnnew | past | comments | ask | show | jobs | submit | hoten's commentslogin

Thank you!

Because Anthropic's subscriptions come with X amount of tokens / week, and divided by the subscription cost it is WAY less than what they charge per-token (the "API price") beyond that.

So these resellers get a ton of accounts on subscriptions and sell the cheaper tokens.


claude has auto mode. do shift+tab a few times. it uses a classifier to ask for permission far less often

https://code.claude.com/docs/en/auto-mode-config


I think they are open about it. John Oliver did a piece on it last month and I recall an interview where the founder of one of these prediction markets shared this as a beneficial effect of the product.


I once asked in Kalshi subreddit if insider trading was the entire point and my post was removed by the mods..


That [getting banned] doesn't tell you anything really, they probably just thought you were a troll.

I get banned from subs sometimes by just asking a opposing question.


They literally have a marketing page about how they are "different" https://kalshi.com/policy-center/insider-trading


They started that migration years ago. I don't remember them citing agentic coding as a reason. Do you have a source?


Not sure about the compiler but prominent users of llm agents (Mitchel Hashimoto, Armin Ronacher etc) has mentioned that Go gives better results for agentic coding.


The Halloween trick-or-treating maze-type game was my favorite from CN.

The summer resort games (iirc one big trade quest) were nice too.



That's the one, thanks!


Wonderful write up, thank you for sharing!

> In the end, I learned (and accomplished) far more than I ever expected - and perhaps more importantly, I was reminded that the projects that seem just out of reach are exactly the ones worth pursuing.

Couldn't agree more. I've had my own experience porting something that seemed like an intractable problem (https://hackernews.hn/item?id=31251004), and when it finally comes together the feeling of accomplishment (and relief!) is great.


Why is there no cancel copilot subscription option here?. Docs say there should be...

Mobile

https://github.com/settings/billing/licensing

EDIT:

https://docs.github.com/en/copilot/how-tos/manage-your-accou...

> If you have been granted a free access to Copilot as a verified student, teacher, or maintainer of a popular open source project, you won’t be able to cancel your plan.

Oh. jeez.


I used asmjit to implement JIT compilation. Highly recommend it.

Maybe you'll find the resources I link to in the documentation for my project helpful.

https://github.com/ZQuestClassic/ZQuestClassic/blob/main/doc...

Or perhaps you'd find reviewing my usage of asmjit helpful:

https://github.com/ZQuestClassic/ZQuestClassic/blob/main/src...

My main high-level advice would be to have an extensive set of behavioral tests (lots of scripts with assertions on the output). This helps ensure correctness when you flip on your JIT compilation.

You'll eventually run into hard to diagnose bugs - so be able to conditionally JIT parts of your code (per-function control - or even better, per-basic block) to help narrow down problem areas.

The other debugging trick I did was spit out the full state of the runtime after every instruction, and ensure that the same state is seen after every instruction even w/ JIT enabled.

Good luck!


this just looks like someone hearing about tons of hyped things from people across the internet (which almost by definition, is full of false signals and grifters), imagining they are coming from the same person, then arguing with how wrong that person always is. how is that interesting?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: