Viewing profile — TuxSH
TuxSH
HN member- Joined
- Fri, Feb 28, 2020, 11:21 AM UTC
- HN karma
- 258
- Public activity
- 186 items
- HN profile
- View on Hacker News ↗
About TuxSH
No profile information was provided.
Recent public activity
-
comment
Comment #48466768
Anything can be aliased by char, unsigned char, std::byte (as well as signed char in C), and usually uint8_t == unsigned char, thus by extension any valid void pointer can be cast …
-
comment
Comment #48264948
> It shouldn't require casting from and to specific pointer types You don't need to explicitly cast T* to void* (guaranteed to be safe), you only need to cast when converting out o…
-
comment
Comment #48212772
You don't even need to use assembly for this, the wait for interrupt typically involves side effects.
-
comment
Comment #48209204
> Unfortunately the PR and the PR author will forever be listed there If they've been doing that to the other repo (and especially if they're just a spam account), there's a good c…
-
comment
Comment #48185767
Closing a PR or issue still makes it discoverable in PR/issue search results, as opposed to deleting an issue.
-
comment
Comment #47941873
The point of the article and of define_static_array is to convert stuff like constexpr std::vector to constexpr std::array. New (and delete) can be used in constexpr functions, how…
-
comment
Comment #47734854
Maybe there is some astroturfing going on, as is usually the case, but it's already known that Codex/Claude Code and their ilk have been ruining CTFs for a while. And well, one can…
-
comment
Comment #47720824
You're welcome! By the way, I have something related rather large in the works, look forward for a "Show HN" ;) (hopefully this quarter!) > better support than Nintendo does with a…
-
comment
Comment #47710138
You can of course run DS (and GBA) software on 3DS. > My only hesitation is the firmware update If you "hack" your 3DS you will not have to worry about sysupdates anymore. It is sl…
-
comment
Comment #47709753
The DS, more specifically the arm946e-s has an MPU , not a MMU (you're confusing it with the 3DS's Arm11). Not like it makes much of a difference anyway, you configure either once …
-
comment
Comment #47645190
> forbidding women to wear jeans This police ordinance from 1800 was abolished in 2013 > requiring permission of the husband to work Repealed in 1965
-
comment
Comment #47549795
> optional This is a C++26 feature which will have pointer-like semantics, aren't you confusing it with optional > ?
-
comment
Comment #47520696
> every async "function call" heap allocates. > require the STL That it has to heap-allocate if non-inlined is a misconception. This is only the default behavior. One can define: v…
-
comment
Comment #47500396
> But reinterpret_cast isn't valid in a constexpr scope. std::bit_cast is
-
comment
Comment #47482935
Doesn't need to be UB, you can write expressions like: "some_s8_var -Wextra catches stuff like this, alas I know of a few people that think "-Wextra is evil" (even though annoying …
-
comment
Comment #47369689
I don't have as many years of professional experience as you do, but IMO code pissing is one of the areas LLMs and "agentic tools" shine the least . In both personal projects and $…
-
comment
Comment #47307805
You exaggerate, but in this situation, I think putting a link to a Jira ticket or Slack convo (or whatever) as comment is best
-
comment
Comment #47299593
In your case SetResolution could be a static method calling a private instance-method SetResolutionImpln, for example, similar to what other people said. > what's the point of glob…
-
comment
Comment #47201227
Also Apple Music is much worse (harder to bring miniplayer, seek bar harder to use) and list of misfeatures goes on and on and on
-
comment
Comment #47199589
Yes, I agree. It's just that I value the right to reveal my identity on my own terms a lot higher than $1200 (using my username and project name is fine). For the offer to become e…
-
comment
Comment #47186567
Sure, but what I'm slightly worried about is people easily resolving my username to my real name. Maybe I worry too much, dunno
-
comment
Comment #47185048
> By accepting a Program subscription, you grant Anthropic permission to identify you publicly as a Program recipient, including by referencing your name, GitHub username, and asso…
-
comment
Comment #47063736
> If there is 4-5 commits with "WIP almost working" between each proper commit, then that's too much noise for me, personally. Yep, no excuse for this, feature branches exist for t…
-
comment
Comment #46992537
> The current ChatGPT $20/month plan goes a very long way It sure does and Codex is great, but do you think they'll maintain the current prices after/if it eventually dominates Cla…
-
comment
Comment #46991893
> This seems like a "we've banned you and will ban any account deemed to be ban-evading" Honestly, if faced with such a situation, instead of just blocking, I would report the acc …