designed | 2 months ago | on: Mozilla's New CEO Confirms Firefox Will Become an "AI Browser"
designed's comments
designed | 4 months ago | on: Swift on FreeBSD Preview
designed | 10 months ago | on: A flat pricing subscription for Claude Code
It's flat if you graph your spend over multiple months :)
designed | 1 year ago | on: My PhD advisor rewrote himself in bash (2010)
designed | 1 year ago | on: Netlify's Free Plan
designed | 1 year ago | on: Highest-resolution images ever captured of the sun’s surface
designed | 1 year ago | on: New Apple security feature reboots iPhones after 3 days, researchers confirm
designed | 1 year ago | on: Don't return named tuples in new APIs
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
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: Finite State Machine Designer
designed | 1 year ago | on: Ask HN: Most common debugging challenges you've faced in Flutter / React Native?
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: I built a second brain tool for college students
designed | 1 year ago | on: TickTalk – Kids Cellular Smartwatch
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: Show HN: I made a tiny camera with super long battery life
designed | 1 year ago | on: Arti: A Tor Implementation in Rust
designed | 1 year ago | on: How to use GitHub Copilot in your IDE: Tips, tricks, and best practices
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: Path to a free, self-taught education in Computer Science
designed | 3 years ago | on: Over the past 21 months I’ve written a code editor from the ground up
designed | 3 years ago | on: Next, Nest, Nuxt Nust?
designed | 3 years ago | on: Building a walking routine
Nothing comes easy for us, so we've gotta make things easy.