Slashdot Mirror


User: chronokitsune3233

chronokitsune3233's activity in the archive.

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

Comments · 106

  1. Re:big on Bill Gates Says Windows Phone Strategy Was Inadequate · · Score: 1

    I'd attribute it to the lack of competition personally. The closest thing to Windows Mobile phones were PDAs if I recall correctly, but PDAs aren't phones. It was like the Tablet PC running Windows XP -- unneeded at the time and perhaps even poorly marketed (how exactly does one market the need for a PC in your hand when a laptop works just as well and is arguably more durable?) Back then, Microsoft controlled most of the PC market, so there wasn't any need for heavy marketing, I suppose.

  2. I'm assuming it won't get confused... on Oxford Tests Self-Driving Cars · · Score: 1

    Hey, I've been down this road 200 times, and you've went three different ways! Want me to drive the rest of the way? All I did was RTFS, but that's a problem with bad summaries...unless that's what the article implies. How does it know which of the three ways you want to go? That sort of thing could kill this innovative idea if it's indeed the case.

  3. Re:My problem with session cookies... on Webmail and Online Banks Targeted By Phishing Proxies · · Score: 1

    I agree that's perfectly fine, aside from the whole bit about security of saving a password (store it in a secure manner and each time check it against the secure form stored in the user database). How does it save that information in a persistent way that uniquely identifies the computer you're using? That's the role sessions fill. Without the data persistence, refreshing the page would just show you the page as if you weren't logged in. Without the unique identifier (e.g. a session cookie), how does the server know that you're logged in or out in the first place in order to show you something like user preferences instead of a log-in page or error page when you try to visit the user preferences page? An entry in a database perhaps? Sure. Let's go with that. So which computer are you at, and how are you uniquely identified to keep someone on the same connection or even halfway around the world from being served YOUR user preferences page? Sessions fill this role, and to do this, a "cookie" gets created. The cookie acts as a liaison between the server and your computer for the duration of the session that basically identifies your computer in a unique way to prevent the server from serving you or anybody else someone else's user preferences and such.

    If this is coming from an "I can SSH to a box and stay logged in just fine" perspective, you're only doing two things in that case: logging in, which spawns a shell or other process presumably, and logging out. With a Web page, you're logging in, but there's no shell or other process that keeps your session alive, so you'd automatically get logged out if it wasn't for something like session cookies.

  4. Re:Do not want on GNU Texinfo 5.0 Released · · Score: 1

    (warning: rant follows)

    Nearest HTML manual...generated using info2html. Seriously, using the mouse will interrupt your workflow as well because it takes more time to scroll and slide and click than it does to press keys.

    By the way, here's a quick list of key bindings for you:

    • u: Up to the parent node if it exists
    • n: Next sibling node if it exists
    • p: Previous sibling node if it exists
    • C-s*: initiate/repeat a case-insensitive forward Search throughout the documentation
    • C-r*: initiate/repeat a case-insensitive Reverse search
    • Arrow keys, Page Up/Down: move as expected
    • C-n, C-p, C-v, M-v: Next line, Previous line, Page Down, Page Up
    • Tab - move to the next cross-reference after the current cursor position
    • M-Tab - move to the next cross-reference before the current cursor position
    • Enter/Return - activate the cross-reference the cursor position is inside, navigating to the node to which it points

    * - In the standalone info browser, it's actually a regexp I-search while in the info browser in GNU Emacs, it's just a string I-search; use C-M-s and C-M-r in GNU Emacs.

    By the way, C is the Control key. Also, M is the Meta key, which is bound to the Esc key. You can also use the Alt key instead of Esc, but this may pass the key combination such as M-Tab as Alt-Tab in a GUI environment, so the Esc key works best.

    Overall, both man pages and info documentation have their places. I personally feel that it's simply a case of knowing where certain information fits in a certain medium. You wouldn't use an encyclopedia to find a definition or a dictionary to learn about the variety of bears throughout the world, so why would you expect every bit of library documentation to be in man pages?

  5. Re:My problem with session cookies... on Webmail and Online Banks Targeted By Phishing Proxies · · Score: 1

    In order to make a post, you need to be logged in, assuming anonymous/guest posts aren't allowed. How does the server keep track of the fact that you're logged in and who you are? Your time spent on that site is called a session, and the server sets a session cookie to say, "Okay, you've already logged in, so I'll save you the trouble of doing it again." Some sites use that information to reveal things like user preferences, which wouldn't ordinarily be available to a guest user.

    The only alternative I can think of is the server responding to your log-in action with "Okay, I got your IP address, so I'll just make a note in my database that you logged in from IP address [IPaddr]. This way I can save your information and know who you are." The problem is that means you need to log out when you're done to protect your information if you're on a shared computer, or if you're using a shared Internet connection such as that in a café, people visiting that site for the first time would be already logged in--using your credentials (e.g. if they went to Facebook, they'd be logged in as you). Another issue with that is the fact that IP addresses change.

    Sessions have their problems, but ultimately you are the one who says, "Keep track of me," whether that's an implicit request by just logging in or an explicit request by checking a box that says "Remember me" when logging in. The implicit request is considered a convenience to users while the explicit request allows users to control things themselves.

  6. Re:My problem with session cookies... on Webmail and Online Banks Targeted By Phishing Proxies · · Score: 1

    Sure. Let's just get tracked in real life too. Or maybe we should avoid the tracking and do away with session cookies, thereby logging you out every time you want to make a forum post on the Web. Neither one sounds good, and HTTP needs to be scrapped anyway. It's good at what it does, and that includes the issue with sessions, which is why sessions are so useful to those with malicious intent.

  7. Re:A Terrible Idea on New Medal Designed To Honor Cyber Soldiers · · Score: 1

    Sadly, you're right. People will see it as "Thank you for playing a video game," rather than "Thank you for serving your country." I see it the latter way. After all, a soldier is a soldier. I'm not sure about how the drone remote controls are designed, but in theory someone who ended up with a permanently handicapped leg or something like that (e.g. prosthetic leg because the real one got blown off) could still handle that. They can still serve their country. They can still fight. They may be too physically impaired to be on the field, but that doesn't mean they can't do something using a remote-controlled vehicle of some sort such as the drones. I don't like the drones any more than anybody else, but I know there can be a positive side to them. I doubt they'll be used in such a manner unfortunately, but that's how they might be used.

  8. Re:Odd on EU Data Protection Proposal Taken Word For Word From US Lobbyists · · Score: 1

    Wow, that's one heck of a conspiracy theory. Sadly enough, it's arguably true, though I might confess that I'd prefer to be bribed instead of suckered were I a politician.

  9. Re:Scandalous! on Australian Govt Forces Apple, Adobe, Microsoft To Explain Price Hikes · · Score: 1

    Agreed. Australia and its citizens should switch to GNU/Linux and OpenOffice.org or LibreOffice or KOffice or Google Drive or ... for their laptops, desktops and servers and Android, Blackberry or anything else that isn't a Windows Phone or iPhone for their mobile device needs. As for Adobe products, they'll just have to get used to alternative software like KompoZer for Web pages, GIMP for images, etc. (PDF viewers are common enough nowadays; even Google Chrome has one built into it.)

    Oh, and if their printers, fax machines, etc. don't have instructions for Linux and they can't get them to work any other way, they'll need to buy new accessories like that. You know. Because Australia is an extremely wealthy dictatorship that can ban all of that stuff from Microsoft, Apple and Adobe overnight and reimburse all of its citizens for such a drastic change.

    On second thought, let's see what the corporations say before such measures are initiated.

  10. Re:Some functions of a smartphone... on Apple Said To Be Working On a 'Watch-Like Device' · · Score: 1

    Okay, admittedly, the few Dick Tracy comics I got to read were pretty awesome. That's some real good stuff there. No superpowers or thousand-dollar gadgets. Just good old-fashioned using the old noggin. I gotta say that I wish things were like that, minus the actual crimes of course. I guess detectives changed with the times, just like the crimes...

  11. Re:summary incorrect on Apple Said To Be Working On a 'Watch-Like Device' · · Score: 1

    We're not in Soviet Russia, though... "In Soviet Russia, Apple watch you!" Hmm...then again, maybe we are?!

  12. Some functions of a smartphone... on Apple Said To Be Working On a 'Watch-Like Device' · · Score: 1

    Point-to-point contact? Is my childhood dream of a real Power Rangers communicator watch-like device finally coming true?! Meh. Don't care. Not a kid anymore.

  13. Re:about the same as my fembots on Woz Says iPhone Features Are 'Behind' · · Score: 3
    Actually, you should reread what he wrote:

    my friends pay money for every little thing I download for free with my android phone. sucks to be them

    He gets for free everything he downloads with his Android phone thanks to his friends paying money in his stead. Honestly, that's not what was meant, and that's easy enough to see. However, the statement can be interpreted in both ways. English language, how I loathe thee.

  14. Re:Just remove Flash from office machines on Adobe Hopes Pop-up Warnings Will Stop Office-Borne Flash Attacks · · Score: 1

    As a child, I loved the Math Blaster series of games, and I played them on various versions of Mac OS (Classic). These people who wanted "games" had no idea what value was! Plus if they wanted those sorts of games, there were consoles that looked and performed considerably better!

  15. "Just show me auntie's e-card!" on Adobe Hopes Pop-up Warnings Will Stop Office-Borne Flash Attacks · · Score: 3, Interesting

    "This document contains macros which may harm your computer. Do you wish to allow them to run?" (Clicks "Yes" blindly.)

    Some (or maybe all...IDK) Word documents that were actually templates contained macros in the absence of an actual wizard. This meant that in versions of Office that recognized the security hazard, you got a pop-up before the document actually opened. I personally clicked "Yes" or "Open Anyway" or "Allow" or whatever it said without even bothering to read it because I usually got the document from a trusted source (as in someone I trust, not someone a company/corporation trusts using an actual whitelist/blacklist). I presume many got tired of seeing the message as I did, and they did the same thing. Similar events will probably happen with this Flash issue. Your aunt sent you an e-card for your birthday from her virus-infested computer? Sweet! Allowed!

    And before people ask, yes I was speaking in the past tense. I no longer use Microsoft Office, in favor of Google Drive's Office-like features that started out as "Google Docs & Spreadsheets". It may not be as full-featured, but I don't need it to be either.

  16. Re:Ones and zeroes everywhere! on The Return of CISPA · · Score: 0

    You're mistaken. That was a -1 from the world of Balanced Ternary who was lost in your own world.

  17. Re:Where was this all these years?! on Digital Pen Vibrates To Indicate Bad Spelling, Grammar and Penmanship · · Score: 1

    Sounds like my artistry. I can picture what I want to draw in my head, but it just doesn't turn out that way. In fact, the first line/curve I draw gets messed up, and it just gets worse with each passing second.

  18. Re:Anti gravity applications? on Electricity Gives Bubbles Super Strength · · Score: 1

    From the "Uses" section of Wikipedia's "Contact paper" entry:

    - Commonly used to line or cover kitchen and bathroom cabinets and drawers, counter tops, bookshelves, closet shelving, and pantry areas
    - Covering up or protecting areas which have become (or could become) stained or ruined because of a project. Examples include art projects, foods and liquids, destructive substances
    - The clear variety can be used for laminating books, art projects, posters, pictures, or other objects
    - As part of a collage

    It's quite probable that while the term is "contact paper" of the clear variety, it was actually the sticky-backed plastic you're all talking about. I'm not saying paper can't be transparent, but I'm suggesting the possibility that it was not, in this case, paper as the name "contact paper" suggests.

  19. Re:Anti gravity applications? on Electricity Gives Bubbles Super Strength · · Score: 1

    Lining cupboards and drawers was sometimes done with wallpaper in some of the homes I've seen. Other times it's probably a form of contact paper.

  20. So...more like iHeartRadio? on Hidden 'Radio' Buttons Discovered In Apple's iOS 6.1 · · Score: 1

    'The buttons hint at Apple's much-rumored radio service, a product that will let people stream music much like they do on the popular Pandora service, but with deep ties to Apple's iTunes library.'

    So, it's not really like Pandora at all, and more like Google Play Music, which lets you keep your music in Google's cloud and stream it to your mobile device?

    Or are we talking something similar to an actual radio's function on your phone, letting you select your station and everything, like iHeartRadio does?

  21. Re:Anti gravity applications? on Electricity Gives Bubbles Super Strength · · Score: 2

    I thought about antigravity as well, though your reference is lost on me. I'm currently imagining Back to the Future II cars...with bubbles on the bottom. The world will be cleansed...by bubbles. Of course that means there will be people who instead of walking will take the aerobus, so there will need to be bubble shelters where people can avoid the bubbles while waiting for it. After all, who wants to walk into work with sticky clothing, hair, etc.?

  22. Re:Ouch on Intel Gigabit NIC Packet of Death · · Score: 0

    From a psychological perspective, I think the author most likely is often misunderstood offline. As a result, reinforcing the idea being expressed is a subconscious necessity, based upon interpersonal encounters.

    Or maybe his wife/girlfriend has been complaining at him about the fact that they never understand each other, which is natural since men and women think and react differently.

  23. Re:Uhhh... on New Largest Known Prime Number: 2^57,885,161-1 · · Score: 1

    Some argue yes. However, one might simply write ℕ = {x ∈ ℤ : x ≥ 0}, which says that a natural number is defined to be a number in the set of integers greater than or equal to 0. From that point forward, one could continue using the term "natural number" unambiguously throughout a paper. Oh, and in case people can't see that, it's basically N = {x in Z : x >= 0}, where N is a notation used for natural numbers and Z is used for integers.

  24. Re:Best quote of the article on School Board Considers Copyright Ownership of Student and Teacher Works · · Score: 2, Interesting

    I love the encoding issues I find on this site. Instead of \xE2\x80\x9C for UTF-8, you get \xE2\x6F\x65 for the left double quotation mark (U+201C), which can't be decoded as UTF-8 because it's not proper UTF-8 due to the values of the second and third bytes. How does that even happen? \x6F\x65 and \x80\x9C aren't even remotely related-looking in binary form, and converting to another encoding doesn't work either. WTF? Or maybe it's Windows' fault. Yeah. That's it. It's not Slashdot's fault. It's Windows' fault. Stupid Windows.

  25. Re:Rugby for doped sissies on Wolfram Alpha Number-Crunches the Super Bowl · · Score: 1

    As an American, I must say that you're quite correct.

    American football is not football. Hell, you don't even use your feet because you can't let the ball touch the field! The foot needs to be put back into football.

    All it is otherwise is basketball, except the ball must travel according to the rules and tackling is allowed. Based on that alone, basketball is arguably more difficult than American football when you take into consideration that basketball requires you to dribble and run and know when to pass whereas American football only requires you to run and know when to pass. It's less safe, yet requires less thought, subconscious or otherwise, from the player. Oh well. Nobody ever claimed we Americans were intelligent.

    Now rugby... That's some REAL football. ;-)