HN user

iansinnott

850 karma

GH: https://github.com/iansinnott

YT: https://www.youtube.com/@iansinnott

Blog: https://notes.iansinnott.com

Feel free to message me via the above links or at ian@<my domain>.

Posts10
Comments165
View on HN

Based on my recent job search: Don't focus on grinding leetcode, it's not worth your time unless you're applying to Meta/Google/MSFT etc.

- give yourself a concrete algorithm practice goal, such as "get through Blind 75" (it's a list of 75 questions you can find online).

- practice using data structures and also implementing whatever your language doesn't provide

For context, I just spent most of the last two months doing a job search in the Bay Area. Did final round interviews at several companies ranging in size from a few people to a few thousand.

I encountered exactly 1 (one!) direct leetcode problem during my interviews.

Gemini in Chrome 10 months ago

Likely depends on whether or not its opt-in. If Gemini only gets page content when you ask it to then that's fine.

Of course, it should also be possible to completely disable Gemini so as to avoid accidentally sending it private browsing content.

The author's wishlist for an Obsidian homepage could be done with a custom plugin. That's the beauty of Obsidian, you don't have to wait, you can extend the software yourself.

The LLMs are quite good at writing one-off Obsidian plugins, in my experience.

The English/Mandarin section was VERY impressive. The accents of both the woman speaking English and the man speaking Chinese were spot on. Both sound very convincingly like they are speaking a second language, which anyone here can hear from the Chinese woman speaking English voice. I'd like to add that the foreigner speaking Chinese was also spot on.

Have been using Instant for a few side projects recently and it has been a phenomenal experience. 10/10, would build with it again. I suspect this is also at least partially true of client-server sync engines in general.

In short: Don't use HTML endpoints, use APIs.

This is not always possible, but if the product in question has a mobile app or a wearable talking to a server, you might be able to utilize the same API it's using:

- intercept requests from the device - find relevant auth headers/cookies/params - use that auth to access the API

Curious to see if the apple LLM can interact with any messaging apps other than iMessage. Even amongst my American friends i only have a lone contact that I keep in touch with using iMessage.

- copilot would only predict after the cursor, whereas Cursor predicts nearby edits, which is quite helpful

- copilot-chat was just a chat sidebar last time I used it, you still had to manually apply any code suggestions. cursor will apply changes for you. It's very helpful to have a diff of what the AI wants to change.

It's been a while since i've used copilot though, so copilot chat might be more advanced then i'm remembering.

edit: formatting

Interesting, thanks for sharing. I didn't realize you could use search features when streaming the db over a network.

it does not. i did look into it though [1] and at the time didn't find a good client side vector search lib. i wanted to avoid in-memory vector search since the size of the data can be significant depending on browsing habits. It is definitely possible though. I got a proof of concept working with victor [2] and client-side embeddings but it wasn't good enough IMO to ship.

[1] https://github.com/iansinnott/full-text-tabs-forever/issues/... [2]: https://github.com/not-pizza/victor

I think the sentiment you describe has more to do with alignment of interests: Starbucks wants to sell you coffee, free online services on the other hand want to sell access-to-you to some third party.

There also aren't the same network effects. No one feels obligated to visit Starbucks even though they dislike it due to all their friends/family only conversing at Starbucks.

It's too bad WebSQL never took off, as that was sqlite built in to the browser.

From memory the wasm binary of wa-sqlite is ~1mb, which is certainly not nothing but is an acceptable one-time download size for many web apps. I've seen websites with single image files larger than that. Not an advocating for more bloated web apps, but a sqlite download might not be a deal breaker.

I suspect you won't be satisfied with Apple's offering if you enjoy stable software, unfortunately.

I agree regarding 1pass, but at least it's still firmly trying to solve the password management problem. Apple is trying to solve the vendor lock-in problem (i.e. how can they lock more users in to their platform).