Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
debugnik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
241.
▲
by
debugnik
7mo ago
NIS 2 article 12 specifically says the CSIRT must help reporter and provider negotiate a disclosure timeline. He set a timeline because there's supposed to be a timeline.
242.
▲
by
debugnik
7mo ago
> You cannot disclose this to public. Even with good intentions. Bullshit, NIS 2 article 12 specifically says CSIRTs must coordinate the negotiation of a disclosure timeline between reporter and provider. I'd say offering a 30 day e
243.
▲
by
debugnik
7mo ago
Whom's messenger? You didn't point us to anyone's research. I just don't see how sampling tokens constrained to a grammar can be worse than rejection-sampling whole answers against the same grammar. The latter needs to f
244.
▲
by
debugnik
7mo ago
As opposed to emitting non-JSON tokens and having to throw away the answer?
245.
▲
by
debugnik
7mo ago
An aside, but out of five links for Java edition one is 404 and the next one is an HTTP-only site seemingly not updated since 2009. Funny to contrast with Bedrock edition, for which they paid for FMOD Studio to cover the audio features of t
246.
▲
by
debugnik
7mo ago
Well spotted, I guess they're pushing for HN's redditification then.
247.
▲
by
debugnik
7mo ago
Maybe you're missing the reference to the Morbius movie joke, which sounds surprisingly fitting. It's not like older HNers never made funny references. Edit: Apparently you didn't.
248.
▲
by
debugnik
7mo ago
> and be able to send PRs for each without having them squashed Can't you branch off from their head and cherry-pick your commits?
249.
▲
by
debugnik
7mo ago
According to the layouts on this site, there're more European layouts with parenthesis on 8, 9 than on 9, 0. (I had to zoom out to see the right-side of the comparisons.) https://www.farah.cl/Keyboardery/A-Visual-C
250.
▲
by
debugnik
7mo ago
Not Moltbook, ClawHub. Over 15% of ClawHub skills were malicious at one point, including the most downloaded. And they haven't even tried to solve prompt injections.
251.
▲
by
debugnik
7mo ago
The winget installer just downloads vs_buildtools.exe and runs it, which first installs vs_setup.exe and then that one prompts you for the workloads you want. I believe passing --silent to the winget installer will install vs_setup unattend
252.
▲
by
debugnik
7mo ago
The Build Tools installer first installs the Visual Studio tool to select the workloads you want as well.
253.
▲
by
debugnik
7mo ago
It's not their fault if donors don't read what they're donating for. This reminds me of people feeling scammed after donating to Mozilla.
254.
▲
by
debugnik
7mo ago
Technically no, because EU directives aren't applied as written. They're goals for member states to make into national laws, which intentionally leaves them some leeway. However, national law must reasonably satisfy EU directive
255.
▲
by
debugnik
7mo ago
I agree Mono is bad compared to upstream .NET, but I used to write game prototypes with it back before .NET Core without as many performance issues as I still find in Unity. It was doable with a different mindset.
256.
▲
by
debugnik
7mo ago
AFAIK, the original reason to build IL2CPP was to appease console certification and leave behind Mono's quirky AOT on iOS. Capcom is also using their own C# implementation targeting C++ for console certification. Allegedly some games a
257.
▲
by
debugnik
7mo ago
"Powered by" is an understatement, Serde would be unusable without procedural macros. Deserializers use a ridiculously verbose visitor pattern that's completely unnecessary in a language with move semantics, it should have be
258.
▲
by
debugnik
7mo ago
C# wouldn't be a problem for Unity if they hadn't mapped most engine abstractions to class hierarchies with reflection-based dispatch instead of value-type handles and the seldom interface, and had dropped the Boehm GC. .NET has a
259.
▲
by
debugnik
7mo ago
I don't understand why claw is a data type for columns in these examples, it doesn't seem to store any actual per-row state. Is it not possible to hook extensions onto "with" clauses or something similar?
260.
▲
by
debugnik
7mo ago
That doesn't rhyme at all though.
261.
▲
by
debugnik
7mo ago
I don't think anyone's seriously using Bevy's 3D renderer, only the ECS. The only successful 3D game made with Bevy so far seems to be Tiny Glade, which used its own renderer.
262.
▲
by
debugnik
7mo ago
Toyota complained about poor performance on all of Unity, UE and Godot, but also about long startup times with Godot. I don't know how bloated Godot is, but AFAIK libgodot development started as part of Migeran's automotive AR HUD
263.
▲
by
debugnik
7mo ago
These are great to test code that has no formal specification or oracle, so you're writing a reference implementation. First, the test fails because there's no expected output, and you get to check the existing behaviour pretty-pr
264.
▲
by
debugnik
7mo ago
Note that some of those can't run on a regular Lua runtime. Luau is a separate implementation of a Lua dialect. However, it's backed by Roblox and being increasingly used in high budget games such as Alan Wake 2, and tools like Ri
265.
▲
by
debugnik
8mo ago
RPG Maker used to embed Ruby before it was cool (and before they switched to JS for web support).
266.
▲
by
debugnik
8mo ago
Unicode labels U+000A as all of "LINE FEED (LF)", "new line (NL)" and "end of line (EOL)". I'm guessing different names were imported from slightly different character sets, although I understand the all-u
267.
▲
by
debugnik
8mo ago
They'll make cheating bots a first party feature just to sell Copilot.
268.
▲
by
debugnik
8mo ago
It just isn't good enough. Anytime Pyright gives up in type checking, which is often, it simply decays the type into one involving Any/"Unknown": Without strict settings, it will let you pass this value as of any other t
269.
▲
by
debugnik
8mo ago
Can't do it externally, kinda. Last year I succeeded in joining a device reachable only through IPv6 to a Netbird network, but their service would fail when I tried to configure IPv6 nameservers for it; the web UI did accept them fine
270.
▲
by
debugnik
8mo ago
Even better, it enables both -WhatIf and -Confirm, and provides a ShouldProcess function that interacts with both and with the user's impact threshold preferences. Really cool.
More ›