Slashdot Mirror


User: khellendros1984

khellendros1984's activity in the archive.

Stories
0
Comments
1,912
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,912

  1. Re:What version would be this on Firefox 31 Released · · Score: 1

    It's an IT-managed machine. Not my call.

  2. Re:What version would be this on Firefox 31 Released · · Score: 1

    The version I'm running is numbered 29.0.1, which makes some sense (major.minor.patch). Do you mean "Is anyone keeping track of which versions break the API (maj), extend the API backward-compatibly (min), and fix bugs (pat)"? I don't think anyone is, in those terms.

  3. Re:We shall see. on How One School District Handled Rolling Out 20,000 iPads · · Score: 1

    I never memorized multiplication tables, and yet I can do such calculations quite easily.

    Ah, so you count addition/subtraction on your fingers and do multiplication by iteration? Or do you mean that you didn't bother to learn the operations the way that school taught you and learned them piecemeal as you needed them? If it's the first case, I'd say that you're an idiot. If it's the second, well, to each their own, but I'd say that you still rote-memorized the tables, just in a less-structured way.

    In general, I agree that rote memorization doesn't lead to education in a useful sense, but you're deluding yourself if you think that it's absolutely avoidable in all cases.

  4. Re:We shall see. on How One School District Handled Rolling Out 20,000 iPads · · Score: 2

    If you expect not to be tied to a calculator for life, then there are some facts that need to be memorized. The three things that come immediately to mind: the addition/subtraction tables, multiplication/division tables, and the order of operations (i.e. PEMDAS). The concepts for each of those topics are simple, but I get daily use out of the tables that I rote-memorized in grade school.

    Beyond that, I'd agree; generally, rote memorization is harmful, and when you get into real mathematics, those facts aren't as useful. I don't see math as the real reason that we teach arithmetic, though. It's useful to be at the grocery store and easily know how much you're going to be paying total if you're buying 4 items at $6.49 and 5 at $2.37. If you disagree about the purpose of memorizing those facts (for most people), or the usefulness (in daily life) of having memorized them, then I'm not going to try to convince you. Your replies sound like you're just trying to be contrary, anyhow.

  5. Re:Mission creep. on How One School District Handled Rolling Out 20,000 iPads · · Score: 1

    if you aren't on Android which does everything it can to keep you tethered to Google.

    What are you talking about, specifically? On every Android device I own, connection to Google services is optional (if you're willing to flash the OS), and an internet connection is no more necessary to use the functions of the device than it is on iOS devices.

  6. Re:Maybe it's just me ... on The "Rickmote Controller" Can Hijack Any Google Chromecast · · Score: 1

    I suspect that the article and summary are inaccurate. There's a factory reset button on the Chromecast, and it from the description of the device, it's just de-authing the CC from the network it's connected to, configuring it to connect to the Pi, and sending a command to display a link. I've used that button to delete the config and set up the CC at a friend's house, and none of the text descriptions on this story make it sound like the Rickmote is doing anything else.

  7. Re:105 megabits per second on Comcast Customer Service Rep Just Won't Take No For an Answer · · Score: 1

    In tech we reach plateaus of 'good enough' for the time and resources involved.

    And then someone comes up with some kind of outlier use case that exceeds the requirements of "good enough", and sometimes that use case becomes more and more common over time. "Good enough" is constantly redefined.

  8. Re:Not new on US Tech Firms Recruiting High Schoolers (And Younger) · · Score: 2

    Out of curiosity, what drove you to try going back to school, after successfully starting a career?

  9. Re:That is what Ruby is for on Ask Slashdot: Choosing a Web Language That's Long-Lived, and Not Too Buzzy? · · Score: 1

    Which three scripting languages are you choosing as "the" three?

  10. Re:Visualize on Visualizing Algorithms · · Score: 1

    I identify with your school experiences, although maybe not in as extreme a way; I could generally muddle through rote memorization to a certain degree, but my retention was terrible. The understanding was left behind when the specifics faded away...

    Anyhow, for me, the "picture" exists, but it's more tactile than visual. There are visual aspects, but it's not how I process most of the information. Loops are spinning wheels when they don't have a clear exit condition, and feel like unrolled spirals when they're "for" loops going over specific ranges. Algorithms seem like they have a size/weight, which corresponds to my idea of how quickly they'll run on a given set of data (although it's not always accurate, yet).

    If I don't remember how a section of code works internally, it feels hollow, and when I read the code, it's like looking inside the black-box. If I change something outside the box, I feel the domino effect, and when it hits the box, I need to look inside to see what'll fall over. I can also feel like threading some string through the eye of a needle, when I'm running some value up through a class hierarchy, or something.

    I think that the important insight is that a lot of us become very skilled at constructing mental models of what we're working with, and gain some sort of sensory perception (often vision-related) of how the model functions. I think it's telling that (in my case) the world falls away from my perception when I'm working through a complex problem, and closing my eyes sometimes helps, as well.

  11. Re:Let's see... on Ask Slashdot: Is It Feasible To Revive an Old Linux PC Setup? · · Score: 1

    OP specified old software, new hardware. Sticking a VM (and accompanying modern OS) as a compatibility layer between the two seems sensible, and not necessarily in contradiction of "the rules". OP also mentioned using ARM-based hardware to run their X86 software. My guess is that they're just throwing words at the wall to see what sticks, and that they'll be happy with whichever solution will let them run their older software.

  12. Re:Shouldn't be a problem on Ask Slashdot: Is It Feasible To Revive an Old Linux PC Setup? · · Score: 1

    It sounds like the end goal is to run their older software, though. That should be possible, provided library dependencies can be worked out (and emulation of any direct hardware access).

    If the goal is to run a complete older system on new hardware, emulation in some form is the best bet. Running the old OS directly on modern hardware isn't likely to be feasible (without extensive modification to the old OS).

  13. Re:What The?!? on US Agency Aims To Regulate Map Aids In Vehicles · · Score: 1

    Except that CreatureComfort wasn't arguing what the money *should* be spent on, they were arguing that in the case that the most desirable things don't get funded, that at least we aren't funding the *least* desirable things. Essentially "the new status quo isn't bad enough that I can be assed to fight it". You're putting words in their mouth that are strikingly different than what it sounds like they intended.

  14. Do not want. on New Permission System Could Make Android Much Less Secure · · Score: 2

    I routinely deny apps their updates because I don't like their modified list of permissions. This sounds like it'll make it harder for me to use my phone the way that I want to (which is the reason that I decided against an iOS phone in the first place). Google, you're whittling down my reasons to stay with your devices (or at least with the stock OS).

  15. Re:Restaurants etc. on Credit Card Breach At P.F. Chang's · · Score: 1

    "Elsewhere" doesn't sell in bulk or at Costco's prices, while also paying their employees better than most large chain stores. And the Kirkland brand is pretty good, all around.

  16. Re:Cash and checks on Credit Card Breach At P.F. Chang's · · Score: 2

    You fail to mention the full, tedious process for reporting fraudulent card transactions, and getting them reversed. Whenever I've had to do it (recently, almost yearly), There are records to review, paperwork to fax, etc. to confirm what charges are legit and which aren't.

    With my card, in most cases, I get a call where they verify a half-dozen or so purchases. There was once where they called me to say that my card was cancelled, with a new one in the mail. I've never had to fill out any paperwork from that particular bank/card, let alone had to fax anything. The policies vary company-by-company, so something that's onerous for you may be much easier for someone else.

  17. Re:Thanks to popup ads on Security DVR + iNet + X10 = Easy Home Automation (Video) · · Score: 1

    Yes! Fuck ubiquitous, cheap industry standards, and everything they stand for!

  18. Re:Monthly quota? on Comcast Converting 50,000 Houston Home Routers Into Public WiFi Hotspots · · Score: 1

    Well, that, or they'll track have the wifi access over a different VLAN, like similar schemes in other areas do. I can imagine someone that's about to go over their quota switching to the public hotspot's ssid to avoid charges, though. I'm not sure what comcast plans to do about that situation.

  19. Re:Public WiFi? on Comcast Converting 50,000 Houston Home Routers Into Public WiFi Hotspots · · Score: 4, Insightful

    In that case, you're paying to use it, you're just not paying extra to use it.

  20. Re:Buying a new phone on AT&T To Use Phone Geolocation To Prevent Credit Card Fraud · · Score: 1

    In the worst case, maybe you could work out something with the shop, like letting you put your sim in a phone and start it up before paying.

  21. Re:50MB = 750$ on AT&T Charges $750 For One Minute of International Data Roaming · · Score: 1

    Under my plan (and all T-Mobile plans, apparently), that would be $22.50. If they charged you $150, that sounds like a billing error that you should take up with them. Of course, those rates only apply for now; maybe they were different on your plan at the time you visited.

  22. Re:Buying a new phone on AT&T To Use Phone Geolocation To Prevent Credit Card Fraud · · Score: 1

    How does that follow? It's the same SIM; they'll know who you are.

  23. Re:Revisionist Bullshit on Sony Winding Down the PSP · · Score: 2

    Subsequent PSP models were not easily hacked (and I believe the later models remain unhacked today).

    I don't know about the E1000 (a PAL-region barebones PSP), but the PSP-3000 and (I think) the PSP Go are both hackable without actually flashing new firmware. Some of the software signing keys were discovered about 3 years ago. You can sign custom binaries and use those to open the floodgates to whatever else you want.

  24. Re:Different Perspective on Sony Winding Down the PSP · · Score: 2

    The disk-drive PSPs are the best of both worlds, anyhow. Capable of downloading games? Yes. Capable of playing disks? Yes. Capable of ripping those disks to images so that you don't have to carry around a stack of 15 games? Double-yes!

  25. Re:On the other hand on Apple Says Many Users 'Bought an Android Phone By Mistake' · · Score: 1

    For the AC's post, there's a good group of my software engineer coworkers that have Apple devices, and they're happy with them. A lot of us have Android devices, and we can say the same. I don't see a lot of ridicule going either direction.

    I had an iPod Touch around 2.x/3.x, along with a feature phone (so the iPod was my only "smart device"). The interface was nice, and the experience was polished. It was a great tool. In 2010, I bought an Android phone. It wasn't nearly as polished, but it was an OK tool, and there were a lot of things that while not strictly useful made it a great toy. For me, the combination of good tool + great toy far outweighed the benefits I was getting from my iOS device, but I can definitely understand why that would be an unacceptable trade-off for someone else. In the last 4 years, I think Android's polish has gone up. While I know that I could be mostly satisfied with an Apple device, I don't see any reason to move from where I am.