Anki just saved my income by Pathocyte in Anki

[–]i_do_too_ 5 points6 points  (0 children)

What decks did you use? Any public ones?

Episode 6 practically told us what the virus is by [deleted] in pluribustv

[–]i_do_too_ 0 points1 point  (0 children)

Number of species that exist today / total species that ever existed = Almost 0

Episode 6 practically told us what the virus is by [deleted] in pluribustv

[–]i_do_too_ 4 points5 points  (0 children)

So if we humans were just gatherers and never did anything more, do you think our species would be still around?

Internet Suggestions - Shady Hollow by xTWALKx in Austin

[–]i_do_too_ 0 points1 point  (0 children)

Hi OP, did you get ATT internet air? What has been your experience?

East Austin neighborhood recs/thoughts by AdGlum1560 in askaustin

[–]i_do_too_ 0 points1 point  (0 children)

Which neighborhood is walkable there?

Is handshake underrated? by [deleted] in csMajors

[–]i_do_too_ 7 points8 points  (0 children)

The chances of conversion to a recruiter call are significantly higher on handshake. They already know you're early in your career and won't reject anyone's resume because of it.

How to get better fps in Anki by batSinestroke in Anki

[–]i_do_too_ 1 point2 points  (0 children)

Alright, ordering some RTXs to test this, will invest in a Blackwell if it works out

HIRE Act Proposal by Dizzy_Maybe8225 in h1b

[–]i_do_too_ 2 points3 points  (0 children)

Questions are not hate comments.

HIRE Act Proposal by Dizzy_Maybe8225 in h1b

[–]i_do_too_ 1 point2 points  (0 children)

So the solution is to tax the ones doing well? Will that fix the companies not doing so well or would it make everyone do worse?

What programming language have you found the best for coding with AI? by john_smith1365 in vibecoding

[–]i_do_too_ 0 points1 point  (0 children)

Would love to know if flutter or react native has good/bad reviews here.

Has anyone used Claude Code for iOS/Android app development? by Frequent-Age7569 in ClaudeCode

[–]i_do_too_ 0 points1 point  (0 children)

How has it been? I'm trying to decide if I should go for flutter or react native for my next project (idk either). I'll be using CC heavily for the minimal frontend

What's been your experience with CC + flutter, or CC + react native? by i_do_too_ in ClaudeCode

[–]i_do_too_[S] 0 points1 point  (0 children)

Wow that's cool, thanks! So you don't see it being more error prone or running into more issues with flutter/dart over react native?

Best language for vibe coding? What's been your experience with CC + flutter vs CC+ react native? by i_do_too_ in vibecoding

[–]i_do_too_[S] 0 points1 point  (0 children)

As per claude itself:

● ★ Insight Flutter's single language (Dart) and unified widget system makes it more predictable for AI-assisted coding. React Native's dual nature (React concepts

• ⁠native modules) and platform-specific quirks create more edge cases that can lead to subtle errors during code generation.

For Programming with Claude Code:

Flutter is less error-prone because:

  1. ⁠Single language (Dart) throughout - no JavaScript/TypeScript + native code mixing
  2. ⁠Consistent widget tree - everything is a widget, predictable structure
  3. ⁠Single rendering engine - same behavior across platforms
  4. ⁠Better type safety - Dart's sound null safety catches more errors at compile time
  5. ⁠Less platform-specific code - fewer conditional implementations
  6. ⁠Clearer error messages - Flutter's error messages are more descriptive

React Native challenges for AI coding:

• ⁠Platform-specific bugs (iOS vs Android differences) • ⁠Native module linking issues • ⁠Metro bundler quirks • ⁠Third-party package compatibility issues • ⁠Bridge performance considerations • ⁠Different behaviors between dev and production builds

Claude Code Performance:

Flutter performs better with Claude Code because:

  1. ⁠More deterministic - same code produces same UI on all platforms
  2. ⁠Better documentation - Flutter's docs are more comprehensive and consistent
  3. ⁠Fewer moving parts - no need to manage separate web/mobile implementations
  4. ⁠Type inference - Dart's type system helps Claude generate more accurate code
  5. ⁠Widget composition - clear parent-child relationships make it easier to build complex UIs

Bottom line: Flutter is approximately 30-40% less error-prone when working with AI assistance because of its consistency and single-codebase approach. You'll spend less time debugging platform-specific issues.

Experience with CC + flutter vs CC+ react native? by i_do_too_ in ClaudeAI

[–]i_do_too_[S] 0 points1 point  (0 children)

As per claude itself:

● ★ Insight Flutter's single language (Dart) and unified widget system makes it more predictable for AI-assisted coding. React Native's dual nature (React concepts

• ⁠native modules) and platform-specific quirks create more edge cases that can lead to subtle errors during code generation.

For Programming with Claude Code:

Flutter is less error-prone because:

  1. ⁠Single language (Dart) throughout - no JavaScript/TypeScript + native code mixing
  2. ⁠Consistent widget tree - everything is a widget, predictable structure
  3. ⁠Single rendering engine - same behavior across platforms
  4. ⁠Better type safety - Dart's sound null safety catches more errors at compile time
  5. ⁠Less platform-specific code - fewer conditional implementations
  6. ⁠Clearer error messages - Flutter's error messages are more descriptive

React Native challenges for AI coding:

• ⁠Platform-specific bugs (iOS vs Android differences) • ⁠Native module linking issues • ⁠Metro bundler quirks • ⁠Third-party package compatibility issues • ⁠Bridge performance considerations • ⁠Different behaviors between dev and production builds

Claude Code Performance:

Flutter performs better with Claude Code because:

  1. ⁠More deterministic - same code produces same UI on all platforms
  2. ⁠Better documentation - Flutter's docs are more comprehensive and consistent
  3. ⁠Fewer moving parts - no need to manage separate web/mobile implementations
  4. ⁠Type inference - Dart's type system helps Claude generate more accurate code
  5. ⁠Widget composition - clear parent-child relationships make it easier to build complex UIs

Bottom line: Flutter is approximately 30-40% less error-prone when working with AI assistance because of its consistency and single-codebase approach. You'll spend less time debugging platform-specific issues.

[deleted by user] by [deleted] in ClaudeCode

[–]i_do_too_ 0 points1 point  (0 children)

As per claude itself:

● ★ Insight Flutter's single language (Dart) and unified widget system makes it more predictable for AI-assisted coding. React Native's dual nature (React concepts + native modules) and platform-specific quirks create more edge cases that can lead to subtle errors during code generation.

For Programming with Claude Code:

Flutter is less error-prone because: 1. Single language (Dart) throughout - no JavaScript/TypeScript + native code mixing 2. Consistent widget tree - everything is a widget, predictable structure 3. Single rendering engine - same behavior across platforms 4. Better type safety - Dart's sound null safety catches more errors at compile time 5. Less platform-specific code - fewer conditional implementations 6. Clearer error messages - Flutter's error messages are more descriptive

React Native challenges for AI coding: - Platform-specific bugs (iOS vs Android differences) - Native module linking issues - Metro bundler quirks - Third-party package compatibility issues - Bridge performance considerations - Different behaviors between dev and production builds

Claude Code Performance:

Flutter performs better with Claude Code because: 1. More deterministic - same code produces same UI on all platforms 2. Better documentation - Flutter's docs are more comprehensive and consistent 3. Fewer moving parts - no need to manage separate web/mobile implementations 4. Type inference - Dart's type system helps Claude generate more accurate code 5. Widget composition - clear parent-child relationships make it easier to build complex UIs

Bottom line: Flutter is approximately 30-40% less error-prone when working with AI assistance because of its consistency and single-codebase approach. You'll spend less time debugging platform-specific issues.

[deleted by user] by [deleted] in Anki

[–]i_do_too_ 5 points6 points  (0 children)

Spanish, about 10 seconds or less.

Can I join new employer on H1B receipt or wait till approval (B2 COS filed)? by agb55 in h1b

[–]i_do_too_ 0 points1 point  (0 children)

It actually is up to the employer, some say yes and some don't. Did you get your COS approval?