Live data from Hacker News

Viewing profile — rodorgas

rodorgas

HN member
Joined
Wed, Aug 10, 2016, 1:40 AM UTC
HN karma
289
Public activity
158 items

About rodorgas

https://github.com/rodorgas

Recent public activity

  1. comment
    Comment #43660994

    Native EventSource doesn’t let you set headers ([issue]( https://github.com/whatwg/html/issues/2177 )), so it’s harder to handle authentication.

  2. comment
    Comment #42013391

    Remember in that time, less web content meant major media outlets dominated news and entertainment on TV and newspapers.

  3. comment
    Comment #39412755

    Ideally, integration tests should not touch a real database. That would be more of an end-to-end test, that could be actually monitoring. But mocking things are hard on Rust becaus…

  4. comment
    Comment #37523653

    Since iOS 11, turning Bluetooth off from the control center only puts Bluetooth on a timeout until the next morning instead of disabling it permanently, as one would expect. Even w…

  5. comment
    Comment #37145486

    JQuery would make sense when we didn’t have querySelector and fetch API. I can’t think of any reason to use it today on a new project, there are not advantages over vanilla.

  6. comment
    Comment #33820319

    To me it seems that parent comment is intentionally agreeing with the author, and just adding his own perception (which corroborates to the point).

  7. comment
    Comment #33770041

    > what do we know for sure Google know and track about us? For start, your entire search history. After you search, Google tracks how much time you spend on those sites with AdSens…

  8. comment
    Comment #33746105

    How does this language implementations in the language itself works? Isn’t it trivial to implement any feature, given it’s already implemented? They use lower level features to imp…

  9. comment
    Comment #33423468

    It doesn’t need to be switched, you can submit the project page anytime.

  10. comment
    Comment #32832517

    Bulma is smaller. But I feel CSS frameworks are not much flexible, which may explain their decay. Also, frontend modern tooling helps you build your own components with minimal CSS…

  11. comment
    Comment #31914898

    Zero control is a bigger problem. How would you stop people profiting from CSAM?

  12. comment
    Comment #31801916

    Not only he didn’t imagine candidates would Google interview questions, but he also didn’t sit and watch they write code. It’s not an interview, it's a take home assignment, but in…

  13. comment
    Comment #31583056

    As far as I know, there’s no specific button or action to trigger iCloud sync. I haven't notice issues, but I use the mobile Obsidian app much less frequently. It always seems upda…

  14. comment
    Comment #31581213

    I love the simplicity and power of Obsidian. It also lets me sync desktop and iPhone for free via iCloud.

  15. comment
    Comment #31342042

    On Vim there's a plugin called Vimux which allows me to control other pane from Vim. For example, I type ` l` and it runs the last command on the next pane, which usually is a comm…

  16. comment
    Comment #30078986

    You shouldn’t be doing report and statistics on live data, but in a data warehouse.

  17. comment
    Comment #30078618

    Isn’t it cropped on the first paragraph for you?

  18. comment
    Comment #30078517

    Is there any way to read without login?

  19. comment
    Comment #29593963

    Pardon my ignorance, but isn’t HTTPS already encrypted? What’s the difference here? Maybe by using this, stored data will also be encrypted?

  20. comment
    Comment #28839018

    I don’t think so, but there’s https://burles.co/en for this

  21. comment
    Comment #28839007

    I’m more bothered with the login wall.

  22. comment
    Comment #28806959

    It seems to be written in c#.

  23. comment
    Comment #28028530

    That’s cool! What’s the use of FZF? Isn’t it a fuzzy finder, what are you searching for in a jq REPL?

  24. comment
    Comment #27101677

    So this is basically to support Windows, right? Because every other popular OS is Unix.

  25. comment
    Comment #26245625

    There’s a nice syntactic sugar for debugging with f-strings: if you place an equal sign, it will print both the variable name and the value. For example: >>> f"{name=}" 'name=Rodri…