Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jumhyn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jumhyn
11mo ago
But the additional cards may very well have been necessary to understand “there is something wrong with our usage of the cards, this error is not a one-off failure due to corrupted data or broken hardware or other problem local to the Calif
2.
▲
by
jumhyn
2y ago
I believe it’s a cheeky reference to humans intentionally cultivating hot peppers specifically because of their capsaicin-producing quality. :)
3.
▲
by
jumhyn
2y ago
> it's in the signup for the downloading accounts That's certainly not the only misrepresentation Smith made throughout this scheme. I'm having trouble understanding why you think it's particularly relevant whether th
4.
▲
by
jumhyn
2y ago
> The question is whether their actions were misrepresentations. This is unclear. Accepting the facts in the indictment at face value, I really don't see how this is unclear. The contract between Smith-the-artist and Spotify was tha
5.
▲
by
jumhyn
2y ago
For those that are arguing that this is simply a legal arbitrage, or financial engineering of some sort, I suggest reading the actual indictment. From page 4: > at relevant times to this Indictment, a Manhattan-based music distribution c
6.
▲
by
jumhyn
2y ago
You're overthinking this. From the indictment (page 4): > at relevant times to this Indictment, a Manhattan-based music distribution company ("Distribution Company-1 ") [...] required customers, such as SMITH, to "agr
7.
▲
by
jumhyn
2y ago
Yeah, I suppose I went in primed for a more opinionated style just because of the fact that I was reading an unknown author’s Substack rather than something that purported to be news. I definitely take your point about moving the partisan c
8.
▲
by
jumhyn
2y ago
Honestly, I feel better if an author makes their personal biases known rather than try to conceal them beneath a facially impartial analysis. It naturally invites more scrutiny on the claims being made, but IMO it’s more intellectually hone
9.
▲
by
jumhyn
2y ago
IIRC the property ‘each single digit has the same density’ is the definition for a ‘simply normal number’ (in a given base), while ‘each finite string of a particular length has the same density as all other strings of that length’ is the d
10.
▲
by
jumhyn
2y ago
Sure, but it is an option (as well as everywhere along the spectrum up to maximization), and so ‘people want to move there’ is not on its own a justification for ‘prices must go up’.
11.
▲
by
jumhyn
2y ago
But this doesn’t offer any justification for why, for locations that people highly value living in, we as a society ought to do anything other than maximize the number of people living there.
12.
▲
by
jumhyn
2y ago
There are many homeless people who are not living on the streets: those living in shelters, or cars, or who are frequently moving between temporary living situations with friends or family. And they may even be holding down a job, and/
13.
▲
by
jumhyn
2y ago
FWIW the concurrency story has been getting substantially more attention over the past couple of years with first-class language support. Swift 6 aims to be data-race-safe by default.
14.
▲
by
jumhyn
3y ago
There's some elaboration in this forums post on "Embedded Swift": https://forums.swift.org/t/embedded-swift/67057
15.
▲
by
jumhyn
3y ago
Right, the SEC’s guidance[1] on this specifies that merely trading on MNPI alone is not enough: > Illegal insider trading refers generally to buying or selling a security, in breach of a fiduciary duty or other relationship of trust and
16.
▲
by
jumhyn
3y ago
It’s not quite self-driving cars but Snow Crash has a very similar plot detail.
17.
▲
by
jumhyn
4y ago
No, the SO post is accurate—it’s trivially easy to create strong reference cycles in Swift and @escaping annotation is only of limited use in detecting strong reference cycles. Though Swift also broadly pushes towards the use of value types
18.
▲
by
jumhyn
4y ago
Example of a distribution which would not fit this description: 1. 4096 2. 2048 3. 1024 4. 512 5. 256 6. 128 ... Here, the frequency of a word is inversely proportional to its rank to the power of two, not the rank itself.
19.
▲
by
jumhyn
5y ago
> And Apple's subscriptions expire immediately if you cancel during a free trial, whereas the Google ones will still let you finish the term of your trial. Amusingly, this is only the case for Apple's first-party subscriptions.
20.
▲
by
jumhyn
5y ago
May not make a difference if you don’t take Apple at their word but iCloud Keychain is among the services/data encrypted end-to-end[1] and there’s no exception mentioned for iCloud backup (like there is for Messages). [1]: https:/
21.
▲
by
jumhyn
5y ago
On iOS each password item in Settings.app has a "Share" button that lets you AirDrop to another device. I don't see another way to export from iOS. Safari on macOS (at least in Monterey) offers a bulk export option, which can
22.
▲
by
jumhyn
5y ago
FWIW, iOS 15 lets you put a TOTP secret right into the saved password entry on your phone, and it will autofill the code just like it autofills your password.
23.
▲
by
jumhyn
6y ago
Great article! Glad to have that misconception cleared up.
24.
▲
by
jumhyn
6y ago
That problem could have been resolved via type erasure (either via `AnyView`, or, if SwiftUI had been designed differently, by having the `body` property be of type `View` rather than `some View`). In fact, opaque types (a la `some View`) w
25.
▲
by
jumhyn
6y ago
From what I understand, SwiftUI uses this so that each "snapshot" of the View tree generated by the app can be intelligently diffed against future snapshots. This helps make rendering more efficient, as well as with things like an
26.
▲
by
jumhyn
6y ago
Also doesn't work if I'm not using Gmail :)
27.
▲
by
jumhyn
6y ago
I've been using this trick for a while (usually 'firstlast+per_service_identifier') and I've encountered more than a few systems which erroneously claim that any email address containing a '+' is invalid.
28.
▲
by
jumhyn
6y ago
The stat you link appears to be for "IT" jobs across all of the UK. Restricting the search to "Software Engineer" and "London"[0] bumps the number up quite a bit to £72,500 as of when I checked. [0]: https:&#x
29.
▲
by
jumhyn
6y ago
I worked in a research lab several years ago that used Dropbox as their version control system for all the data analysis scripts they wrote. It took a while but by the time I left I had convinced everyone to switch over to git.
30.
▲
by
jumhyn
6y ago
It's unfortunately against Facebook's Developer Policy (if you're offering "Sign In with Facebook" functionality). To use that capability you are required to use the official SDK! I filed a (probably futile) issue w
More ›