Viewing profile — labria
labria
HN member- Joined
- Mon, Jul 20, 2009, 1:11 PM UTC
- HN karma
- 734
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About labria
email: labria@startika.com
Recent public activity
-
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…
-
comment
Comment #35706171
Tag with [video], please
-
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.
-
comment
Comment #34481045
The last line reads like something Clippy would say :)
-
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…
-
comment
Comment #34015689
I’m sure NetBSD will be ported soon enough, if not yet…
-
comment
Comment #33677402
Nah, that’s for HTML
-
comment
Comment #33152841
[video]?
-
comment
Comment #29040956
This is also a museum of 90s website design ;)
-
comment
Comment #28636043
I just disable this filtering. It’s more damage than good nowadays…
-
comment
Comment #25587955
Wondering: why did you choose to focus on one city?
-
comment
Comment #22594802
Condoms!
-
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)))))] […
-
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.
- story
-
comment
Comment #15431722
They're actually riding this one: https://www.youtube.com/watch?v=xKWquxfJPD0
-
comment
Comment #12826006
Wix developer replying: https://medium.com/@talkol/how-i-found-myself-accused-of-ste...
-
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
- story
-
comment
Comment #5619497
Yepp, mentioned it here: http://labria.github.io/2013/04/28/rails-4-postgres-uuid-pk-...
- story
-
comment
Comment #5619331
See my second, more detailed post here: http://labria.github.io/2013/04/28/rails-4-postgres-uuid-pk-...
-
comment
Comment #5618585
Yes, that's exactly I didn't include it in the migration in the example.
-
comment
Comment #5618424
Only downside: this makes the URLs very long sometimes.
-
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…