- mobile devices with extremely long battery life (weeks)
- mobile devices that can be put into a dishwasher and do not need to be treated gently.
- HashCash
- non-ai personal assistant/concierge services
- Theranos-like tech
- Teledildonics
781–790 of 1001 posts
- mobile devices with extremely long battery life (weeks)
- mobile devices that can be put into a dishwasher and do not need to be treated gently.
- HashCash
- non-ai personal assistant/concierge services
- Theranos-like tech
- Teledildonics
Earlier quoted context omitted.
You're confusing throughput with latency. Those old systems were objectively more responsive because the keyboard and mouse were tied directly to high-priority IRQs which were serviced in the OS. Now we have USB keyboards and mice, which go on the same IRQ lines as every other USB device, and even if the OS could service them specially, it doesn't. So keyboard and mouse events go on a queue of things to do: disk acce…
Oh come on, there's no way you can tell the difference in latency between a mouse of that era and a USB mouse today. Surely there's enough demand in the e-sports scene to lower input latency as much as possible?
GWT. To create client-side web apps, rather than writing Javascript, write Java and have it transpiled to Javascript. Java has IDEs, isn't a new language to learn (like Dart), has static type checking, support for refactoring in the IDEs, etc. GWT could do tree shaking, obfuscation, etc. You could write your server code in Java, and "call" remote server methods from your client code, "passing" Java objects transparen…
Now we have React and JSX.
Maybe the tooling just caught up.
Paypal used to have this feature that allowed you to install a browser add-on and you could generate a CC number on the fly that was good for either one time use or recurring use (for subscription services). This feature served two primary purposes: 1) to be able to pay using PayPal on sites that didn't support it 2) to help prevent against fraud which was becoming a massive problem at the time. If the number was sto…
On the Quora page they explained the main reason behind dropping the product was that fact that users had to install a browser extension to get the CC number, which put people off. Surely they could have very easily sent the CC details to the users by email or SMS (security risks) or better still they could obtain the details by logging into their PayPal account. Seems odds that the execs axed the product over this w…
Paypal used to have this feature that allowed you to install a browser add-on and you could generate a CC number on the fly that was good for either one time use or recurring use (for subscription services). This feature served two primary purposes: 1) to be able to pay using PayPal on sites that didn't support it 2) to help prevent against fraud which was becoming a massive problem at the time. If the number was sto…
This is how the innovater's dilemma works. Big entrenched company, too scared to make changes that will jeopardize existing partnerships and businesses, upended by a nimbler competitor that doesn't have to care about those things. It'll happen!
Earlier quoted context omitted.
I use a Rowkin Mini for the same sort of stuff, most often while commuting. For spoken content it renders intelligibly, and it is tiny and comfortable to use. It also lasts a few hours on a charge and lives on my keyring. Devices like this exist in a local optimum of convenience, as long as they and their audio sources both do Bluetooth right. (I tried a bunch of the cheap ones off Amazon before settling on the Rowki…
Woah, 60%+ off ($40) right now? https://amzn.com/dp/B01IU5ZTKC (referral: http://amzn.to/2irAi7v )
Earlier quoted context omitted.
I don't think Niantic was responsible for the decline but just the game itself was. It only garnered the attention it did because of the Pokemon name but at the end of the day the game was a grind. I saw a lot of people lose interest because there was nothing really unique about it. Everybody that I knew that played it turned the AR off as well, so it became just another game.
> I don't think Niantic was responsible for the decline but just the game itself was. They re-skinned their previous game and only added a gym fighting minigame. It's entirely their fault. Even today the game doesn't have all the features shown in the trailer. Their game has no end-game content either so even the core demographic lost any reason to play.
F#. Back in 2006 I first stumbled upon it and was amazed. It had so much potential. Everything C# did, and more, better. I was sure we'd see 20% of MS devs moving to it. I underestimated the momentum of MS, the power of embarrassment of hiring a high-profile figure to be shown up by a researcher, the incredible anti-FP and even anti-generics...resentment(?) that MS kept towards them. Plus the insane comments from act…
Earlier quoted context omitted.
Can a program written for the web access all the great sensors on your Android or iPhone? Can it access new movies and TV shows? The web is a big success story, but it's not all there is in computing.
I hate the browser as a platform, but the answers to your questions are yes, and yes.
As a shortcut to understanding this, consider what hardware support something like ARKit [1] needs. Or consider whether you could write a multitrack audio recorder as a web app (no, because the web audio APIs aren't multitrack).
My point is that you need "general purpose computing" that is not the web for many things. The web is indeed open, but we also need our general purpose computers to be open. Android is better than nothing, but it's arguably not as open as a PC running Linux.
https://developer.apple.com/documentation/arkit/about_augmen...
The answer to the second question is also no.