Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jsmith45
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
jsmith45
6d ago
This is the spitting image of old pre-CRM thinking: If I try to force the captain to go around, (or follow procedures or whatever), then i am exceeding my authority and will probably be fired. Some cultures have this sort of mentality a lot
2.
▲
by
jsmith45
16d ago
Yeah, my bigger worry here is more about if somebody direct edits a file in their venv and uv was unable to make the venv with reflink/COW semantics and fell back to hardlinks. This could happen with a user asking their editor to show
3.
▲
by
jsmith45
16d ago
You wouldn't. But keep in mind that there are multiple kinds of exceptions. Some exceptions, indicate scenarios the caller could reasonably have avoided. This include things like argument bound or null checks. A caller absolutely could
4.
▲
by
jsmith45
29d ago
To be clear, they are billing for all the coded line items at the listed prices, it is just that the agreements with the insurance company will disallow many of the line items in favor of other ones. They bill everything, because they may a
5.
▲
by
jsmith45
2mo ago
I have successfully had am M1 MacBook open and in active use (albeit not with very heavy workload, mostly text editor and web), while plugged into a Nintendo Switch 1 charger (only thing I had handy at that moment), and was watching the bat
6.
▲
by
jsmith45
2mo ago
The original design intention of this approach was that wallet apps were independant and interchangable, with any wallet app able to talk to any attestation provider, to get age attestation tokens, and any site/app able to talk to any
7.
▲
by
jsmith45
2mo ago
The PLC keys are normally intended to be held by your current PDS. Not a hard protocol requirement, but without it, certain things like migrating to a custom domain handle cannot be done cleanly though the app, and would need to be done man
8.
▲
by
jsmith45
2mo ago
Yeah, an agent should run with permissions no greater than that of the user on whose behalf it is executing, and ideally with less permissions. This is the scenario that is easier to fix, simply give the agent an API token with rights no gr
9.
▲
by
jsmith45
3mo ago
Yep. Thrashing is a well known known issue that can occur with swap, but it can also happen from page cache or memory mapped files. Indeed not having swap enabled can make things worse, as private pages that haven't been used in a hour
10.
▲
by
jsmith45
4mo ago
In theory, sure, an identity verifier could issue you you a bunch of single use JWTs signed by them that contain `{"over18":"true", "nonce": 12748583..., "iss": "<issuerurl>"}`, signed
11.
▲
by
jsmith45
4mo ago
I'd argue they are not commutive in regexes either, at least as implemented in practice. Implemented regexes favor the leftmost alternative even when both sides of the alternative match. This matters in cases like: capturing groups, an
12.
▲
by
jsmith45
4mo ago
If the compiler can find any operation prior to the null check that would be UB if the value is null (even if it is something that in assembly would be harmless, like performing pointer arithmetic on it), the compiler is allowed to assume t
13.
▲
by
jsmith45
4mo ago
A combined MPU and MCU architecture isn't that exotic. ST microelectronics currently sells a single chip with that contains a two core Cortex A7 Microprocessor combined with a microcontroller. Admittedly more tightly integrated with
14.
▲
by
jsmith45
4mo ago
I must be missing something, since I'm not really sure that follows. Initially neither AV nor AR models knows anything about how activations map to explanations or how explanations map to activations. As far as I can tell, the only re
15.
▲
by
jsmith45
5mo ago
Yeah, as far as I know, you need to define a customized theme to customize pie chart colors. You can prepend the chart with initialization logic like: %%{init: {"theme": "base", "themeVariables": { "pie1&q
16.
▲
by
jsmith45
5mo ago
> I think many people already mentioned it, but I also don't feel to good about non-boxed unions not being the default. I'd personally like the path of least resistance to lead to not boxing. Having to opt-in like the current p
17.
▲
by
jsmith45
6mo ago
Cost tracking is used if you connect claude code with an api key instead of a subscription. It powers the /cost command. It is tricky to meaningfully expose a dollar cost equivlent value for subscribers in a way that won't confus
18.
▲
by
jsmith45
6mo ago
Right. Claude models seem to have had very limited prohibitions in this area baked in via RLHF. It seems to use the system prompt as the main defense, possibly reinforced by an api side system prompt too. But it is very clear that they wan
19.
▲
by
jsmith45
6mo ago
The file locking approach is one used by centralized version control systems, and are mostly used in the everybody commits directly to trunk style of development. In those environments merging isn't much of a thing. (Of course this sty
20.
▲
by
jsmith45
9mo ago
Sure but the real concern of the article that if passed "gid://moneymaker/Invoice/22ecb3fd-5e25-462c-ad2b-cafed9435d16" the global id locator will effectively locate "gid://moneymaker/Invoic
21.
▲
by
jsmith45
10mo ago
Chrome desktop has just landed enabled by default native HLS support for the video element within the last month. (There may be a few issues still to be worked out, and I don't know what the rollout status is, but certainly by year end
22.
▲
by
jsmith45
10mo ago
Chrome has finally just landed enabled by default native HLS playback support within the past month. See http://crrev.com/c/7047405 I'm not sure what the rollout status actually is at the moment.
23.
▲
by
jsmith45
11mo ago
> COM is just 3 predefined calls in the virtual table. COM can be as simple as that implementation side, at least if your platforms vtable ABI matches COM's perfectly, but it also allows far more complicated implementations where
24.
▲
by
jsmith45
11mo ago
BBFC's rulings have legal impact, and they can refuse classification making the film illegal show or sell in the UK. over in the US, getting an MPAA rating is completely voluntary. MPAA rules do not allow it to refuse to rate a motion
25.
▲
by
jsmith45
11mo ago
Yeah, proving correct is not a panacea. If you have C code that has been proven correct with respect to what the C Standard mandates (and some specific values of implementation defined limits), that is all well and good. But where is the pr
26.
▲
by
jsmith45
11mo ago
I'm confused by your perspective. The simplest (and arguably best) usage for a devcontainer is simply to set up a working development environment (i.e. to have the correct version of the compiler, linter, formatters, headers, static li
27.
▲
by
jsmith45
11mo ago
Might be worth checking out Tidal's Mondo Notation, which while not quite Haskell syntax is far closer to it, being a proper functional style notion, that unifies with mini notation, so no need for wrapping many things in strings. Lo
28.
▲
by
jsmith45
1y ago
Phonics based reading is all about sounding out unknown words. The idea is that the student would understand if somebody else read the text out loud, so if we can teach the kids how to convert the written words into sounds, they can underst
29.
▲
by
jsmith45
1y ago
My view, which I suspect even Toub would agree with is that if being allocation free or even just extremely low allocation is critical to you, then go ahead and use structure and stackalloc, etc that guarentee no allocations. It is far more
30.
▲
by
jsmith45
1y ago
I can get by with a weakly typed language for a small program I maintain myself, but if I am making something like a library, lack of type checking can be a huge problem. In something like JavaScript, I might write a function or class or wh
More ›