Live data from Hacker News

Viewing profile — GamePad64

GamePad64

HN member
Joined
Wed, Dec 23, 2015, 3:20 AM UTC
HN karma
80
Public activity
20 items

About GamePad64

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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

  3. story
  4. 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.

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. story
  10. 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.

  11. 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…

  12. 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…

  13. 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.

  14. 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…

  15. 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…

  16. 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.

  17. comment
    Comment #12263609

    Maybe, you have a GitHub page?

  18. 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…

  19. 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…

  20. 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…