Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:So No then (Score 2) 464

Nothing is laptop hardware in that machine. Like previous Mac Pros it has workstation cpu (Xeon), workstation graphics (FireMV) and workstation RAM (registered, ECC). Indeed, the mac mini has a laptop CPU and SO-DIMMs for memory, but we're talking about the Mac Pro.
Furthermore, I don't get the "doubts about the thunderbolt displays". Thunderbolt can act as a simple mini-display port (with audio also). So go grab your $150 Dell Display Port monitor and plug it in. All it takes is a $8 mini-display port M to display port M cable. If you want to use the more advanced features of thunderbolt, it's a matter of taste, but for a lot of external hardware USB is not an option even in it's 3rd incarnation.

Comment Re:and... (Score 1) 464

Stop scratching the machine if you don't want scratches on it. My workstation is always on, and I think that except for dusting it, I haven't actually touched it in over 1 year. Now going to serious stuff...
Upgrades are allowed. It features 6 Thunderbolt ports so you can add as many 10GigE, FC, HBA, high performance external directly attached storage arrays, Video Capture controllers as you want. There are a few thunderbolt to pci-express 2.0 8x adaptors available if you want to use your own hardware.
I guess that the only non-upgradable parts are the video cards. I think that they are swap-able but due to their proprietary format there would be no 3rd party alternatives.

Comment Re:Opportunity (Score 0) 279

P.S.: Have you noticed how Google managed to come up with a decent Maps app in only 6 months? They completely neglected the iOS distributed app for years and only improved on Android until Apple kicked their arse back to work. I find that kind of competition to be healthy!

Comment Re:Opportunity (Score 3, Insightful) 279

If you were Apple, you wouldn't have survived the 90's.
While the Apple maps data is not the best in some places, I can say that they're doing a much better job improving than everyone else. It took Google a few years to have any roads listed in most European countries. Apple started with complete maps. I've compared the coverage of Apple, Google, Nokia, Bing and OSM on quite a few occasions and OSM is the only one better than the rest. Google, Apple, Nokia and Bing are not showing one third of the motorways in Romania. I'm not talking about a forgotten secondary road somewhere up in the mountains, I'm talking about (albeit a few) hundreds of kilometers of motorways.
The application isn't bad at all. It's still superior to Google's, at least for now. The data might be flawed in some places, but you should give them a few months to get it right. I'm quite sure that when Google Maps first appeared, their data wasn't optimal either. Their maps are now much better due to community effort in apps like mapmaker.
In case you're an idiot and couldn't figure this out by yourself, I'm going to spell it out: it makes perfect business sense to build your own maps application if your biggest competitors (Google, Microsoft, Nokia) all have their own solutions. What do you think the licensing costs would be if Apple attempted to license a maps solution from Nokia's Navteq or from Microsoft's Bing?

Comment Re:Yeah right (Score 1) 133

You haven't been to the Netherlands recently. NS should stand for "No Show"!
In my experience, while traveling between FR, DE, BE, LX, CH, AT and the NL, once a train (including a high speed train) crosses the Dutch border it's instantly delayed. Should I count the part where they are changing the trains to between NL and BE to "high-speed" trains, even if they are traveling at normal speed, is just an excuse for making the prices 3-4 times higher and with mandatory reservations (unless you buy the tickets from Belgium). Should I count the times that I've wasted on their platforms mostly in bad weather.
The Dutch are good at a lot of things. Punctuality hasn't been one of them in a long time, whether you're talking about KLM, KPN (especially Getronics), NS they have completely forgotten what punctual means. Furthermore, they have replaced their BS-free attitude to a disgusting "politically correct/tongue up your arse" attitude, where, in order not to loose your business they tell you what you want to hear instead of the ugly truth. Fortunately, the Germans and the French are still frank enough.

Comment Re:RAID (Score 0, Troll) 405

RAID is a method of reducing the chances of a disk failure being fatal to the data. RAID is not a backup solution. Anyone who answers a question about backup with RAID is an IDIOT who doesn't deserve his oxygen quota and should be put down.
Disk failure is not the only reason for using backups. More often than not you run into an idiot user (who happens to be executive) that deleted stuff by mistake and you need it back.
Furthermore, disk failure can happen on all the disks at once. You have: fires, idiots, floods, more idiots, bad wiring, idiot admins, software bugs, and my personal favourite: tired admins.
Always have an off-line back and an off-site replica is my personal favourite.

Comment Re:right filesystem (Score 1) 247

> what you're looking for (ZFS) hasn't been invented on any of the OSs that you're using.

Actually, there is MacZFS. Runs just fine on OSX. I have the OS, apps, and my home folder on an HFS+ partition on an SSD. Everything else is on ZFS. It's exported via SMB to all my Win boxes.

And there's the ten's complement implementation that's even better, but doesn't cover Windows and Linux. There is no Windows implementation and the Linux one is alpha quality at best.

Comment Re:right filesystem (Score 4, Informative) 247

Two aspects to your problem:

1) Recovering from the current situation

If you didn't make ANY changes to the filesystem after it was corrupted, you still have a chance with software like DiskWarrior or Stelar Phoenix. Never work on the original corrupted filesystem unless you have copies of it. So grab a second drive, connect it over USB and using hdiutil or dd copy it to the second drive. Once you do that, use DiskWarrior or Stelar Phoenix on either one of the copies, while keeping the other one intact. Always have an intact copy of the original FS. You might be successful trying multiple methods, so KEEP AN INTACT COPY.

2) Avoiding it in the future
NTFS is good at surviving a crash if and only if the crash occurs in Windows. Paragon NTFS for Mac/Linux or NTFS-3G don't use journaling to it's full extent (for both metadata and data). So, if you get a crash while in Mac OS X or Linux, chances are that you get data corruption.

Same goes for HFS+. While Mac OS X uses journaling on HFS+, Linux doesn't. It's read-only in Linux if it has journaling. Furthermore, the journaling is metadata only in HFS+.

Now we get to the last journaled filesystem available to all 3 OSs: EXT3. It's the same crap as above.

Because of the three points above, I have a conclusion: what you're looking for (ZFS) hasn't been invented on any of the OSs that you're using.
Thus, I have a simple recommendation:
Use ZFS in a VMware machine exported via CIFS/WebDAV/NFS/AFP to Linux, Windows or Mac OS X. A small FreeNAS VM with 256MB of RAM can run in VMWare Player and Workstation on Windows/Linux and Fusion on OS X.

ZFS uses checksumming on the filesystem blocks, which lets you know of the silent corruptions. Furthermore, by design, it will be able to roll-back any incomplete filesystem transactions. I've had my arse saved by ZFS more times than I care to remember. The most difficult thing for my home storage system is to find external disk arrays that give me direct access to all the disks (not their RAID crap). A proper home storage system is RAIDZ2 (basically RAID6) + Hot Spare.

Another way is to have a simple, TimeMachine-like backup solution on at least one of your operating systems. But even that doesn't catch silent data corruptions, let alone warn you. As such, we get back to: ZFS.

Comment Re:Because 32bits of addressing... (Score 1) 460

I do appreciate your sarcasm. It's of quite reasonable quality; unlike most /. comments.

UTF-8 encoding comes with a lot of additional processing. IP communication (v4 or v6) needs to be implementable in anything from ASICs to Java in as few lines as possible. Adding something like a decoder increases the complexity of the whole thing and definitely increases the latency. Since we're in a jitter and latency sensitive world, decoding each packet that comes through each router interface will most probably add a quite sensitive amount of latency to the whole equation.

The whole article starts from the wrong premise. What I'm debating is the whole anti-IPv6 movement from idiots that aren't able to understand the need or the features of IPv6. If we're completely on-topic, Apple hasn't stopped using/providing IPv6. Apple still provides IPv6 on their AP/routers, however, their newest configuration tool doesn't provide a method for configuring it. So, what Apple is missing in the whole IPv6 equation is not IPv6 support, but:
A) Support for configuring IPv6 in Airport Utility Version 6.0 (5.6 still does the job, and both versions can be installed in parallel). Following Apple standard behaviour, by July 1st, they will release Airport Utility 6.1 that 'reintroduces' IPv6 support. Fortunately, the 5.6 version is still available for download.
B) Support for PPPoEv6. Apple supports static IPv6, 6to4 tunnels and automatic allocation (incl. DHCPv6) but no PPPoEv6. This is the only thing that is really missing on the AP/TimeCapsule side of the things (not in the config tool). PPPoEv6 is mandatory for most DLS providers that actually give you the option of using your own router (while turning that expensive VDSL2 router into a simple bridge).

Comment Re:Because 32bits of addressing... (Score 1) 460

OK. It seems that I am well rested, so let's see why you're an idiot:

1) NAT doesn't work. It only works properly for trackable connections (TCP/IP for example). Otherwise NAT requires hacks such as NAT-PMP and UPnP. Can you please explain to me why do we need the intervention of a complex protocol (like UPnP) just to get layer 3 working properly? Understanding NAT traversal and implementing it properly is more difficult than just understanding and implementing IPv6.

2) NAT is used as a security feature only by idiots (thus, my assumption that you're an idiot). Sane router defaults and enabling the firewall that comes with your operating system might do a better job. Even blondes have heard of a firewall. Not doing that is as inexcusable as not locking your car and then complaining that it got stolen/vandalised. In order to do some things (such as using a computer), you need to accept that you need to learn shit (such as enabling a firewall).

3) Getting IPv4 and IPv6 to play nice is not a problem. Getting both of them at the same time might duplicate some of the work, but that's what you get when you migrate from something old to something new. Some things still need to be done twice. However, since they are independent protocols (none assumes or requires the other one), you don't have to get them to "play nice" and you don't "default" to one or the other. Google "CCNA Semester 1" if you're missing the basics about IPv4 and IPv6 and the layered OSI model.

4) You make the ASSumption that if you have both protocols, somehow, all requests will first go through IPv6 and then, after timing-out will attempt IPv4. That ASSumes a few things that need to go wrong and usually don't.:
4a) the requested resource advertises both protocols (most only advertise IPv4)
4b) the application defaults to IPv6. Applications don't default! Applications do as they (or the OS in this case) are configured.
4c) your system is imagining that it's connected to both an IPv4 and an IPv6 network that can route to the requested resource when if fact it's only connected to an IPv4 network that can route to the resource. If your network doesn't provide IPv6, even if your system supports it, the applications will NOT use IPv6, let alone time-out. Same with IPv4. If your network only provides IPv6, your applications will not attempt to connect via IPv4. Actually, some applications will, but will instantly get a "no route to host" on the missconfigured protocol and only then will attempt to use the other protocol. But even in this scenario, you don't have a time-out, you get an instant exception.

5) Making IPv6 somewhat backwards compatible with IPv4 would make it IPv4.

6) Not having experience at something should be an incentive for us to get better at it, not a reason to stick with IPv4. We've already had almost 15 years to learn what IPv6 is all about, but some 'experienced' fucks are too damned lazy to give IPv6 6-12 hours of their life.

7) It's about time we move on and get rid of all the crap around IPv4 (such as: IPSEC not mandatory in all implementations, DHCP/BOOTp, ARP, RARP, 32-bit addressing, not-auto-configuring)

BTW, everybody should pray that we still use horses for transport as much as possible, because investing in tarmac is so expensive and time-consuming. God only knows what happens when the switch is flipped and we move to cars.
Thank God you're out of corp IT because you're definitely not able to adapt to the natural evolution of things.

Comment Re:Because 32bits of addressing... (Score 1) 460

IPv6 is terrible if those "20 bytes more" are relevant for your application.

This is a ridiculous argument. Over the internet you don't have any guarantee of the MTU. A common value is 1280, another one is 1500, but you might end up with the packets fragmented to a lot less than that (sometimes even 400 bytes). There are bigger differences in path MTU sizes over the internet than the 20 bytes that might be different between IPv4 and IPv6.
If you're talking about intranet, then I should remind you that Jumbo Frames have been around for about 10 years. If you're still not using at least Gigabit Ethernet, then it's your design that is at fault not IPv6.
Sometimes admins and developers need to suck it up and go with the wave. We can't keep using Lotus Notes 6, Windows 95 and IPv4 over PPP/POTS forever.
IPv6 is something that we need and you need to adapt your application to that. If you don't, it means that you're not doing your job. It's your duty to find out any hiccups and if you can't directly fix them, at least report them upstream as near-term risks for the infrastructure.
If developers did their job properly, IPv6 will work without any intervention from them. Microsoft introduced the IPv6 stack for testing back in Windows NT 4.0. If you use the correct APIs, you should be using IPv6, IPv4 or even IPX depending on your network conditions almost transparently. Apple also documented the correct APIs for looking up hosts and getting sockets that are protocol agnostic for a few years. Even if you didn't follow the OS vendor recommendations, IPv6 clearly visible at the horizon for 10-12 years. I will presume that your application is not 20 years old, so you have no excuse for ignoring compatibility with a disruptive upcoming technology that everyone knew was coming unavoidably.

Comment Re:Because 32bits of addressing... (Score 1) 460

You clearly never did any programming:
A) Unicode is a beast if you don't use any libraries that take that complexity out. Doing something as complex as Unicode for the sake of 20 bytes is ridiculous. Doing something the Unicode way for anything other than charsets is idiotic to begin with.
B) Things that are of fixed width tend to work better as you just put a struct/record over them which is a cost-free thing. Things of variable length require additional complexity and work for the processing side (NIC or IPv6 stack or some ASIC).

Comment Re:Police state (Score 1) 403

At least most of us can name more than half the EU states. Can't imagine Americans being able to name more than 10 of theirs.

I hope you're not serious. This is second grade material, along with the capitals of each state.

A bit of reading on USians and passports/travel.

A nicely done analysis. However, the argument that Europe or Asia or just about any other place except for Canada and Mexico is more difficult to reach than to an European is mostly invalid. Getting from any European Capital to any place in Asia is as difficult as it is for Americans. Same for South America. Futhermore, Europeans tend to travel to the US quite extensively. I know I went there about 4 times for a total of 7 months.

I guess I just don't understand the average European outrage at the US when it is their own politicians selling them out. We didn't cave, your politicians did.

The rage is with the US for becoming a disgrace after 9/11. Everyone mourned the 9/11 tragedy. It still doesn't mean that it should be used as an excuse to bomb the hell out of everyone. The US policy is now ignorance for the sovereignty of other nations (like in this case). It's incredibly one-sided (and one could argue short-sighted) in the middle-east issues. It's lack of responsibility in some and meddling in others.
US soldiers, like any other soldiers screw-up on occasion around the world. However, the US is the only one that doesn't allow the soldiers to be responsible in front of the local justice system.

I'd actually encourage a tit for tat retaliation against the US for two reasons 1) Make people in the US wake up and realize that this is going on (though most wouldn't care), and 2) push the US and EU further apart, which is long overdue.

1) Fighting for civic liberties requires understanding them and that takes you to the major problem of education. The US education system is propagandistic on the "virtues" and "freedoms", but it does not really do a comparative assessment of all the options. It's just indoctrination, which leads to the two party system that is currently hurting you. Europeans being pissed at americans won't help your civil liberties issue, but it will create dangerous ripple effects in society.
2) I couldn't really say that the US and the EU are in any way close. They are about as developed, which means that the interactions are balanced, but not particularly close. The US is just as close with all the other countries of similar development (Japan, Australia, Canada, etc.).

Comment Re:Police state (Score 1, Troll) 403

Most americans will be quite happy with just seeing the Grand Canyon and Hawaii, once in their lifetime, in clear contrast with Europeans that make it one of their biggest achievements stepping on each continent and seeing a bit of each of the now 27 countries in the EU.
At least most of us can name more than half the EU states. Can't imagine Americans being able to name more than 10 of theirs.

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...