| ▲ | redox99 an hour ago | |||||||
Lines of code for a bugfix is a really bad proxy for effort required. You should estimate how much time it would have taken a human | ||||||||
| ▲ | rafram an hour ago | parent | next [-] | |||||||
30 seconds or a minute? Look at the diff he links to: https://github.com/datasette/datasette-agent/commit/a75a8b72... Every browser has an inspector that can show you which element is causing overflow. You walk through the tree, find the offender, and add min-width or overflow. Zero tokens, just like in the old days! Now, granted, because the garbage LLM code he’s working with has CSS inside HTML inside JavaScript inside Python (I wish I were kidding), finding the styles in his codebase might’ve taken a minute. But even then! | ||||||||
| ||||||||
| ▲ | philjohn an hour ago | parent | prev | next [-] | |||||||
I mean - that looks like a pretty easy CSS fix to play around with in developer tools, and I'm not even a frontend person. Maybe a few minutes max? | ||||||||
| ▲ | skydhash an hour ago | parent | prev [-] | |||||||
5 minutes if you know CSS. And if you don’t, about the time for you to ask someone that knows CSS. In the worst case, the amount of hours to learn CSS. So if you’re doing web pages, learn CSS. Generally, if you’re doing something that directly involves X, learn how X works. ADDENDUM In most jobs, you’re going to be involved in only a few distinct technologies, learn those well and life is going to be easier. And most are transferable to the next job. | ||||||||