Hacker Newsnew | past | comments | ask | show | jobs | submit | Sateeshm's commentslogin

Why did you decide to devote your life to AI?

I just saw so much suffering in the world that needed to be automated.


It's a dog eat dog world and I'm wearin a milk bone underwear

Well the company keeps saying coding is a solved problem.


> Some of the engineers working on the app worked on Electron back in the day, so preferred building non-natively

Why does it matter what tech the engineers used in the past? I thought they didn't write code anymore.


What resources? it's supposedly a solved problem. Anthropic just needs to spend tokens.


Are tokens not resources?


Not to Anthropic


How so?


>taxpayers

Who is paying taxes in this scenario


That's not vibe coding


The cell layers constraint led to better art. The detail in the background was minimal and the artists world compensate for it by interesting framing and lighting. Go back and watch one fish two fish or the black widower episodes from early seasons - just incredible animation.

You can see the number of lines drawn go up like crazy around season 10 or so, making it feel less realistic. Coincidentally, the writing also started to get worse around this time.


Thank you. This just makes sense. In fact, seperating them into different files don't make much sense when you think about it.


Tailwind is not what you're describing.


Isn’t that what utility classes are? Shorthand for inline styles?

Not saying it’s good/bad, but it feels like that’s the use case


It's much more than that because it can make use of CSS pseudo selectors like hover, which is not possible with inline styles.


Under that definition any css class is a shorthand for inline styles


There's a big difference between utility classes which are shorthand for inline styles (random example from Tailwind's site where every single class is a one-to-one mapping with a single style override.):

    class="ml-3 hidden rounded-lg bg-gray-100 px-2 py-0.5 text-xs/6 font-semibold whitespace-nowrap text-gray-700 lg:block dark:bg-gray-400/15 dark:text-gray-300"

and semantic names which use the CSS cascade:

    class="main-content subheading"
Calling that a shorthand for inline styles is just being obtuse.


Media queries, pseudo selectors, extensible design system with sensible and practical defaults, and many more


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

Search: