Viewing profile — angrybards
angrybards
HN member- Joined
- Wed, Jun 17, 2026, 8:55 PM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About angrybards
No profile information was provided.
Recent public activity
-
comment
Comment #49162129
I've been working on my own framework for several years now. I chat to AI about it but otherwise it is hand coded. It is interesting looking at how much effort goes into framework …
-
comment
Comment #49094377
Yea I think a form that posts is the right tool for the job here. It is clearly unsafe semantics.
-
comment
Comment #49093418
I wasn't under the impression it is a W3C site, for all I know it is AI generated and looks it to me. But, there are other blog posts I've coming across where this is discussed and…
-
comment
Comment #49093214
REST doesn't care about the content of your URI path / query as long as it is unique to the resource and POST's semantics are so flexible you can perform any action with it: > The …
-
comment
Comment #49093177
Screen readers use the clear semantic difference between a button and a link to make sure the user knows what to expect and users are used to the different keyboard shortcuts. I sa…
-
comment
Comment #48625066
If you feel like it, tell me what you think of this. It is just surface level to what I'm working on. The starter project I'm making with it supports screen readers with rich webap…
-
comment
Comment #48623653
I don't fully understand XSLT, but I've been building something which I believe solves a similar problem (albeit JSON-LD and Javascript). The general XML ecosystem of solutions hav…
-
comment
Comment #48623312
HTML markup designed for presentation doesn't always map well to the relationships JSON-LD is used to describe which I imagine is probably why Microdata didn't work out. I have an …
-
story
Show HN: I built an extendable full document markup language
Hi HN, I've been working on an easy to read and write extendable markup language that can express any HTML element and structure. Longform can be used in most situations Markdown m…
-
comment
Comment #48577932
GET with only a URI has the semantics of retrieving the current representation of the resource. This is the most basic form of hyperlinking and quite important to how the web works…