HN user

arnath

188 karma
Posts8
Comments41
View on HN

I could be wrong, but I’ve always been under the impression that Obsidian charges a lot for sync because the app is amazing and free. Sync helps pay for that. But they’re also very helpful about providing other ways to sync your files to your phone. I use iCloud Drive (which I have anyway for other reasons).

A warning to those considering applying here: This month, I went through the full interview process with Sourcegraph - 6 interviews, including one with the CTO. I was asked for references, waited around for two weeks while they had a big company meeting, and then was told that I was a great engineer who passed all the interviews but they were pivoting and weren't going to hire me anyways. At a company with 50 engineers where multiple people during the interview process bragged to me about how much runway they had.

My god there’s a lot of negativity here. Nice work! I’ve been looking for something like this for a very small test I’m running of a mobile app. It’s honestly surprising that there are so few offerings in this space

This is really cool! I've always thought that one thing preventing major competitors to AWS/Azure/GCP is the lack of easy-to-use tooling for machine level monitoring like this. When I was at Microsoft, we built a tool like this that used Windows Firewall filters to track all the network traffic between our services and it was incredibly useful for debugging.

That said, as with anything from Meta, I approach this with a grain of salt and the fact that I can't tell what they stand to gain from this makes me suspicious.

This is a super cool idea! I've sort of mused about an idea for general web search that's very similar to this concept, where you start with a set of trusted entities and then branch out from there, but choosing how you establish trust is really important. But this is a really clever application, well done!

I think the biggest praise I can give uv is that as a non Python dev, it makes Python a lot more accessible. The ecosystem can be really confusing to approach as an outsider. There’s like 5 different ways to create virtual environments. With uv, you don’t have to care about any of that. The venv and your Python install are just handled for you by ‘uv run’, which is magic.

Yeah, obviously this is literally what something like Jekyll or Hugo does. It's just (at least to me) a simpler version of that where you can fully see what's happening. Also I didn't want all the theme-ing overhead that comes with those - just something I could inject into my existing site.

Ghostty 1.0 2 years ago

I dunno if this was obvious to everyone but OP is one of the founders of Hashicorp

AnandTech Farewell 2 years ago

Man this is sad … I think I’ve been visiting this site for its entire lifetime. AnandTech has always been the best place for unbiased, deeply technical looks at hardware and it will be greatly missed

As a long time C# dev, I feel like I’m missing something about this proposal. The use case for this doesn’t seem well defined to me. Could someone give me a real world example?

I’m pretty sure you can implement the example in this proposal by declaring an empty interface and having some record classes that “implement” it. Does that lose something that I’m not seeing?

  Location: Munich, Germany
  Remote: Slight preference for hybrid/remote over in-office
  Willing to relocate: Yes, EU, UK, or US
  Technologies: C#/.NET, Ruby, Java, Python, Typescript
  Resume: https://1drv.ms/b/s!Ag3bkT52WvfvgaxnCZ0ScxTPv80dBQ?e=ht35XQ
  Personal website: https://www.vijayp.dev
  Email: me@vijayp.dev
I've been a backend engineer for 14+ years at some of the best companies in the world. I love to solve hard problems and I'm passionate about quality, be that writing quality code or establishing good engineering practices. I have worked professionally in over 5 languages and personally in over 10 so I feel extremely comfortable spinning up on new languages and frameworks. I'm looking for an environment where I can learn and grow and feel challenged by the work.

Maybe I’m missing something, but it seems like this doesn’t need to be a DNS rewrite at all. Couldn’t you just set a proxy server for outgoing requests that passes through for ones that aren’t a redirect? Or is the trade off there performance (since you’re proxying every request instead of just certain DNS names)?

Oh huh I didn't even think of that (opening directly in the Store app). Agreed that the title situation is annoying. The fact that they're even separate store IDs is really frustrating TBH.

I actually just pulled the images from the Xbox API. I unfortunately don’t have a generic source for game images. Does OpenCritic offer something like that?