Slashdot Mirror


User: jbgeek

jbgeek's activity in the archive.

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

Comments · 49

  1. "Gravely voiced girl" on 'Vocal Fry' Creeping Into US Speech · · Score: 1

    Is this the same thing you hear in many advertisements directed at a female demographic? I've always referred to it in my head as "the gravely voiced girl". It almost sounds like they hire the same voice over person to do "that voice" for lots of different ads (actually wouldn't surprise me much). I'm glad I'm not the only one to have noticed this. :-p

  2. Re:Why Gen Z Needs To Change for Work on Why IT Needs To Change for Gen Z · · Score: 1

    Sorry, no matter what the generation, they should not be allowed to bring more attack vectors and security vulnerabilities in to the workplace.

    They are not special snowflakes, and their personal devices are not necessary for productivity.

    Businesses where mobile devices are useful and helpful should already have their infrastructures designed to handle it, so again Gen Z will make no difference.

    Hear hear. If they're to be given access to anything, it should be some sort of guest WLAN with internet access only, and heavily firewalled VPN only access to the corporate net, if any. End users simply can't be trusted to keep their personal devices secure. It's hard enough to assure this with their corporate assigned hardware.

    Many business, especially regulated ones (SOX, FDA, HIPPA regulated, etc) don't allow personal devices to be plugged into the network at all, and it is a serious breach of policy to do so which could result in termination.

  3. Re:This is ridiculous on Comcast Activates IPv6 Trial Users · · Score: 1

    Ah I didn't catch that draft back in July. Wonder if it will become "official"?

  4. Re:This is ridiculous on Comcast Activates IPv6 Trial Users · · Score: 1

    IPv4 thinking is going to be hard to break. :)

    Here's the relevant section of that RFC:

    3. Address Delegation Recommendations

          The IESG and the IAB recommend the allocations for the boundary
          between the public and the private topology to follow those general
          rules:

                - /48 in the general case, except for very large subscribers.
                - /64 when it is known that one and only one subnet is needed by
                      design.
                - /128 when it is absolutely known that one and only one device
                      is connecting.

          In particular, we recommend:

                - Home network subscribers, connecting through on-demand or
                      always-on connections should receive a /48.
                - Small and large enterprises should receive a /48.
                - Very large subscribers could receive a /47 or slightly shorter
                      prefix, or multiple /48's.
                - Mobile networks, such as vehicles or mobile phones with an
                      additional network interface (such as bluetooth or 802.11b)
                      should receive a static /64 prefix to allow the connection of
                      multiple devices through one subnet.
                - A single PC, with no additional need to subnet, dialing-up from
                      a hotel room may receive its /128 IPv6 address for a PPP style
                      connection as part of a /64 prefix.

          Note that there seems to be little benefit in not giving a /48 if
          future growth is anticipated. In the following, we give the
          arguments for a uniform use of /48 and then demonstrate that it is
          entirely compatible with responsible stewardship of the total IPv6
          address space.

    So it will actually be fairly common for end users to get a /48, or 64Ki /64s. Businesses will likely get a /48 per-site. :)

  5. 4G on HTC EVO on 4G vs. 3G vs. WiFi Throughput For Samsung's Epic 4G · · Score: 1

    FWIW I got about 8mbits/s down and 1.2mbits/s up on 4g when I was in Santa Fe Springs CA on my Sprint HTC EVO 4g using the Speedtest.net app.

  6. Re:Seriously? on First Non-Latin TLDs Go Online Today · · Score: 1

    But the resultant ASCII compatible domain names are just ... ugly: xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c

    Yikes. Looking at stuff like that in my zone files every day would probably give me a headache. :p

  7. Re:Mac Issue Or IPv6 Issue? on Mac OS X Problem Puts Up a Block To IPv6 · · Score: 1

    It's really the combination two problems. 1) The particular OS is configured to prefer 6to4 connectivity to native IPv4, 2) 6to4 isn't supported well on many ISPs for various reasons, and there can also be LAN issues which make 6to4 not work well, or at all. So you could say #2 here is a problem with 6to4 implementation.

    Most OSes by default (Windows, and most distros of Linuxes, and BSDs) are configured to prefer using a native IPv4 address before an IPv6 6to4 or Teredo (another automatic tunneling method) address (see RFC 3484) for connections. Apparently OS X isn't. So, when a site has both an IPv4 and an IPv6 address, OS X will prefer the IPv6 address even if the system's IPv6 connectivity is via 6to4. Since 6to4 is often slow, slow to start, or just plain doesn't work on a particular LAN/ISP depending on a plethora of reasons, you'll get timeouts and such. This is one of the reasons why services like Google have a separate domain name for IPv6 based services (ipv6.google.com), instead of just putting up both A and AAAA DNS records.

    If using a 6to4 connection, YMMV depending on your LAN configuration, your ISP, routes it receives, proximity to a 6to4 relay, whether the 6to4 anycast address (192.88.99.1) your ISP sees routes to a reasonable place, etc. This is why it's so problematic. There are a lot of variables which can make it either not work at all, or affect its performance. Plus, being a tunneling scheme, performance is already degraded vs. a "native" protocol even if it worked perfectly.

    6to4 works by constructing an IPv6 address in a special range reserved for it (2002::/16) which encodes your IPv4 address into the IPv6 address (i.e. if your IPv4 is 192.0.2.10, the 6to4 IPv6 prefix will be 2002:c000:20a::/48, out of which you can subnet and make /64s, etc). The traffic is then sent over a IPv4 6in4 (IPv4 protocol 41) tunnel to the "nearest" 6to4 relay which is reached via the 6to4 anycast address (unless the relay server is configured manually). Unfortunately, many ISPs have this anycast routed to a far away relay. For instance, two friends' separate cable ISPs I tested this on had the traffic routing from eastern Canada and the western USA to a relay server in Sweden!

    Traffic from the IPv6 internet to the 6to4 space is routed from its source to the "closest" relay server advertising the 6to4 space in BGP. The relay extracts the IPv4 address from the 6to4 IPv6, and the IPv6 packet is encapsulated in a IPv4 6in4 tunnel packet and sent to the extracted IPv4, which should be the user's 6to4 router. This trip from the origin to the 6to4 relay can also often be a long distance, depending on the origin of the traffic, and then of course the tunnel packets have to make their way over the IPv4 internet to your 6to4 router. Obviously this can make for some pretty serious asymmetric routing which can cause its own problems.

    Other problems such as 6in4 being blocked anywhere along the forward or reverse path to the user's 6to4 router will cause it to fail. Also, if the implementation isn't smart enough to know that a particular box is behind a NAT, and constructs a 6to4 IPv6 address based on the NATed address instead of the public IPv4, it will obviously fail, since the return traffic will be sent to a private IPv4 address by the relay server instead of the user's public. I don't know if OS X does this or not. And finally, most firewall/nat boxes with a single public IP shared by many computers can only support a single 6in4 (and therefor 6to4) tunnel behind them, since unless they inspect and track the tunneled IPv6 packets (plus some other implementation enhancements), there's no way it can know which inside host to send return traffic to when it deNATs them.

    Note, that none of this is a basic failing of IPv6! The problems here are with implementation details of a well intentioned automatic tunneling method designed to provide IPv6 access to IPv4 only users in a "automatic" manner which doesn't

  8. Filters? on Pumping Sunlight Into Homes · · Score: 1

    I presume these systems have filters to filter out undesired wavelengths such as UV so that one wouldn't get a sun burn indoors? Or perhaps those wavelengths are attenuated by the delivery system itself. Just curious about this aspect.

    Great idea though, although not the first time I've seen it. Systems like this have been around a long time. From fancy sun tracking systems like this, to systems which use fiber optics, to simple sky lights which were once popular in homes. :)

  9. It's always a bit of a gamble... on Silicon Valley's Island of Misfit Tech · · Score: 1

    I bought two old mobos with CPUs for $20/ea and a few five port switches they had piled up in a box there for $9.99 each. Unfortunately the two mobos failed pretty quickly (one lasted about a year, the other one is juts flaky from day one). But the switches are still going strong. :P

  10. Re:And what, pray tell, do these good people do? on Comcast Plans IPv6 Trials In 2010 · · Score: 1

    They re-enable IPv6, or whatever was broken that they had to disable it in the first place gets fixed. Failing that, if they leave it disabled, or have devices for which IPv6 isn't available, there are solutions like Dual-Stack Lite which will allow IPv4 only nodes to still get to the IPv4 internet (IPv4 traffic is tunneled through an IPv4-in-IPv6 tunnel on their CPE router to a Large Scale NAT device at the ISP.

    There may be ways for these same users to get to IPv6 only web sites, etc, but I haven't actually looked into that, so I'm not sure. It would have to be some sort of proxy solution, or something like DNS64/NAT64 in reverse. :p

    IMHO, these IPv4 only devices should be upgraded, or go away as soon as possible. :-)

  11. Re:Install your own 6to4 tunnel today on IPv4 Free Pool Drops Below 10%, 1.0.0.0/8 Allocated · · Score: 1

    Hi there,

    What are the variables SLA_INTF and INTF_ID supposed to be in your script above?

    Without them it calculates my ipv6 address as: 2002:5e4b:cf23:0000::0000 (from 94.75.207.35) which doesn't look right to me.

    Thanks

    The entire 2002::/16 IPv6 block is reserved for 6to4. The address above isn't a full address, it's a 6to4 prefix (more succinctly represented as 2002:5e4b:cf23::/48). Basically, a 6to4 prefix is 2002:[half of your IPv4 in hex]:[2nd half]::/48. The 5e 4b cf 23 is 94.75.207.35 in hex. So the address is correct.

    You then take your prefix and use it as /64s on your interface and LAN(s), giving you 16 bits of network field to work with (yes, 65,536 subnets possible). For instance, you could set your 6to4 router's 6to4 interface address to 2002:5e4b:cf23::1/64 (which is shorthand for 2002:5e4b:cf23:0000:0000:0000:0000:0001/64 ... double colon represents a run of zeros). Then you could set your inside LAN prefix to say 2002:5e4b:cf23:1::/64 (2002:5e4b:cf23:0001:0000:0000:0000:0000/64), so the inside LAN IPv6 on your 6to4 router might be 2002:5e4b:cf23:1::1/64 (as in IPv4 I tend to use host number 1 as my router IP). You have the entire 4th quad to use for LANs/subnets (2002:5e4b:cf23:0:: - 2002:5e4b:cf23:ffff::), so you could use any of 'em.

    Your 6to4 router will encapsulate your IPv6 traffic in a a 6in4 tunnel packet (IPv4 protocol 41), and send it to the 6to4 tunnel server. If you use the anycast address for 6to4 servers (192.88.99.1) for the tunnel destination, it's supposed to send it to the closest 6to4 server, but unfortunately it's at the mercy of your ISP & BGP where it goes, so sometimes it's best to find the closest one to you and use that instead of the anycast.

    Return traffic gets sent back to the IPv4 address encoded in the 2nd and 3rd quads of the IPv6 address. Obviously, if your ISP changes your IPv4 frequently, this could be annoying, since your IPv6 prefix will change with it. One of the reasons I stick with statically configured 6in4 tunnels for my IPv6 connectivity. :)

    Also, word to the wise, if you get IPv6 going one way or another, make sure you have ip6tables running and configured on your router, otherwise all your machines will be wide open on the IPv6 internet with no firewall!

  12. Re:Install your own 6to4 tunnel today on IPv4 Free Pool Drops Below 10%, 1.0.0.0/8 Allocated · · Score: 1

    Too bad, the anycast 192.88.99.1 sucks ass from so many places. For me, for example, it's in Switzerland, 60ms ping away (Poland).

    I use SiXXS instead, with 15ms pings.

    I set up a 6to4 on a Canadian friend's router (Eastlink) and it routed to Sweden. A friend in Fremont, CA, USA also routes the anycast to Sweden. My ISP routes it to HE a few hops away. :lol:

  13. Re:Don't say "NAT" on At Current Rates, Only a Few More Years' Worth of IPv4 Addresses · · Score: 1

    IMHO, nothing significant is going to happen until some real pain starts to be experienced as IPv4 addresses near exhaustion. When the cost of IPv4 blocks starts going way up, or they simply become unavailable to businesses hosting servers, or when end users get put behind CGN devices via things like DS-Lite and NAT64/DNS64 because of lack of public IPv4s, then I think we'll really see IPv6 kick into high gear as far as deployment/adoption.

    I get my IPv6 connectivity via a tunnel. My ISP doesn't offer it, and when I asked, doesn't have any plans to offer it. Even to static IP customers like myself.

  14. Re:Teamviewer on Simple, Free Web Remote PC Control? · · Score: 1

    X2. Best for supporting people who are completely clueless about computers and/or networking. All it takes is an app install, and a button click and you're in, even if they're behind a typical NAT firewall. It gets by firewalls (I believe) by using a rendezvous server. It may also use techniques such as hole punching, not sure. I also noticed that if there's a way to direct connect, it'll take that option. You don't even need to get an IP address from the person you are supporting. It uses a short numeric "partner ID" and password which it shows the person so they can read it off to you (it can also send invitations). Been a real lifesaver for "family IT" support.

  15. Re:Wristwatches are just plain convenient on Ten Things Mobile Phones Will Make Obsolete · · Score: 1

    I agree. Pulling a mobile phone out of your pocket to check the time and (with many of them) having to wake up the display to see it is a pain. I'd rather just raise my wrist and look. My Casio Pathfinder also charges itself (solar), sets its own time via the NIST WWV radio signal ("atomic watch"), has an altimeter, barometer, thermometer, and digital compass, stopwatch w/ split time, countdown timer, alarms, world time, and is water resistant to 100 meters. And it all sits on my wrist. I won't be giving up watches any time soon. :P

  16. "Auth is down" on America's Army 3 Has Rough Launch, Development Team Canned · · Score: 1

    Even today things are still going badly. I was able to get through a lot of the training missions, then the auth server went away again.

    Basically, when you do a training mission, it's a crap shoot whether the auth server will register the results which will allow you to advance in the game.

    Apparently there was a server side patch done today, and things do seem to work a bit faster when the auth server is up.

    There are also still plenty of little bugs in the game itself, and who knows how/when they'll be fixed since they shut down the dev studio.

    Apparently, development is moving to Redstone Arsenal in Alabama. I'm not sure who's going to be working on it though. They assure us that the game will go on, so I guess they have a team or will hire one.

    Even with all the problems, I think it still may have potential. But I'm looking at this as still in beta phase. I'm hoping that by next weekend we'll actually be able to play "normally". :P

  17. Re:Irresponsible headline, summary on Computers Key To Air France Crash · · Score: 1

    Get a grip. The article didn't come to the conclusion of your strawman at all. And your reactionary stereotyping of Americans isn't "helpful" either.

    The article merely notes that the philosophies of Boeing and Airbus regarding "humans in the loop" are different, and presumes that it may be a reflection of cultural differences.

    Obviously, the companies do have different philosophies, but whether it's really a reflection of American vs. European culture or world view is of course highly debatable. It probably shouldn't have been included in the article, but it is an interesting topic/debate.

    But lets set that argument aside and get back to the real topic.

    If we presume that the accident was due to faulty data from the pitot/static system, and the software had no way to compensate for this, then wouldn't Boeing's philosophy of allowing pilot override make sense? Obviously, it would in this scenario. But would such overrides ultimately result in more accidents than they prevent?

    Personally, I take the Boeing side of the argument. Not because I'm an American or having anything to do with "individual freedom" or whatever, but just because it makes sense to me.

    Software has bugs. Hardware can fail. Sensor systems can fail. Even highly redundant systems. I think it's a dangerous to presume that the engineers who designed the systems and software of an aircraft have imagined or anticipated every scenario, every failure mode, every situation. I like the idea of a pilot being able to 'stick & rudder' the aircraft in a situation where the computers and associated systems aren't working right.

  18. color... on Amazon Kindle 2 Leaked, Sony Reader To Get Touch Screen · · Score: 2, Interesting

    Hrm. I was hoping for color ePaper by now. I love the look of ePaper. I've played with the Sony reader and the Kindle and the displays look just like a piece of paper. So much more pleasant to read than an LCD or similar display! But was hoping for color by now.

    Sure, the average novel doesn't require color, but any book with illustrations, graphs, photographs or maps (as often found in Sci-Fi/Fantasy novels) would really benefit from color.

    I've followed the ePaper tech for a bit and I know color is being worked on. Once it's out, ePaper will be able to display just about anything which can be printed in a book or magazine (albeit with lower resolution).

  19. Taken the wrong way? on New Racing Simulation Distances Itself From Gamers · · Score: 1

    I think the author of this article may have taken things the wrong way. I don't think they meant "gamers not wanted" or anything like that.

    What I think they mean is that this racing sim might not have appeal to gamers accustomed to more arcade style racers.

    I've let people try Grand Prix Legends (GPL ... a landmark in physics-realistic racing sims ... done by the same people as iRacing) on my modest game rig before, and they'd typically hop behind the wheel, mash the throttle and spin the car in the pits.

    I'd reset things, and after a bit they'd get it out onto the track where they'd typically attack the first corner at 150MPH and go straight off the track, and crash. After a few of these, and other similar incidents, many would get frustrated and say it wasn't fun, or was boring. Others, of course, would be completely hooked on sim racing and go out and buy a wheel and pedals and GPL immediately.

    Basically, sims aren't for everyone. Some people just prefer an arcade racer, or some game in which you can shoot missiles at other cars, etc.

    Learning to drive a physics realistic driving sim requires a lot of patience and practice, but is very rewarding. The sims typical emphasize physics realism over graphical realism. Sim racers don't care as much about flashy graphics and photo-realistic looking cars as much as they do about physics, accurate (physics/mechanical) models of cars, tracks, and tire physics. That is, they care that the car behaves as close to how it would in reality much more than how it looks. Don't get me wrong, we love great graphics too, and the more photo-realistic the graphics, the better, but never at the expense of good physics.

    When GPL came out, many commented on how primitive the graphics looked as compared to contemporary games. They didn't understand that sim racers cared more about the fact that GPL accurately modeled the effects of fuel sloshing around in the tank than whether the trees off of the side of the road looked realistic.

    Hardcore racing sims like iRacing aren't new. Nor is the racing sim scene (just google "race sim" or "sim racing" and you'll see lots and lots of sites devoted to it). There are lots of people even at this moment racing in things like Simbin's sims (GTR, GTR2, RACE, GTR Revolution, etc), ISI's R-factor, etc. Before that there were sims like Papyrus' Grand Prix Legends (which still has a thriving community, BTW, even though it is nearly 11 years old), and EA F1 series (made by ISI BTW), and the NASCAR games, etc. There are also leagues, championships, etc, similar to what's out there for many games.

    You can go out right now and buy GTR, R-factor, whatever, at a price much cheaper than the average shooter and go sim racing tonight (you may want to spend some time practicing against the AI cars first, though :P ).

    What's new is the subscription and "MMIS" model. We'll see if it works. I think the idea here is to actually try to have a profitable business model that will allow them to update/upgrade and support the sim into the future. It also looks like they're aiming to establish a sort of virtual racing sanctioning body similar to the SCCA, and turn it into a "sport", similar to the professional gaming scene (ESWC, etc).

    As for the driver development aspect, instructors at race driving schools like Skip Barber and Russel Racing routinely employ hard core race sims as part of their driver training. You can learn a lot of the basics in a good sim, as well as familiarize yourself with an unfamiliar car or track before hopping into/onto the real thing. They appear to have a relationship with Skip Barber, which may mean they will employ iRacing in their curriculum.

    Anyway, I don't think they set out to snub "gamers" but to differentiate themselves from the arcade racers that most gamers are familiar with, and the typical gaming business cycle/model.

  20. Re:I like it! on New Racing Simulation Distances Itself From Gamers · · Score: 1

    While it's true there's no real substitute for "being there", a good Force Feedback wheel can be helpful. GPL (and I presume other games) also heightened sound feedback and added other cues, IIRC, to substitute for some of the "g-feel" feedback.

  21. Nothing New on HP Shatters Excessive Packaging World Record · · Score: 1

    I remember seeing this sort of thing from HP back in the mid 90s. I've gotten similar boxes like this in the past, big boxes enclosing small boxes enclosing sheets of paper. Some of them, if I recall correctly, weren't even anything "useful" like license keys, but legal boilerplate type stuff.

  22. Good show regarding this very subject on Why Have Movies Been So Bad Lately? · · Score: 1
  23. Re:Hoax ? on Powell Aide Says Case for War a 'Hoax' · · Score: 1

    OOPS. I did have my comment nicely formatted into paragraphs, etc, but forgot to change the input format selector menu from HTML to plain text. I appologize to your eyes :-).

  24. Hoax ? on Powell Aide Says Case for War a 'Hoax' · · Score: 1

    Anyone who actually READ the article instead of just the headline can clearly see that this guy's concerns are mostly with the processes and culture in the intelligence community which have led to multiple failures in intelligence. His use of the word 'hoax' suprised me as much as it seemed to suprise the interviewer. The word 'hoax' implies a deliberate misleading. The only thing he said that implies any sort of deliberate falsification of intelligence is the fact that the VP visited the intelligence agencies on multiple occasions. Unless it is proven that the VP used his position to improperly influence the decisions and reports of the intel community, you can't presume that this happened, regardless of how much one's political viewpoints make one hope or wish this happened. I think his use of the word 'hoax' is simply improper based on the scenerio he described in the interview. Failure seems a more appropriate term. Wilkerson seems sincerely remorseful about his role in the decision making process and delivery of the flawed intel to the decision makers. Perhaps his use of the word 'hoax' here may just be an example of hyperbole in an emotional moment ? Wilkerson's agenda seems to be a call for reformation of the intel community. He paints a very frightening picture of the state of the US intel community! If what he describes in the interview is accurate, I completely agree that a serious overhaul is needed. Accurate intel is absolutely vital to the decision making process of any government. He also seems to be using this interview to promote the idea that transparency is more important than efficiency in the decision making processes at the highest levels of government. I tend to agree with him here also, with the reservation that sometimes decisions need to be made quickly, and in those cases a protracted debate isn't possible. The executive branch of the government is elected by the people, and does have a duty and mandate to make these sorts of decisions. Not every decision can afford the luxury of open debate, unfortunately. (I'm not implying that the decision to depose Saddam was one of these cases.) Also, some decisions may involve secret information, the revelation of which may not serve the best interests of the country. Obviously in these situations, open debate is also unadvisable. Unfortunately, I believe those with extremist views will only focus on the word 'hoax' and run with it, and not pay much attention to what the Wilkerson actually said. It's sad that people today are so polarized that it seems rational evaluation of a given situation or issue is the exception rather than the rule.