Live data from Hacker News

Viewing profile — pjacotg

pjacotg

HN member
Joined
Sun, Jul 26, 2015, 2:43 PM UTC
HN karma
83
Public activity
56 items

About pjacotg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48835337

    Signals and Threads, The Pragmatic Engineer, Maintainable, Book Overflow, Happy Path Programming

  2. comment
    Comment #47885562

    I'm busy reading a book [0] by Keith Devlin about the correspondence between Pascal and Fermat. It's called the unfinished game and has been really good so far. It goes through the…

  3. comment
    Comment #46403821

    I second this. I joined a second hand Lego Whatsapp group a while ago and that's made it far more affordable.

  4. comment
    Comment #46267496

    My key takeaway from the book is the importance of conceptual integrity and how hard this is to achieve the bigger the team. I think this is just as true today as it ever has been …

  5. comment
    Comment #46120163

    On the human readability concern, we use protobuf converted to text format. It looks JSON like so very readable and comes with all the other benefits of protobuf.

  6. comment
    Comment #45976414

    I was going to mention Peter Naurs paper as well. It's fundamentally changed the way I think about software. The projects I've seen that are in the most trouble are those where the…

  7. comment
    Comment #45945571

    Have a look at a site called neetcode. They offer collections of leetcode problems that are representative of what you'd see in an interview. They have tutorial videos for each pro…

  8. comment
    Comment #45666594

    Completely agree. Beyond being of interest in its own right, "There exists" is a prerequisite for further work in finding a practical approach to find the path.

  9. comment
    Comment #44976699

    In regards to a career as a quant, the top firms may focus on "young geniuses" but there will be plenty of places where your profile would be just fine. It's a broad industry!

  10. comment
    Comment #44407055

    That sounds interesting. Do you have a link?

  11. comment
    Comment #43724402

    There's a book on financial calculus by Rennie and Baxter [0] that gave me very good intuition on the ideas behind option pricing. It starts with the binomial model and moves on to…

  12. comment
    Comment #43650664

    Not the op, but I started using parquet instead of CSV because the types of the columns are preserved. At one point I was caching data to CSV but when you load the CSV again the ty…

  13. comment
    Comment #43071758

    This book [0] has some really nice ideas in it. I have a 6 year old and 2 year old and I'm also on the look out for ways to develop a love of mathematics. I've found mathematical i…

  14. story
  15. comment
    Comment #42233628

    I actually got some useful ideas on previous hackernews threads on fatherhood and parenting. There were usually one or two ideas that resonated with me. I suspect the points that r…

  16. comment
    Comment #42176284

    In my last few projects I've made it possible to record inputs and outputs of applications and persist the data to disk. I've written tests that use the recorded inputs and compare…

  17. story
    Ask HN: What book had a big impact on you as a child or teenager?

    I grew up in a house full of books that shaped my interests. I have two young children and I'm building up a library for them. I'm curious to know what books stood out in your chil…

  18. comment
    Comment #41651828

    There's a series of database moocs from Stanford that look good [0]. I'd start off by learning about the relational model as a foundation and after that exploring non relational DB…

  19. comment
    Comment #41643637

    There's a book called Longitude by Dava Sobel which is about how the problem of determining longitude was solved. The Galiilean moons approach is discussed in the book. I'm busy re…

  20. comment
    Comment #41601755

    Nice! I've worked with a few similar real world payoff languages. This paper discusses one of them: https://www.infoq.com/presentations/haskell-barclays/

  21. comment
    Comment #41059929

    You could try the Stanford database moocs [0], they're on EdX as well. This will focus more on the relational model, SQL and database fundamentals. These are the fundamentals you n…

  22. comment
    Comment #40451998

    There's a 99% visible episode [1] on this very issue. Worth a listen! [1] https://99percentinvisible.org/episode/sound-and-health-hosp...

  23. comment
    Comment #40069848

    If you want to display analytics on a dashboard I would generate materialized views from your underlying data first and then display that. Try and precalculate as much as possible …

  24. comment
    Comment #39891324

    There's a popular math book called Infinite Powers by Steven Strogatz which is about the story of calculus. It's really good and may help bring the subject to life as opposed to ro…

  25. comment
    Comment #38587478

    I used it for exactly this in my previous role. I automated a lot of tasks and built tools for my previous team. Most of them weren't Python programmers so I used gooey to create s…