Slashdot Mirror


User: Parker+Lewis

Parker+Lewis's activity in the archive.

Stories
0
Comments
405
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 405

  1. Re:".. only 200MB" on Windows 95 Is Now An App You Can Download and Install On macOS, Windows, and Linux (theverge.com) · · Score: 4, Insightful

    To no enter the merit of Electron for UI and JS for virtualization being a good or bad choice, keep in mind that we're talking about 2 layers of SOFTWARE "virtualization" here: one is x86 platform, build on v86.js; which is written in JS, a language that requires a virtual machine to run (not to mention the host OS). Basically the same reason why you need much more resources to run your emulated SNES game than the real hardware.

  2. Everyone in the country will get a chip.

    Fixed!

  3. Difference between this and Theranos is that I hope IBM can give back some invested money. Probably they don't care that much as any day or another we'll see a "Watson AI will solve problem X" news again and people will put money on it again.

  4. They'll not produce laws against something they're doing too.

  5. How if the gov is doing the same?

  6. If the feature is displayed in a stage with a nice showman, of course, yes! "Now let me talk about this amazing new feature... the dual sim support!"

  7. You'll see a lot of people saying to you stay on.. on Ask Slashdot: Should I Ditch PHP? · · Score: 1

    But those people never tried to use another language for web development. Usually people will move away from PHP to Python and Ruby, and I never faced any of them who moved back after truly make a project on those languages. The only friend I have defending PHP is the one who never tried other language/framework for real, always saying "it's not the language".

    Yes, it is. The core is really a mess, features are moved away and returns, the team making the rules has weak technical skills (search for the reason why namespace uses backslash). You have a dozen of broken/abandoned frameworks trying to mimic Rails/Django, but the better is 10 years away from them. And the worst: the community is really, really weak. Of course, you'll find people to hire asking few buckets, but they'll make you cry.

  8. Re:Color me unimpressed with their opinion. on Chinese Space Official Seems Unimpressed With NASA's Lunar Gateway (arstechnica.com) · · Score: 2

    The mistake was the typo or reveal to public they can time travel? Maybe this is the reason why they're unimpressed :D

  9. I prefer the Precision line, the 15" ones. They are thin, but with upgradable parts.

  10. Chances to be sued on The US Startup Is Disappearing (qz.com) · · Score: 1

    The way the patent system is in US, any company trying to invent/improve anything without the giants (Facebook, Google, Microsoft) blessing, probably will be sued by them about about any stupid licensed stuff.

  11. Re:And there was much rejoicing on KDE Plasma 5.13 Released (kde.org) · · Score: 1

    Yeap, because we know that soon we'll have KDE 6 and working apps will got broken.

  12. Summary on Are Two Spaces After a Period Better Than One? (arstechnica.com) · · Score: 1

    So, if we switch all reading material (including websites) to mono spaced fonts, we'll have a 3% increase in reading speed for paragraphs. Wow, just WOW!

  13. Re:Bad news among good news on Earth's Carbon Dioxide Levels Reach Highest Point In 800,000 Years (washingtonpost.com) · · Score: 1

    The only useful advice is to eat less meat. In most developed countries, mostly in Europe (when trucks carrying only 1 person are not a hit, like in USA), cars are no more the main CO2 emitters, but the cities itself (factories, all garbage produced in homes, etc). The advice to get a new car is the worst one: to produce a new car the use of natural resources (like water) and the CO2 production is a way higher then keep a less-than-10-years car for more years (as they were already produced using more tight emission rules). This applies to mobile (keep your mobile more years, as it's really expensive in terms of resources usage and CO2 production). Buy more stuff in glass (not in plastic). People is still talking about get a more modern car, but keep throwing garbage, plastic and buying new electronic devices every year.

  14. When I'm reading a book, and I want to find a past sentence, but I cannot remember in exactly which chapter or page, I wish I can use something similar to `Ctrl+F` :D

  15. Re:Yeah... on Huawei To Back Off US Market Amid Rising Tensions (nytimes.com) · · Score: 1

    I don't live in USA, so both are foreign agencies spying in my devices. Anyway, doesn't matter, as having a backdoor does it mean anyone (mainly hackers) will be able to use the same backdoor.

  16. Yeah... on Huawei To Back Off US Market Amid Rising Tensions (nytimes.com) · · Score: 4, Interesting

    "suppliers deemed to pose a risk to American national security" == "suppliers do not accept to sell products with NSA backdoors"

  17. Re:A replacement for ads on Apple Seems OK With Currency Miners In the Mac App Store · · Score: 1

    Yes, fine until most of the free applications start doing the same and your CPU/battery will be depleted due this.

  18. I just wonder.... on Slack Is Shutting Down Its IRC Gateway (slack.help) · · Score: 2

    ... if Slack is not based on XMPP itself.

  19. Re:If it's greasy and dirty on Flippy the Robot Takes Over Burger Duties At California Restaurant (ktla.com) · · Score: 1

    But greasy and dirty are the keys to the flavor of a good burger! :D

  20. I'm from Brazil and it's on by default for me.

  21. Re:A Question on the Difference on Ubuntu 18.04 LTS Could Come with Snap Apps Preinstalled (omgubuntu.co.uk) · · Score: 1

    Snaps runs in a "container" like environment, carrying all the required libraries. While they're huge (when compared to .debs), they can be updated without the dependency hell.

  22. eBay roadmap is clear on eBay Is Dumping PayPal For Dutch Rival Adyen (cnn.com) · · Score: 3, Insightful

    Then eBay will buy Adyen for $1.5 billion and sell it later for $50 billion.

  23. Well, according our Slashdot specialists, a open source processor has not a single advantage over the current obscure ones, not even when we mention IME.

  24. Hm, not sure... on New Study Finds No Link Between Violent Video Games and Behavior (dailydot.com) · · Score: 1

    Everytime I play Street Fighter I have a strong desire of throw a hadouken in my brother!

  25. Linux Kernel, the same speed vs ideal compromise on Linus Torvalds Calls Intel Patches 'Complete and Utter Garbage' (lkml.org) · · Score: 0

    It's interesting that Linux kernel is, in theory, a non ideal kernel: while it has some modules, it's not a microkernel, and a lot of the modules still runs in the userspace. In this compromise, it delivers speed, when compared with real microkernels, but it loses security and stability. Like Intel, the reason why it got popular.