Comment They need to make search results more helpful. (Score 1) 25
They need to make search results more helpful. It's all just generated lists and ads at this point.
They need to make search results more helpful. It's all just generated lists and ads at this point.
I have a 10G Ethernet card on my iMac via an external Thunderbolt PCIe expansion chassis. So, OS X can use 10G.
I have a third party software iSCSI Initiator installed, so OS X can use iSCSI.
You fail to mention NFS, which OS X supports natively.
Aside from CPU upgradability, the 6 Thunderbolt ports means that this particular Mac Pro is the single most expandable Mac on the planet.
You can add a TON of PCIe expansion boxes to give you a ton of slots as needed, including additional graphics cards, RAID cards, etc.
Since everything is external, you also don't need to worry about upgrading the internal PS of the Pro or worry about cooling needs of the computer itself.
Yes, it'll mean that everything is external, but it also means that everything is "pay as you grow" and keeps the computer itself nice and small and hopefully less expensive (we shall see).
No, it's not for everyone, but it is an interesting design and it is expandable.
Make it.
Don't fantasize, make your dreams happen.
Those of us born before 1985 or so can remember we LIVED WITHOUT INTERNET. We got by just fine. We went to libraries and subscribed to periodicals and bought books for information. We wrote letters on paper, used stamps, and waited days for mail turnaround. We read National Geographic for education and other activities. We survived, we liked it, we didn't notice much missing.
No 'net?
Been there.
Done that.
Was nice.
Don't wanna go back.
Pity the person who does.
I would consider getting a large sand blasting cabinet.
In the Kamigata area, they have a sort of tiered lunchbox
they use for a single day when flower viewing.
Upon returning, they throw them away, trampling them underfoot.
The end is important in all things. - Hagakure (The Way of the Samurai)
Having seen enough similar "out there" products - at least when they were first conceived of - my reaction to your funny was "holy crap he's right!" and started wondering what could be done to bridge the gap from humorous absurdity to marketable product. The sound industry has long touted "1-bit digital audio" - similar concept awaiting for imaging?
Sorry,
Heck, that improves the example: if you can't fix the bug in that after 15 weeks of study, reconsider whether you're willing to work as hard as you'll need to for the certification.
If you can't grasp the basics of variables, decisions, loops, functions and classes in 15 weeks then you are not ready for what comes next. I've had students who truly could not, and it would be cruel to let them continue on, only to get mired ever deeper and rack up more debt. If prerequisites, declared or implied, are not fulfilled then one is in no position to go farther. Those who take it again and struggle thru may pass (rare), but they have already shown that - aside from special cases and remarkable effort - they are just not equipped to compete in the complexity and speed of the subject.
If you can't grasp
class C { public: void d(int n){ for(int i=0;in;++i) cout”Hi! "; } };
void main() { C c; if (true) c.d(); }
in four months, you're not cut out for the career.
I get students who don't grasp the concept of variables. I mean they truly do not grasp the concept of x=3.
Maybe they can get it at some point, but they don't keep up.
If you can't play standard scales in 4 months, you're not up to compete against talented musicians.
If you can't dissect a frog in 4 months, you're not cut out to do surgery.
If you can't write a poem in 4 months, you won't be teaching college English.
Sure we can hypothesize special cases, or give contrary anecdotes. Building policy on that is like not driving to work because you might be killed in a crash. I know Einstein failed math; he overcame, and so can any special cases - it's not like one is forbidden from the subject everywhere for life.
If you can't grasp a bare minimum level of competency in four months of six hours a week lecture time plus up to all waking hours for assignments, take the hint - go find your talent, which isn't this.
Hence my #1 general complaint with free open source software: developers tend to fix what they want to fix, not what must be fixed. Stuff which is hard to do, uninteresting, and little-observed (whether during development or in the bug report bin) tends to be passed over by those who have no incentive to do it other than in return for cold hard nasty cash.
The association appears to be related to non-caffeine components of coffee.
- from the linked-to abstract.
Lacking 3G coverage, most areas have EDGE network available, and the 3G radio should fall back to that.
Yeah, it's slow - but at least it works (big difference between "slow" and "nothing"). 'tis rare that my iPad gets no service whatsoever, as most "middle of nowhere" areas still have EDGE at minimum.
Upshot: if your cell phone works, and you're not doing international roaming, it will at least function passably until you return to suitable civilization.
I was about to make a snarky comment about turning in your geek card, but then realized we now have a generation of geeks who legitimately don't know that ^W = Control-W => Delete Word.
You are suffering the same confusion I'm trying to point out.
Software engineers (and their management) confuse the blueprint with the finished product. Your source code is not the final product, it is the complete detailed blueprint of how to build the final product - from which your compiler chain then builds the final executable (in a manner nigh unto instant and free).
This confusion leads to misapplication of processes, which in turn lead to silly assertions such as TFA. As build time approaches zero, so does the imperative to do correct design.
In most engineering disciplines, the process of actually building something is long, hard, expensive, and persistent. If the project is build a bridge, you spend a lot of time making sure the design is right; why? because the process of actually building the bridge takes months or years, costs many millions of dollars, and once built is not easily replaced. There is no room for error, so process is taken very seriously as a central part of ensuring timely cost-effective correctness.
In software, the process of actually building something is instant, easy, free, and transient. Type "make all" and go get some coffee; find a bug? tweak a couple lines and do it again. This distorts the development process; "process" gets snubbed as a costly distracting annoyance instead of the means of assuring that what gets delivered is correct, because it's just so dang easy to fix and rebuild in seconds
FORTUNE'S FUN FACTS TO KNOW AND TELL: A guinea pig is not from Guinea but a rodent from South America.