Will this be released to the App Store?
One of the things go makes it simple to do is help a reader understand which constructs belong to which package, since any use of external imports is prefixed by the package name. In go, if I don’t know a constructs…
I expected the game to restart when I lost the word, but when it continued it piqued my interest to continue playing. It can get bit tedious as one progresses, you need to push yourself to continue. Not sure what can be…
Hey this seems like a nice tool. I would request if you can also add examples/demo for a listener before they begin the test, like intervals(what is P5, m6,etc how they sound), chords(major/minor chord in different…
> the idea was that either you contributed or not, and there is no gradient Is the work predefined,ie, how much will each person do? > Some have the group leader as the first name, or the 'big shot' is always first. My…
Bit off topic but I have always wondered how is it decided whose names would come first in a paper. You mentioned you and Duc Hoang having equal contribution, so how did you both decide this? Was it that persons idea…
> This pattern is particularly useful in scenarios where caching isn't suitable or when the results are expected to change frequently Any suitable examples? In the linked posts it gives querying weather service as an…
It’s insane that you are incapable of understanding anything I wrote. It’s even more insane that you seem to be unaware about evolution of error handling and why things are different in modern languages. Study software…
> I won't suggest any "technical" answer, because clearly you only want Go You can’t provide me any technical answer.
I suppose you are missing the point. Go had support for self contained binaries since its introduction in ~2009. This was not the case with dotnet, if i am not wrong. But nevertheless , if any language provides…
> Most of that was written by the Go team, not Google management, and even has the famous Rob Pike take on it. I am unable to understand your point or you seem to be making arguments that have nothing to do with the…
> if they can express the entire algorithm succinctly with a one liner > That's the kind of abstraction every piece of code should strive for and be shamed to the ground if they haven This obsession with one liners is…
https://go.dev/doc/faq#creating_a_new_language
Which is what should be discussed about go, rather than if-err clauses. That is hardly an issue in go. But Go has these little quirks which, if not careful, can become a problem. But instead most go critiques discuss…
> No it really doesn't. It litters your code with if statements that are all just about the same Wrong thing to be bothered with. This allows static analysis of every possible path the code can take. Try to do that with…
I can use this to set up my own custom mail service, like an alternative to gmail? Or at the very least, my own personal mail provider?
For the curious, solvers like z3 are used in programming languages to verify logic and constraints. Basically it can help find logic issues and bugs during compile time itself, instead of waiting for it to show up in…
Got it. Thank you so much.
Looks very interesting. Is there a published paper/article on your algorithm? Would like to take a dab at implementing this on my own. I could find this [0], but not sure if that represents the entire system?…
Unfortunately some folks do get bit sensitive on rust, that can be off putting. But what I wanted to know was about evaluation with other languages, because Andreas has written complex software. His insight might become…
That is true for parsers like libjs, but again crypto module or even networking, can still be written in spark, which is much more safety critical.
Not the case with spark. But I understand it requires writing lot of things from scratch for browsers. But I don’t think portability will be an issue with Ada, it is cross platform. However, this is where d shines. D…
What kind of response is this? I was asking if there was any technical evaluation on other languages. And D and Ada are not niche. They have been battle tested in critical software.
Is there any discussion on why D or even Ada was not considered? These languages have been around for long time. If they were willing to use llm to break the initial barrier to entry for a new language, then a case can…
Not as a daily driver but to make sure a software has wide support, not all users update their phone frequently. Also, many web features do not require using the latest in browser features. And just to be clear, I was…
Will this be released to the App Store?
One of the things go makes it simple to do is help a reader understand which constructs belong to which package, since any use of external imports is prefixed by the package name. In go, if I don’t know a constructs…
I expected the game to restart when I lost the word, but when it continued it piqued my interest to continue playing. It can get bit tedious as one progresses, you need to push yourself to continue. Not sure what can be…
Hey this seems like a nice tool. I would request if you can also add examples/demo for a listener before they begin the test, like intervals(what is P5, m6,etc how they sound), chords(major/minor chord in different…
> the idea was that either you contributed or not, and there is no gradient Is the work predefined,ie, how much will each person do? > Some have the group leader as the first name, or the 'big shot' is always first. My…
Bit off topic but I have always wondered how is it decided whose names would come first in a paper. You mentioned you and Duc Hoang having equal contribution, so how did you both decide this? Was it that persons idea…
> This pattern is particularly useful in scenarios where caching isn't suitable or when the results are expected to change frequently Any suitable examples? In the linked posts it gives querying weather service as an…
It’s insane that you are incapable of understanding anything I wrote. It’s even more insane that you seem to be unaware about evolution of error handling and why things are different in modern languages. Study software…
> I won't suggest any "technical" answer, because clearly you only want Go You can’t provide me any technical answer.
I suppose you are missing the point. Go had support for self contained binaries since its introduction in ~2009. This was not the case with dotnet, if i am not wrong. But nevertheless , if any language provides…
> Most of that was written by the Go team, not Google management, and even has the famous Rob Pike take on it. I am unable to understand your point or you seem to be making arguments that have nothing to do with the…
> if they can express the entire algorithm succinctly with a one liner > That's the kind of abstraction every piece of code should strive for and be shamed to the ground if they haven This obsession with one liners is…
https://go.dev/doc/faq#creating_a_new_language
Which is what should be discussed about go, rather than if-err clauses. That is hardly an issue in go. But Go has these little quirks which, if not careful, can become a problem. But instead most go critiques discuss…
> No it really doesn't. It litters your code with if statements that are all just about the same Wrong thing to be bothered with. This allows static analysis of every possible path the code can take. Try to do that with…
I can use this to set up my own custom mail service, like an alternative to gmail? Or at the very least, my own personal mail provider?
For the curious, solvers like z3 are used in programming languages to verify logic and constraints. Basically it can help find logic issues and bugs during compile time itself, instead of waiting for it to show up in…
Got it. Thank you so much.
Looks very interesting. Is there a published paper/article on your algorithm? Would like to take a dab at implementing this on my own. I could find this [0], but not sure if that represents the entire system?…
Unfortunately some folks do get bit sensitive on rust, that can be off putting. But what I wanted to know was about evaluation with other languages, because Andreas has written complex software. His insight might become…
That is true for parsers like libjs, but again crypto module or even networking, can still be written in spark, which is much more safety critical.
Not the case with spark. But I understand it requires writing lot of things from scratch for browsers. But I don’t think portability will be an issue with Ada, it is cross platform. However, this is where d shines. D…
What kind of response is this? I was asking if there was any technical evaluation on other languages. And D and Ada are not niche. They have been battle tested in critical software.
Is there any discussion on why D or even Ada was not considered? These languages have been around for long time. If they were willing to use llm to break the initial barrier to entry for a new language, then a case can…
Not as a daily driver but to make sure a software has wide support, not all users update their phone frequently. Also, many web features do not require using the latest in browser features. And just to be clear, I was…