Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpsim
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Mobile Development in the Age of AI
(jpsim.com)
3 points
by
jpsim
9mo ago
|
0 comments
2.
▲
Building an NFC Music Box
(jpsim.com)
2 points
by
jpsim
3y ago
|
0 comments
3.
▲
Celebrating Black History Month
(swift.org)
1 points
by
jpsim
6y ago
|
0 comments
4.
▲
by
jpsim
6y ago
Is there a list of supported languages or environments for this yet?
5.
▲
by
jpsim
8y ago
This might have something to do with how data on GCP will be encrypted at rest. US law treats encryption effectively as a weapon and restricts where products that include encryption can be shared.
6.
▲
Show HN: Yams – Parse and Emit YAML from Swift
(jpsim.com)
1 points
by
jpsim
8y ago
|
0 comments
7.
▲
by
jpsim
8y ago
Anyone know of an equivalent for Ruby? I’d love to add this as an integration test for jazzy[0]. Separately, it’d be awesome if this also checked that anchor links resolve to id values to validate linking to specific elements on a page. [0]
8.
▲
by
jpsim
8y ago
It’s a shame iOS just doesn’t seem to provide this level of data using public APIs as far as I can tell. I’d love to be proven wrong, or for Apple to be a bit more transparent regarding how they perform similar enhancements to location data
9.
▲
by
jpsim
9y ago
Someone should make a collection of these for all languages. I’d love to see an equivalent for Swift.
10.
▲
by
jpsim
9y ago
Very similar to Realm (also syncing CRDTs), though this seems more lightweight and works in client-side web apps. https://realm.io
11.
▲
by
jpsim
9y ago
My comment wasn't a question, but rather highlighting that a major part of their stack wasn't so much as mentioned in an article about their stack.
12.
▲
by
jpsim
9y ago
Turns out it's two, not four VMs. From macOS Sierra's EULA[0]: > (iii) to install, use and run up to two (2) additional copies or instances of the Apple Software within virtual operating system environments on each Mac Computer
13.
▲
by
jpsim
9y ago
This post makes no mention of the macOS part of the CircleCI infrastructure, which is one of the trickiest parts of infrastructure IMHO. Tricky because Apple's EULA prevents virtualizing on anything other than its hardware, never more
14.
▲
by
jpsim
9y ago
Is there a write-up somewhere explaining why this was a technical hurdle compared to base domain certs? Very curious.
15.
▲
by
jpsim
9y ago
I can 100% vouch for Peter and his team. They got me my EB1A which led to my green card. Thanks Peter!
16.
▲
Building a serverless password-protected photo gallery
(jpsim.com)
4 points
by
jpsim
9y ago
|
0 comments
17.
▲
by
jpsim
9y ago
llvm-diff is indeed pretty great, but having the IR structure as an AST that you could programmatically access and manipulate would allow more semantic diffing, or integration into workflows that would benefit from structured representation
18.
▲
by
jpsim
9y ago
Maybe this would lend itself well to parsing bitcode slices (serialized LLVM IR). I've often wanted to diff bitcode produced by different compiler versions.
19.
▲
by
jpsim
9y ago
Curious choice to name a company & product with a name that sounds like "Liar Bird" when spoken. To me, that looks like they're fully embracing the concept that this can be used for nefarious purposes. If one of their goa
20.
▲
Swift Syntax Structured Editing Library
(lists.swift.org)
16 points
by
jpsim
10y ago
|
0 comments
21.
▲
by
jpsim
10y ago
It's a little funny that GVFS itself is hosted on GitHub which means you won't be able to pull it as a GVFS repo.
22.
▲
Object Notifications in Realm Objective-C and Swift 2.4
(realm.io)
2 points
by
jpsim
10y ago
|
0 comments
23.
▲
How Whole Module Optimization Works in Swift
(swift.org)
2 points
by
jpsim
10y ago
|
0 comments
24.
▲
by
jpsim
10y ago
Came here to say this. I wasn't sure about the steadicam approach at first, but after watching one of the videos, it felt like I was there! Looking forward to seeing the upcoming ones.
25.
▲
by
jpsim
10y ago
(JP from Realm here) It certainly forces you to think about threading (which is a good thing IMO). I just responded to a similar comment[0], and there are always our docs on threading[1] which I'd encourage you to read. [0]: https:&#x
26.
▲
by
jpsim
10y ago
(JP from Realm here) Realm's transactions are entirely ACID, and all transactions are thread safe. This means you can't get "faults" like you would in Core Data if one thread deletes an object being accessed in another.
27.
▲
by
jpsim
10y ago
I'm not sure what you mean here. If you mean "why would I ever use Int8 or Int32, etc. if Int64 won't take up more space in the file" the answer would be memory considerations when you take that data out of the Realm...
28.
▲
by
jpsim
10y ago
don't forget watchOS ;)
29.
▲
by
jpsim
10y ago
FWIW you can use Realm Objective-C or Realm Swift on Mac OS X. I'll let someone else clarify why Java outside Android isn't supported.
30.
▲
by
jpsim
10y ago
(JP from Realm here) Unless I'm missing something, what you're describing could easily be done by having the version number or branch in the Realm path, or whatever identifier you want. You should open an issue[0] so we can explor
More ›