Live data from Hacker News

Viewing profile — joestrouth1

joestrouth1

HN member
Joined
Sat, Apr 07, 2018, 5:39 AM UTC
HN karma
28
Public activity
16 items

About joestrouth1

No profile information was provided.

Recent public activity

  1. comment
    Comment #46125166

    Microsoft doesn't own node.

  2. comment
    Comment #46121446

    What places are those? When I think of cities with expensive housing (NYC, LA, SF, Boston, London, etc) they typically also have higher taxes, fuel prices, food, etc. Maybe you can…

  3. comment
    Comment #46113428

    Before my time but HUD upped the rent cap on affordable/public housing to 30% of income in 1980. Even 1/3rd's a stretch for most folks in most places in the US. A 25% rule of thumb…

  4. comment
    Comment #46060831

    My point was that there is only one root font size on a given page and it's trivial to find out what that is by looking in dev tools. It does not matter if it was set by the browse…

  5. comment
    Comment #46059598

    Put me on a C++/asm project and I'd have a hard time making heads or tails of it. So what? Your comment comes off as very angry without any meaningful critique of the article's cen…

  6. comment
    Comment #46059000

    Your reading of the addiction angle is much different than mine. I didn't hear the author criticizing the character of their colleagues. On the contrary, they wrote a whole section…

  7. comment
    Comment #45994009

    If one user kept their files in the root directory, where would a second user keep theirs?

  8. comment
    Comment #45620546

    Oxigraph[1] is an option, though it's RDF/SPARQL-based rather than property graph/cypher 1. https://github.com/oxigraph/oxigraph

  9. story
  10. comment
    Comment #43436019

    This may be true if you consider React in isolation but nobody uses it that way. 8 years ago create-react-app was new and Next.js v2 was on webpack 3. The former is now obsolete an…

  11. comment
    Comment #43435825

    "How can such changes occur to the DOM that aren't brought about by other code on the page?" - The other code that made the change may have been written by another team or a third-…

  12. comment
    Comment #41870282

    AVP doesn't support it when in 'theater mode' but if your video is a typical window you can simply lie down and recenter it onto the ceiling. The horizon stays locked but any windo…

  13. comment
    Comment #40986057

    Atomic CSS requires a class for every CSS property you wish to set, at each breakpoint, each active/hover/focus state, each color scheme you support, etc. With data-attributes one …

  14. comment
    Comment #38252590

    That is one way to do it, provided `user-avatar` extends HTMLImageElement and not the more generic HTMLElement. Extending built-ins and using the `is` attribute is not supported in…

  15. comment
  16. comment
    Comment #23195760

    GraphQL is not a database technology. It's a Query Language that can sit in front of REST APIs, databases of all kinds, or in-memory data. As such it typically has no impact on you…