Live data from Hacker News

Viewing profile — labria

labria

HN member
Joined
Mon, Jul 20, 2009, 1:11 PM UTC
HN karma
734
Public activity
118 items

About labria

Currently App Deployment Lead @wix.com

email: labria@startika.com

Recent public activity

  1. comment
    Comment #37740902

    I think you missed the point here. They were not talking about _making the choice_ to return to the office, but rather about _accepting the ultimatum_. There’s nothing wrong with d…

  2. comment
    Comment #35706171

    Tag with [video], please

  3. comment
    Comment #34494348

    I'm pretty sure all of them mean the exact same thing, they just alternate for the notes to be less repetitive.

  4. comment
    Comment #34481045

    The last line reads like something Clippy would say :)

  5. comment
    Comment #34192713

    According to web archive, it happened somewhere between October and mid-November: The last time it was up: https://web.archive.org/web/20221021050048/https://www.storj... The first…

  6. comment
    Comment #34015689

    I’m sure NetBSD will be ported soon enough, if not yet…

  7. comment
    Comment #33677402

    Nah, that’s for HTML

  8. comment
  9. comment
    Comment #29040956

    This is also a museum of 90s website design ;)

  10. comment
    Comment #28636043

    I just disable this filtering. It’s more damage than good nowadays…

  11. comment
    Comment #25587955

    Wondering: why did you choose to focus on one city?

  12. comment
  13. comment
    Comment #21374706

    (define eval-expr (lambda (expr env) (pmatch expr [`,x (guard (symbol? x)) (env x)] [`(lambda (,x) ,body) (lambda (arg) (eval-expr body (lambda (y) (if (eq? x y) arg (env y)))))] […

  14. comment
    Comment #18108534

    They've shown this quite some time ago, but it still didn't go further than the cute online demo, unfortunately. Really hope they release something tangible to play with.

  15. story
  16. comment
    Comment #15431722

    They're actually riding this one: https://www.youtube.com/watch?v=xKWquxfJPD0

  17. comment
    Comment #12826006

    Wix developer replying: https://medium.com/@talkol/how-i-found-myself-accused-of-ste...

  18. comment
    Comment #12825310

    FYI: Wix open-sourced a ton of react-native stuff built internally to write the app in question: https://github.com/wix?utf8=%E2%9C%93&query=react-native

  19. story
  20. comment
    Comment #5619497

    Yepp, mentioned it here: http://labria.github.io/2013/04/28/rails-4-postgres-uuid-pk-...

  21. story
  22. comment
    Comment #5619331

    See my second, more detailed post here: http://labria.github.io/2013/04/28/rails-4-postgres-uuid-pk-...

  23. comment
    Comment #5618585

    Yes, that's exactly I didn't include it in the migration in the example.

  24. comment
    Comment #5618424

    Only downside: this makes the URLs very long sometimes.

  25. comment
    Comment #5618378

    At the DB level, it facilitates master-master replication set-up, eliminating the auto_increment collision problems. Master-master replication, in turn, allows building distributed…