Domain: google.com
Stories and comments across the archive that link to google.com.
Comments · 95,278
-
Re:I have an even simpler solution
My bad, add the word "eat" to the search. The first item on the list is a video about reefer madness, the second is a pot brownie, the third is the urban dictionary definition. Here is the search link in case you are lazy.
-
Re:I have an even simpler solution
My bad, add the word "eat" to the search. The first item on the list is a video about reefer madness, the second is a pot brownie, the third is the urban dictionary definition. Here is the search link in case you are lazy.
-
Re:I have an even simpler solution
My bad, add the word "eat" to the search. The first item on the list is a video about reefer madness, the second is a pot brownie, the third is the urban dictionary definition. Here is the search link in case you are lazy.
-
Re:I have an even simpler solution
My bad, add the word "eat" to the search. The first item on the list is a video about reefer madness, the second is a pot brownie, the third is the urban dictionary definition. Here is the search link in case you are lazy.
-
Re:Javascript vs. Jquery
So
... how is the jquery version superior in any way to the plain vanilla javascript version?It's shorter, both in original code size and in the number of documentation pages required to understand it.
Sorry, there is absolutely no reason to use that poorly-written pile of garbage.
I disagree. So do most of the posters in the thread you referenced.
As for a reference, you might start with JavaScript: The Good Parts.
Thanks. I assume you mean this one. I'll check it out.
-
Re:It *should* be part of the marketing
excoriate
I learnt a new word today. Thank you!
I also agree with most of your point, but I wonder, just how much of a premium are those people you mention willing to pay? 10%? 20%?
P.S.
For those wondering what it means...
https://www.google.com/search?q=excoriate -
Re:Where are all those Flash is the Future ppl now
To be honest, if you like casual games, the iPad might have been the better choice. Not sure why anyone cares about IE4 at this point, and video works just fine on my iPad.
As for HTML5 games, seriously? You think there's only one?
-
Re:It *should* be part of the marketing
Abso-fucking-lutely. Look at how many people out there gladly pay the Apple Tax for devices that are really not that different,
Except in the case of the Nexus Q vs. the Apple TV (...or the WD TV Live) we seem to have a Google tax of 200%.
(TFA is talking about the 'Q' media streamer which is bizarrely more expensive than the new Google tablet).
-
Unknown sources and AIDE
Anyone can jailbreak
Provided the DMCA exemption allowing jailbreaking is renewed. That's not guaranteed, and if it isn't renewed, Apple could use the precedent in Sony v. Hotz to shut down U.S. jailbreaking.
Also the apps are in theory almost as locked down.
The differences I'm referring to are the following: 1. All major Android phones and tablets support adb install; in fact, Google requires this as a condition of licensing the Market application. 2. Android has an IDE on the Market, unlike Apple which has historically been reluctant to approve tools for programming on the device. Or what has changed in the three years since this story?
-
Killing it on Linux too!
Spad said this in a comment above, but they also are killing Flash on desktop LInux ! It seems like that should be mentioned, as this is slashdot, maybe the site with most linux users in the world (was there a previous article,maybe?)
From the roadmap linked from the article;
Linux: Adobe has been working closely with Google to develop a single, modern API for hosting plug-ins within the browser. [...] Adobe has been able to partner with Google in providing a "Pepper" [ http://code.google.com/p/ppapi/ ] implementation of Flash Player for all x86/64 platforms supported by the Google Chrome browser [...]For Flash Player releases after 11.2, the Flash Player browser plug-in for Linux will only be available via the "Pepper" API as part of the Google Chrome browser distribution and will no longer be available as a direct download from Adobe. Adobe will continue to provide security updates to non-Pepper distributions of Flash Player 11.2 on Linux for five years from its release.
It's a good thing that Flash use is declining...
-
Re:How Difficult Is It Really?
If it's like the US, it was a solution to the very well-defined problem of the "wrong" people winning elections.
Our routine election-verification tests are centered around detecting ballot-stuffing, not
vote-flipping, because conventional ballots are hard to alter for a different candidate. All-electronic voting systems, however, make flipping trivial. -
Re:No paywall links
There should be a rule on Slashdot that no paywall links are allowed to be posted. How can we comment on an article that we cannot see?
Copy the URL, google it, and bypass the paywall by clicking the result from there:
-
Re:It *should* be part of the marketing
The tablet is $199 for the 8GB model and $249 for the $16GB model.
https://play.google.com/store/devices/details?id=nexus_7_8gb -
Re:Any real demos?
Is it a view through a piece of glass? I've heard considerable speculation that, to cover the FOV they're suggesting, they're probably using something to project the image at your eye (I guess Brother demo'd this not too long ago).
https://www.google.com/search?q=projection+on+retina
Otherwise you only get little info bubbles in the upper right of your field of view. That's not particularly useful for real augmented reality applications.
-
Re:Javascript vs. Jquery
$("#myid input").each(function(){$(this).doSomething();});
In bare javascript I'd have to write a loop, either recursively or iteratively
(Oh, no! Not a loop! The horror! Someone might be able to read and understand your code -- then they won't recognize your genius. It's always best to make sure your code looks as much like obfuscated perl as you can manage. jquery is great for that!)
So
... how is the jquery version superior in any way to the plain vanilla javascript version?var myStuff = document.getElementById("myForm").getElementsByTagName("input");
for (var i=0;i<myStuff.length;i++) { myStuff[i].doSomething(); }In vanilla version is much easier to read and understand, easier to write, and doesn't require a gigantic library.
What's REALLY funny, however, is that the vanilla version actually requires you to know less about JS than the jquery version!
Sorry, there is absolutely no reason to use that poorly-written pile of garbage.
. If you're really dedicated to luring programmers away from jQuery, I suggest you write (or recommend) a reference such as I suggested.
If you're really dedicated to promoting that useless abomination, I suggest you find some way to justify its use. As for a reference, you might start with JavaScript: The Good Parts. It won't take long before you find out how much time and effort you've wasted learning and using that bloated corpse.
-
Re:People must be blind..
Behold, Apple's design patent in all it's glory. Tell me, of those four images that compose the entirety of that patent, which shows something more than "rectangular, round corners"?
Let's see: there's the flat, flush surface with the display, the thinness, the sides with rectangular corners (imagine, not rounded) on the top and the curved ones on the bottom.
Ohh, and you may notice that the design is older than Samsung's picture frame.
-
JavaFX + Scala or Groovy = UI development goodness
I was a little disappointed that, for a topic that mentions JavaFX, there hasn't been any significant discussion about JavaFX at all so far.
I'm admittedly not a UI developer, but, I've been playing with ScalaFX and looking at GroovyFX and seeing a lot to like (See JavaFX 2.0 and Scala like Milk and Cookies). Combining this stuff with some of the ideas from Morphic and we could get some really compelling UI's that would be hard to do in a browser even with HTML5.
-
Re:"active choice-plus"
i do need a way to manage what he is seeing.
And there are a myriad of ways to do that. If you have one computer, there are tons of software options available. If you want to provide coverage for all devices on your network, you can set up OpenDNS on your router.
I'm sympathetic to the needs of parents to protect their children from unwanted online content, but a legislative solution is absolutely the wrong way to go about it. -
Re:Turns 40?
Atari turning 40 implies that it's still alive
-
No IPv6 for GCE at launch?!
From TFM:
We currently do not support IPv6. However, Google is a big supporter of IPv6 and it is an important future direction.
So much for keeping the Internet growing, Google. Usual half-baked beta.
-
Re:The glass demo was amazing
Android has had hardware graphics acceleration from the start, and most certainly did have it in Gingerbread:
https://plus.google.com/105051985738280261832/posts/2FXDCz8x93s
https://plus.google.com/105051985738280261832/posts/XAZ4CeVP6DC
On my Galaxy S if I turn all the animations on they seem pretty smooth, It runs 2.3, Gingerbread. My Galaxy S 3 is even better, as good as an iOS device 99% of the time.
Personally I can live with those 1% minor juddering on animations in exchange from true multitasking. That is what it boils down to - on iOS the animations have absolute priority and all apps must yield to them, on Android they don't freeze your entire system for the duration.
-
Re:The glass demo was amazing
Android has had hardware graphics acceleration from the start, and most certainly did have it in Gingerbread:
https://plus.google.com/105051985738280261832/posts/2FXDCz8x93s
https://plus.google.com/105051985738280261832/posts/XAZ4CeVP6DC
On my Galaxy S if I turn all the animations on they seem pretty smooth, It runs 2.3, Gingerbread. My Galaxy S 3 is even better, as good as an iOS device 99% of the time.
Personally I can live with those 1% minor juddering on animations in exchange from true multitasking. That is what it boils down to - on iOS the animations have absolute priority and all apps must yield to them, on Android they don't freeze your entire system for the duration.
-
Re:Atari Greatest Hits
Droid2600 is awesome.
-
USB OTG?
It has a micro USB socket. Also GPS! See the specs in the Google Play store:
https://play.google.com/store/devices/details?id=nexus_7_16gb
It doesn't say there whether the USB is OTG or not, but I'll bet that it is. The latest Nexus phone has a micro USB with OTG. But, according to this video, flash drives don't just work out of the box. He speculates that you could root your device and get it to work or that perhaps an update will enable it.
http://www.youtube.com/watch?v=8EFl8UEAMcw
I'm with you: I want to be able to plug in a USB flash drive, an SD card reader, etc. And I want this even more because the tablet doesn't have a socket for SD or Micro SD cards anywhere. (Not a deal-breaker for me... I already pre-ordered a 16 GB model.)
steveha
-
Re:People must be blind..
2) Apple did not sue Motoroloa over the Xoom.
Check your facts, they sure did.
-
H.R. Geiger
* This lends itself MORE to the "Geiger counter" though, of course... but yea, that's his name (coincidence? "Inquiring minds, want to know"...)
APK
P.S.=> This is 1 of the cooler things I've heard from Slashdot's science news ever - As this has much potential for travelling the cosmos I'd say... apk
-
Re:WHY are events like these not streamed?!!!!
It is streamed: https://developers.google.com/events/io/
Most of the talks will be available on YouTube following the event as well. -
Re:How many small businesses don't start...
Right. They wait until you're making money, and then they come take it. Half a million? No. The damage can be your entire company. What would RIM look like right now if they hadn't suffered a half a billion dollar patent tax on push email?
Probably no different. The RIM v. NTP settlement was in March 2006, at which point their stock price was at $27. 16 months later, they were at $85 and did a 3:1 split... at which point it then went up to a peak of $144... So one share of $27 stock when that half billion dollar "tax" (really? taxes go to the government, this was to the patent owner) was then worth $432, or a 1600% increase.
No, what killed RIM (aside from the 2008 recession, but that hurt everyone) was the fact that they rested on their Blackberry laurels and never innovated further, believing themselves to have a lock on the enterprise market, and iOS and Android shot past them.
-
Re:EU bailout
Nah. Microsoft is just timing the appeals so that the Euro is at its lowest. This way they'll save up to 20% off the fines. Microsoft might want to wait a few more months to pay it off. If Greece, Italy, and Spain go insolvent, they might be able to pay it off with spare change.
-
Re:People must be blind..
Jesus H Christ, the patent isn't just on rounded corners, you simpleton. Rounded corners _are a part_ of the design patent. One piece. There are other parts that _when all used together_ constitutes infringement. Did your dinning room table copy all the design elements of an iPad? Did your TV? No. So of course they don't infringe.
Way to read the post. I didn't suggest my table infringed. I said that it was evidence of rounded corners existing prior to the iPad, and that Apple wasn't especially innovative or distinctive in its design.
Anyone who thinks this is just about "rounded corners" is either stupid or ignorant. It's about _the entire design_ which includes, as one part, rounded corners.
Behold, Apple's design patent in all it's glory. Tell me, of those four images that compose the entirety of that patent, which shows something more than "rectangular, round corners"?
Now, feel free to mod me troll all you want but it would be nice if everyone who's simplifying this situation to "RAWR!!! Rounded corners!! RAWR!!!" could pull their collective heads out of their asses and actually recognize that a company is blatantly and outright copying the design of a competitor who has a patent protecting that design.
It would be equally nice if the rabid Apple fanboys could pull their heads out of Steve Jobs' decaying sphincter long enough to realize that their idol is patenting the bloody obvious, in an attempt to monopolize the market.
-
Re:Participant Psychosis?
That's why the sleeper hold was banned - policemen kept accidentally killing people by strangling them. When it's applied correctly there is absolutely no pressure on larynx but it's easy to mess it up.
Also, sleeper hold works very fast. Result of a quick googling: http://video.google.com/videoplay?docid=4603043818001526637 -
Re:I'm perplexed
If NetFlix is required, then are theaters?
Yes Last I heard the ninth circuit upheld it. Don't know if it's on the way to the Supreme Court or if they refused to hear it.
-
ocean has 100 meter hills & valleys due to gra
Here is a map of these sea level variations. A large hole in the Indian Ocean is probably related to the convection cell jamming India into Asia.
-
Re:Imagine if somehow she was still alive
There's your next companion.. right there. Moffatt.. that's a freebee.
What? You're saying she landed in Springfield? And here I thought aliens abducted her and took her to the Delta Quadrant!
-
Re:battery dock???
You don't really plug much of anything else into it, except maybe headphones.
I've found reasons to plug a couple things into my Transformer Prime:
- A full-size SDHC card, for sneakernet of large files. Note: The Prime can handle NTFS-formatted media, so nice big video files are no problem.
- A PS3 controller into the USB port. For a couple of games I have (Max Payne Mobile, Shadowgun THD) it turns the thing practically into a games console. The graphics are surprisingly good, especially for the battery life.
Doesn't take away from your point, though.
-
Re:battery dock???
You don't really plug much of anything else into it, except maybe headphones.
I've found reasons to plug a couple things into my Transformer Prime:
- A full-size SDHC card, for sneakernet of large files. Note: The Prime can handle NTFS-formatted media, so nice big video files are no problem.
- A PS3 controller into the USB port. For a couple of games I have (Max Payne Mobile, Shadowgun THD) it turns the thing practically into a games console. The graphics are surprisingly good, especially for the battery life.
Doesn't take away from your point, though.
-
Re:Insane!
If you need an excuse to buy another gadget, check out this...
Second screen applications involve interactivity between smart phones, tablets, or other devices and TV. A second screen application could be a controller for a Google TV application or it could add more functionality to a Google TV application. For example, the YouTube Remote application enables users to browse videos on their smart phone and play them on Google TV
-
Re:too much regulation!
A section of historic FCC rules for radio is here:
The phrase "However, precautions shall be taken so as not to substantially alter the dynamic characteristics of musical programs" was removed after being in the rules only a short time. Many broadcasters protested, wanting to use very aggressive audio processing. Sometime it was to sound loud than the competition (doesn't work when everyone does it), sometimes it was to help hide the noises present with a marginal signal.
There were past loudness rules for ads. Here are the full details of what's being proposed for DTV now. DTV audio has generally been better and more dynamic. However when programs are dynamic, the average loudness is lower, making commercials stand out even more.
-
Re:Sexist?
Anecdotal evidence isn't even suggestive. It's just raw uncontrolled data points. You cannot draw inferences from it.
I'm sorry, but you're wrong on this point. Anecdotal evidence is generally agreed to be suggestive. You cited Wikipedia in your other reply, so I will too:
Anecdotal evidence is considered dubious support of a claim; it is accepted only in lieu of more solid evidence.
(Source.)
These assorted definitions agree (I've only quoted pieces):
* cannot prove anything in themselves but sometimes provide leads for useful research
* tend to support a conclusion of discrimination
* can be useful to generate hypotheses
* Often construed to prove nothing, because life would be much easier if it did (see wishful thinking). [I must say this is an odd definition]
* Anecdotal evidence is unreliable evidence
* evidence that has not been confirmed by controlled scientific methodsIt can suggest the truth, but it is certainly unreliable. It can support inferences such as, "maybe X occurs with Y". It cannot support inferences such as "X occurs with Y" (though my citation did that duty in my original post; I only offered anecdotal evidence because my main evidence was behind a paywall).
Aggregating anecdotal data is NOT what studies do because such data is never controlled.
Actually, you are partly right. It seems most of the definitions of anecdotal evidence explicitly disallow data taken from controlled experiments, though some are more general and do not include this requirement. I was working with the more general definition. For instance, I would call a single individual's survey results taken in isolation anecdotal evidence even if they came from a controlled study. In that sense my statements were true.
Again, as a math major you should realize this.
That is a mildly annoying rhetorical device. You were incorrect (such data is sometimes controlled, depending on who you ask, and I'm not the only one), but even if you were correct, one should only expect an applied math major to necessarily have knowledge in this area. My major was essentially pure.
-
Re:Of babies and bathwater
When did things change where non-citizens weren't required to have something like a resident alien card? Because they were before this.
Before:
1. Person is arrested on suspicion of xyz crime
2. Police verify identity while suspect is in custody in jail
3. Looks like suspect might be here without papers, feds notifiedNow:
1. Any remotely looking Hispanic person can be hassled for any ginned up reason (see the hundreds of thousands of innocent black and brown men frisked in NYC).
2. Innocent people have to spend time and money they don't have to prove that they belong here
3. More naturalized and native born citizens are wrongfully deportedIf you think that's hyperbole, just ask Google.
-
Re:Ugh, this makes me mad.
I'm sorry but you are wrong, and here is why: writing, providing QA and QC and maintaining said driver is NOT a job Joe basement coder can do, in fact there are only an EXTREMELY small amount of people actually qualified to do that work. your argument might as well be "Just show us a picture of the brain and we'll develop our own brain surgeons" which as you can see would just be insanity. it takes years of education, and years of experience after that to become a good enough coder to work in such a low level environment without cocking it all up, and most of those people that ARE qualified? Well they actually already have jobs and won't work for free, sorry.
Maybe you should read this fine article by one of the RH devs that points out why that simply won't work. it hasn't worked in the past, won't work now, and will not work in the future, because in the end there are simply too few qualified to do the work and too much work that needs to be done.
-
Re:MICROSOFT SQL Server
not that generic.
i did a google search for 'SQL Server' and found 1 link on the first 6 pages that didn't use 'SQL Server' to refer to the Microsoft product. and that 1 link was mysql.com which didn't mention 'SQL Server' on the page at all (only 'MySql Server').
the only other major DBMS to have 'SQL Server' in its name was Sybase SQL Server the ancestor of Microsoft's product.
-
Don Lancaster's writings on Patents
A patent is a license to enrich ones lawyer. - kps
Once you read Don's writings on this topic - there isn't much left to be said.
-
Re:100% agree
Care to explain? In my mind the point of mathematical notation is that it is rigorous or, if not completely rigorous, it's immediately obvious to anyone who understands it how to rigorise it.
Gerry Sussman pointed a few problems out in his Dan Friedman birthday lecture (link).
-
Untrue - HOW & WHY... apk
I run Windows - & haven't had ANYTHING happen to my system since, oh, early 1996 (that's when I learned how to REALLY "security-harden" my computers' Operating Systems + wares used):
You can security-harden modern Operating Systems QUITE WELL, & it's even EASY TO DO, if you use a tool like the multi-platform + highly esteemed ( http://www.computerworld.com/s/article/9018362/CIS_tool_aims_to_help_federal_agencies_check_Windows_security_settings ) based on "industry best practices" recommendations of CIS Tool -> http://www.google.com/search?sclient=psy-ab&hl=en&site=&source=hp&q=%22HOW+TO+SECURE+Windows+2000/XP%22&btnG=Search&gbv=1&sei=W53oT_jaLKbp6gGXoe3gDg
That, along with a little end-user education (which it goes into a LOT on that note) on where threats come from, how to stop them, & to use common-sense (along with conscientious patching of OS &/or wares a user uses) goes a LONG ways...
* CIS Tool's also ready for Windows 7 + Server 2008!
However/Catch-22 (not really, & how/why) - it's not FREE like the ones for Windows 2000/XP/Server 2003 were, but, it has a 30 day demo (and you can make the alterations it suggests, & then, use regedit.exe to export those changes OR
.inf files to merge too, & that way? You have the settings for "security-hardening" your rig that way, forever!)---
"Apple is insanely more secure then Windows and only slightly less secure then Linux, I think they should use what they have and just call it like it is." - by Murdoch5 (1563847) on Monday June 25, @01:51PM (#40441235)
LOL, Apple didn't have EACH OF THE FOLLOWING before Windows did:
---
1.) PatchGuard
2.) ASRL
3.) DEP---
So, what was THAT you were saying? By the by, outta the box/oem-stock??
NOT A SINGLE ONE OF THEM IS AS SECURED AS THEY POSSIBLY CAN BE:
Proof? Well, there's what CIS Tool shows you on both Linux &/or Windows, AND?? Apple puts out this security guide for MacOS X too:
http://www.apple.com/support/security/guides/
SO, IF MacOS X is "so secure" AS YOU STATED, & RIGHT OUTTA THE BOX/OEM-STOCK? Why the security guide above & beyond the stock settings then??
(NO - not even SeLinux bearing Linux distros, which copied the idea of ACL's from Windows NT-based OS, in their MAC (mandatory access control) analog of it... Since Linux didn't even have anything REMOTELY close to being like it & yes, it helps, a lot...)...
APK
P.S.=> It's gotten results like the following quoted testimonials from a fellow that does PC Repair & more, from his family, himself, friends, & clients he's applied that guide's recommendations TO THE LETTER to:
QUOTED TESTIMONIALS TO THE EFFECTIVENESS OF SAID LAYERED SECURITY GUIDE I AUTHORED:
"I recently, months ago when you finally got this guide done, had authorization to try this on simple work station for kids. My client, who paid me an ungodly amount of money to do this, has been PROBLEM FREE FOR MONTHS! I haven't even had a follow up call which is unusual." - THRONKA, user of my guide @ XTremePcCentral
AND
"APK, thanks for such a great guide. This would, and should, be an inspiration to such security measures. Also, the pc that has "tweaks": IS STILL
-
Re:But will it run Linux?
If you just want a typical linux distro type userland you can already use a chroot and vnc.
Yep, this is what I do on my Xoom and it works marvelously. I did stumble a bit finding a good VNC client though. I started out with AndroidVNC and it worked very well and fast. The only problem was the lack of right/middle mouse click and lack of keyboard support for things like Ctrl/Alt/F1-12 etc. Those issues were making it where I would use it for novelty more than anything else. Fast forward to a few days ago and I decided to download and try every VNC viewer from the market finally settling on Jump Desktop. It's very fast, i.e., screen refreshes are more like RDP and NX rather than what you expect with VNC. And last but not least, all keyboard keys and mouse buttons work. I was actually able to hook my mouse and keyboard up to my tablet and accomplish Real Work(TM). Not affiliated with them in any way but definitely recommend their product (and it's free).
-
Untrue, how &/or why
"Security - when you don't trust things more than you have to... a feature not available in Windows, Mac OSX, nor Linux." - by ka9dgx (72702) on Monday June 25, @01:03PM (#40440515) Homepage
You can security-harden modern Operating Systems QUITE WELL, & it's even EASY TO DO, if you use a tool like the multi-platform + highly esteemed ( http://www.computerworld.com/s/article/9018362/CIS_tool_aims_to_help_federal_agencies_check_Windows_security_settings ) based on "industry best practices" recommendations of CIS Tool -> http://www.google.com/search?sclient=psy-ab&hl=en&site=&source=hp&q=%22HOW+TO+SECURE+Windows+2000/XP%22&btnG=Search&gbv=1&sei=W53oT_jaLKbp6gGXoe3gDg
That, along with a little end-user education (which it goes into a LOT on that note) on where threats come from, how to stop them, & to use common-sense (along with conscientious patching of OS &/or wares a user uses) goes a LONG ways...
* CIS Tool's also ready for Windows 7 + Server 2008!
However/Catch-22 (not really, & how/why) - it's not FREE like the ones for Windows 2000/XP/Server 2003 were, but, it has a 30 day demo (and you can make the alterations it suggests, & then, use regedit.exe to export those changes OR
.inf files to merge too, & that way? You have the settings for "security-hardening" your rig that way, forever!)APK
P.S.=> It's gotten results like the following quoted testimonials from a fellow that does PC Repair & more, from his family, himself, friends, & clients he's applied that guide's recommendations TO THE LETTER to:
QUOTED TESTIMONIALS TO THE EFFECTIVENESS OF SAID LAYERED SECURITY GUIDE I AUTHORED:
"I recently, months ago when you finally got this guide done, had authorization to try this on simple work station for kids. My client, who paid me an ungodly amount of money to do this, has been PROBLEM FREE FOR MONTHS! I haven't even had a follow up call which is unusual." - THRONKA, user of my guide @ XTremePcCentral
AND
"APK, thanks for such a great guide. This would, and should, be an inspiration to such security measures. Also, the pc that has "tweaks": IS STILL GOING! NO PROBLEMS!" - THRONKA, user of my guide @ XTremePcCentral
AND
"Its 2009 - still trouble free! I was told last week by a co worker who does active directory administration, and he said I was doing overkill. I told him yes, but I just eliminated the half life in windows that you usually get. He said good point. So from 2008 till 2009. No speed decreases, its been to a lan party, moved around in a move, and it still NEVER has had the OS reinstalled besides the fact I imaged the drive over in 2008. Great stuff! My client STILL Hasn't called me back in regards to that one machine to get it locked down for the kid. I am glad it worked and I am sure her wallet is appreciated too now that it works. Speaking of which, I need to call her to see if I can get some leads. APK - I will say it again, the guide is FANTASTIC! Its made my PC experience much easier. Sandboxing was great. Getting my host file updated, setting services to system s
-
Re:Sure...
I get where you're coming from, but the simple fact of the matter is that I have never worked for a Swiss boss. Ever. I know nobody who has. If they are such great leaders of (US) men, where are they?
-
Re:But will it run Linux?If by Linux, you mean a crappy Nvidia-compiled Ubuntu derivative full of binary blobs, which will be forever locked to a certain kernel version, then yes. Nvidia doesn't even bother to release audio drivers, I'm not even talking about other stuff.
In addition, NVIDIA is working on a full release of Ice Cream Sandwich (ICS) for our Tegra 2 Dual Core and Tegra 3 Quad Core reference devices to be made available early next year. This release package will comprise of binary code, drivers developed on our reference platforms and any patches necessary to ensure stability & performance with ICS. We hope the open source community can leverage this release for their work on all Tegra devices.
If you really want to install Linux on the tablet, buy TI OMAP-based devices.
-
Pictures
I live right in the red zone where this fire was and was forced out of my home on Friday. Here are some pictures for anyone that cares:
https://picasaweb.google.com/111855716135586173530/EagleMountainFire2012