Readit News logoReadit News
robmcm commented on Migrating 300k LOC from Flow to TypeScript   medium.com/tech-quizlet/n... · Posted by u/rgoldfinger
WorldMaker · 7 years ago
> Flow supports the upcoming `?.` operator and overall they seem more open to introducing features that are in a development phase

It's funny because Typescript started out by trying to get ahead of a lot of features and "settling down" to trying to stick to (mostly) only TC39 Stage 3+ features has been a maturation that has been good for the language. It's interesting that Flow seems to be moving the other direction.

A benefit to making it easier to pipeline Typescript inside Babel is that it is no longer entirely on Typescript to transpile every possible wishlist language proposal. This is also why a lot of people preferred Flow because you could just slot Flow checking before or after certain transforms. Typescript is getting better about fitting into the middle of a Babel transform stack so that you might have some basic preprocessing steps of Stage 2 or earlier or non-standards track things that Babel supports before type checking.

(The Optional Chaining proposal for `?.` is currently in Stage 2 in TC39. Indications seem to be that at least some of the Typescript devs are ready to champion that feature in the very minute it hits Stage 3.)

robmcm · 7 years ago
Can’t wait for the, “Elvis operator” to land. Going to remove so much code!
robmcm commented on How an Ex-Cop Rigged McDonald’s Monopoly Game and Stole Millions   thedailybeast.com/how-an-... · Posted by u/DLay
ocdtrekkie · 8 years ago
It's mostly just shocking to me there isn't more separation of duties amongst a few people. The fact that one guy could pull this off suggests some major failure to consider single points of failure. He did allegedly have someone with him, but they didn't even sit in the same place on the plane!

The mark of a good security expert is that they will tell you the threat they themselves, potentially, are. (This is true for IT as well.)

robmcm · 8 years ago
There also seems to be zero analysis of the winners. Simple analytics would have raised concerns early on.

I guess the company just didn’t care, as long as someone won and the marketing worked.

robmcm commented on Will Kubernetes Collapse Under the Weight of Its Complexity?   influxdata.com/blog/will-... · Posted by u/tim_sw
hliyan · 8 years ago
This whole image, to me, represents a big problem with software engineering today: https://twitter.com/dankohn1/status/989956137603747840

The industry is full of engineers who are experts in weirdly named "technologies" (which are really just products and libraries) but have no idea how the actual technologies (e.g. TCP/IP, file systems, memory hierarchy etc.) work. I don't know what to think when I meet engineers who know how to setup an ELB on AWS but don't quite understand what a socket is...

robmcm · 8 years ago
I expect people said this about developers that just knew about TCP/IP and not how the PHY worked.

At every level of abstraction they is a boundary that people may not choose (or have time) to pass.

I'm not saying everyone should be forced to learn about every layer, but these knowledge boundaries exist everywhere, and I'm not sure what can be done to improve the situation...

robmcm commented on Perspective: Streaming pivot visualization via WebAssembly   github.com/jpmorganchase/... · Posted by u/texodus
mi100hael · 8 years ago
J.P.Morgan is not "the stock market" and financial companies are not software companies. They are not selling software. They are selling financial services.
robmcm · 8 years ago
SAA(F)S?
robmcm commented on Perspective: Streaming pivot visualization via WebAssembly   github.com/jpmorganchase/... · Posted by u/texodus
bassman9000 · 8 years ago
JPMorgan IT department must be larger than the majority of SW companies out there
robmcm · 8 years ago
"With 40,000 technologists across 14 technology hubs around the world, there are endless opportunities to create what’s next"

[https://careers.jpmorgan.com/careers/US/en/divisions/technol...]

robmcm commented on “You're on the verge of losing everything but you don’t understand why”   bbc.co.uk/news/stories-42... · Posted by u/sjclemmy
labster · 8 years ago
So you read this story. It's entirely written in the second person. You get annoyed by that, because the story isn't really about you, it's about someone else. You keep reading anyway. You are appalled by the complexity of the social safety net and all of the needless bureaucracy, and how this makes people including you more vulnerable if something goes wrong.
robmcm · 8 years ago
The concept is to make you see the world though someone else's eyes, to put you into someone else's shoes.

You are highlighting your inability to do this, and proving how you only want to consider the impact directly on yourself.

robmcm commented on “You're on the verge of losing everything but you don’t understand why”   bbc.co.uk/news/stories-42... · Posted by u/sjclemmy
muse900 · 8 years ago
I lived in London for several years.

I've met people that were very open about scamming the system.

I once knew a person, that went to London 17 years ago from another Country. He managed to get a not fit for work benefit and housing. His later then 'wife', they never got married but have a child together and live together, got some illness. Never met her, he was saying that was a genuine illness and not like his and she can't work.

So that person that I mentioned above, owned a car and a motorbike. Not sure if those items were under his name or not. He also worked at a car mechanic shop for money under the table.

In the 4 years I knew him, he was never caught, nor anyone went to his supposed house to check if he is there or what he is doing.

That guy was literally skimming the system for money without any control. At some point he and his 'wife' found out about another scam that they could run, if she gets evicted by her landlord (both of them were getting housing benefits, but they were presenting that they were staying at 2 different properties while he was staying at her house) she could somehow get a free house. So they decided to bring a dog home so that the landlord sends them out. They got send out. She was put into a b&b with her daughter for a few months, while he was staying at the other house the benefits was paying for and then I've no idea if the scam worked or not.

To be very and completely honest, I did look into how I can report that guy, just because I didn't find it fair, that I am paying taxes and there are people like this person on the article that really need the money, and you get those people that just scam the system. All I got from googling how to report someone, was that the reporting system sucks so much that the HMRC won't really do much about it.

That sort story is just there to show you whats wrong with the system in general.

robmcm · 8 years ago
I have similar stories about acquaintance IT contractors using offshore tax schemes. Are they better or worse?

These anecdotes about complex systems only fuel peoples preconceived perceptions of systems that they fear benefit others more than them.

robmcm commented on Apple Buys Shazam to Boost Apple Music   bloomberg.com/news/articl... · Posted by u/kentwistle
robmcm · 8 years ago
This is (unfortunately) a huge testament to patenting technology. I remember Shazam shutting down a lot of early iOS apps that provided music discovery services. The technology it’s self became relatively simple in the last 10 years, but their ownership of the patent has kept them on top.

I suspect it’s due to end soon, and they realised once it’s gone they would just become a feature of music streaming services. Good to get out now while there is still some exclusivity for Apple to milk.

robmcm commented on How Redux Works: A Counter-Example   daveceddia.com/how-does-r... · Posted by u/kiyanwang
leshow · 8 years ago
How often do you see redux used with anything other than react? Or are you just talking about redux working with react alternatives like preact/inferno, etc?

You're not wrong, but practically 99% of people pair it with react.

robmcm · 8 years ago
It seems to be quite common in angular, even if used indirectly or via inspired libraries.

https://github.com/search?utf8=%E2%9C%93&q=angular+redux&typ...

robmcm commented on How Redux Works: A Counter-Example   daveceddia.com/how-does-r... · Posted by u/kiyanwang
robmcm · 8 years ago
There is a certain paradox with teaching something like Redux, in that it's designed to make complex systems easy to understand and manageable. Yet when trying to demonstrate with a simple example, it appears hugely over complex and unnecessary.

I think a pre-requisite to learning something like Redux (or any micro-architecture) is to first try building something without it. Once you understand the pains of undisciplined, organically designed, spaghetti applications, the cynicism is replaced by excitement over how this will improve your job/life/application.

u/robmcm

KarmaCake day1077October 12, 2011View Original