You didn't provide any arguments to support your claim. Calling people names isn't going to convince anyone.
They do more than that. If you ask for ui with a button that button won't be upside down even if you didn't specify its orientation. Lots of the detail can be inferred from general human preferences, which are present…
> Since encoding/json marshals a nil slice or map as a JSON null How did that make it into the v1 design?
We used to use Maestro but then they unfortunately decided to go all in on AI and hiked the price to match, making it no longer worthwhile for us.
Any more details on the setup? How does it kick of based a push? Could you kick it off on a successful GitHub run?
This missed the point. The point of not that you can forget to check the null case. The point is that you can express that sometimes there's no null case.
Aside: does that mean that Falcon 9 could carry ~20,000 CubeSats at the cost of 62M/20k = USD 3,100 per satelite? That would be awesome. Now if I could just find another 19,999 people who want to ride-share with me.
Doesn't seem relevant given the number of places in Europe that are more progressive and failed to replicate silicon valley.
Did they know of specific instances of fraud or just more generally that it was going on?
How does it perform on short strings (e.g. <= 16 bytes)? We've seen several new hash functions lately with great throughput numbers, but unfortunately they often end up being slower than FNV when used e.g. on keys in…
Glassdoor salaries for Google Switzerland: https://www.glassdoor.com.au/Salary/Google-Zurich-Salaries-E... The average base salary seems to be CHF 136,344 (USD 140,000) per year.
Just sticking with the pure types there's currently no generic stream model that works well. No stream fusion system fuses all cases (even in theory) and they also fail to fuse the cases they're supposed to handle too…
This whole thread is exactly about how "write libraries!" (if done outside the standard library) doesn't work (see my top post). I do agree that lack of modularity features certainly doesn't help though.
Risking to go off-topic a bit, I think the lazy versions of Text and ByteString wouldn't have been needed if we had nice abstractions for streams (lists are not, they cause allocation we cannot get rid of) so that you…
Agreed, except for the "like Go" part, which is unnecessarily ad-hoc.
You don't need a standard library to win if you don't have any competitors (in the browser). :) Fitness for purpose is relative to the other options.
There can be more than one problem, including having a small standard library.
But C didn't have competitors with large standard libraries, so it didn't suffer as much for it.
The "big corporate sponsor" argument often comes up when discussing language success. Google doesn't really put more than a few people's time into Go, the rest is open source. Other languages like Python didn't have any…
> "Managers focus on ..., creating a vision for how that team will execute its goals" Confusing management with leadership is one of the main reasons for politics and empire building. Once managers think they're in…
It looks like you have a bit of a biased experience from working on Chrome. The absolute majority of the code is in the monorepo.
As the designer of the Strict pragma I can say that Idris had nothing to do with anything.
Note that this isn't the "official" Haskell style guide. We don't have one (although we probably shouldn't). This is one of the competing guides out there.
You can connect to the run-time system e.g. using the ekg package.
Aren't they complimentary? You can have a side-by-side diff without the extra context this change introduces. That said, I also want side-by-side diffs. They're necessary for more complex diffs.
You didn't provide any arguments to support your claim. Calling people names isn't going to convince anyone.
They do more than that. If you ask for ui with a button that button won't be upside down even if you didn't specify its orientation. Lots of the detail can be inferred from general human preferences, which are present…
> Since encoding/json marshals a nil slice or map as a JSON null How did that make it into the v1 design?
We used to use Maestro but then they unfortunately decided to go all in on AI and hiked the price to match, making it no longer worthwhile for us.
Any more details on the setup? How does it kick of based a push? Could you kick it off on a successful GitHub run?
This missed the point. The point of not that you can forget to check the null case. The point is that you can express that sometimes there's no null case.
Aside: does that mean that Falcon 9 could carry ~20,000 CubeSats at the cost of 62M/20k = USD 3,100 per satelite? That would be awesome. Now if I could just find another 19,999 people who want to ride-share with me.
Doesn't seem relevant given the number of places in Europe that are more progressive and failed to replicate silicon valley.
Did they know of specific instances of fraud or just more generally that it was going on?
How does it perform on short strings (e.g. <= 16 bytes)? We've seen several new hash functions lately with great throughput numbers, but unfortunately they often end up being slower than FNV when used e.g. on keys in…
Glassdoor salaries for Google Switzerland: https://www.glassdoor.com.au/Salary/Google-Zurich-Salaries-E... The average base salary seems to be CHF 136,344 (USD 140,000) per year.
Just sticking with the pure types there's currently no generic stream model that works well. No stream fusion system fuses all cases (even in theory) and they also fail to fuse the cases they're supposed to handle too…
This whole thread is exactly about how "write libraries!" (if done outside the standard library) doesn't work (see my top post). I do agree that lack of modularity features certainly doesn't help though.
Risking to go off-topic a bit, I think the lazy versions of Text and ByteString wouldn't have been needed if we had nice abstractions for streams (lists are not, they cause allocation we cannot get rid of) so that you…
Agreed, except for the "like Go" part, which is unnecessarily ad-hoc.
You don't need a standard library to win if you don't have any competitors (in the browser). :) Fitness for purpose is relative to the other options.
There can be more than one problem, including having a small standard library.
But C didn't have competitors with large standard libraries, so it didn't suffer as much for it.
The "big corporate sponsor" argument often comes up when discussing language success. Google doesn't really put more than a few people's time into Go, the rest is open source. Other languages like Python didn't have any…
> "Managers focus on ..., creating a vision for how that team will execute its goals" Confusing management with leadership is one of the main reasons for politics and empire building. Once managers think they're in…
It looks like you have a bit of a biased experience from working on Chrome. The absolute majority of the code is in the monorepo.
As the designer of the Strict pragma I can say that Idris had nothing to do with anything.
Note that this isn't the "official" Haskell style guide. We don't have one (although we probably shouldn't). This is one of the competing guides out there.
You can connect to the run-time system e.g. using the ekg package.
Aren't they complimentary? You can have a side-by-side diff without the extra context this change introduces. That said, I also want side-by-side diffs. They're necessary for more complex diffs.