Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TuxSH
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
TuxSH
4d ago
Of course it is B). If you can use LLMs to find bugs and vulns in software you don't own, you certainly can use them to find bugs in software you _do_ own. They are amazing at that job. Also, models like GLM 5.3 have zero guardrails in
2.
▲
by
TuxSH
5d ago
In terms of API costs they're about right, 10% of weekly usage on a 5x sub is roughly $40 (for Astra). Chinese models cost roughly half as much (and have fewer refusals). Subs have insane value because large companies cannot use the
3.
▲
by
TuxSH
7d ago
> My favourite benchmark for this is to ask it to download a rom for an old game Even easier: just have them review a large codebase of yours that accidentally has a OOB access bug. Even with no consequences and even if the codebase is t
4.
▲
by
TuxSH
9d ago
Ultra is max reasoning level that splits the work and spawn subagents. Good for whole-project reviews (well, as long as the cybersecurity refusal doesn't appear for whatever reason), but unusable on the $20/mo tier
5.
▲
by
TuxSH
10d ago
It was obvious indeed, but damn does it feel good to have ridden the May 25 - Aug. 26 gravy train. Now, let's see how the Anthropic IPO goes.
6.
▲
by
TuxSH
10d ago
A README is one of the most important pieces of a project, if one can't even advertise their own project with their own words, it signals low effort. After all, the people visiting one's repo on GH likely have access to the same A
7.
▲
by
TuxSH
14d ago
On consoles in general, backing up digital media (if even possible) requires full-system exploits, thus bypassing DRM, and decrypting them also requires breaking DRM
8.
▲
by
TuxSH
16d ago
It used to be true up to 2w ago, but with the new/reinstated 5h limits I wouldn't be so sure anymore...
9.
▲
by
TuxSH
16d ago
Unfortunately isn't included in subscriptions and requires usage credits...
10.
▲
by
TuxSH
20d ago
IMO it's fine if you use it to review hand-written code. Vibe-coding (and especially 100% slop projects) on the other hand, is indeed cognitive surrender as it's identical to cheating on homework back then.
11.
▲
by
TuxSH
24d ago
Which is not that great for people using less than 50% every week, because the next reset date moves forward too. In essence, it is redistributing compute from people who haven't used their quota much to those who have. Though I think
12.
▲
by
TuxSH
3mo ago
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 to u8*. Thus void*+size is usually the right type if ones on
13.
▲
by
TuxSH
4mo ago
> 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 of void*. The rules are basically the same as
14.
▲
by
TuxSH
4mo ago
You don't even need to use assembly for this, the wait for interrupt typically involves side effects.
15.
▲
by
TuxSH
4mo ago
> 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 chance using the "report" button
16.
▲
by
TuxSH
4mo ago
Closing a PR or issue still makes it discoverable in PR/issue search results, as opposed to deleting an issue.
17.
▲
by
TuxSH
5mo ago
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, however memory "allocated" like that cannot leave the
18.
▲
by
TuxSH
5mo ago
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 always prompt "review my feature branch"
19.
▲
by
TuxSH
5mo ago
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 all their trillion-Yen revenue available to
20.
▲
by
TuxSH
5mo ago
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 slightly more straightforward to do so if your sy
21.
▲
by
TuxSH
5mo ago
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 or twice then leave them be. Honestly, I think wh
22.
▲
by
TuxSH
6mo ago
> forbidding women to wear jeans This police ordinance from 1800 was abolished in 2013 > requiring permission of the husband to work Repealed in 1965
23.
▲
by
TuxSH
6mo ago
> optional<T&> This is a C++26 feature which will have pointer-like semantics, aren't you confusing it with optional<reference_wrapper<T>> ?
24.
▲
by
TuxSH
6mo ago
> 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: void *operator new(size_t sz, Foo &foo)
25.
▲
by
TuxSH
6mo ago
> But reinterpret_cast isn't valid in a constexpr scope. std::bit_cast is
26.
▲
by
TuxSH
6mo ago
Doesn't need to be UB, you can write expressions like: "some_s8_var < some_u32_var" and people will be had. Note that is not the same as "some_s8_var < some_u8_var". -Wextra catches stuff like this, alas I kno
27.
▲
by
TuxSH
6mo ago
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 $dayjob tasks, the highest time-saving AI tas
28.
▲
by
TuxSH
6mo ago
You exaggerate, but in this situation, I think putting a link to a Jira ticket or Slack convo (or whatever) as comment is best
29.
▲
by
TuxSH
6mo ago
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 globally visible singletons except "everything is
30.
▲
by
TuxSH
7mo ago
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
More ›