Haha how about no. Why the fuck should I follow your rules when you falsely accused me of an attack. I didn't launch a single attack. Literally cite a source.
Case in point, This guy turned what was just fact checking into something personal. See, it's not about being civil. That's just the way people like to think they are. The reality is most people can't accept being wrong…
Nix has a multitude of drawbacks the biggest being learnability.
>learnability I feel this is the single most important causative factor for language popularity. Javascript may have much more bad parts to the language than say Haskell but it's far easier for a programmer to learn all…
"In computer science, imperative programming is a programming paradigm that uses statements that change a program's state." The above quote is ripped straight out of wikipedia's definition of imperative programming…
I see no personal attack. Technically speaking.
Welp most of my accounts don't have much karma to even downvote. I have some that went past 800 but I abandoned them because I like to tell people how I disagree.
https://www.wikiwand.com/en/Imperative_programming "In computer science, imperative programming is a programming paradigm that uses statements that change a program's state." You will see from the quotation above. The…
I've been here for over 10. I've had accounts with lots of karma generated by simply agreeing with everything I read or just commenting with useless side suggestions. T I've experimented a lot. Without changing tone…
>The stdout buffer. The stdout buffer is not part of the haskell language, it is part of the OS. The haskell runtime reads the haskell language and accesses the buffer. Neither the runtime or the buffer is part of the…
>Let's just gloss over the increasingly-common smoke from wildfires... :) Yeah that part is bad. Not sure how to rate CA in general when you account for this as the wild fires only started getting crazy recently. For…
For the south bay it's not 3 months of the year, 100F lasts for like 2-3 weeks at most (actually realistically it's more like 95-100). It's the same for socal. Socal has about 2-3 weeks in the summer where the temps…
Technically everything in the universe can be modelled by math. If it isn't modelled yet we can make something up to model it. Math is just axioms and theorems so yeah, you're not wrong. I'm speaking in less technical…
Of course but bay is still one of the best in the world. Also the bay encompasses more than SF, while SF and daly city have notoriously foggy weather, the rest of the bay area is quite good.
I think the migration out of the bay will make it a more reasonable place to live. We do have some of the best weather in the world. I'm going to gamble on staying. Hopefully this isn't like detroit.
>I think you’re getting downvoted (I can’t) because of your first statement. nobody is reading this stuff anymore. It's just you and me. You have over 800 karma. You CAN downvote and you ARE. There is no theatrics,…
It does. You're completely and utterly wrong. You don't understand. I'll reiterate my example a SQL string is pure. Just like the IO monad is pure. However when you're coding the sql string in your "pure" haskell…
I never said it's not pure. Just like how a SQL string in haskell is fully pure. Doesn't change the fact that you're using pure primitives to control a process that is fundamentally unpure. The concept leaks across the…
I refer to business problems but in reality what I said applies to all problems.
Not all aspects of programming can be described by math. Mutations and IO are very critical parts of programming and the two areas where FP breaks down. Even the IO Monad leaks the imperative nature of the program over…
So you like writing functions that take 3 functions as input parameters and returns a new function that also takes a function as an input parameter and returns another function? In general excessive use of this at great…
I disagree with the higher order functions thing. Writing functions that receive other functions as input can lead to over complicated code that's really hard to read. It's literally the same thing as dependency…
>My flawed argument was based on India and China sharing a land border and that shared genetic markers are found on both sides of it. This is not flawed reasoning. Despite Indians and Chinese people possessing unique…
>I think you’ll find that’s strictly an American definition of “Asian”. No, that's just colloquial usage of the term "Asian" in America. The official definition we use in America is the same as the UK version. >Also…
>I can’t help but feel like articles like this are an attempt to racialize Asians and make them identify as a marginalized minority group, instead of as individuals who are in the process of achieving upward mobility.…
Haha how about no. Why the fuck should I follow your rules when you falsely accused me of an attack. I didn't launch a single attack. Literally cite a source.
Case in point, This guy turned what was just fact checking into something personal. See, it's not about being civil. That's just the way people like to think they are. The reality is most people can't accept being wrong…
Nix has a multitude of drawbacks the biggest being learnability.
>learnability I feel this is the single most important causative factor for language popularity. Javascript may have much more bad parts to the language than say Haskell but it's far easier for a programmer to learn all…
"In computer science, imperative programming is a programming paradigm that uses statements that change a program's state." The above quote is ripped straight out of wikipedia's definition of imperative programming…
I see no personal attack. Technically speaking.
Welp most of my accounts don't have much karma to even downvote. I have some that went past 800 but I abandoned them because I like to tell people how I disagree.
https://www.wikiwand.com/en/Imperative_programming "In computer science, imperative programming is a programming paradigm that uses statements that change a program's state." You will see from the quotation above. The…
I've been here for over 10. I've had accounts with lots of karma generated by simply agreeing with everything I read or just commenting with useless side suggestions. T I've experimented a lot. Without changing tone…
>The stdout buffer. The stdout buffer is not part of the haskell language, it is part of the OS. The haskell runtime reads the haskell language and accesses the buffer. Neither the runtime or the buffer is part of the…
>Let's just gloss over the increasingly-common smoke from wildfires... :) Yeah that part is bad. Not sure how to rate CA in general when you account for this as the wild fires only started getting crazy recently. For…
For the south bay it's not 3 months of the year, 100F lasts for like 2-3 weeks at most (actually realistically it's more like 95-100). It's the same for socal. Socal has about 2-3 weeks in the summer where the temps…
Technically everything in the universe can be modelled by math. If it isn't modelled yet we can make something up to model it. Math is just axioms and theorems so yeah, you're not wrong. I'm speaking in less technical…
Of course but bay is still one of the best in the world. Also the bay encompasses more than SF, while SF and daly city have notoriously foggy weather, the rest of the bay area is quite good.
I think the migration out of the bay will make it a more reasonable place to live. We do have some of the best weather in the world. I'm going to gamble on staying. Hopefully this isn't like detroit.
>I think you’re getting downvoted (I can’t) because of your first statement. nobody is reading this stuff anymore. It's just you and me. You have over 800 karma. You CAN downvote and you ARE. There is no theatrics,…
It does. You're completely and utterly wrong. You don't understand. I'll reiterate my example a SQL string is pure. Just like the IO monad is pure. However when you're coding the sql string in your "pure" haskell…
I never said it's not pure. Just like how a SQL string in haskell is fully pure. Doesn't change the fact that you're using pure primitives to control a process that is fundamentally unpure. The concept leaks across the…
I refer to business problems but in reality what I said applies to all problems.
Not all aspects of programming can be described by math. Mutations and IO are very critical parts of programming and the two areas where FP breaks down. Even the IO Monad leaks the imperative nature of the program over…
So you like writing functions that take 3 functions as input parameters and returns a new function that also takes a function as an input parameter and returns another function? In general excessive use of this at great…
I disagree with the higher order functions thing. Writing functions that receive other functions as input can lead to over complicated code that's really hard to read. It's literally the same thing as dependency…
>My flawed argument was based on India and China sharing a land border and that shared genetic markers are found on both sides of it. This is not flawed reasoning. Despite Indians and Chinese people possessing unique…
>I think you’ll find that’s strictly an American definition of “Asian”. No, that's just colloquial usage of the term "Asian" in America. The official definition we use in America is the same as the UK version. >Also…
>I can’t help but feel like articles like this are an attempt to racialize Asians and make them identify as a marginalized minority group, instead of as individuals who are in the process of achieving upward mobility.…