> Most people mean this to say that 1 trillion is a lot of money, but it still comes back to what you believe AI is- in hindsight, does 1 trillion dollars to build the internet sound like a lot or a little? You are…
Does not work for me. Presumably there is some popup you have to accept somewhere for it to work.
Often the biggest blocker on moving to a new programming language, is the cost of re-writing everything. Cue some story here on a bank or airline somewhere still relying on cobol backend servers. These LLM conversions…
There is deep history here. For most of the past centuries, most Europe was from where you immigrated FROM, not where you immigrated TO. There just is not the kind of immigration culture as in America. Some people don’t…
Could those have been intercepted or suppressed somehow?
Its important to understand that in Game Dev a ’git clone’, aka ’p4 sync’, can be a terabyte of stuff. Git is bad at such volumes of binary assets, textures, models, sounds, etc.
I’ll add some more - The P4 cpp api was apparently designed before any modern Cpp std lib was available. And is at best archaic, and stringly to use. - P4 encoding support is pain in the ass to configure. And ensist on…
> Industrial logics are really practical and allow you to write all sorts of sophisticated properties that your system should satisfy in a very succinct way. It sounds like what you think as positives are exactly the…
The best part of void* is that it is very terse. Both in definitions, and in access. All cpp alternatives are more wordy. I wonder how this conversation wound go if the was an as terse, but also typesafe cpp alternative.
There is LPCAMM2, if manufacturers want to use it. So, it does not have to be soldered.
I wonder if this is just a way to recycle the chips that did not bin good enough to used for DGX Spark?
I miss the days when this would just have been named win2wasm. These branded projects become difficult to remember when everything has a random non-mnemonic name.
If you are a DIY, you might use a tool once a week, or once a year. A pro might use a tool everyday, all day. A different durability requirement. A Ryobi is not bad, if it fills your needs, but might not be enough for…
All of those platforms are HUGE and well worth the hassle. I think Valve is trying to leverage the Steam Storefront into a full-fledged Platform. It is not quite there yet. As such, they have invested a lot of effort…
The important part of Hardware, is Software After all, if the Software does not work, its just a Paperweight
> The answer is so obvious A tangent, but what is Obvious depends on what you know. Often experts don't explain the things they think are Obvious, but those things are only Obvious to them, because they are the expert.…
The advantage, as i see it, is that this could be done incrementally. Every new router/firmware/os could add support, until support is ubiquitous. Contrast this with ip6, which is a completely new system, and thus has a…
Surely you could have compiler types for 128, 256, 512, etc, and then choose the correct codepath with simple if statement at runtime?
This is a EU initiative. Confusingly, EU is often called Europe in spoken/non-official speech. Sort of the same way it is said that Washington does something, when it is the US gov doing something.
> Delaware C-corp, UK Ltd is OK too Neither of which is in EU, which is exactly the point. Should be an EU one which is usable...
Sadly, all the bug trackers are full of bugs relating to char*. So you very much do those by accident. And in C, fixed width strings are not in any way rare or unusual. Go to any c codebase you will find stuff like:…
https://en.cppreference.com/w/cpp/container/vector/reserve.h... says > Increase the capacity of the vector (the total number of elements that the vector can hold without requiring reallocation) to a value that's greater…
All the functions mentioned above, even the cpp one, will reserve atleast the number of elements given to resize() or resize_exact(), but may reserve more than that. After some pondering, and reading the rust…
Honestly, i doubt it. That exposes many details to the programmers that many of them would prefer not to know. The higher level the language, the less interest there is to manually manage memory. It is just something to…
QuickShell - it should be called
> Most people mean this to say that 1 trillion is a lot of money, but it still comes back to what you believe AI is- in hindsight, does 1 trillion dollars to build the internet sound like a lot or a little? You are…
Does not work for me. Presumably there is some popup you have to accept somewhere for it to work.
Often the biggest blocker on moving to a new programming language, is the cost of re-writing everything. Cue some story here on a bank or airline somewhere still relying on cobol backend servers. These LLM conversions…
There is deep history here. For most of the past centuries, most Europe was from where you immigrated FROM, not where you immigrated TO. There just is not the kind of immigration culture as in America. Some people don’t…
Could those have been intercepted or suppressed somehow?
Its important to understand that in Game Dev a ’git clone’, aka ’p4 sync’, can be a terabyte of stuff. Git is bad at such volumes of binary assets, textures, models, sounds, etc.
I’ll add some more - The P4 cpp api was apparently designed before any modern Cpp std lib was available. And is at best archaic, and stringly to use. - P4 encoding support is pain in the ass to configure. And ensist on…
> Industrial logics are really practical and allow you to write all sorts of sophisticated properties that your system should satisfy in a very succinct way. It sounds like what you think as positives are exactly the…
The best part of void* is that it is very terse. Both in definitions, and in access. All cpp alternatives are more wordy. I wonder how this conversation wound go if the was an as terse, but also typesafe cpp alternative.
There is LPCAMM2, if manufacturers want to use it. So, it does not have to be soldered.
I wonder if this is just a way to recycle the chips that did not bin good enough to used for DGX Spark?
I miss the days when this would just have been named win2wasm. These branded projects become difficult to remember when everything has a random non-mnemonic name.
If you are a DIY, you might use a tool once a week, or once a year. A pro might use a tool everyday, all day. A different durability requirement. A Ryobi is not bad, if it fills your needs, but might not be enough for…
All of those platforms are HUGE and well worth the hassle. I think Valve is trying to leverage the Steam Storefront into a full-fledged Platform. It is not quite there yet. As such, they have invested a lot of effort…
The important part of Hardware, is Software After all, if the Software does not work, its just a Paperweight
> The answer is so obvious A tangent, but what is Obvious depends on what you know. Often experts don't explain the things they think are Obvious, but those things are only Obvious to them, because they are the expert.…
The advantage, as i see it, is that this could be done incrementally. Every new router/firmware/os could add support, until support is ubiquitous. Contrast this with ip6, which is a completely new system, and thus has a…
Surely you could have compiler types for 128, 256, 512, etc, and then choose the correct codepath with simple if statement at runtime?
This is a EU initiative. Confusingly, EU is often called Europe in spoken/non-official speech. Sort of the same way it is said that Washington does something, when it is the US gov doing something.
> Delaware C-corp, UK Ltd is OK too Neither of which is in EU, which is exactly the point. Should be an EU one which is usable...
Sadly, all the bug trackers are full of bugs relating to char*. So you very much do those by accident. And in C, fixed width strings are not in any way rare or unusual. Go to any c codebase you will find stuff like:…
https://en.cppreference.com/w/cpp/container/vector/reserve.h... says > Increase the capacity of the vector (the total number of elements that the vector can hold without requiring reallocation) to a value that's greater…
All the functions mentioned above, even the cpp one, will reserve atleast the number of elements given to resize() or resize_exact(), but may reserve more than that. After some pondering, and reading the rust…
Honestly, i doubt it. That exposes many details to the programmers that many of them would prefer not to know. The higher level the language, the less interest there is to manually manage memory. It is just something to…
QuickShell - it should be called