William Tran

199 posts

William Tran banner
William Tran

William Tran

@dangiscoding

Backend engineer accidentally building full mobile apps now.

Vietnam 가입일 Mayıs 2024
92 팔로잉29 팔로워
고정된 트윗
William Tran
William Tran@dangiscoding·
I hit a React Native performance wall building a workout feed. Each card needed a route preview, so my first pass was simple: Embed a MapView in every row and let FlashList handle the scrolling. Reasonable idea. Didn’t scale.
William Tran tweet media
English
3
0
1
299
Tibo
Tibo@thsottiaux·
Codex is for engineering Codex is for research Codex is for science Codex is for math Codex is for fun You can just build things
English
113
23
878
19.7K
William Tran
William Tran@dangiscoding·
@Shpigford Dropping a comment here so I can come back later and contribute 👀
English
1
0
1
175
Josh Pigford
Josh Pigford@Shpigford·
ugh. fine. i'll drop TWO macOS apps. clearly.md - simple markdown file viewer/editor (with quick look!) chops.md - AI agent skills organizer and editor both open source. both very early. both very much welcome feature requests + PRs!
Josh Pigford tweet mediaJosh Pigford tweet media
English
49
39
864
58.2K
William Tran
William Tran@dangiscoding·
@saltyAom How to live anywhere 1. Do not trust the government
English
1
2
66
4.8K
SaltyAom
SaltyAom@saltyAom·
How to live in Thailand 1. Do not trust the government
English
41
2.4K
3.9K
87.9K
William Tran
William Tran@dangiscoding·
AI tools changed how I build. I can spin up apps for my exact needs in days now. So I built one for my runs—tracking, tweaking, pushing pace. Turns out… I’m getting faster.
William Tran tweet media
English
0
0
0
20
William Tran
William Tran@dangiscoding·
@tdinh_me That’s crazy long 😳 In Vietnam you usually get it way faster than that.
English
0
0
0
167
William Tran
William Tran@dangiscoding·
Most people are missing what’s actually happening in AI right now. It’s not OpenAI vs Anthropic. It’s the race to own the AI operating system. Google isn’t just building Gemini. They already control distribution (Search, YouTube, Android) + infrastructure (Google Cloud) If you only focus on models, you’re missing the bigger play. This is platform-level dominance.
Min Choi@minchoi

Google's AI ecosystem is scary... The next AI war won't be Claude vs ChatGPT. It's who will own the entire AI operating system...

English
0
0
1
71
William Tran
William Tran@dangiscoding·
Just got an email saying I’m eligible for 5000 $CLAW for my “GitHub contributions” 😭 All I have to do is click a random Google Drive link and connect my wallet. Should I: A. Become rich B. Lose everything C. Both at the same time
William Tran tweet media
English
0
0
0
59
William Tran
William Tran@dangiscoding·
@0rtbo This looks sick 🤯 Could you share the code for this? Would love to try it out.
English
0
0
1
367
Brian
Brian@0rtbo·
I've always wanted consistent screen animations React Native Screen Transitions is Insane 👀
English
22
58
1.3K
120K
William Tran
William Tran@dangiscoding·
Java is moving fast these days. Three interesting things in Java 26: - HTTP/3 support in the built-in HttpClient - AOT object caching for faster startup - Pattern matching for primitive types If you haven’t looked at Java in a few years, it’s almost a different language now.
English
0
0
0
25
William Tran
William Tran@dangiscoding·
@CFCDaily If we don’t score in the first half, the chances are really low.
English
0
0
0
242
CFCDaily
CFCDaily@CFCDaily·
I don’t think we do it tonight but the very least that needs to happen for it to even be a conversation is to be 1 goal up at HT. If that happens it’s more than possible. Problem is I don’t think I’ve seen our defence look this weak and shambolic. Minimum of 4 goals needed.
English
46
40
1.2K
44.2K
Alex Nguyen
Alex Nguyen@alexcooldev·
If it's not a free app, it gets 1 star. Welcome to the world of B2C apps.
Alex Nguyen tweet media
English
107
5
265
27.5K
@levelsio
@levelsio@levelsio·
Why would Tailscale not work? I have Tailscale on my iPhone In case Tailscale would go down, I'd just go into Hetzner firewall and add 22 inbound open for my own IP
Bruno Skvorc@swader

@levelsio are you ever worried about relying on tailscale and being unable to access your server if they go down? it's a tiny chance I suppose and you can always go in directly depending on the setup, but it still irks me sometimes. paranoid about middlemanning I guess.

English
38
3
173
51.3K
CFCDaily
CFCDaily@CFCDaily·
🚨Rosenior confirms Reece James will miss the game tomorrow due to a hamstring injury. — Full extent of injury not known.
English
18
26
571
19.6K
William Tran
William Tran@dangiscoding·
One tool that completely changed how I work with servers: Tailscale. Before: •open SSH to the internet •configure keys •install Fail2Ban •constantly see random login attempts in logs Now my workflow is much simpler. When I spin up a new VPS: 1.Install Tailscale 2.SSH through the Tailscale network 3.Lock the firewall: •22 → only Tailscale IPs •443 → only Cloudflare IPs (for the website) Result: •No public SSH •No bots scanning ports •My server is basically private infrastructure It feels less like exposing a machine to the internet and more like adding another computer to my own network. Honestly, it changed the way I deploy and manage servers. 🔐
@levelsio@levelsio

When I set up a new Hetzner VPS first thing I do install Tailscale and once I'm in via Tailscale lock down the firewall to only accept web traffic on HTTPS 443 for Cloudflare IPs and SSH 22 for Tailscale IP That way nobody can get in I know I keep repeating this but it should be basics of setting up a new VPS So basic IMHO it should be part of any VPS service to default install Tailscale and enable it so it's the only way to get in Why? A VPS server is just like your laptop or destop computer but now imagine if it's connected to the entire internet with 8 billion people that can access it and try hack it You want to only have it accessible to you And if you want to host a website on your VPS (like I do), you should only let Cloudflare access your VPS so it can stand in front and block any hack attempts Never expose a VPS to the world wide web which realistically is the world WILD web

English
0
0
0
63