Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
akotti
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
akotti
4mo ago
Writing a script has always been simpler than making a proper installer, because you need to adhere to various transactional rules, implement a proper rollback mechanism, worry about making your components have correct keys that still work
2.
▲
by
akotti
4mo ago
Having an AIO installer is a nice thing. On Windows, the Microsoft recommended way is the install-docker-ce.ps1 script without an ability to do an actual upgrade other than with full uninstall/reinstall.
3.
▲
by
akotti
5mo ago
Our management console (the client) is integrated into MMC, so it's limited to running under .NET Framework. While e.g. StreamJsonRpc can be used in this environment, it would also result in an awful amount of dependencies (Nerdbank.St
4.
▲
We improved OneDrive folder automount
(blog.axiorema.com)
7 points
by
akotti
5mo ago
|
2 comments
5.
▲
by
akotti
9mo ago
As far as I remember, in that case you still will be able to get a directory handle (with appropriate permissions), but calling FlushFileBuffers() on it is going to fail. So you can test for that in advance before the restore and switch to
6.
▲
by
akotti
9mo ago
It's actually quite amusing how modern OSes can abstract, speed up and hide away those things that are still slow even on nowadays hardware.
7.
▲
Quickly restoring 1M+ files from backup
(blog.axiorema.com)
10 points
by
akotti
9mo ago
|
5 comments
8.
▲
Hidden cost of GetFileInformationByHandle
(blog.axiorema.com)
4 points
by
akotti
9mo ago
|
1 comments