Line drawings work because they represent the centers of symmetry for surfaces and volumes. They trigger the same center-neurons that the original shape would. A hand could appear on you retina in different sizes and…
Strawman attack. I didn't mention mining; anyone can purchase crypto. If you prefer to support the fiat thugs by holding into their tokens, be ready to pay the price.
Early crypto adopters are freedom minded people. I have no problem with a new economic system where the wealthiest are the most freedom-oriented. If crypto ever replaces the current monetary system, late adopters will…
> On PoW this would be like an attacker's mining rig burning down. A rig burning down will undermine the network's security (as less electricity/capital is invested in securing it), while a stake burning strengthens it…
https://pubmed.ncbi.nlm.nih.gov/29798816/
This has nothing to do with my point. Law exists to establish peace and consensus. Contacts are the most basic construct enabling modern life in a crowded society. Reinterpreting contracts in a liberal, unreasonable…
Examining this case from a "similarity to employee" perspective neglects a crucial factor: the expectations between the parties at the time of contract. It's patently obvious no Uber driver expected to be treated as an…
FP didn't invent immutable data, or mathematical functions. It just makes it easier to use them for some domains, while complicating others. Imperative programs can have isolated, pure subsections of functionality which…
Glad to hear there's commercial interest for Nim!
Didn't expect otherwise. You'd use a logical response if you had one. My comment is a direct response to the OP who implied FPs are going to "take over". I'm being downvoted probably by FP zealots who can't deal with…
Debugging and (semantic) renaming. As said, this is the minimum requirements I pose on any language for production use. Nim in VS Code lacks both. There's some limited debugging support at the generated C code, but this…
You'd be more convincing providing a substantial response instead of referring me to "investigate". I've used FP extensively, and they all make mutation very hard, by design. Do you disagree with this premise? Do you…
The ability to change value by ref is crucial to most real-world apps. This is not surprising, as those apps are modeled to represent a real, dynamic world. Functional languages tend to disregard this, and demand…
D & Nim (especially Nim) are very appealing from a language perspective, but the lack an IDE undermines the advantages they bring. I personally won't consider using a language for a meaningful project unless it has a…
Where Mindustry falls short for me is where once the waves are over, you're forced to leave your base and start all over. I'm not motivated to invest in optimization if the production line is going to be abandoned soon;…
There's no real drop, but number manipulation. They just label you as "healed" if the tumor doesn't return after a some short period of time, which gets shorter by the year. Actually mortality rates are at all times…
The entire medical field is based on opinion and wizardry. We're sicker and weaker than ever. I've healed myself from various conditions by going carnivore. Take it or leave it.
Cancer is not a disease, but a state of overall body deterioration. You can't fix it; only the body can fix itself. Stop attacking it with carbs and plant oils, and give it the fuel it needs: unprocessed animal protein…
Also, forgot to mention, that in some analyzers, even if you have no actual code change, the symbols change meaning, and then you're forced to recreate the tree regardless, because you can't change the node-symbol…
The problem with immutability in a rapidly mutating environment is that the theory clashes with reality. Anytime a leaf node changes, all its ancestors have to be replaced, instead of just updating the leaf in place.…
> the overall size of your code has increased a lot over time, causing performance issues due to issues that have existed for a long time, but weren't being felt yet. Not really. A simple empty project displays the same…
I'm not using ReSharper, and never have. The editor simply gets slower every version, and now it's come to the point where I seriously consider downgrading.
While the rewrite enabled faster development of the language as a whole, it also gradually destroyed the IDE's performance. The editor in VS 2019 is simply unworkable. I blame this directly on the immutable AST. While a…
We need less languages, more IDEs.
C# has supported interactive scripting for years now since Roslyn came about. Even VS has a C# Interactive window.
Line drawings work because they represent the centers of symmetry for surfaces and volumes. They trigger the same center-neurons that the original shape would. A hand could appear on you retina in different sizes and…
Strawman attack. I didn't mention mining; anyone can purchase crypto. If you prefer to support the fiat thugs by holding into their tokens, be ready to pay the price.
Early crypto adopters are freedom minded people. I have no problem with a new economic system where the wealthiest are the most freedom-oriented. If crypto ever replaces the current monetary system, late adopters will…
> On PoW this would be like an attacker's mining rig burning down. A rig burning down will undermine the network's security (as less electricity/capital is invested in securing it), while a stake burning strengthens it…
https://pubmed.ncbi.nlm.nih.gov/29798816/
This has nothing to do with my point. Law exists to establish peace and consensus. Contacts are the most basic construct enabling modern life in a crowded society. Reinterpreting contracts in a liberal, unreasonable…
Examining this case from a "similarity to employee" perspective neglects a crucial factor: the expectations between the parties at the time of contract. It's patently obvious no Uber driver expected to be treated as an…
FP didn't invent immutable data, or mathematical functions. It just makes it easier to use them for some domains, while complicating others. Imperative programs can have isolated, pure subsections of functionality which…
Glad to hear there's commercial interest for Nim!
Didn't expect otherwise. You'd use a logical response if you had one. My comment is a direct response to the OP who implied FPs are going to "take over". I'm being downvoted probably by FP zealots who can't deal with…
Debugging and (semantic) renaming. As said, this is the minimum requirements I pose on any language for production use. Nim in VS Code lacks both. There's some limited debugging support at the generated C code, but this…
You'd be more convincing providing a substantial response instead of referring me to "investigate". I've used FP extensively, and they all make mutation very hard, by design. Do you disagree with this premise? Do you…
The ability to change value by ref is crucial to most real-world apps. This is not surprising, as those apps are modeled to represent a real, dynamic world. Functional languages tend to disregard this, and demand…
D & Nim (especially Nim) are very appealing from a language perspective, but the lack an IDE undermines the advantages they bring. I personally won't consider using a language for a meaningful project unless it has a…
Where Mindustry falls short for me is where once the waves are over, you're forced to leave your base and start all over. I'm not motivated to invest in optimization if the production line is going to be abandoned soon;…
There's no real drop, but number manipulation. They just label you as "healed" if the tumor doesn't return after a some short period of time, which gets shorter by the year. Actually mortality rates are at all times…
The entire medical field is based on opinion and wizardry. We're sicker and weaker than ever. I've healed myself from various conditions by going carnivore. Take it or leave it.
Cancer is not a disease, but a state of overall body deterioration. You can't fix it; only the body can fix itself. Stop attacking it with carbs and plant oils, and give it the fuel it needs: unprocessed animal protein…
Also, forgot to mention, that in some analyzers, even if you have no actual code change, the symbols change meaning, and then you're forced to recreate the tree regardless, because you can't change the node-symbol…
The problem with immutability in a rapidly mutating environment is that the theory clashes with reality. Anytime a leaf node changes, all its ancestors have to be replaced, instead of just updating the leaf in place.…
> the overall size of your code has increased a lot over time, causing performance issues due to issues that have existed for a long time, but weren't being felt yet. Not really. A simple empty project displays the same…
I'm not using ReSharper, and never have. The editor simply gets slower every version, and now it's come to the point where I seriously consider downgrading.
While the rewrite enabled faster development of the language as a whole, it also gradually destroyed the IDE's performance. The editor in VS 2019 is simply unworkable. I blame this directly on the immutable AST. While a…
We need less languages, more IDEs.
C# has supported interactive scripting for years now since Roslyn came about. Even VS has a C# Interactive window.