Viewing profile — k3vinw
k3vinw
HN member- Joined
- Sun, Feb 06, 2022, 3:20 PM UTC
- HN karma
- 93
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About k3vinw
No profile information was provided.
Recent public activity
-
comment
Comment #49034847
Should have called it Bunz!
-
comment
Comment #48764518
I appreciate the perspective, but code reviews are subjective. The tooling and the language can be so good that it shifts to this kind of utopian state, where all bugs are caught a…
-
comment
Comment #48707773
> Nice idea but I don't understand why people write bash scripts more than a few lines long. From a pragmatic perspective I agree. But I think you’re missing the point here. A lot …
-
comment
Comment #48706438
Awesome! I’m the author and I created that project as a way to teach myself Bash at the time. I called it NanoBlogger because it was inspired by MicroBlogger, yet another Bash blog…
-
comment
Comment #48251539
like declarative vs imperative?
-
comment
Comment #48251451
> We can stop reading LLM-generated code just like we don’t read assembly, or bytecode, or transpiled JavaScript; our high-level language source would now be another form of machin…
-
comment
Comment #48046775
Never occurred to me how much ms dos batch syntax must have been inspired by basic when I saw the comments (aka remarks) start with “rem”
-
comment
Comment #48000489
Fair point. I’m still learning how best to take advantage of Ai. And to be honest, a statically typed language would have caught the issue with the wrong return type before the AI …
-
comment
Comment #47999976
I’m not so sure. I had a recent experience where Kiro was convinced there was a defect in the testing library when I asked it to refactor some existing project code. However this c…
-
comment
Comment #47999516
Gives me a whole new perspective to the phrase clean code.
-
comment
Comment #47998591
Interesting. I replaced most of my gripes with power toys and WSL. That and a ridiculous amount of hardware. YMMV.
-
comment
Comment #47996451
I’m most excited for the scheduler and memory footprint improvements. As bad as I hear Windows 11 is, I’ve rarely had issues with it. For the most part it just works and stays out …
-
comment
Comment #47615144
If you think that's wild just wait until you find out what programming language their AI tool was written in.
-
comment
Comment #47614596
Thanks for sharing this on GitHub. Nice to see how others are using AI in their projects.
-
comment
Comment #47437437
At first I thought it was interactive. It would have been much cooler if it was ;)
-
comment
Comment #47196487
agreed. Although "starts another war" dismisses 50 years of history. Iran never stopped being at war with US and Israel and they clearly were never going to agree to a deal that le…
-
comment
Comment #47196399
That's funny, I can't shake the thought that China's AI tech could be helping the ayatollahs' conduct their retaliation strikes.
-
comment
Comment #47179944
Perhaps it’s the odd placement of the ampersand. Something like >2&1 would make more sense to me. On the other hand, pipe “|” is brilliant!
-
comment
Comment #47087221
False equivalency. As a green card holder he does not share the same freedom of speech rights as that of a US citizen.
-
comment
Comment #47087160
Good. I’m bypassing the UK altogether since they can throw you in jail for thought crimes. https://www.newsweek.com/policing-thought-crime-should-have-...
-
comment
Comment #47087087
So not books banned from the general public? Got it!
-
comment
Comment #47058303
It’s a messy situation for sure and what lead me to discover tinted theming: https://github.com/tinted-theming/base24/ It’s been a fairly decent stop gap measure. I use tinted shel…
-
comment
Comment #47025914
That’s an interesting thought. I don’t believe that Vim’s modal system will be to their taste, but makes me curious if anyone has put together a collection of useful text editing m…
-
comment
Comment #47017162
> The MS-Windows GUI now supports native dark mode for the menu and title bars, along with improved fullscreen support and higher-quality toolbar icons. Congratulations on the new …
-
comment
Comment #46924571
That’s a more meaningful prefix than “,” at the expense of a couple more key strokes. I consider that to still be a win in the book of tab completions. I would replace underscore w…