Live data from Hacker News

Viewing profile — ahpearce

ahpearce

HN member
Joined
Tue, Nov 20, 2018, 12:37 PM UTC
HN karma
47
Public activity
67 items

About ahpearce

Data Scientist, Software Engineer, aspiring ramen chef

Feel free reach out: adamp319@gmail.com

Recent public activity

  1. comment
    Comment #33878887

    Designing Data-Intensive Applications?

  2. comment
    Comment #25858535

    Sony A7III. It has been great. The camera market has really had to keep up with smart phones so there are a lot of good options. Depending on budget, I would look at the Fuji mirro…

  3. comment
  4. comment
    Comment #25644873

    Scribophile is specifically for fiction and peer review.

  5. comment
    Comment #25633291

    But in the markets, it is not about the technical definition of Bitcoin, it is about how the average market participant interprets what Bitcoin is... Being technically novel does n…

  6. comment
    Comment #25633136

    Talk about Fomo :|

  7. comment
    Comment #25562391

    Seconded!

  8. comment
    Comment #25456218

    Depends on what you define as SaaS... Looks like a lot of "websites" in the thread below, so I'd throw Pieter Levels in there: https://levels.io/

  9. comment
  10. comment
    Comment #25209159

    I've been doing this a lot lately as well. It's just really easy to have a directory of compose scripts in your home dir, and setup a simple bash alias/func to stand up a quick dat…

  11. comment
    Comment #25208851

    https://www.investopedia.com/terms/s/sharperatio.asp

  12. comment
    Comment #25039564

    I'm really not following the logic here. Are they pointing at the jump in D vote share, and then pointing at the influx of Milwaukees ballots? Milwaukee is excessively blue (86% to…

  13. comment
    Comment #24868550

    Seems like a lot of people screaming about this sort of thing are the same people that support Citizens United. I don't see how they're much different. Free speech is free speech, …

  14. comment
    Comment #24731066

    That is exactly the problem, though, isn't it? Unaccountable third parties are literally currently controlling the truth, via disinformation. An alarming number of people are convi…

  15. comment
    Comment #24719423

    I think in that case, people need to pony up something of value to contribute and participate in such an environment. There are a few cases where I think this has succeed, in commu…

  16. comment
    Comment #24637783

    This is exactly it. People in this thread are saying "I don't understand why it's so crazy to say 'I'm not taking sides'"... Well because it clearly communicates that you still thi…

  17. comment
    Comment #24553213

    I'm not sure why they separated them. Spring is Spring imo. There's a lot of tooling that is very quickly accessible and "just works". We have 15 microservices and three or four UI…

  18. comment
    Comment #24519164

    AlpineJS? A bit polarizing, but definitely lightweight...

  19. comment
    Comment #24470116

    As of 2017, pretty sure Redis is a large part of it: https://blog.twitter.com/engineering/en_us/topics/infrastruc...

  20. comment
    Comment #24284266

    Looks like you can even throw it on some reveal.js slides? Unless he did the slides himself. https://romelperez.com/talks/javascript-animations Pretty neat.

  21. comment
    Comment #24186322

    Sorry to be a bit pedantic, but circadian rhythm is "a natural, internal process that regulates the sleep-wake cycle and repeats roughly every 24 hours." I believe you meant REM cy…

  22. comment
    Comment #24157457

    Yeah, views can definitely fit certain use cases. I've just never encountered cases where I eventually don't need to /do something else/ in between those two layers. Granted I'm do…

  23. comment
    Comment #24142650

    That is not always a great idea. There is a reason APIs exist, and backend service layers exist on top of databases. It is a larger abstraction of the interface design pattern. It …

  24. comment
    Comment #24037043

    I also have a background in statistics, but landed a job as mostly a software engineer (though technically my title is Data Scientist... buzz words!). I've been building basically …

  25. comment
    Comment #24036850

    I've found Hibernate within Spring has been fairly easy to use and adapt. Pretty easy to just add @Query( ) to a method if you really need to drop into your own SQL. It also genera…