Skip to content

Commit 573b376

Browse files
committed
update
1 parent 884cfba commit 573b376

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ in racks to useful applications for humans!
168168
Foremost, I enjoy learning how things work, and I prefer to do so by
169169
tinkering and reading. I think understanding is fundamental to programming,
170170
and although I am a proponent of using LLM-based tools to aid in this
171-
process, I am naturally not the biggest fan of slop code (I hate it).
171+
process, I have low tolerance for slop code.
172172
173-
I've used Scala, Typescript, Python, C++, and Go but I always lean on
174-
syscalls/stdlib in C when I'm trying to learning something.
173+
I've used Scala, Typescript, Python, C++, and Go, but I try to ground my
174+
learnings in C and raw syscalls when I need to dissect how something works.
175175
176-
One thing to know about me is that I am quite the enemy of complacency.
176+
I view complacency as the enemy of progress.
177177
`), m.aboutNameStyle.Render("Nakul")))
178178

179179
tpl := m.subtleStyle.Render("Hint: q, ctrl+c: quit")

0 commit comments

Comments
 (0)