Slashdot Mirror


User: angryfeet

angryfeet's activity in the archive.

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

Comments · 23

  1. USB gadgets on Your Entire PC In a Mouse · · Score: 1

    Sounds like a good hand warmer

  2. Re:Visual Studio 2015 on Google Releases Android Studio 1.0, the First Stable Version of Its IDE · · Score: 2

    Stable fast mature IDE, check. Git integration, check. Closest thing to usable multi platform, check. Efficiency of c# (in getting work done), check. Minimum of screwing around before you can get to work, check.

  3. Build your own on Outlining Thin Linux · · Score: 1

    We just need to make building your own distro much faster and easier. Rather than installing packages, a tool should automatically rebuild and redeploy.

  4. Heatsink on Carmack On Mobile VR Development · · Score: 1

    Sounds like phones need some sort of thermal interface to their dock, which can then have large heatsinks to suck the heat out.

  5. Subsidies on E-Books On a $20 Cell Phone · · Score: 2

    The phones are only that cheap because they're subsidised. If too many people bought them just for books then they would stop being so cheap.

  6. Re:I hope not on If Java Wasn't Cool 10 Years Ago, What About Now? · · Score: 1

    Generic programming isn't the same thing as cross platform programming. C# started off as Java with hindsight, and it's also been evolving much faster than Java has, so its considerably better now. Mono has also made it cross platform. For example, the Xamarin guys ported Android to run on Mono (ie Java to C#). The benchmarks ran a number of times faster.

  7. Re:Ipv6 to ipv4 interoperability is only way on The IPv4 Internet Hiccups · · Score: 1

    Yeah, I think 127.x.x.x would be good for temporary IPv6 mappings.

  8. Re:ASM on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 1

    And get a simple CPU emulator and write something basic in machine code. Its laborious, but its interesting to see the code in the physical gates of the CPU.

  9. Put on some pants on Radar Changing the Face of Cycling · · Score: 0

    It's not socially acceptable to wear your budgie smugglers at a coffee shop.

  10. Re:Hey you, early USB plug apologist on USB Reversable Cable Images Emerge · · Score: 1

    I say bring back the original serial D-type connector!

  11. Re:chances of controlled water landing are slim on How Satellite Company Inmarsat Tracked Down MH370 · · Score: 1

    The engines are designed to break off cleanly. It's actually somewhat common for engines to fall off in stressful conditions.

  12. Re:Aww, they caught up to C# 3.5! on Java 8 Officially Released · · Score: 1

    If Java can't compete now, just imagine what a whitewash it's going to be once C#6.0/Roslyn arrives.

  13. Re:This could be good news... on Ubuntu's Mir Gets Delayed Again · · Score: 4, Insightful

    But remember Wayland was floundering until just after Mir was announced. Only once all the righteous indignation kicked in did it start going anywhere. Without Shuttleworth we'd all be stuck in the 70's.

  14. Unsurpassed 'Spergy Behaviour?

  15. Well don't you know IE stands for Infected Erection? Of course it's going to give you an STD.

  16. Cross platform on Who's On WhatsApp, and Why? · · Score: 1

    People started using it because it is cross platform, when lots of people had Symbian phones, and it pulled in all your contacts from your address book, so you didn't need to manually add all your friends like some other services. Now there's no real reason to change.

  17. Re:Won't work on Wireless Charging Start-Up Claims 30-Foot Radius · · Score: 1

    The power isn't radiating over a sphere, they're using a phased array to make it directional. (in theory)

  18. Antenna on Wireless Charging Start-Up Claims 30-Foot Radius · · Score: 1

    Okay, so they are going to use a phased array transmitter to focus energy on the receiver. But what if my phone's charging in my pocket, and I have a small key or something that's a half wavelength long? Is it going to resonate and burn my dick?

  19. In a coffee shop on How One Programmer Is Coding Faster By Voice Than Keyboard · · Score: 1

    The dude says he used it in a coffee shop. I can just imagine the joy he brought to his fellow patrons.

  20. Douchebag on As AOL Prepares To Downsize Patch, CEO Fires Employee During Meeting · · Score: 1

    Guys like that are usually hiding incompetence behind aggression

  21. A fine wine on Wine 1.6 Released With 10,000 Changes · · Score: 1

    Really opens up the sluices at both ends.

  22. Thanks Canonical on GTK+ 3.8 Released With Support For Wayland · · Score: 1, Insightful

    If not for the announcement of Mir, this would have taken at least 5 years

  23. Bluetooth is the way on Ask Slashdot: Why Buy a Raspberry Pi When I Have a Perfectly Good Cellphone? · · Score: 1

    I think the easiest way is an arduino and bluetooth. An arduino nano clone and bluetooth-serial board will set you back $20 from dealextreme. Then pick up of those emergency USB charger battery packs while you're there, and you've got yourself an easy to use 5V power source. Then maybe write some generic firmware to read/write the GPIOs, ADC, I2C, SPI etc, and you'd never need to touch the firmware on the arduino again. Obviously the bandwidth is limited. I can't get my cheapo bluetooth-serial board to work reliably above 115200 baud (~12KB/s). ...And this way your phone stays electrically isolated from all the ill-advised hacks you can think of!