Viewing profile — feelamee
feelamee
HN member- Joined
- Mon, Apr 29, 2024, 11:20 PM UTC
- HN karma
- 119
- Public activity
- 158 items
- HN profile
- View on Hacker News ↗
About feelamee
Recent public activity
-
comment
Comment #49188961
I would like to read blogpost about this and what could be done better.
-
comment
Comment #49122475
> In early 2026, we saw a gradual increase in all categories of bug reports, but by March, the shift was apparent: we received more bug reports than we had in the entirety of 2025 …
-
comment
Comment #49115079
If the ocean is the main hero there, why is the forest still important to our health?
-
comment
Comment #49112290
naming of api functions too. They all prepended with "SDL_" as if this is SDL library, but it not.
-
comment
Comment #49109889
what the true answer? oh, there is no? My intuition says that Ann now is 24
-
comment
Comment #49106253
yeah, but I'm just using `git restore -S -p`
-
comment
Comment #49104111
it's not as easy as you said. it can be tricky and complicated to use edit mode. I usually use it, but still often don't understand - will this edit succeed or why it is failed.
-
comment
Comment #49104081
and also for git restore
-
comment
Comment #49100671
why you want to build new terminal multiplexer? Is there issues with current? tmux or zellij? Still very interested. Especially if you will go further than terminal - multiplexer f…
-
comment
Comment #49078598
pimpl can solve several problems and allowing to extend struct without breaking ABI is the one is them. But even such implementation of pimpl breaks compile time and ABI dependency…
-
comment
Comment #49068823
Why did he do this? Really, if this is a way to protect your privacy, then it's a bad way because it causes such a scenario. Of course it works well against the stolen phone scenar…
-
comment
Comment #49046704
> And before it grows too big, it wastes memory how it wastes the memory? It's just a bytes array of the same size as struct. I would be more imposed on how idiomatic pimpl with he…
-
comment
Comment #49046668
I think nothing prevents this, but this is just not the point of unique_ptr. unique_ptr is still ptr , so it consequently follows raw pointer semantics.
-
comment
Comment #49046585
thx, I don't understand fully, but see something truthy in this. It would be interesting to read more detailed blog post about this.
-
comment
Comment #49043107
> std::indirect looks for me like another pointless c++ thing that already works with forward pointer declaration. You can add it to another ton of pointless things C++ adds withou…
-
comment
Comment #49043040
I'm interesting which C++ features also helps you to design such systems. I think basic RAII/function overloading/templates should give a lot of capabilities comparing with plain C…
-
comment
Comment #49043011
I think point was another. And even if u are right - this is a silly point. In any general language you have enormous amount of ways to write something. I'm at least implemented pi…
-
comment
Comment #49032359
where "more and more complex" do u see in this article? This is a basic C++ idiom, which constantly used by developers
-
comment
Comment #48983684
there is a converter: https://eiontusk.github.io/hyprlang2lua/
-
comment
Comment #48967658
oh yeah, how my opinion changing: - in schools I used HTML+CSS to make my own site during homework - after that I understand that no one truly create sites this way. You need JS, f…
-
comment
Comment #48940565
> As discussed earlier, having full control over allocations and deallocations is what I want in our compiler's implementation. And in tests, I also appreciate the testing allocato…
-
comment
Comment #48917687
not surprised, but the problem here not that Claude leak your personal info, the problem is that it *know* your personal info.
-
comment
Comment #48819662
I don't really understand. Id Software is owned by Microsoft? Why Microsoft can laying off employees of Id Software?
-
comment
Comment #48758057
lol, this problem stopped me from installing GrapheneOS early. But now.. I removed banking apps by myself because my state require room them to collect phone fingerprint and access…
-
comment
Comment #48706094
for what we need downvoting and upvoting? I thought: - upvote if you like/agree - downvote if you dont like/disagree Am I wrong?