Live data from Hacker News

Viewing profile — polydevil

polydevil

HN member
Joined
Mon, Sep 28, 2020, 6:55 AM UTC
HN karma
38
Public activity
14 items

About polydevil

No profile information was provided.

Recent public activity

  1. comment
    Comment #43252351

    Do you think that not considering Russia a main cyber threat is a wrong decision? Why? Article gives no clear answer to why would it will make everything worse. It does, however, s…

  2. comment
    Comment #43252262

    I am confused. Isn't that how democracy works?

  3. comment
    Comment #43139995

    First language is not the same as native language. It is the same for majority - that is the source for controversy.

  4. comment
    Comment #42734884

    > Your Markdown- based content generates semantic HTML HTML is far more expressive in semantics, so using markdown to get html means you will never be able to get most semantic thi…

  5. comment
    Comment #41615211

    Opened a website. Already got `Welcome to our website!` modal that block the content. Through the modal's overlay can see the banner `Your product could be here`. Well, that is ann…

  6. comment
    Comment #41337236

    It is the same div soup for a screen reader, because there is no behavior attached to those new tags. They can not be a landmark, there are not marked as headings, they have no rol…

  7. comment
    Comment #40747478

    Who says that the solely focus of CSS is avoiding duplicate code?

  8. comment
    Comment #40747391

    Completely wrong. It says that the order of h* tags is not relevant. Which was also part of Html5 Outline spec. H* tags are not the only semantic tags. So it could also mean that t…

  9. comment
  10. comment
    Comment #36308181

    No, they don't. Aria roles are not for making one tag to work like another. (Otherwise what is the point of having different tags with different semantics?). Aria is for making ina…

  11. comment
    Comment #32777460

    JSX is awesome. And it is optional. React picked js-first approach. Everything inside curly braces is a valid js expression. So you can use more and more vanilla js features and be…

  12. comment
    Comment #32015115

    Do you really suggest https://htmx.org/ ? That thing has bold questions, like > Why should only and be able to make HTTP requests? And than you turn off your js in the browser and …

  13. comment
    Comment #31365061

    Well, is says that the website itself was build by the tool. Non-semantic tags, divs instead of links, buttons instead of links, a lot of inline styles (which is a bad practice), d…

  14. comment
    Comment #30929467

    - copy paste the content of the tweet - meta data is lost (date and time, author, obv it is possible to copy paste the text and add links to original tweet and link to an author; -…