back
user profile
layer8
40,767karma·16,215submissions·June 22, 2018
recent activity (16,215 total)
comment
Everyone doesn’t seem to know that, because tests are often cited as a way to ensure that AI-generated code is correct.
comment
Also weight. While the 11 Pro Fold apparently is a bit lighter than it’s predecessor, it’s still 239 grams. I miss the days of the 113g SE.
comment
There are small Android phones, they just aren’t very premium: https://www.techeblog.com/bluefox-nx1-mini-iphone-hands-on-r... …
comment
See https://en.wikipedia.org/wiki/Zero-based_numbering , e.g. “computer programmers might use zeroth in situations where others might use first ”.…
comment
I would assume that for most foo.ai domains, foo-ai.com would also be available. So it’s more about naming preferences, and sometimes lack of imagination for coming up with an available name.…
comment
How traffic cameras are used arguably is a big deal.
comment
See https://en.wikipedia.org/wiki/Nothing_to_hide_argument .
comment
I’m talking about how a programming language specification specifies the semantics of the programming language. It usually does not specify the time and space complexity of its basic operations, be it…
comment
Any function call can fail due to resource exhaustion (unless the language specification includes a mechanism to guarantee success, which hardly any language does). The specifications of the semantics…
comment
The point is that the compiler has to deal with it and has to check if the function is exported or its address is taken. So it’s a problem when implementing the compiler and adjacent tooling, you can’…
comment
Well, if the model that page uses also falls under the EU act, the output will just be watermarked differently. ;)
comment
> One accidental execution path without the right environment and you're spewing telemetry to spaghetti knows where. That would also be true with opt-in by environment variable, though.
comment
Publishing changes the incentive of how you write, because you’ll care differently about the quality and content of the writing, since people might read it. That’s valuable for a writer.
comment
Programming language semantics as in https://en.wikipedia.org/wiki/Semantics_(programming_languag... is usually decoupled from space complexity. An interpreter or emulator is con…
comment
The details of how a stack is managed isn't normally part of programming language semantics.
comment
It's possible for calling conventions where the callee is responsible for stack cleanup before return.
comment
If the callee is an exported symbol, the compiler has no choice but to adhere to the calling convention. For the C model of translation units that's the default, only local (declared "static…
comment
> But if we go only 15 years in the past, to 2011, we find the same price per GB of DRAM as today, so that affordable computers had only 16 GB of DRAM. Uhm, in 2011 4 GB RAM was the standard for PC…
comment
You could have a scroll-down bar on one side and a scroll-up bar on the other side that work that way (given the lack of left/right click options). That could be pretty intuitive for touch.
comment
When the calling convention is such that the caller owns the function arguments, the callee can’t remove/replace them on the stack, but has to keep them across the tail call. In turn, it means th…
comment
Not in the sense of formal programming-language semantics, usually.
comment
It’s precisely not the semantics of the program that will crash the program, but the behavior of the language implementation. It’s similar to when a program in a GC language fails with OOM because t…
comment
Might as well give up on CSS and just use brutalist HTML in that case.
comment
++n
comment
In the hexagons, 30-degree lines could be considered as well — there might even be solutions when treated analogously to pandiagonal magic squares.
comment
A BSD or MIT (or any other) license doesn’t remove copyright. For example, copyright reserves the author the right to also release the work under a different license in the future. AI output doesn’t h…
comment
I hope you mean µg.
comment
Finally an interesting article about AI!