Live data from Hacker News

Viewing profile — badbotty

badbotty

HN member
Joined
Tue, Nov 23, 2021, 6:27 AM UTC
HN karma
61
Public activity
18 items

About badbotty

No profile information was provided.

Recent public activity

  1. comment
    Comment #46298360

    Haven’t tried them but I can see these features being really useful for screen reader users.

  2. comment
    Comment #46114670

    I'm a React dev and have been mentoring a junior. React's hooks, when and why they run, is very unintiuative for them. Skill issue is part of it, but React's immutable prop diffing…

  3. comment
    Comment #46094350

    I like the safety aspect of QUERY. Having CDNs cache based off the semantics of the content might be a hard ask. I wonder if this might lead to a standards based query language bei…

  4. comment
    Comment #46093002

    GET is a keep things simple stupid approach to caching. The URL is the cache key plus any headers touched by the vary header. Adding the requirement to vary on the body and underst…

  5. comment
    Comment #46031534

    I find the semantic web stuff is really interesting but it seems to have more success where there are complex up-front data modeling and collaboration requirements, maybe between o…

  6. comment
    Comment #45794209

    The URL is not a HTTP method.

  7. comment
    Comment #45356200

    These elements have non-presentational definitions in the current spec. A screen reader could make use of the semantic difference between and , even though desktop browsers default…

  8. comment
    Comment #43580224

    I'm working on a personal project with this right now. Closure components FTW.

  9. comment
    Comment #38713246

    I tried solid and I didn't find it intuitive. Having your data behind proxies introduces more ceremony when splitting / combining props. I felt I was just moving the trade-off Reac…

  10. comment
    Comment #38427894

    Are you against using something like json-ld, hal,... for embedding links? Adding arbitrary hx- attributes to html which require a javascript application to make use of comes acros…

  11. comment
    Comment #36886462

    No sex workers. No porn actors. No strippers. Do they generalize these occupations into the "escort" occupation when they are so very specific everywhere else? These are all legal …

  12. comment
    Comment #36706146

    That looks like a better way of doing it.

  13. comment
  14. comment
    Comment #36702652

    Surely, when you are writing little 150+ line js programs in your html attributes you have to start considering if Alpine.js is the right tool for the job. https://devdojo.com/pine…

  15. comment
    Comment #36353240

    That doesn’t describe mithril which is on the list though

  16. comment
    Comment #32816818

    Hey mate, you need to try a web browser. I found my experience using the Internet greatly improved when I stopped trying to parse the html documents myself.

  17. comment
    Comment #29316166

    > Oh wow, you seem to have come out of reading this blog post still extremely confused. Yea, guilty of not reading the article properly sorry. I now get what you are saying about n…

  18. comment
    Comment #29315250

    Have you looked into JSON-ld? Sure it is an extension of json but it has a formal specification which solves all the problems you have with your json examples, specifically the out…