Live data from Hacker News

Viewing profile — rahiel

rahiel

HN member
Joined
Wed, Jun 03, 2015, 3:42 PM UTC
HN karma
1,108
Public activity
68 items

About rahiel

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #18833644

    It's still an open issue: https://github.com/syncthing/syncthing/issues/109 But you can combine it with an encryption layer yourself by using any of the projects listed here: https…

  3. story
  4. comment
    Comment #18086240

    https://www.gnu.org/philosophy/open-source-misses-the-point....

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #15728597

    > The only way to have privacy in search is not to give your queries to a 3rd party i.e. you need decentralised search. Another way is by connecting to a search engine within the T…

  14. story
  15. comment
    Comment #15690877

    > firefox --profile $(mktemp -d) --new-instance Thanks for that, I can now replace `chromium --temp-profile`.

  16. comment
    Comment #15690573

    I'm using Brave on Android and it does block ads, here is the ad block engine they use: https://github.com/brave/ad-block . The replacing of ads thing isn't implemented yet, and I …

  17. comment
    Comment #15685639

    These two loops: raw_data = [line.split('|', 1) for line in [x.strip() for x in content]] can be simplified to a single loop: raw_data = [line.strip().split('|', 1) for line in con…

  18. comment
    Comment #15655636

    The previous web archive launched on HN is already dead [0]. Many of the comments from that discussion also apply here. Good luck and I hope you'll manage to stay online! [0]: http…

  19. comment
    Comment #15642875

    The Minix 3 license contains [0]: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentat…

  20. comment
    Comment #15608445

    You could subscribe to the debian-devel-announce mailing list ( https://lists.debian.org/debian-devel-announce/ ).

  21. comment
    Comment #15608420

    Sounds like a temporary issue? (The link works for me.) You can see a copy of that page here: https://web.archive.org/web/20171102070648/https://wiki.debi...

  22. comment
    Comment #15603974

    Debian's GitLab instance will run at https://salsa.debian.org . In May 2017 they had about 19k git repo's in the old system [0]. [0]: https://wiki.debian.org/Alioth#Deprecation_of_…

  23. comment
    Comment #15533695

    The end-to-end encryption is only between protonmail addresses, in practice when you email people with gmail/hotmail/yahoo etc. it doesn't matter if protonmail can't read the e-mai…

  24. comment
    Comment #15430039

    You can't install this with cargo. Una is a Haskell program; you can get it with `stack install una`.

  25. comment
    Comment #15090737

    This was the originally submitted link: http://isdebianreproducibleyet.com/