Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Camel

Pages: [1] 2 3 ... 103
1
General Programming / Re: [bash] Find empty folders
« on: April 06, 2011, 05:07:25 pm »
Bump!

find -depth -type d -empty

What do I win?

2
Gaming / Manufactora!
« on: March 28, 2011, 01:54:45 pm »
http://pleasingfungus.com/

I'd like to see how people solve Rocket Planes. My solution is a kludgy bubble sort (spoiler)

3
Bump.


That is all.

4
iago's forum / Re: Important news!
« on: July 11, 2010, 03:28:01 pm »

5
General Discussion / Re: DROID
« on: December 12, 2009, 12:27:39 am »
I read about that (2.1 for Hero I think?), but I didn't get the impression it was a leak - thought it was an official update. Not sure about that, just what I seem to recall.

6
General Discussion / Re: MacBook 2.1 - Odd Problems
« on: December 10, 2009, 08:43:31 am »
So what goes in to calculating the "actual" RAM limit? Just the fact that 4GB sticks are the highest capacity currently manufactured?
It's a completely arbitrary limit in the kernel. All Intel Macs have had PAE, so the hardware supports 64GB, but the kernel does not.

I would guess that, at the time the computer came out, that was as much RAM as they could cram in there to test the kernel against. Apple have never in the history of the company existing added support for an existing hardware feature after a product was released without support (except 802.11n in G2 MacBooks, but they charged for it), so don't expect them to "fix" it ever.

Yeah, they're just the only PC manufacturer that includes a DRM chip specifically so that you can run their OS.... ::)
Apple is definitely not the only PC manufacturer that includes TPM chips in their computers. Most laptops have them, actually. Every machine Dell currently sells has one. I've even seen some motherboards on NewEgg that have them.

Console and cell phone manufacturers get away with locking down their products. I don't think it's insane for Apple to do the same. Also, it's actually just a TPM chip, not specifically designed to perform DRM; it's used for legitimate purposes too, such as securing the keychain. The chip is just some WOM (a private key store) and a simple processor optimized for doing cryptographic operations, so there's nothing inherently unjust about having one.

7
General Discussion / Re: DROID
« on: December 09, 2009, 01:45:28 am »

8
Botdev / Re: [JAVA, W3XP, W3GS] Host Counter Decoding
« on: December 09, 2009, 12:59:23 am »
(byte)Integer.parseInt should be in every way equivalent to Byte.parseByte...
No; parseByte() will throw an NFE if the number is too big, but the cast will simply truncate the high 24 bits. This is probably where the problem lies, since he said parseByte() doesn't work, when that's clearly what he should be using.

9
General Discussion / Re: MacBook 2.1 - Odd Problems
« on: December 09, 2009, 12:54:18 am »
The CPU has PAE, so you should be able to get 64GB so long as you are willing to mess with mach_kernel.

10
General Discussion / Re: MacBook 2.1 - Odd Problems
« on: December 08, 2009, 11:49:33 am »
Well, 49 isn't nearly hot enough to be overheating, but it definitely sounds like a hardware reset. What is making you suspect the HDD? The HDD doesn't have direct access to the reset pin, so I don't think it's likely that the HDD is bad.

My guess would be the RAM, but I would expect to at least see the gray screen of death. Try running memtest or equivalent; I've never used it on a Mac, but I don't see why it wouldn't work.

If memtest passes, I'd say take it to the genius bar. You may have to toss them a few bones if it's out of warranty, but they usually don't ask for money until they have a diagnosis. It can't hurt to ask.

11
General Discussion / Re: MacBook 2.1 - Odd Problems
« on: December 08, 2009, 10:33:56 am »
Ironically Snow Leopard is hard to find, since most of them are hacked Snow Leopard DVDs for non-Apple hardware. Also keep in mind that it needs to be burned onto a Dual Layer DVD since it's >4.7GB.
I didn't have any trouble finding it a couple weeks before it was released - but that was before any of the hacked versions were released. Also, I don't think I know anyone who actually burned it to a DVD, since it's so much faster and easier and freer to restore the DMG to a free partition or external drive. I chopped an 8GB partition off my time machine external drive to keep the SL installer.

12
General Discussion / Re: MacBook 2.1 - Odd Problems
« on: December 07, 2009, 11:47:45 pm »
If you're getting "random restarts," and you're not seeing a kernel panic (think BSoD, except it's gray and the font isn't as ugly), the only possibility is a hardware reset. I'm not aware of any cause for that other than the CPU overheating. You may need to replace the fan - I just did it in mine, and it was pretty easy.

13
New Project Announcements / Re: CocoaBot
« on: December 07, 2009, 11:42:10 am »
None of it is open-source. Technically, it's a violation of some IP law (I forget which one) to even implement the API, because you have to sign the ADC contract to get the reference material.

14
General Programming / Re: Entry-Level Programming Books?
« on: December 04, 2009, 11:52:09 am »
When I was 13, I'd have reinvented the wheel long before opening a book.

15
General Discussion / Re: Chrome OS -- Concept
« on: December 03, 2009, 02:30:32 pm »
They charge differently for using their network with a computer, because they know you're going to use more data than you would on a handset. If the FCC ever gets involved, they will probably put an end to that, but that's just how it is for now.

How do you figure $90/mo, though? $40/mo for voice, $30/mo for data, $10/mo for texting only comes out to $80/mo, and that's assuming you get those plans, and is before any discounts.

Pages: [1] 2 3 ... 103