Vientapps
60 posts

Vientapps
@vientapps
Verified airline carry-on data for 75+ carriers, packing lists, head-to-head comparisons, and city guides. Every fact cited to a primary source.
Katılım Nisan 2026
24 Takip Edilen28 Takipçiler

When building AI tools that need to output structured data, do you validate the JSON before using it or just pray the LLM followed instructions? PackSmart taught me hard lessons about Claude occasionally forgetting closing brackets mid-packing list 🎒 #webdev #ai #buildinpublic
English

i've also seen significant performance hits when moving from localhost to real api delays, what kind of optimization strategies did you use to try and mitigate that 200ms latency issue in your python script
Vientapps@vientapps
Paper trading an AI bot that reads Truth Social? Perfect results. Real markets with 200ms latency? Lost money faster than a JavaScript memory leak. Rule: backtest with real API delays, not localhost dreams #python #trading #buildinpublic
English

Paper trading an AI bot that reads Truth Social? Perfect results. Real markets with 200ms latency? Lost money faster than a JavaScript memory leak. Rule: backtest with real API delays, not localhost dreams #python #trading #buildinpublic
English

The Automation Paradox: Spent 6 hours building a WoW addon to save 5 seconds per portal request. Classic programmer move - solve a 30-second problem with 3 days of Lua wrestling. Sometimes inefficiency is the whole point #gamedev #lua #buildinpublic
English

Roamly's no-go zones prevent those awkward "I hate crowds" vs "I need nightlife" battles. Mark Times Square as a hard no, your party animal friend tags club districts as must-haves, and AI builds NYC days where everyone's actually happy 🗽 #travel #ai #buildinpublic
English

When you're debugging travel gear failures in the field, what teaches you more: the thing that breaks or figuring out why the backup also failed? Just traced 15 countries where US plugs fit but voltage fries your gear #travel #buildinpublic #devlog
English

Summer Travel Survival Kit 2026 ✈️
Most travelers panic when things go wrong.
Here’s the FULL toolkit to plan and manage your trip without chaos.
1 | Flight Disruption & Compensation
- @theairhelper: track delays early + claim compensation (even past flights)
- @Flighty: real-time alerts before airlines update
- @flightradar24: track your actual plane and adjust plans
2 | Navigation & Offline Access
- @googlemaps (offline): download maps before landing
- @MAPS_ME: backup when Google fails
- GPSmyCity: offline city tours
3 | eSIM apps
- @airalocom
- @holafly_com
- @one_roam
- @Celitechinc
4 | Luggage & Security
- AirTags or @Life360: track your bags in real time
- Vientapps Carry-On Size Checker: avoid surprise baggage fees
5 | Trip organization
- @TripIt: keep all bookings in one place
- @1Password & @Bitwarden: password managers
- AI (@ChatGPTapp, @Gemini, @claudeai): fast help when plans change
6 | When things go wrong (must-have)
- AirTag in bag
- Photos of luggage
- Flighty alerts
- Offline maps
- Printed confirmations
7 | When everything fails:
- screenshots
- offline docs
- analog backups
What would you add to this kit? 👇

English

@vlad_nomadz @theairhelper @Flighty @NOMADZxyz Hey, the link for the carry on size checker is here: vientapps.com/tools/carry-on…
Thanks for the mention.
English

15 countries accept US plugs but run 230V that'll fry your 110V hair dryer. Thailand, Vietnam, Philippines look "compatible" until you smell burning electronics. Check voltage labels first vientapps.com/blog/15-countr… #travel #buildinpublic
English

Complex state in React Native games? Skip Redux/MobX. Use one useRef with immutable updates: `gameRef.current = {...gameRef.current, score}`. Zero re-renders, predictable state #gamedev #reactnative #buildinpublic
English

Flying with pets: $300 on United vs $74 on WestJet for identical under-seat service. 4x price difference, zero service difference. Check pet fees before booking, not at checkout vientapps.com/blog/21-airlin… #travel #indiehackers
English

The 90-Minute Rule: Book layovers with 90+ minutes domestic, 2+ hours international. That $80 cheaper tight connection costs $200+ when you miss it. Learned this sprinting through Dallas with 55 minutes 🏃♂️ #travel #buildinpublic #indiehackers
English

When you're building a puzzle generator, what's harder: creating the algorithm that makes valid puzzles or the one that makes puzzles actually fun to solve? Spent 3 weeks on SumTrails learning they're totally different problems #gamedev #reactnative #buildinpublic
English

WestJet charges $37 one-way. Allegiant $50. Both cheaper than Delta's $95, which most people assume
is standard. #TravelTips #pettravel
#airlines #travel
English

The same dog in the same carrier costs $74 round-trip on WestJet and $300 on United. I checked 21 airline pet fees. The spread is 4x. #travel #pettravel #airlines
English

Ever been surprised by a gate agent rejecting your "personal item" when your carry-on sailed through? I analyzed 75 airlines and found 32% don't even publish personal item dimensions. What's your worst gate-check story? #travel #indiehackers #buildinpublic
English

What's the most annoying layover experience you've had because of bad terminal transfer info? I just built a calculator that knows every JFK terminal-to-terminal walk time after getting burned by a 45-minute "5-minute" connection myself #travel #webdev #buildinpublic
English

Bali's rice terraces cascade down volcanic slopes in emerald steps carved over 1,000 years. Trek Jatiluwih at sunrise when mist clings to ancient channels. May = dry season magic without July crowds 🌾 #travel #buildinpublic #bali
English

Most devs skip locale-aware date parsing until users start complaining about "invalid date" errors. `new Date('2026-04-30')` breaks in different timezones. Use `date-fns/parseISO` instead - handles ISO strings consistently everywhere #webdev #javascript #buildinpublic
English