Viewing profile — cookedcode
cookedcode
HN member- Joined
- Mon, Feb 10, 2025, 8:53 AM UTC
- HN karma
- 8
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About cookedcode
No profile information was provided.
Recent public activity
-
comment
Comment #42998298
What? No... static web pages can have JavaScript, but everybody gets the same page over the wire. Dynamic web pages have some sort of program generating the resulting page for you,…
-
comment
Comment #42998277
"Of course it's raw HTML, if you ignore all the other stuff."
-
comment
Comment #42998270
Lots of things suck when you're 12. Speak for yourself, though, HTML really isn't that difficult.
-
comment
Comment #42998262
You are not obligated to update Hugo if your version works for you.
-
comment
Comment #42998234
I promise you, HTML is not a hassle... It's markup. You describe the page, and then... you're done. And if you don't use weird, niche tags, it'll work basically forever.
-
comment
Comment #42998228
Apparently "raw HTML" now means "just enough HTML to load a Markdown renderer into a JavaScript virtual machine". Amazing.
-
comment
Comment #42998195
Lmao no you don't, you use a little HTML to load JavaScript to render Markdown. Here's how you write a blog with raw HTML: 1. Write some HTML to a file. (No loading third-party Jav…