Tai Le

178 posts

Tai Le banner
Tai Le

Tai Le

@letientai299

A problem solver, developer, chef, bookworm and (hopefully soon), a pianist. @ShopeeSG

Katılım Mayıs 2013
315 Takip Edilen101 Takipçiler
Tai Le
Tai Le@letientai299·
My AI agents write tons of markdown (research, design, code reviews) with diagrams. I can read plain markdown, but not diagrams. So I built dirsv. One Go binary, live previews Github/Gitlab/ADO flavored markdown and many other things. github.com/letientai299/d…
English
0
0
0
14
Tai Le
Tai Le@letientai299·
I’ve open-sourced github.com/letientai299/a…. It solves two problems - Discussions vanish between chat sessions -> move to files, build an auditable trails of decisions. - Bad behave (hallucinate, suppress lint warnings) -> comprehensive task-based rules, workflows. Enjoy.
English
0
0
1
39
LinkedIn
LinkedIn@LinkedIn·
Tell us you love coffee, without telling us you love coffee.
English
277
31
370
0
Tai Le
Tai Le@letientai299·
Learning group theory right now, to fucking solve Google Foobar level 5.
English
0
0
1
0
Tai Le
Tai Le@letientai299·
@nixcraft If everyone just "continue from where they stopped", the communication wil be much clearer.
English
0
0
0
0
Tai Le
Tai Le@letientai299·
I'm learning C again after working with Go in the past 2 years. Just 2 weeks in it and I'm already see too many foot guns in C.
English
0
0
2
0
Chau
Chau@justinbchau·
To all the devs out there, what are your thoughts on working for a company for free to get practical experience? Been thinking on this one for a little
English
68
4
86
0
David Crawshaw
David Crawshaw@davidcrawshaw·
Quarantine Day 19: I found a use for a blockchain.
English
5
1
36
0
Tai Le
Tai Le@letientai299·
@GoLandIDE, I often mistype "goland" as "gold" in Spotlight Search and it understand what I mean. That's how good you are.
English
0
1
2
0
Tai Le
Tai Le@letientai299·
TIL about espanso.org, a OSS tool for text expansion, which will be very helpful for typing frequently used words.
English
0
0
0
0
Tai Le
Tai Le@letientai299·
@v_language What is ths trade off? How will the startup time be affected?
English
1
0
0
0
The V Programming Language
The V Programming Language@v_language·
V now has a new -compress option. When used, the entire V compiler can be compiled to a 128 KB executable. This is very useful for web deployments, for example.
The V Programming Language tweet media
English
2
7
55
0
Tai Le
Tai Le@letientai299·
@v_language I don't like way comma is used in the expression. To the voters for repeat expression, what in your opinion make it better than the function call?
English
0
0
0
0
The V Programming Language
The V Programming Language@v_language·
Which syntax do you prefer: a repeat expression or a simple function call? numbers := [0 ; nr_repeats] numbers := array.repeat(0, nr_repeats) Removing the repeat expression will make the language simpler.
English
7
3
9
0
Tai Le
Tai Le@letientai299·
Heisenbug is accepted as the hardest type of bug, because, by definition, it's computer bug that disappears or alters its characteristics when an attempt is made to study it. And here's a list of such bugs. github.com/letientai299/h…
English
0
0
1
0
Tai Le
Tai Le@letientai299·
#TIL you can recover from `git reset --hard` using `git fsck --lost-found` if you did `git add` before :D
English
1
0
2
0
Tai Le
Tai Le@letientai299·
TIl I learned that "iff" is not a typo. It means "if and only if". I was about to submit a PR to fix this "typo" in #L44" target="_blank" rel="nofollow noopener">github.com/golang/protobu… :))
English
1
0
1
0
Tai Le
Tai Le@letientai299·
TIL that vim has an options to replace file inode on every saving to ensure that the file won't be partially saved. And that break logging mechanism during edit log file (remove unwanted line). unix.stackexchange.com/questions/3646…
English
0
0
1
0