Viewing profile — GamePad64
GamePad64
HN member- Joined
- Wed, Dec 23, 2015, 3:20 AM UTC
- HN karma
- 80
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About GamePad64
No profile information was provided.
Recent public activity
-
story
Show HN: Notifico – Open-Source notification server with Email & Slack support
Hello, HN! I have built an open source notification server, that supports Email, SMS (SMPP), Slack, Telegram, WhatsApp Business. It is called Notifico. I have worked in a bunch of …
-
comment
Comment #27140277
Milvus had very limited filter support, which has now been removed from its release. And with Qdrant you can do, for example, a geo-filter on top of semantic search
- story
-
comment
Comment #23256165
Nope, it is not purely static. It is static-first (declarative), bot running a command and parsing its output or delegating the completion to some shell code is a planned feature.
-
comment
Comment #23255239
Also, the accompanying code: https://github.com/openautocomplete/oactool It currently supports generating completion code for fish (experimental), but zsh and bash are similar to i…
-
comment
Comment #23255210
Thanks for the reply! I've googled hard, but couldn't find anything like that. The problem I see is that Shellac is dynamic. So, it is pretty intrusive. This is how Click autocompl…
-
comment
Comment #23255101
Well, before even writing anything, I've looked up into PS docs, and noticed Register-ArgumentCompleter cmdlet. It could definitely be used for autocompletion purposes, but we need…
-
comment
Comment #23255077
I'have just posted something like "request for comments" thing, so we could talk and make a proper solution. I've tried to use PowerShell in Windows, and it was pure pain: the tool…
- story
-
comment
Comment #12299411
Yes, I am planning versions for Arch and Fedora soon. Android version is in plans, too, but I need to make desktop version stable first.
-
comment
Comment #12270368
Actually, there is per-chunk HMAC support in the protocol and present revisions add HMAC for each chunk into Meta: https://github.com/Librevault/librevault-common/blob/master/... T…
-
comment
Comment #12263846
Yes. The protocol is pretty stable now, it hasn't been changed for a while and has necessary extension points, so I can add more features in the future. I will publish the protocol…
-
comment
Comment #12263803
I have no server infrastructure. ZK in this context means, that you can create an encrypted share. But, I think, it is not an appropriate term here.
-
comment
Comment #12263788
It is headless by design. GUI and synchronization daemon are separate applications, that communicate using the WebSocket protocol. So, you can install your sync daemon to NAS and y…
-
comment
Comment #12263687
During the indexing procedure, the value of SHA3-224(AES256(data)) is computed for each chunk. Then, the list of these hashes is placed into Meta structure. After that, this Meta i…
-
comment
Comment #12263655
I don't use it on GitHub page. It updates more frequently than the site. The next revision of the website will contain a new motto, but I have to make a new motto first.
-
comment
Comment #12263609
Maybe, you have a GitHub page?
-
comment
Comment #12263602
But it is still a web ui, not a native one. Also, SyncTrayzor itself is not cross-platform, so Linux users have to install syncthing-inotify for watching the directories for change…
-
comment
Comment #12262704
There are certain differences between Librevault and Syncthing now: * Librevault is simpler for the end user. From my perspective, Syncthing doesn't aim to be user-friendly. More l…
-
comment
Comment #12262667
Thank you for advice. This revision of the website is a stub, it does not contain any useful information, just some general words. It will be heavily reworked soon. Also, I will ad…