somewhere in your keyboard is a job offer from anthropic. all you have to do is type the correct characters in the correct order and post them before time runs out. failure to do so results in the permanent underclass forever
waited for session reset, came back 2 hrs later and somehow lost ~12–16% weekly + the full 5 hr limit without using it. noticed it ticking down by itself these days, but this is way too much. is something still wrong with codex limits? @thsottiaux 😭
We are in a golden age where, if you are good at systems and understanding, AI increases your abilities by an order of magnitude. But if you are not good at it, you just spin your wheels and end up nowhere helpful
This is a bigger idea than animations
A real blind spot for AI right now is it’s much better at doing what you say you want than it is at telling you what you should consider
Eg let’s say you have a realtime data processing task that has to handle heavy load. If you just describe the task the LLM will make a little web app to do the job. But an experienced engineer would ask questions and might suggest something like Kafka depending on your answers.
Feels at least partially solvable for the labs, but currently there is a lot of alpha to having an extensive vocabulary of patterns and knowing when and how to use them.
if you’re dynamically masking a scroll container with css, consider leaving room for the scrollbar instead of masking it too 🧑🍳
mask-repeat: no-repeat;
mask-size: calc(100% - 10px) 100px;