Slashdot Mirror


User: Koutarou

Koutarou's activity in the archive.

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

Comments · 103

  1. Re:Engineering visa requirements are insane on Japan "Running Out of Engineers" · · Score: 0

    I call BS on this unless it changed since 1997.

    1/2 is an either-or, never even heard of 3.

    #4 is on the mark though.

  2. Re:Numbers went down when it lost its prestige in. on Japan "Running Out of Engineers" · · Score: 0

    I call BS on that.

    I live in Japan and work as an engineer and I can tell you, engineering work pays crap here. Starting pay out of university is barely over 200,000 yen/mo. You'd only do it in Japan if you really enjoyed the work.

    And the quality of japanese engineers you do find is generally crap too. Every engineer in my department is a local-hire foreigner.

  3. Been there, done that. on Spammers Hijacking IP Space · · Score: 0

    I've rescued a hijacked /16 a while back, cleaned it up and now have it as a souvenir (with the blessing of the original owner who is not using it globally). Fortunately the spammer who grabbed it wasn't very smart about it (contact info changed to obviously non-japanese info and the block was allocated through JPNIC).

    Had to engage in a bit of a BGP war (deaggregated the block and announced it as 4 seperate /18s) but eventually got AT&T (AS7018), who the spammer had gotten to illegally announce the block, got the message and stopped.

    One thing you always have to do is ALWAYS announce every block you have control over, even if you are not using it. There's a highly technical term for an unannounced block: TARGET.

    For historical IP hijacking info, see completewhois.com (IP hijacking is by no means a new thing)

  4. Re:why on 3G iPhone Going Into Production In May · · Score: 0

    Among other reasons, because the iPhone is useless in non-GSM countries like Japan.

  5. Re:access on The Night the IETF Shut Off IPv4 · · Score: 0

    Anyone who has a public v4 address can route v6 using 6to4 at least as far as a proof-of-concept (using the anycast relay routers is rather slow).

    http://6to4.version6.net/?lang=en_GB

  6. Re:Okay... on The Night the IETF Shut Off IPv4 · · Score: 0

    Yamaha consumer routers have supported IPv6 for at least 5 years.

  7. Re:Need good IPV6 references on IPv4 Address Crunch In 2 Years, IPv6 Not Ready · · Score: 0

    I'm working on adding IPv6 support to a server package written in java. Part of what it does is use a subnet mask to discriminate LAN and WAN clients. Can I still do this if everything is IPv6? Would I just have a different subnet mask?

    Are there still LAN ranges like 192.168 or 10. in IPv6? There are link-local and site-local address ranges

    Do I still have a DHCP server on my LAN? v6 has an autoconfigure mechanism that assigns addressing within a subnet based on an encoding of the mac address of the device (in a predictable manner to boot)
  8. Re:FUD on IPv4 Address Crunch In 2 Years, IPv6 Not Ready · · Score: 0

    Actually, IPV6 in it's current form could make things a lot worse. At least NAT forces organizations to manage their internal address space and keeps some of the routing burden off our backbone. It also provides some extra security by keeping all those soft targets (client workstations) off the big bad Internet, even when people make a mess of their firewall.

    Now think about that fact that IPV6 bumps up the address space 2^96 times. Imagine the burden that will place on routing tables. Imagine how many more nodes will pop up when you consider that people don't feel the need to hassle with NAT. Think about the routing overhead and the security nightmares that could result. ipv6 should actually be able to reduce routing table size by reducing the number of prefixes that need to be advertised. For instance, my employer advertises 2 /17s, a /16 and a bunch of legacy /24s and we will probably be at least doubling that before the v4 address space runs out. Our single ipv6 /32 allocation, even if it doesn't last until the heat-death of the universe, should at least suffice until the great disaster of 2038.
  9. Re:Let me tell you how ridiculous this is... on Japan to Start Fingerprinting Foreign Travelers · · Score: 0

    Fortunately the US considers renunciation of citizenship under these circumstances as being made under duress and routinely issues new passports to those who have done so.

    Or is it they don't want to lose a source of tax revenue?

  10. Re:Interview Questions on Network Warrior · · Score: 0

    All the CCIE requires is one qualifier test to take the practical. You can get a CCIE without even holding a CCNA.

    How well you passed the CCNP can give you a rough idea of how ready you were to pass the CCIE qualifier (which is by no means any kind of assurance you're even really prepared to pass the practical).

    IMO, CCIE-level certifications are the only Cisco certs that mean anything because the practical is the only thing that comes close to testing a real-world crisis.

  11. Re:US, Europe and Japan - personal experience on What's Keeping US Phones In the Stone Age? · · Score: 0

    Actually, in Japan all 3 of the major carriers use SIM cards in their phones now. All the phones you buy through the carrier are locked though. You can buy WCDMA/GSM handsets direct from Nokia Japan that will work on both DoCoMo and Softbank however. (au is the odd man out here since they use CDMA2000 on their network instead of WCDMA)

    Coincidentally, I have a W41CA myself. It was the smallest/lightest phone in the au lineup when I got it (the replacement model may also still be the lightest one available). All the reviews seem to miss the biggest feature - the penguin animations when you have the phone open.

  12. Most obvious way to skim funds out of felica cards on Are Contactless Payments Really Secure? · · Score: 0

    Felica terminals that are not directly tied to the register. You ring up the correct value, it pops up on the register display. The cashier enters a higher value debit into the felica terminal. You plop your card down and are distracted by the cashier and miss the deduction which only shows up on the tiny terminal display for about a second.

    I caught a cashier in Japan doing this to me.

  13. Re:I'm giving odds... on Sun CEO Says ZFS Will Be 'the File System' for OSX · · Score: 0

    The king of handling files for video editing was XFS/XLV on SGI iron. You could do guaranteed I/O throughput reservation from a filesystem/lv and the system would steal every bit of cpu/io possible to assure you meet the reservation requirements.

    It was great technology, but was killed in the marketplace by cheap fast commodity hardware being "fast enough" that it wasn't needed any more.

  14. Re:Use ZFS - expansion and RAID for free! on RAID Vs. JBOD Vs. Standard HDDs · · Score: 0

    At present ZFS will not let you add or subtract disks to a single raidz component. This is one of the big shortcomings to ZFS flexability at present.

    What you can do to add capacity is to add another component, either raidz or mirror to your pool.

    You can also replace individual drives in the raidz with larger ones, and after all drives are replaced, exporting and importing your zpool will make the additional space available.

  15. Re:I like the dual-mode SD cards on A New Global Memory Card Standard · · Score: 0

    Even at 2GB there are lots of issues with existing embedded devices, because that's where the change from 512-byte to 1k blocks takes place. As an example, most current mobile phones won't handle anything over 1GB because their hardware assumes 512-byte blocks and can't deal with anything different.

  16. Re:ISP web caches? on Will ISPs Spoil Online Video? · · Score: 0

    Actually caching for ISPs or any carrier where you don't know what your customers are doing is problematic. In the real world, people push all kinds of non-HTTP traffic over port 80 because it is the path of least resistance in getting by filters, and in many cases they do not encapsulate it inside an HTTP wrapper.

  17. Re:Firefox on OpenOffice Could Soon Become Web-Based Apps · · Score: 0

    Startforce http://www.startforce.jp/ lets you do the same thing. I've even run YouOS inside Startforce.

  18. Re:Error 404 ClosedOffice on OpenOffice Could Soon Become Web-Based Apps · · Score: 0

    There's a case to be made for online application suites like this in an intranet context to enforce centralized document storage for compliance reasons (oh god, a SOX clone is coming to Japan - maybe its time to move to China).

  19. Re:Very common in Japan on Parking Attendant 2.0 · · Score: 0

    Mass transit stops from about half past midnight to 5am or so. Anyone that needs to get anywhere during this time needs to either:

    1. Wait
    2. Pay a very expensive (US$100-150 for me to get home if I work after midnight) taxi fare
    3. Have a car

  20. Re:MOD PARENT DOWN racist crap on Student Makes a Million Online, Gets Deported · · Score: 0

    I don't have any stats either, however after living here for 9 years I know it to be typical behaviour.

    You can also google for the Steven Herman vs. Asahi Bank case, or numerous cases of credit denials explicitly for being non-japanese.

  21. Re:What the ?? on Indie Lineage 2 Servers Shut Down · · Score: 0

    OK, coctail-napkin math time:

    Assume:
    Bandwidth costs $50/mbit/sec (a reasonable ballpark figure if you're buying transit in bulk)
    Client size is 2GB (Never played L2, but another guesstimate)
    Peak 95th percentile bandwidth usage of 5 times average
    The 500,000 users you just quoted

    16,000,000,000 bits/(30*24*3600)=6172 bits/sec*$50/mbit/sec*500,000*5=$771,604

    Not too far off those figures

  22. Re:We're not ready for IPv6 yet. on Every Vista Computer Gets Its Own Domain Name · · Score: 0

    Conversely, a shift to IPv6 will also reduce the effectiveness of worms because the sparseness of address distribution makes portscanning orders of magnitude less effective. It's all a wash really.

  23. Re:Speaking as a fulltime Free Software zealot on Open Source Router on Par With Cisco, Users Say · · Score: 0

    Playing devil's advocate: this has everything you just asked for that is not a Cisco proprietary protocol.

  24. Re:Standardized management of customer data on Chase Data for 2.6 Million Ends up in Landfill · · Score: 0

    We already use a bonded disposal company to send our media to its final repose. They come to our office with a metal case, which is locked after filling with DLT tapes, then tracked all the way to the disposal site where it is run through a crusher that turns it into bits no larger than 0.75cm on a side.

    They've been really hard-pressed to keep up their service availability since the japanese personal information protection law came into effect a year and a half or so back.

  25. Re:I am into accurate time. on Computer Network Time Synchronization · · Score: 1, Interesting

    WWV and other similar radio clocks (I use JJY in japan) are only 1 second resolution, which makes those sort of clocks not really suitable for seriously mission critical timing needs, even though they technically qualify as stratum 1.

    At home I use a little JJY-clock built from a kit that cost me about US$40 and connects via RS-232 and is supported in the reference ntp implementation. Has a PIC, some RS-232 glue and not much more other than the antenna and VCO.