Ph0X | 4 years ago | on: Python stands to lose its GIL, and gain a lot of speed
Ph0X's comments
Ph0X | 4 years ago | on: Python stands to lose its GIL, and gain a lot of speed
And it is also about flexibility. What I love about Python is the simplicity, and let's be honest, multiprocess anything but. Especially if you fall into one of the gotchas (unpickable data for example).
Ph0X | 4 years ago | on: Oculess – Removes account requirements and telemetry from Oculus Quest devices
Ph0X | 4 years ago | on: Oculess – Removes account requirements and telemetry from Oculus Quest devices
Is that true? From my understanding, Oculus has exclusive games, as well as supporting all open games, so Oculus basically supports all Vive games + a bunch of exclusives Vive doesn't. What games do Vive support that Oculus doesn't?
Ph0X | 4 years ago | on: Oculess – Removes account requirements and telemetry from Oculus Quest devices
That's the key point. The fact that some people weren't even able to use their Oculus device when FB went down for hours is insane. Imagine not being able to use your mouse or keyboard because Logitech went down.
There's a very big difference between an optional cloud system that brings convenience (settings sync) vs a required cloud system that the device cannot be used without.
From my understanding, the comment about was specifically trying to write regulation against the latter.
Ph0X | 4 years ago | on: Governor vows criminal prosecution of reporter who found flaw in state website
Ph0X | 4 years ago | on: Governor vows criminal prosecution of reporter who found flaw in state website
Ph0X | 4 years ago | on: Solar-powered aircraft flown for nearly three weeks without landing
Ph0X | 9 years ago | on: Amazon has made its first drone delivery to an actual customer
Also, as a straight comparison, drones are faster, scale better and are able to work at hours humans wouldn't. So even if it was 5$ vs 10$, some could argue that it's worth it. Obviously not in all situations, but sometimes there's an item you need right now and not tomorrow.
Ph0X | 9 years ago | on: Waymo: Google's self-driving car company
So either the problem in practice is much harder than a simple video can show, or something else is up.
Though, I think the real issue is that google wants to go straight for L5 (meaning 100% automated, and you can remove the steering wheel). As compared to an L4, which is more like 99.9% automated, but you still need steering wheel for those rare edge cases.
Ph0X | 9 years ago | on: Waymo: Google's self-driving car company
By the sound of it, they already have an L4 going (can drive itself in 99.99% of the situations, might need user take over in very rare cases).
Why not for now release an initial car with L4, and collect pile and pile of data, which is what they need to get over that last 0.01%.
Ph0X | 9 years ago | on: Waymo: Google's self-driving car company
L4 basically says the car can drive itself without attention in most cases. Driver only needs to take over in extreme cases where the computer can't figure it out (something on the road blocking, sever weather, super abnormal situation).
Ph0X | 9 years ago | on: Resolve simple merge conflicts on GitHub
But not everyone is working on big projects with tests, and not every merge conflict is actually complex code modification.
Sometimes it's just two commits adding something at the end of the file and there's not real conflict, or maybe you modified the same line twice and forgot to pull before doing your 2nd edit.
Ph0X | 9 years ago | on: How Discord handles over a million requests per minute with Elixir’s GenStage
They have found a pretty good niche with a lot of users. Just like how reddit did with subreddits. There are a lot of "smallish" communities out there, based around games, likes, twitch/youtube channels, etc, and they all need some place to hang out when they're not in saig game/channel.
I think right now what matters most is who comes out winner with the biggest community, monitezation can come later.
Ph0X | 9 years ago | on: Magic Leap’s technology may be years away from completion
Sounds very suspicious to me.
Ph0X | 9 years ago | on: Google says it will run entirely on renewable energy in 2017
Ph0X | 9 years ago | on: Amazon Go
For me, the far more time consuming part are:
1. Finding where something is (yes, after months you'll slowly memorize it all, but when you're new to a grocery shop, this easily takes 3-4 minute per item you need.
2. Choosing between the dozens of options.
The other day I went in this new store just to buy a shampoo and a mouthwash. For each there were over 30 near identical products and I spent way longer than necessary deciding which to go for.
With amazon fresh, I can at least search for a specific product, and also read reviews and specifics right there on the page. Amazon Go doesn't solve any of those problems...
It feels silly to me to create a whole store just to solve a tiny little problem that is grocery lines.
Ph0X | 9 years ago | on: Amazon Go
Ph0X | 9 years ago | on: Amazon Go
Ph0X | 9 years ago | on: Show HN: Anycomplete
> though, as Guido van Rossum noted, the Python developers could always just take the performance improvements without the concurrency work and be even faster yet.
Why be 10% faster single threaded when you can be 20% faster single threaded!