Viewing profile — bandika
bandika
HN member- Joined
- Sun, Feb 12, 2023, 10:47 PM UTC
- HN karma
- 64
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About bandika
No profile information was provided.
Recent public activity
-
comment
Comment #44999609
I think you are really wrong here. I’m 47 and after on and off running for decades, a few months ago I started to run every day. 2K in the first month - to start gently, then 2M (3…
-
comment
Comment #42960488
Honestly, I am a happier and more productive developer since left C++ behind for other languages. And it's not just the language, but the lack of ecosystem too. Things like the bui…
-
comment
Comment #40202780
A bit of a shameless plug, I've created this Rust tool to visualise header dependencies (major contributor to build time) of C++ projects. https://gitlab.com/Akeras/header-dependen…
-
comment
Comment #36051457
What I find difficult is to switch my 2 decade C++ career into a rust job, despite learned Rust and finished some hobby projects touching ui, async and http server/client in Rust. …
-
comment
Comment #36041763
Musically, those examples are really bland, and the rendering is of poor quality. Besides, I'm not sure what's the point of this. I can see how ChatGPT can be useful for devs/write…
-
comment
Comment #36041578
What works for me for a long time is total separation of work vs private online life. On my work laptop, no social media, private email etc is set up, whereas on my private laptop …
-
comment
Comment #35981543
Unrealistic is an understatement, to be honest...
-
comment
Comment #35969093
Ridiculous, to be honest. If the congress really worries about AI, they should ask the best philosophers and sociologists about the affect of AI on society rather than asking the c…
-
comment
Comment #35960255
It’s a hard problem, and I don’t think there is a single solution for a DAW UI. On the one hand there are a lot of UI elements that can be built with traditional widget kits, like …
-
comment
Comment #35846160
My understanding is that in the EU more (or most) research is publicly founded for eg compared to the US.
-
comment
Comment #35846110
It's not just that. I had only two articles published in well known journals, but in both cases the reviewers main criticism was that I didn't cite the reviewer's own article. It's…
-
comment
Comment #35218163
Not sure if the code is the best place to track technical debt. Whenever a compromise made that results in tech debt, a ticket should be created in the issue tracker. That way it's…
-
comment
Comment #35217770
In my experience as the carrier of a developer progresses, it is getting less about coding, and more about other tasks. The difference is probably the strongest between a senior vs…
-
comment
Comment #34979483
I find it amusing that many corporate dev teams picks C++ for its performance / low levelness, but then reject any code that Casey's advocate for. It is extremely hard to convince …
-
comment
Comment #34845503
All those bools in the article should be const.
-
comment
Comment #34845442
The correct rewriting would be: bool char_non_space = p_non_null && (*p != ' ');
-
comment
Comment #34768011
[flagged]