Live data from Hacker News

Viewing profile — dschooh

dschooh

HN member
Joined
Tue, May 07, 2019, 10:17 AM UTC
HN karma
69
Public activity
20 items

About dschooh

No profile information was provided.

Recent public activity

  1. comment
    Comment #35288081

    Middle mouse button plus moving the trackpoint works well for me.

  2. comment
    Comment #35084456

    I even went and got myself a Tex Yoda II. I like it, but sometimes I wish it had real arrow keys. Maybe I'd go for a Shinobi next time.

  3. comment
    Comment #33719235

    Not necessarily. You can design the sign up process by way of always ending with a message that says you will be notified.

  4. comment
    Comment #32180694

    Middle click and moving the trackpoint up and down works for me.

  5. comment
    Comment #30989165

    This may not be the whole story, but one of the reasons is that JavaScript does not have a standard library. Corollaries are: several different module systems, application framewor…

  6. comment
    Comment #30860752

    Of course it depends on your system but it's more a matter of minutes than of hours. It's a really enjoyable experience to hack on the system and being able to rebuild in seconds. …

  7. comment
    Comment #30704929

    [] is truthy in Ruby but there is #empty? on collection types. Rails also has #blank? which additionally works on false and nil.

  8. comment
    Comment #28366823

    > well by that point it just becomes a chore and I suspect there's good logging services that do this better than you'd spend your time doing yourself. Which is why the OP suggeste…

  9. comment
    Comment #28365545

    > By nature it won't filter out bots, however. I have two questions about this: - Since you know they are bots, why couldn't you filter them? - On the other hand, couldn't there be…

  10. comment
    Comment #27793675

    It might come in handy when building no-code tools, not as a no-code tool per se.

  11. comment
    Comment #27337234

    > Depending on what country I travel to, Ill be using a different app like Grab or Didi or a local taxi app that were all made possible by Uber's initial disruption. Local Taxi hai…

  12. comment
    Comment #27232117

    Would you mind talking a bit about your setup, what plugins you use and wrote yourself?

  13. comment
    Comment #25656682

    These kinds of discussions are common with articles about deep fake video and audio. While I do not disagree with your point, here are two quick thoughts: - We have had perfect ima…

  14. comment
    Comment #24035886

    This sounds interesting. Would you mind to elaborate on your workflow and what you do with it specifically? I'd love to see some screen shots.

  15. comment
    Comment #22321033

    As I understand it, the author isn't even talking about web based GUI toolkits like Electron but more about the web itself (i.e. CTRL-F, back button, etc).

  16. comment
    Comment #22178544

    Two quick thoughts: Some data is inherently non-anonymous, like face images. Data that is now anonymous may be de-anonymized in the future.

  17. comment
    Comment #21657920

    > I wonder why they added the "fn()" thing on the left of the array functions. There would be ambiguity without it: https://wiki.php.net/rfc/arrow_functions_v2#syntax

  18. comment
    Comment #21533869

    As you are saying, B misses a column to be square. That column is filled with v_n. B and v_n are simply concatenated.

  19. comment
    Comment #20122268

    https://github.com/WesleyAC/plotty-bird > It works by streaming HP-GL commands to the plotter in real time - the game gets around 20 "frames" per second. According to the GitHub pa…

  20. comment
    Comment #19848028

    It'll use shaders if WebGL is supported and enabled: https://github.com/phoboslab/jsmpeg/blob/master/src/webgl.js There is also a site to test features and their impact on performa…