Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mikelikespie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mikelikespie
3mo ago
I’m in a similar spot. I miss CarPlay much less than I expected because the Rivian software is really good. The big thing I really miss from CarPlay is having text messages announced. Google Maps on the phone is a bit better too but I got o
2.
▲
by
mikelikespie
2y ago
Thanks for following up and updating your post! Hopefully our official one is a better experience.
3.
▲
by
mikelikespie
2y ago
Also we've had a couple reports of people downloading imposter apps instead. Could you verify you're on the official Claude app by following this link? https://apps.apple.com/us/app/claude/id64737536
4.
▲
by
mikelikespie
2y ago
Hi, Anthropic eng here. Thanks for your feedback. You should be able to use your existing account, assuming you're signing in with email, and it should share your existing subscription too. If you're still having issues, you can c
5.
▲
by
mikelikespie
2y ago
Pro users can change the default model in settings. We're working on surfacing this a bit better when starting new conversations too.
6.
▲
by
mikelikespie
2y ago
It's coming soon, stay tuned. You can join our waitlist here https://docs.google.com/forms/d/e/1FAIpQLSeA7XIFJw6ofH9FtEXH...
7.
▲
by
mikelikespie
2y ago
Hi All, I'm thrilled to share that we just launched the official Claude iOS app, which I had the chance to build as the iOS engineer on the project over the last several months. We wanted to make an fast and fun mobile-first experience
8.
▲
The official iOS app for Claude is here
(apps.apple.com)
4 points
by
mikelikespie
2y ago
|
1 comments
9.
▲
How to make slow React Native apps faster
(retool.com)
18 points
by
mikelikespie
4y ago
|
1 comments
10.
▲
by
mikelikespie
4y ago
While developing Retool Mobile, our team experienced & overcame several performance challenges with React Native. This work led to some interesting learnings, and so we wanted to share with you—we hope this helps someone else!
11.
▲
by
mikelikespie
4y ago
Thanks! We're working on the map component right now, so stay tuned.
12.
▲
by
mikelikespie
4y ago
Mike, Mobile Eng Lead @ Retool, here. We support on-prem if you're on a version newer than 2.100 (which has been out for a few months). If you can reach out to your AE, tommy at retool dot com, we can get you set up with mobile in no t
13.
▲
by
mikelikespie
4y ago
Mike here (Eng Lead on Retool Mobile). Thanks for the lovely note John! It's been great working with you throughout this process and we're really thrilled to hear how we're having an impact on your business.
14.
▲
Introducing Cleanse: Swift Dependency Injection by Square
(corner.squareup.com)
14 points
by
mikelikespie
10y ago
|
0 comments
15.
▲
by
mikelikespie
14y ago
It's quite nice looking. Nice job guys!
16.
▲
by
mikelikespie
14y ago
It is certainly possible to write one. All the back-end stuff can be reused.
17.
▲
by
mikelikespie
14y ago
Interactive console support is coming. We need to work out a few kinks before it is ready to go
18.
▲
by
mikelikespie
14y ago
PonyDebugger could be extended to support this very easily. We pretty much codegen "controllers" for all of Chrome Developer Tool prootocols's domain. One could map the UIView hierarchy to the DOM by just implementing a delegate. You can
19.
▲
by
mikelikespie
14y ago
Glad to hear. If you run into any issues, please file it on the github page. We tried to simplify it a lot, but there are a lot of moving parts and we can improve even more.
20.
▲
by
mikelikespie
14y ago
The name came about because our internal HTTP library is named PonyExpress, and this tool was originally part of it. At least it is google-able, right?
21.
▲
by
mikelikespie
14y ago
Doesn't work with 6455 :(
22.
▲
Ask HN: Where should I go on vacation
2 points
by
mikelikespie
14y ago
|
9 comments
23.
▲
by
mikelikespie
15y ago
I can't answer this yet. I'd be curious to hear
24.
▲
by
mikelikespie
15y ago
Rad! Somebody pointed out slanger to me previously, but I was unaware of PushPlay. Thanks!
25.
▲
by
mikelikespie
15y ago
Cocoa-websocket doesn't seem to support the latest standard[1]. You can tell because the handshake has key1 and key2 which is protocol 00[2] Re: socket.IO, I haven't actually used it, so correct me if my assumptions are wrong, but the objc
26.
▲
by
mikelikespie
15y ago
I think it's the same reason you would want to use good old HTTP over raw sockets for a request/response API, even though with a native client you could just invent your own protocol. If you want bidirectional communication to your app, i
27.
▲
by
mikelikespie
15y ago
The reason Unitt didn't work for us is that it isn't updated to work with the latest WebSocket protocol. This is an issue, especially since there's finally a standard (RFC 6455) tools.ietf.org/html/rfc6455 Tornado is nice since it implemen
28.
▲
by
mikelikespie
15y ago
This would be cool. We've been experimenting with uses for WebSockets. One of them is mocking push notifications in the simulator. The other is basically implementing a pusher-like service with a pub-sub model.
29.
▲
by
mikelikespie
15y ago
I'm unsure what you mean by "Socket.IO via an Obj-C lib". Could you send a link? It looks like Socket.IO is node (which I don't believe you can use in iOS).
30.
▲
Square Releases Open Source WebSocket Client for Objective-C
(corner.squareup.com)
175 points
by
mikelikespie
15y ago
|
19 comments
More ›