Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Promarged
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Promarged
8y ago
http://hnblogs.thume.net/feed.xml returns 500 for me :(
2.
▲
by
Promarged
8y ago
Sounds nice, too bad there are no screenshots so I can't see what does it look like without giving my e-mail. Does it run on an open protocol? (Maybe HTTP or XMPP based?)
3.
▲
by
Promarged
8y ago
> It has the advantage of not relying on the Certificate Authority system I wouldn't say it's an advantage, while CA system has many flaws at least it's monitored somehow (for example via Certificate Transparency) while pu
4.
▲
by
Promarged
8y ago
Or cleaning up their work-in-progress, currently there are around 11307 issues open: https://gitlab.com/gitlab-org/gitlab-ce/issues
5.
▲
by
Promarged
8y ago
Actually CSP can also block content modifications by extensions. I frequently get CSP reports from browsers using plugins that want to insert something on my site. Some time ago I also got CSP reports that indicated the AdBlocker couldn
6.
▲
CONIKS vs. Key Transparency vs. Certificate Transparency vs. Blockchains
(blog.okturtles.org)
1 points
by
Promarged
8y ago
|
0 comments
7.
▲
by
Promarged
8y ago
> I was only able to get the situation sorted because I know people who work at Google on the Chrome team. Hehe, one thing all successfully resolved issues have in common - a friend inside of Google. Maybe that's by design... Google
8.
▲
Random oracle
(en.wikipedia.org)
36 points
by
Promarged
8y ago
|
9 comments
9.
▲
Zooko's triangle
(en.wikipedia.org)
1 points
by
Promarged
8y ago
|
0 comments
10.
▲
by
Promarged
8y ago
33mail probably...
11.
▲
by
Promarged
8y ago
> put my own domain-specific CA Cert in DNS directly. Remember that this allows any of your government or people controlling the zone to transparently put the cert there too. (For potential problems see [0]). With the CA system (that I p
12.
▲
by
Promarged
8y ago
> Oh, I guess the vulnerability needs an extremely tenuous name and logo right? Here goes I admire the extra touch here :)
13.
▲
by
Promarged
8y ago
> I recently sold an XPS 13, an i7 9543 model from 2015, which was the first laptop in a long time that I regretted buying. I've got 9350 and it's also bad. Coil whine, one firmware update completely bricked it (fortunately was
14.
▲
by
Promarged
8y ago
This paper [0] (from 2013) linked from this article [1] was also executed on chain, see date here [2] and the actual script via API here [3]. [0]: https://eprint.iacr.org/2013/784 [1]: https://curiosity-driv
15.
▲
by
Promarged
8y ago
It reminds me of one person here on HN describing their interaction with Google w.r.t. their startup's novel idea.
16.
▲
by
Promarged
8y ago
Yep, your link is more relevant. There is also this: https://www.gnu.org/software/repo-criteria-evaluation.html
17.
▲
by
Promarged
8y ago
I have to agree, Google gives new meaning to "open source". Open source as "we share some source but the actual meat is in closed proprietary codebase that you cannot inspect". I still remember the AOSP maintainer (Googl
18.
▲
Google/git-appraise: Distributed code review system for Git repos
(github.com)
2 points
by
Promarged
8y ago
|
1 comments
19.
▲
by
Promarged
8y ago
ActivityPub is indeed both simple and extensible. Perfect for issues and comments, also PRs. For the actual code behind PR I would just setup a git daemon and reference own repo. With appropriate CORS the code can even be cloned in a browse
20.
▲
by
Promarged
8y ago
I see only SSL_ERROR_BAD_CERT_DOMAIN. (but on http it looks very nice)
21.
▲
by
Promarged
8y ago
Related: integers do not have identity [0] but objects that have reference semantics have identity. [0]: https://cs.stackexchange.com/questions/60549
22.
▲
by
Promarged
8y ago
I agree with this suggestion. It took me a year to slowly absorb the entire book of Statistics [0] including solving all exercises. It's just like walking to school but there is no external supervision. I made a rule to complete one ch
23.
▲
by
Promarged
8y ago
As far as I've seen there were some problems with hanging Prosody at trashserver.net [0], was this resolved? [0]: https://social.tchncs.de/@trashserver in German
24.
▲
by
Promarged
8y ago
So if I understand it correctly the client-to-server API is simple but servers internally build a Git-like structure? Interesting design, I think I'll read the specs for how history is stored.
25.
▲
by
Promarged
8y ago
> In fact, there is no way to just 'send a user a message' in Matrix: instead, you can only synchronise your copy of a room's state and history with someone else's copy of it. I've read in a different thread that
26.
▲
by
Promarged
8y ago
> XMPP is reliable, the server can mandate client-server encryption, and has some client-side features including simultaneous appearances (being one person logged in through several devices) and better one-to-one chat than IRC. File-shar
27.
▲
by
Promarged
8y ago
The bug would work only if all of these are true: - only-encrypted (not signed) message (signing is good practice), - clients that do not do MDC (MDC was introduced in 2000, every non-prototype client uses it) - client that rendered
28.
▲
by
Promarged
8y ago
> Enter Bloom, who helped design a test whereby 500 employees were divided into two groups--a control group (who continued working at HQ) and volunteer work-from-homers (who had to have a private room at home, at least six-month tenure w
29.
▲
by
Promarged
8y ago
Congrats on the release! Would the book be updated as new features are added to Rust? I see some useful things being incorporated slowly into the language...
30.
▲
by
Promarged
8y ago
Yes it can, I used U2F in CLI apps to sign HTTP requests: https://developers.yubico.com/U2F/Libraries/Using_a_library.... There is also pam-u2f: https://developers.yubico.com/pam-u2f/ and ht
More ›