Curious if you have any links about the rapid progression of robotics (as someone who is not educated on the topic). It was my feeling with robotics that the more challenging aspect will be making them economically…
Monorepo != all devs having merge permissions to all directories. Every single large monorepo company will have granular permissions on who can approve PRs into which directories based on team ownership. This is…
I don’t think we have a great track record at fully understanding these complex biological systems well enough to engineer life.
The issue is that algorithms are like a casino for your time. We all know that gambling addicts exist and how destructive it is to their lives, the casino exploits behaviors and gets all their money. As a result people…
Crowdsourced reviews often provide objective information that is not offered by the restaurant. Sometimes the omission is unintentional, but more importantly, independent reviews will write negative things that a…
Citymapper shows this in their transit directions. They tell you the best part of the train to get on and the best subway entrance/exit.
I think it’s not entirely accurate to say that we “learn” to walk from a zero state. It’s clear that our DNA has embedded knowledge of how to walk and it develops our body appropriately. Our brains might also have…
This neglects the first reason listed in the article for why you would use a lock. > Efficiency: Taking a lock saves you from unnecessarily doing the same work twice (e.g. some expensive computation). If the lock fails…
The copters can fly into a net suspended from the airship, rather than needing to gain all the altitude themselves.
I don’t believe that necessity will dictate our ability to create these technologies, the challenges are significant. Capitalism adjusting for reduced supply and greater demand by increasing pay is something more…
I don’t think we’re anywhere near the level of general robotics and intelligence that would obsolete human labor. None of the most labor intensive industries have been able to fully automate, agriculture, mining,…
An anecdote does not prove that RealPage doesn’t have a greater impact in other markets… That’s just not how logic works. You also fail to consider that rents may have fallen further if RealPage was not in use.
This definitely requires some citations. There is no evidence that you are presenting that supports the 2-5% claim. I don’t think you are fully understanding the impact of price collusion or the suit presented here. The…
Palantir runs on the customer’s own cloud, or a major cloud provider of the customer’s choosing in the region of their choosing. There’s no data aggregation/sharing across customers, it works similar to AWS.
Inputs to standard libraries will obviously never NPE if you pass in a non-null value. For outputs, a lot of standard collection .get() calls are unnecessary when you’re working with small collections or Optionals,…
Usually you’re using a lot of Optional and Streams, so the collection method returns null inside a .map() and you don’t need to think about it. To be clear, it is handled by the checkstyle rules at compile time, so you…
If you properly handle not returning/using nulls in your checkstyle rules and don’t allow nulls to be deserialized anywhere (forcing the use of Optional), then you can pretty much eliminate NPE. I can’t remember the…
If you have insufficient material how can you capture the king? Checkmate is by definition one move before forced capture of the king, the game doesn’t change by making it end one move later.
Given domains are not encrypted I’m not sure this holds true. Attackers can already target financial websites, messaging websites, etc…
My primary mechanism to load books on my Kindle is via emailing ePubs, granted, I'm probably in the minority of users but I couldn't ask for an easier workflow.
Aren’t these taxations generally regressive given poor people spend ~100% of their income and ultra rich people spend <1%. So you’re taxing the poor person on all of their money but barely taxing the rich person.
Yes, I mean the amount that the cost is inflated by is much greater than 4%.
Profit can be manipulated. Creating a giant bureaucracy of overpaid administrators and middlemen can siphon off any amount of money while declaring no profit.
The fare isn’t calculated on the spot though, a base amount is authorized and then only charged later. Not that the plug needs to figure that out immediately but it’s worth noting.
This is a nonsensical argument, the CBP doesn’t know if they will be sold illegally, the same way they don’t know that a company importing corn syrup AND honey is actually going to mix them and sell a counterfeit…
Curious if you have any links about the rapid progression of robotics (as someone who is not educated on the topic). It was my feeling with robotics that the more challenging aspect will be making them economically…
Monorepo != all devs having merge permissions to all directories. Every single large monorepo company will have granular permissions on who can approve PRs into which directories based on team ownership. This is…
I don’t think we have a great track record at fully understanding these complex biological systems well enough to engineer life.
The issue is that algorithms are like a casino for your time. We all know that gambling addicts exist and how destructive it is to their lives, the casino exploits behaviors and gets all their money. As a result people…
Crowdsourced reviews often provide objective information that is not offered by the restaurant. Sometimes the omission is unintentional, but more importantly, independent reviews will write negative things that a…
Citymapper shows this in their transit directions. They tell you the best part of the train to get on and the best subway entrance/exit.
I think it’s not entirely accurate to say that we “learn” to walk from a zero state. It’s clear that our DNA has embedded knowledge of how to walk and it develops our body appropriately. Our brains might also have…
This neglects the first reason listed in the article for why you would use a lock. > Efficiency: Taking a lock saves you from unnecessarily doing the same work twice (e.g. some expensive computation). If the lock fails…
The copters can fly into a net suspended from the airship, rather than needing to gain all the altitude themselves.
I don’t believe that necessity will dictate our ability to create these technologies, the challenges are significant. Capitalism adjusting for reduced supply and greater demand by increasing pay is something more…
I don’t think we’re anywhere near the level of general robotics and intelligence that would obsolete human labor. None of the most labor intensive industries have been able to fully automate, agriculture, mining,…
An anecdote does not prove that RealPage doesn’t have a greater impact in other markets… That’s just not how logic works. You also fail to consider that rents may have fallen further if RealPage was not in use.
This definitely requires some citations. There is no evidence that you are presenting that supports the 2-5% claim. I don’t think you are fully understanding the impact of price collusion or the suit presented here. The…
Palantir runs on the customer’s own cloud, or a major cloud provider of the customer’s choosing in the region of their choosing. There’s no data aggregation/sharing across customers, it works similar to AWS.
Inputs to standard libraries will obviously never NPE if you pass in a non-null value. For outputs, a lot of standard collection .get() calls are unnecessary when you’re working with small collections or Optionals,…
Usually you’re using a lot of Optional and Streams, so the collection method returns null inside a .map() and you don’t need to think about it. To be clear, it is handled by the checkstyle rules at compile time, so you…
If you properly handle not returning/using nulls in your checkstyle rules and don’t allow nulls to be deserialized anywhere (forcing the use of Optional), then you can pretty much eliminate NPE. I can’t remember the…
If you have insufficient material how can you capture the king? Checkmate is by definition one move before forced capture of the king, the game doesn’t change by making it end one move later.
Given domains are not encrypted I’m not sure this holds true. Attackers can already target financial websites, messaging websites, etc…
My primary mechanism to load books on my Kindle is via emailing ePubs, granted, I'm probably in the minority of users but I couldn't ask for an easier workflow.
Aren’t these taxations generally regressive given poor people spend ~100% of their income and ultra rich people spend <1%. So you’re taxing the poor person on all of their money but barely taxing the rich person.
Yes, I mean the amount that the cost is inflated by is much greater than 4%.
Profit can be manipulated. Creating a giant bureaucracy of overpaid administrators and middlemen can siphon off any amount of money while declaring no profit.
The fare isn’t calculated on the spot though, a base amount is authorized and then only charged later. Not that the plug needs to figure that out immediately but it’s worth noting.
This is a nonsensical argument, the CBP doesn’t know if they will be sold illegally, the same way they don’t know that a company importing corn syrup AND honey is actually going to mix them and sell a counterfeit…