Live data from Hacker News

Viewing profile — vsajip

vsajip

HN member
Joined
Fri, Aug 07, 2015, 2:35 PM UTC
HN karma
70
Public activity
20 items

About vsajip

[ my public key: https://keybase.io/vsajip; my proof: https://keybase.io/vsajip/sigs/9M2cS-Y2WZSJkUxo6vpbURmovoBnNv-0jm98d__as6U ]

Recent public activity

  1. story
  2. comment
    Comment #47692900

    Is it me, or is there a subliminal message in the banner of LightSpeed magazine? No time to look into it, but there appears to be a changing message that flashes on and off to take…

  3. comment
    Comment #47437536

    In my experience working with Notes over many years, it was a neat architecture let down by client UI that did not meet the expectations of users who also used, for example, MS Off…

  4. comment
    Comment #37378205

    The works of Elleston Trevor, writing as Adam Hall, are also worth a look. His protagonist is named Quiller, and perhaps the best known work is "The Berlin Memorandum" adapted into…

  5. comment
    Comment #36987867

    Other libraries are available: distlib is even part of PyPA, but apparently its approach to trying out new things put some people off, so it's not "blessed". It supports legacy, st…

  6. story
  7. comment
    Comment #34352185

    The CFG configuration format is a text format for configuration files which is similar to, and a superset of, the JSON format. It's not new - it dates from well before its first an…

  8. comment
    Comment #31968698

    I developed a configuration format which is similar to, and a superset of, the JSON format. It's not new - it dates from well before its first announcement in 2008 - and has the fo…

  9. comment
    Comment #31538362

    Just under their table of contents, they say that "This list is fairly outdated." and point you to https://github.com/xflywind/awesome-nim - and that repo seems to have recent upda…

  10. comment
    Comment #29450020

    The pagesign module (named from ‘Python-age-sign’) allows Python programs to make use of the functionality provided by age [1] and minisign [2]. Using this module, Python programs …

  11. story
  12. comment
    Comment #28943193

    The CFG configuration format is a text format for configuration files which is similar to, and a superset of, the JSON format. It's not new - it dates from well before its first an…

  13. story
  14. story
  15. comment
    Comment #28630651

    The license is currently just All rights reserved. Copyright (c) 2020 Lucian Marin It was the MIT license at the time of initial commit, and been updated to this. So it's not immed…

  16. comment
    Comment #24895278

    I've started playing around with Tailscale [1], which is based on WireGuard. Free to use for a single user, and I've tried it out on Raspberry Pi, Linux x86_64, Windows and Android…

  17. comment
    Comment #22849692

    In 2008, before many of the options for configuration that are available now had been created, I came up with a hierarchical configuration language [0] to use in my Python code. Mo…

  18. comment
    Comment #22367875

    Coconut oil works very well for soaps. You can get great great results with it. I've tried (as a hobbyist maker) red palm oil and coconut oil and I found the latter much preferable…

  19. comment
    Comment #20847685

    Response by the UK Vegan Society: https://www.vegansociety.com/whats-new/news/statement-media-...

  20. comment
    Comment #15037075

    If your threads are doing I/O rather than computation, then the GIL is less of an issue because it will be released until an I/O operation completes. It's only for threads which co…