Viewing profile — jgeraert
jgeraert
HN member- Joined
- Thu, Sep 26, 2013, 10:48 AM UTC
- HN karma
- 32
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About jgeraert
No profile information was provided.
Recent public activity
- story
-
comment
Comment #18057291
Well, there are multiple services involved in an email stack so I guess it does what you ask for.
-
comment
Comment #17203408
I guess the same goes for Lambda.
-
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…
-
comment
Comment #15850562
Isn't the log of deleted users subject to the GDPR then?
-
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.
-
comment
Comment #13621638
Great idea. I will start by developing my to-do app...
-
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…
-
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…
-
comment
Comment #9678411
Also on windows.
-
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…
-
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…