Viewing profile — anand-bala
anand-bala
HN member- Joined
- Tue, Apr 21, 2020, 8:15 PM UTC
- HN karma
- 85
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About anand-bala
No profile information was provided.
Recent public activity
-
comment
Comment #27638088
I personally love watching the live coding sessions by Andrew Kelly, creator of Zig, regarding progress with the language/compiler. Archived videos available on Vimeo https://vimeo…
-
comment
Comment #27495402
I personally use Setuptools (.py and .cfg) with pyproject.toml for the build settings. Last I used poetry was a couple of years ago, and IIRC it didn't gel well with Conda environm…
-
comment
Comment #27429480
Well, the author did post the entire email thread (redacting information that may be proprietary) on Imgur. Personally, I think the Replit CEO could have explained what the specifi…
-
comment
Comment #27090638
> Part of the function of time is to filter out the timeless from the merely timely This is such a beautiful observation. As a kid, I wasn't into "old" fantasy and scifi, but recen…
-
comment
Comment #27090589
If you loved Tales Of Earthsea, you _must_ read the last book in the Earthsea Cycle: The Other Winds. It takes a very introspective approach to the notion of mortality and immortal…
-
comment
Comment #26949044
I suffer from severe depression in general and social anxiety around more than a handful of people, and have talked to therapists regarding this. One huge benefit of therapy is tha…
-
comment
Comment #26885827
I loved the DMT story, and I would love to know more about this Owl drawing tutorial you recommend. :F
-
comment
Comment #26880395
In most cases, what you are looking for is a language server like `clangd` (works for most compilers) [1]. You can find a Language Server Protocol implementation for your editor at…
-
comment
Comment #26880295
If the issue is with including transitive dependencies that are in your own codebase, then you should annotate the public interface header to the implementation details with IWYU P…
-
comment
Comment #26880217
I've found that using IWYU Pragmas [1] for codebases you own and IWYU Mappings [2] for third-party libraries __almost__ entirely eliminates weird IWYU suggestions (there are a few …
-
comment
Comment #26867470
While I agree with a lot of the points that the author is making (especially #5 regarding major labels feeding into the "viral hits" hype), I feel like the author is discrediting a…
-
comment
Comment #26822442
I am not sure what you mean by "false abstractions" in this article. Could you cite some concrete examples in the article that support your claim? The author isn't claiming to go i…
-
comment
Comment #26781430
As an ex-Sublime and ex-VSCode user, I realized that macros and Visual Block mode covers all my use cases for multicursor functionality.
-
comment
Comment #26517376
Disclaimer: not a parent, but anecdotally curious as a child. Give them video games. Problem solving, and creative button mashing as a must if you want to be good at a game. Then s…
-
comment
Comment #26429226
This is a great point. Personally, the only reason I would want to switch to Emacs is Org mode but the muscle memory for custom Vim and Tmux keymaps is hard to give up.
-
comment
Comment #26401454
The Rust rewrite of Coreutils (this post essentially) _is_ meant to be a drop in replacement for GNU/Coreutils. OTOH, ripgrep and fd are not "drop-in replacements". Rather, they ar…
-
comment
Comment #26129121
You have a valid point, but if the only formatting issue you will have is tabs, then running `zig fmt` on your codebase is pretty much a non-issue. If your project is small, just r…
-
comment
Comment #26127392
I think the whole point of picking a language standard is to prevent the "space vs tabs" debate. Andrew is trying to standardize the language formatting issues, similar to tools li…
-
comment
Comment #25959381
Doesn't seem to work on Firefox mobile.
-
comment
Comment #25907837
I came here for an intelligent discussion on why this article seems like some sales/marketing nonsense, but stayed for the Reddit-like quips.
-
comment
Comment #25843031
(On the phone so forgive the possible typos) I am not sure (1) is a very convincing argument. The subtraction of 1 internally is not necessarily gonna be there once the code gets c…
-
comment
Comment #25330305
> Does anyone know if the Rust community has ever done anything original, though? Depends on what you call "original". Is the Servo layout engine _not_ original because layout engi…
-
comment
Comment #25328350
To me, it doesn't seem like it is LLVM doing the heavy-lifting as much as Docker/Podman (which are used through Cross). Maybe I am missing something... I definitely agree with you …
-
comment
Comment #25163187
I am not sure if you read the article in it's entirety. The author's point is the exact opposite: while Ubisoft developers are ok with burning churches (which magically restore the…
-
comment
Comment #25105291
This is sooo true. I realized that there are actually some subreddits that are well moderated, and toxic stuff is quickly removed. I also made it a point to stop browsing Reddit at…