Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
angrybards
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
angrybards
2mo ago
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 development when in theory an AI can spin up precise co
2.
▲
by
angrybards
2mo ago
Yea I think a form that posts is the right tool for the job here. It is clearly unsafe semantics.
3.
▲
by
angrybards
2mo ago
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 that site did outline my point well enough which
4.
▲
by
angrybards
2mo ago
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 POST method requests that the target resou
5.
▲
by
angrybards
2mo ago
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 saw in your specification an example where a website made effo
6.
▲
by
angrybards
3mo ago
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 webapp experiences and nojs w3m. But it is a fully Java
7.
▲
by
angrybards
3mo ago
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 have always looked really complex to me. You need to
8.
▲
by
angrybards
3mo ago
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 idea which might use it, but it is a simple use ca
9.
▲
Show HN: I built an extendable full document markup language
(longform.occultist.dev)
3 points
by
angrybards
3mo ago
|
0 comments
10.
▲
by
angrybards
3mo ago
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. Adding a body parameter to GET would break that constraint