Live data from Hacker News

Viewing profile — baystep

baystep

HN member
Joined
Tue, May 23, 2017, 11:37 AM UTC
HN karma
19
Public activity
27 items

About baystep

No profile information was provided.

Recent public activity

  1. comment
    Comment #42837310

    Bit weirded out by the idea that it installs via a batch file that the Readme dedicates a chapter on how Windows will flag it as a Trojan. As well as the fact that it mentions it i…

  2. comment
    Comment #37240475

    I chose to make this as an extension so I could quickly inject data for unit tests and UI previews. I've thought to pulling out the code and making it a library as well, but Faker …

  3. story
    Show HN: Mockingbird – VSCode Extension for Fake Data

    Hello all, I'd like to present my latest project Mockingbird. It is a VSCode extension for generating fake/dummy data inside your editor. I've put a lot of power in this compared t…

  4. comment
    Comment #24257801

    I wonder if something like Nunjucks but with CommonMark could work great for the document web.

  5. comment
    Comment #17354690

    As an American living in Turkey to produce software systems for the Education industry. It is in my honest opinion this is mostly all false. Evolution was not removed (if I'm corre…

  6. comment
    Comment #16939908

    Reliability of the language and tool sets is a big one. Availability of coders in the language is another, there's an over abundance of C++/Java coders looking for work, but findin…

  7. comment
    Comment #16393468

    Gorilla Mux isn't bad either and is pretty tried and tested. Also Go is one of the few (if not only?) languages with HTTP/2 built in to the standard library. Not to mention the gRP…

  8. comment
    Comment #16393440

    I don't use an ORM currently, just plain 'ol SQL queries. And in actuality I prefer it SOO much more. Like originally I was using Hibernate with the Java JPA, but I found it just g…

  9. comment
    Comment #16391344

    Backend: Java (phasing out), Go (phasing in), Postgres, Redis, all on Ubuntu EC2's. Frontend: JS (TypeScript/ES6), React, ReactNative, SASS, all Webpack'ed (except RN). I think it'…

  10. comment
    Comment #16357593

    What about the "I've lost that email account, can I switch it to another to recover my account?" case. Or the "I'm the legal guardian of this person and need the account control sw…

  11. comment
    Comment #16307867

    I was actually making an open source sim city clone in JS myself a while ago. Didn't get this far at all, but I was mostly in it to test if I could get async updating from the simu…

  12. comment
    Comment #16280733

    I just upgraded myself to a 4K 28" monitor. Mine has 1ms response time. I noticed a slight loss of productivity in the initial stage, but really just because I was getting used to …

  13. comment
    Comment #15392705

    Essentially, I was going down this route if anyone's curious.... http://code.flickr.net/2012/12/12/highly-available-real-time...

  14. comment
    Comment #15392691

    This may actually solve an issue I was about to tackle, which is high-speed notification delivery. Currently I was going to do a nasty wrestle of PUB/SUB with Lists and blocking ke…

  15. comment
    Comment #15217914

    Right, which I figured if there was any viable way to get sender-identification working then that would be solved at the initial point. Like HTTPS requiring a Certificate Authority…

  16. comment
    Comment #15217714

    Email is one actually. Notoriously hard to work with from a systems point of view, and based on a protocol that's been minimally updated since it's conception in the early 90's. It…

  17. comment
    Comment #15147896

    Right, but I'm thinking the server still needs to be able to say "This person who ever they are is definitely the number you have". Like, I wouldn't check my password hashes with o…

  18. comment
    Comment #15141533

    But that sounds like un-necessary round trips. I feel like the point in an API or backend service doing this, is because it knows better and has more computing power. I'd rather ha…

  19. comment
    Comment #15140726

    If it's only one year I would keep working. But spend much more time on my own projects to start a business with. If it's indefinite, like basic universal income, I would release m…

  20. comment
    Comment #15140695

    Yes, but if (it seems more like when) a collision happens in a situation like this, aren't we essentially saying someone is connected with someone they don't even know? I feel like…

  21. comment
    Comment #15140109

    As someone who is going to implement "find-my-friends" in this way, and wants to do it conscientiously, may I ask why only the first 10 bytes of the SHA1? Isn't that just an incomp…

  22. comment
    Comment #14988713

    Could you add/did you add killing the annoying "call to action" pop-up dialog? You know, you visit an article and BAM! A fullscreen modal asking to sign-up for their book newslette…

  23. comment
    Comment #14873946

    Moving away from Java w/Spring to Golang. Java and especially Spring with it's dependencies just didn't operate fast enough on simple requests as part of a Restful JSON API. Spring…

  24. comment
    Comment #14593471

    Have you ever tried Gulp? Honestly I had the same feeling with webpack, I like it for my "professional" day job project that's grown to huge size and webpack can chop through it qu…

  25. comment
    Comment #14445437

    "Write this blog or your fired"