Viewing profile — dorian-marchal
dorian-marchal
HN member- Joined
- Wed, Dec 20, 2017, 6:53 AM UTC
- HN karma
- 14
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dorian-marchal
No profile information was provided.
Recent public activity
-
comment
Comment #29729645
I believe the absurd things are: - the idea (i.e. storing a database in a database) - the fact that the resulting storage is faster than vanilla indexed db. The repo's readme is a …
-
comment
Comment #29728826
> There is no easy way to save the data directly to the file system. That's what absurd SQL is for (link in the parent comment).
-
comment
Comment #29728791
How would we deal with conflicts (e.g. syncing back several conflicting offline clients for the same user) with something based on the Session Extension?
-
comment
Comment #27583520
Unfortunately, it is still very easy to lose data, e.g. by trying to undo a temporary commit with `git reset --hard HEAD^` (note the --hard option) before committing your changes.
-
comment
Comment #27583340
Also, one advantage of `git pull origin master:master` is that you don't have to checkout master first.