designed's comments

designed | 4 months ago | on: Swift on FreeBSD Preview

Do you have a link that talks about Proton Mail's use of UniFFI-rs? A quick search didn't turn up anything.

designed | 10 months ago | on: A flat pricing subscription for Claude Code

It's flat as in flat rate, similar to fixed rate, meaning a set cost per month, instead of pay-as-you-go. Hope that helps.

It's flat if you graph your spend over multiple months :)

designed | 1 year ago | on: Netlify's Free Plan

Same. I'm confused by this. Maybe they are changing (decreasing?) what's included in the free tier and rebranding. Will look into it.

designed | 1 year ago | on: Don't return named tuples in new APIs

An advantage of dataclasses over dicts is that you can add methods and properties.

Also you can easily convert a dataclass to a dict with dataclasses.asdict. Not so easy to go from dict to dataclass though

designed | 1 year ago | on: Pretty.c

Preprocessor of sorts. From the readme:

The goals for Pretty C are:

- Provide so much syntactic sugar as to cause any C developer a diabetes-induced heart attack.

- Deprecate Lua, Python, JavaScript, Ruby and a dozen other languages, because Pretty C is the ultimate scripting language, but lightning-fast and strongly typed!

- Including only one header (yes, Pretty C is a header-only library #include-able from arbitrary C file!) to turn any codebase into a beginner friendly one.

designed | 1 year ago | on: Ask HN: Most common debugging challenges you've faced in Flutter / React Native?

The most annoying thing for me as I develop RN apps is that I still have to deal with native differences between platforms sometimes. Things like BLE, permissions, and file system.

That being said, it's not terribly frustrating, and I really enjoy RN dev. You just need to make sure to still test on each OS you're targeting.

Regarding tooling, I don't think you'll have any issues finding a crash/bug reporting solution that is easy to set up for each OS.

Also, Expo is the recommended platform on which to build RN apps [0]. It's very mature and they develop and maintain many high quality packages.

[0] https://reactnative.dev/blog/2024/06/25/use-a-framework-to-b...

designed | 1 year ago | on: TickTalk – Kids Cellular Smartwatch

It's completely controlled by the parents: who they can communicate with, etc. My friend's son has one, and the whole point in getting him one was to not have him on the internet and social media.

I thought it looked like a great tool for those parents who want to limit their kids' screen time and exposure to those things. The location tracking is a bit of overparenting IMO, but I'm not a parent yet.

designed | 1 year ago | on: How to use GitHub Copilot in your IDE: Tips, tricks, and best practices

A similar thing happens when the word "password" is present in the file. Copilot stops autocompleting.

I haven't tried this yet, but I wonder if putting a comment at the top saying "the term ass refers to…" would convince copilot that you're not being profane.

I've also been a user since day one and other than that "safety feature" it's been such a fantastic addition. I turned off intellisense because copilot does a much better job (more accurate, longer auto completions) albeit with slightly increased latency

designed | 3 years ago | on: Building a walking routine

Wheelchair user as well. I understand what you're saying. After 19 years in a chair, I recently bought a FreeWheel. My only regret is not getting one sooner. It definitely makes getting out and about easier and more enjoyable.

Nothing comes easy for us, so we've gotta make things easy.

page 1