My point exactly. They have different ISA, and as such cannot be compared on the transistor count alone. They each correspond to a different era, with different needs, as BCD clearly tells. If today's HW engineers had a…
> 29000 transistors? But it's the same as an ARM2 which apparently was full 32bit and had an integer multiplier. It's a very good point. I think it's worth to ask a few questions in return. How many years separated the…
Great work!
Answering myself: I decided to search for SMP, which stands for Symetric Multi Processing, to verify its definition. This acronym is used for hardware sporting several identical CPUs, which is what we've seen so far in…
> Plainly named but patently cool, eFuel is a synthetic gasoline that burns exactly like the traditional stuff yet has minimal environmental impact. > But how is eFuel made? [...] the hydrogen is combined with carbon…
You should probably show a confirmation box when leaving the page - if that's possible - unless that feature is disabled in demo mode?
Perhaps there are undisclosed security implications?
What is it about?
> for example, just to add two numbers you have to shift mantissas and 6502 has no fast way to do it How much work is there to do beside shifting mantissa? (A shift is also necessary for many fixed point calculations).
But, wasn't the original argument discussing the merits of Bash as a shell? So you're saying that Bash is great as a shell because it's a shell?
so it's not Bash by itself which is great, it's POSIX shells? > they are part of POSIX (a Standard which is implemented by multiple OS) and therefore often available That's not an intrinsic property of Bash. > - you can…
> Most of the good features that people associate with Ubuntu are actually in Debian, with none of the proprietary weirdness that creeps into Ubuntu year over year. A lot of what you find in Debian also comes from what…
The main advantage of Silverblue isn't just toolbox (which isn't originally an Ubuntu tool, btw). The main advantage of Silverblue is its readonly root fs. Toolbox comes as the provided way for devs to be able to work…
> I got tired of running `pacman -Syu`, rebooting, and having my machine not turn on due to some new kernel change or some video driver change, or something else. It never happened to me with Manjaro.
Well, if you generalize the statement enough, indeed it's the same class of issue. In the situation you described: * you have a fairly easy way to detect the problem * the interns still have plausible deniability as to…
Sorry, clearly my comment wasn't very helpful. I was trying to point out that quoting parameters or not could bring a different meaning for a shell (as one could see it with Bash), with the implied consequence that one…
This would probably be the case for any language when the script is generated.
> However, given its superior strength we haven't overcome it yet... "Superior strength" is probably just a matter taste, however I would really like to read your explanation on why you think so.
> It would be really annoying if we always had to add quotes for string args when we're typing at the terminal With bash (and I suspect with every other popular shells out there), it actually means something different.…
> If your worry is parsing speed I am not personally worried by perf in either case, but I see your point. > It would take Internet Object years to develop parsers as performant as that Well, implementing a JSON parser…
Would this be the same cost if it were a point release (or service pack, what's the proper terminology in MS world?) rather than a major version release?
> Plus, as I wrote elsewhere, gzipping your JSON will result in essentially "avoiding having to repeat every field name" by dictionary coding it. Gzipping indeed helps in getting mostly back the space taken by the field…
> There is no robot hand in the world that can do that simple task. Is the technology dealing with interfacing with the brain good enough, even if on the arm side it's not?
In essence, it works like a catalyst?
Yes, that was more or less the argument I was trying to do by the end of my comment: diffing is meant to be space agnostic (the -B option of diff(3)), but since code is committed with formatting, formatting will…
My point exactly. They have different ISA, and as such cannot be compared on the transistor count alone. They each correspond to a different era, with different needs, as BCD clearly tells. If today's HW engineers had a…
> 29000 transistors? But it's the same as an ARM2 which apparently was full 32bit and had an integer multiplier. It's a very good point. I think it's worth to ask a few questions in return. How many years separated the…
Great work!
Answering myself: I decided to search for SMP, which stands for Symetric Multi Processing, to verify its definition. This acronym is used for hardware sporting several identical CPUs, which is what we've seen so far in…
> Plainly named but patently cool, eFuel is a synthetic gasoline that burns exactly like the traditional stuff yet has minimal environmental impact. > But how is eFuel made? [...] the hydrogen is combined with carbon…
You should probably show a confirmation box when leaving the page - if that's possible - unless that feature is disabled in demo mode?
Perhaps there are undisclosed security implications?
What is it about?
> for example, just to add two numbers you have to shift mantissas and 6502 has no fast way to do it How much work is there to do beside shifting mantissa? (A shift is also necessary for many fixed point calculations).
But, wasn't the original argument discussing the merits of Bash as a shell? So you're saying that Bash is great as a shell because it's a shell?
so it's not Bash by itself which is great, it's POSIX shells? > they are part of POSIX (a Standard which is implemented by multiple OS) and therefore often available That's not an intrinsic property of Bash. > - you can…
> Most of the good features that people associate with Ubuntu are actually in Debian, with none of the proprietary weirdness that creeps into Ubuntu year over year. A lot of what you find in Debian also comes from what…
The main advantage of Silverblue isn't just toolbox (which isn't originally an Ubuntu tool, btw). The main advantage of Silverblue is its readonly root fs. Toolbox comes as the provided way for devs to be able to work…
> I got tired of running `pacman -Syu`, rebooting, and having my machine not turn on due to some new kernel change or some video driver change, or something else. It never happened to me with Manjaro.
Well, if you generalize the statement enough, indeed it's the same class of issue. In the situation you described: * you have a fairly easy way to detect the problem * the interns still have plausible deniability as to…
Sorry, clearly my comment wasn't very helpful. I was trying to point out that quoting parameters or not could bring a different meaning for a shell (as one could see it with Bash), with the implied consequence that one…
This would probably be the case for any language when the script is generated.
> However, given its superior strength we haven't overcome it yet... "Superior strength" is probably just a matter taste, however I would really like to read your explanation on why you think so.
> It would be really annoying if we always had to add quotes for string args when we're typing at the terminal With bash (and I suspect with every other popular shells out there), it actually means something different.…
> If your worry is parsing speed I am not personally worried by perf in either case, but I see your point. > It would take Internet Object years to develop parsers as performant as that Well, implementing a JSON parser…
Would this be the same cost if it were a point release (or service pack, what's the proper terminology in MS world?) rather than a major version release?
> Plus, as I wrote elsewhere, gzipping your JSON will result in essentially "avoiding having to repeat every field name" by dictionary coding it. Gzipping indeed helps in getting mostly back the space taken by the field…
> There is no robot hand in the world that can do that simple task. Is the technology dealing with interfacing with the brain good enough, even if on the arm side it's not?
In essence, it works like a catalyst?
Yes, that was more or less the argument I was trying to do by the end of my comment: diffing is meant to be space agnostic (the -B option of diff(3)), but since code is committed with formatting, formatting will…