HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pheewma

16 karmajoined 5 yıl önce

comments

pheewma
·13 saat önce·discuss
It depends on the subject. For classes/subjects that are very terminology-heavy, with a lot of dependencies between topics, memorizing things is a pre-requisite to the "deeper" understanding, especially under time-constraint of a semester or whatever. I think most people would agree that it's ideal to "naturally" explore a subject in order to get a deeper understanding of it, but one can't always be expected to 1. Be able to deploy that "curiosity" for all subjects at any time and 2. Be able to adequately achieve competence in a subject within the given timeframe
pheewma
·10 gün önce·discuss
Codex was running a 2x usage promotion from around the time when Claude introduced rate limiting during peak hours, until May 31st. The various relevant subreddits were (more) insufferable: just 1000 posts per day to the tune of "Just switched the codex! So much more usage!" only to have that tone flip immediately after the promo ran out.
pheewma
·10 gün önce·discuss
Just to add to this: Marimo notebooks are set up in a way that ends up being easier/more-token-efficient for agents to work in. They're just python files with some custom formatting to be read by their front-end UI, sort of like cell notation in (# %%) but with a lot of QoL bells and whistles built in. Jupyter notebooks in comparison, are mostly json and are pretty messy to work with as far as git diffs goes, which is annoying. VS-Code's Github Copilot actually had pretty good Jupyter integration, letting you refer to specific cells, and allowed the agent to run individual cells and read their output before writing subsequent cells etc etc. I suspect there are vs-code specific tool calls for jupyter notebooks being used that I haven't bothered trying to replicate with claude.

A month or two ago, Marimo released Marimo Pair, which works about as well as that. It appears to be a skill that just points claude code (perhaps other harnesses, haven't tried) at whatever localhost the Marimo UI is worked off of, and tells it the structure of a Marimo notebook (very necessary since I imagine there isn't as much training data on them compared to Jupyter etc). https://marimo.io/blog/marimo-pair
pheewma
·geçen ay·discuss
Craig mentioned near the end of the keynote that compute intensive things (like image generation) will have rate limits that can be increased bundled with their iCloud + plans. I imagine any request that gets routed to their cloud compute will be subject to limits as well. He positioned it as a value-add to their existing subscription but I suppose that can change.