Readit News logoReadit News
ijusthadto commented on Anthropic revokes OpenAI's access to Claude   wired.com/story/anthropic... · Posted by u/minimaxir
palata · a month ago
Can't we say it's "fair use"? They do whatever they want saying it's "fair use", I don't see why I couldn't.
ijusthadto · a month ago
Exactly this. Strange that this comment got downwoted. AI companies are scrapping the entire internet disregarding copyright and pirating books. Without it, models will be useless.
ijusthadto commented on Astro is a return to the fundamentals of the web   websmith.studio/blog/astr... · Posted by u/pumbaa
tropicalfruit · 2 months ago
it says static html and css but open the site and first thing i saw is an npm command. yuck.
ijusthadto · 2 months ago
Because there is a build step.

npm run build -> static html and css

ijusthadto commented on Astro is a return to the fundamentals of the web   websmith.studio/blog/astr... · Posted by u/pumbaa
todotask2 · 2 months ago
Just curious if non-techy folks might ask whether Astro is reliable enough for production use, such as e-commerce, marketing sites, etc.
ijusthadto · 2 months ago
Non-techy folks often don't touch terminal. With astro, you start with terminal.

Can it be reliable for production use? Yes.

Can non-techy make it reliable for production use? Who knows.

E-commerce and marketing sites are at the two opposite sides of complexity spectrum.

Astro would be perfect for marketing page (non-techy could approach that) and doable for e-commerce (for experienced dev).

Whether it SHOULD be used for e-commerce would be another question.

ijusthadto commented on Astro is a return to the fundamentals of the web   websmith.studio/blog/astr... · Posted by u/pumbaa
FabHK · 2 months ago
Could someone compare it like I'm 5 to static site generators like Hugo, Jekyll? Does it make it easier to throw in necessary JS (e.g. for comments)? Thanks.
ijusthadto · 2 months ago
Astro is, and should be treated, as a static site generator.

> Does it make it easier to throw in necessary JS (e.g. for comments)?

With astro you can combine html, css and js in a single file (.astro). You write plain JS (TypeScript) within <script> tag. There, you can, e.g. import your comment library, point to separate .js/*.ts file or write whatever logic you want for client-side JS.

See the docs for example JS usage in astro components:

https://docs.astro.build/en/guides/client-side-scripts/#web-...

ijusthadto commented on Astro is a return to the fundamentals of the web   websmith.studio/blog/astr... · Posted by u/pumbaa
Zealotux · 2 months ago
Please stop recommending Next.js as the de facto React framework, we need some critical thinking back into front-end. Remix (React Router v7) or TanStack are much better alternatives.
ijusthadto · 2 months ago
Please stop recommending React as the de facto framework, we need some critical thinking back into front-end. HTML, CSS and JS are much better alternatives.

u/ijusthadto

KarmaCake day0July 9, 2025View Original