Viewing profile — rahiel
rahiel
HN member- Joined
- Wed, Jun 03, 2015, 3:42 PM UTC
- HN karma
- 1,108
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About rahiel
No profile information was provided.
Recent public activity
- story
-
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…
- story
-
comment
Comment #18086240
https://www.gnu.org/philosophy/open-source-misses-the-point....
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
- story
-
comment
Comment #15690877
> firefox --profile $(mktemp -d) --new-instance Thanks for that, I can now replace `chromium --temp-profile`.
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #15608445
You could subscribe to the debian-devel-announce mailing list ( https://lists.debian.org/debian-devel-announce/ ).
-
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...
-
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_…
-
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…
-
comment
Comment #15430039
You can't install this with cargo. Una is a Haskell program; you can get it with `stack install una`.
-
comment
Comment #15090737
This was the originally submitted link: http://isdebianreproducibleyet.com/