Live data from Hacker News

Viewing profile — jgeraert

jgeraert

HN member
Joined
Thu, Sep 26, 2013, 10:48 AM UTC
HN karma
32
Public activity
12 items

About jgeraert

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #18057291

    Well, there are multiple services involved in an email stack so I guess it does what you ask for.

  3. comment
    Comment #17203408

    I guess the same goes for Lambda.

  4. comment
    Comment #15949743

    I'm so glad someone finally confirms my idea about using hibernate. I've been in constant battle with developers that map full object graphs coming Frome some endpoint to hibernate…

  5. comment
    Comment #15850562

    Isn't the log of deleted users subject to the GDPR then?

  6. comment
    Comment #14245693

    Seeing this as well in proprietary software sold by one of the biggest erp software vendors... And it's still not fixed and likely won't be fixed anytime soon.

  7. comment
    Comment #13621638

    Great idea. I will start by developing my to-do app...

  8. comment
    Comment #13343286

    > One thing that absolutely needs library/drivers is persistence of the event store. I say this having built my own as well as contributing to open source ones in the past. It is s…

  9. comment
    Comment #10002662

    I tend to abstract away my queries using database views. This way the query in application becomes very simple (select * from view where $simplepredicate). In my test database (sql…

  10. comment
    Comment #9678411

    Also on windows.

  11. comment
    Comment #6493885

    Clever. We did something similar for a friend getting married. Instead of giving his present directly we created a text file encrypted with his public pgp key. We printed out the a…

  12. comment
    Comment #6449928

    Because the browser is going to check if the certificate is revoked as part of the ssl handshake. We have gotten sites being not available because the service that the browsers use…