Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rahiel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Tor Browser 8.5
(blog.torproject.org)
181 points
by
rahiel
7y ago
|
94 comments
2.
▲
by
rahiel
8y ago
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://nuetzlich
3.
▲
Google transferred ownership of Duck.com to DuckDuckGo
(namepros.com)
1065 points
by
rahiel
8y ago
|
410 comments
4.
▲
by
rahiel
8y ago
https://www.gnu.org/philosophy/open-source-misses-the-point....
5.
▲
Debian Code Search: Search all 130 GiB of source code within Debian
(codesearch.debian.net)
2 points
by
rahiel
8y ago
|
0 comments
6.
▲
TypeScript Evolution
(blog.mariusschulz.com)
2 points
by
rahiel
8y ago
|
0 comments
7.
▲
Mirror GitHub repositories and serve them with cgit
(rahielkasim.com)
1 points
by
rahiel
8y ago
|
0 comments
8.
▲
Potrace: Transforming bitmaps into vector graphics
(potrace.sourceforge.net)
1 points
by
rahiel
8y ago
|
0 comments
9.
▲
The Software Heritage archive
(softwareheritage.org)
1 points
by
rahiel
8y ago
|
0 comments
10.
▲
Brave announces $1M crypto-token giveaway
(brave.com)
2 points
by
rahiel
9y ago
|
0 comments
11.
▲
PoC‖GTFO 0x17 [pdf]
(alchemistowl.org)
1 points
by
rahiel
9y ago
|
0 comments
12.
▲
The Importance of Being Typed (2013)
(robotlolita.me)
2 points
by
rahiel
9y ago
|
0 comments
13.
▲
by
rahiel
9y ago
> 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 Tor network, like DuckDuckGo's hidden service: http
14.
▲
Programming Challenge by Nintendo European Research and Development
(codingame.com)
2 points
by
rahiel
9y ago
|
0 comments
15.
▲
by
rahiel
9y ago
> firefox --profile $(mktemp -d) --new-instance Thanks for that, I can now replace `chromium --temp-profile`.
16.
▲
by
rahiel
9y ago
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 expect that it can be turned
17.
▲
by
rahiel
9y ago
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 content] Using str.replace he
18.
▲
by
rahiel
9y ago
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]: https://news.ycombinator.com/item?id=146444
19.
▲
by
rahiel
9y ago
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 documentation and/or other materials provided with
20.
▲
by
rahiel
9y ago
You could subscribe to the debian-devel-announce mailing list ( https://lists.debian.org/debian-devel-announce/ ).
21.
▲
by
rahiel
9y ago
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.
▲
by
rahiel
9y ago
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_Alioth
23.
▲
by
rahiel
9y ago
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-mail, the other party can. (Their solution
24.
▲
by
rahiel
9y ago
You can't install this with cargo. Una is a Haskell program; you can get it with `stack install una`.
25.
▲
by
rahiel
9y ago
This was the originally submitted link: http://isdebianreproducibleyet.com/
26.
▲
by
rahiel
9y ago
Content from Stack Overflow has higher odds to survive than this, they've uploaded a data dump of all user-contributed data to archive.org: https://archive.org/details/stackexchange . It's all plaintext. This
27.
▲
by
rahiel
9y ago
> Also, sites are a very volatile medium. I often bookmark pages with interesting information to read later, and it inevitably happens once in a while that a site went down and I just can't find the information anymore. I had the sa
28.
▲
Adopt a Unicode character
(unicode.org)
3 points
by
rahiel
9y ago
|
0 comments
29.
▲
by
rahiel
9y ago
I made a browser extension [1] that automatically archives bookmarks to archive.is or (currently Chromium only) locally as MHTML files. [1]: https://github.com/rahiel/archiveror
30.
▲
by
rahiel
9y ago
An internet archive can only provide value if it's there for the long-term. What's your plan to keep this service running if it gets popular? For example, archive.is costed about $2000/month at the start of 2014 [1]. I expect
More ›