Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
smarx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
smarx
3y ago
I think it's Kernighan, actually: https://www.laws-of-software.com/laws/kernighan/ .
2.
▲
Post mortem on Linear incident from Jan 24th, 2024
(linear.app)
3 points
by
smarx
3y ago
|
0 comments
3.
▲
Dynamic Programming Is Easy
(smarx.com)
2 points
by
smarx
3y ago
|
0 comments
4.
▲
Hi, My Name Is Keyboard
(github.com)
3 points
by
smarx
3y ago
|
0 comments
5.
▲
by
smarx
3y ago
The ship has sailed on this term of art, but as a native English speaker, I agree with you that it's ungrammatical. I would use a hyphen, though: "physics-based." This answer agrees with you (and me): https://engli
6.
▲
ASCII protocol buffers as config files
(rachelbythebay.com)
2 points
by
smarx
3y ago
|
2 comments
7.
▲
DALL-E 2 has a secret language
(twitter.com)
619 points
by
smarx
4y ago
|
112 comments
8.
▲
by
smarx
5y ago
I believe you failed the CAPTCHA. I assume the bottom right is the only correct answer.
9.
▲
by
smarx
5y ago
> Truly secure entity just wouldn't have private keys on a server at all. They don't. They have your encrypted private key, but there's no need to keep that secret. (The decryption key is derived from your password, so
10.
▲
by
smarx
5y ago
That experiment shows that whatever is stored on ProtonMail's servers plus your password is sufficient to decrypt your emails. This could be explained by the private key being derived from or encrypted with your password. ProtonMail&
11.
▲
A Word on NFTs
(continuations.com)
1 points
by
smarx
6y ago
|
0 comments
12.
▲
We fired our top talent. Best decision we ever made
(medium.freecodecamp.org)
2 points
by
smarx
8y ago
|
1 comments
13.
▲
by
smarx
9y ago
It's worse than that. They could just throw away all the sales from this contract, since it's not connected to anything. They also failed to verify source code for the contract: https://etherscan.io/address/0x
14.
▲
by
smarx
9y ago
As far as I can tell, the IV is randomly chosen, as you would expect: https://github.com/cryfs/cryfs/blob/master/src/cpp-utils/cry... . Did you see something different? Assuming the 128-bit IV i
15.
▲
by
smarx
9y ago
I think this is what you're asking for: <div id="root"></div> <script src="https://unpkg.com/react@16/umd/react.development.js"></script> <
16.
▲
by
smarx
9y ago
You've given a clear, easy to understand example of something , and you've told people that this something is a zero-knowledge proof. Anyone who doesn't know what a zero-knowledge proof is will give you positive feedback, be
17.
▲
by
smarx
10y ago
Just to close the loop here, we’ve updated the page to include a checkmark for 2FA in the Pro column too. Again, all account types can use 2FA (and we recommend that they do!), and teams can additionally require 2FA for all their members.
18.
▲
by
smarx
10y ago
I'm not 100% sure what that is about, but I'm pretty sure it relates to new functionality for migrating data from existing file servers. The API at https://www.dropbox.com/developers works for all account types. (
19.
▲
by
smarx
10y ago
Engineering Manager at Dropbox here. Sorry for the confusion! This is an error on that page, presumably some miscommunication between groups at Dropbox. 2FA continues to be an available feature for all Dropbox users. The only difference bet
20.
▲
by
smarx
10y ago
https://www.site44.com (I'm a founder.)
21.
▲
by
smarx
10y ago
> The first display using this platform is in the 8th Avenue lobby at the Google NYC office.
22.
▲
by
smarx
10y ago
If you mentioned what company you're talking about, it might be easier to get help. Is there a reason you're not doing that? As JacobAldridge points out, the "authority" in this case is the owner of the logo being used,
23.
▲
by
smarx
11y ago
It's not in v2 yet (coming soon!), but check out /log/get_events [0] in v1. I'm not sure that it will cover what you want if you're looking for file changes. That might be better served with webhooks, /files&#x
24.
▲
by
smarx
11y ago
And Dropbox has one for API v1: https://github.com/dropbox/dropbox-js . There will be one for v2 as well.
25.
▲
by
smarx
11y ago
FYI, endpoints that could actually take advantage of caching (e.g. downloading a file, preview, or thumbnail) do support HTTP GET with ETags.
26.
▲
by
smarx
11y ago
Thanks for the feedback! This is definitely already being tracked as a feature request, but I don't have anything to share about if/when we'll add comments support to the API.
27.
▲
by
smarx
11y ago
Our goal is definitely to give administrators the control they need through the API, but I'm very willing to believe there are things we're missing. :-) Is there something specific that's not already part of our Dropbox Busin
28.
▲
by
smarx
11y ago
Stay tuned for more details! The short answer is that yes, you'll be able to do that, but we haven't published that API description yet.
29.
▲
by
smarx
11y ago
Looking at the code, it appears that this will only work for Dropbox accounts that have a public folder (users who signed up prior to October 2012 or paid users who have specifically enabled the feature). (See https://www.dropbox
30.
▲
by
smarx
11y ago
Seems like a useful tool; thanks for sharing it! Two questions: 1) What's the diff logic? At first glance, it looks like JSON is reformatted (maybe canonicalized in some way) and then a line-by-line diff is applied. Is there more to it
More ›