Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Search Forums > Search Results

Showing results 1 to 50 of 90
Search: Posts Made By: GeeYouEye
Thread Thread Starter Last Post Replies Views Forum
Yep, you're getting fleeced. Domain names... 791 Views / 14 Replies  
Yep, you're getting fleeced. Domain names themselves have little to no upkeep once you've got them pointing at the right site. You should be getting in the range of $7-8 per domain for a .com or...
Posted by GeeYouEye, on Jun 22, 2007 at 06:42 PM, in Developer Center
I don't think it matters for WWDC tickets, since... 1,342 Views / 6 Replies  
I don't think it matters for WWDC tickets, since you only have to be an online member to buy one.

That said, not a chance. :p
Posted by GeeYouEye, on Jul 17, 2006 at 07:39 PM, in Developer Center
Classic Startup hanging 603 Views / 2 Replies  
I've got a PowerMac G5 running 10.4.6, and Classic won't finish starting up. It used to work, but doesn't appear to now, either from the main System Folder, or one that's on a second drive as a...
Posted by GeeYouEye, on Jun 9, 2006 at 02:35 PM, in macOS
ZFS as a file system option A Spatial Finder... 44,024 Views / 443 Replies  
ZFS as a file system option
A Spatial Finder that actually works
on that note: if I've got all my windows set to Aqua, and I hit cmnd-N, open a new AQUA window, not metal!
Better yet, since...
Posted by GeeYouEye, on Jun 9, 2006 at 04:40 AM, in macOS
Found the problem... needed to cast the buffer to... 625 Views / 1 Replies  
Found the problem... needed to cast the buffer to a pointer, and then dereference that.

Now to parse the compiler encodings for arrays, unions, and structs... ugh.
Posted by GeeYouEye, on May 16, 2006 at 04:14 AM, in Developer Center
void *buffers, NSInvocation, and compiler encodings 625 Views / 1 Replies  
I'm working on a framework that uses NSInvocation, and I don't know what the return value is going to be from the invocation, or even what size it is ahead of time(could be anything, not just an...
Posted by GeeYouEye, on May 15, 2006 at 05:57 PM, in Developer Center
Fixing broken EOModel diagram in Xcode 612 Views / 0 Replies  
I created an EOModel in Xcode, created two entities, which I then deleted. I then opened the model in EOModeler, finished all the attributes and some of the relationships. I want to finish the...
Posted by GeeYouEye, on Apr 2, 2006 at 04:11 AM, in Developer Center
Okay, disregard. Of everything to forget, I... 996 Views / 1 Replies  
Okay, disregard. Of everything to forget, I forget that you can't separate template class interface and implementation.:brick:
Posted by GeeYouEye, on Feb 13, 2006 at 01:31 PM, in Developer Center
C++ template class linking issue 996 Views / 1 Replies  
Hopefully someone can figure out what's going on... I sure can't...

in main.cpp:

#include <iostream>
#include <fstream>
#include <string>
#include "symtab.h"
#include "OpCode.h"
using...
Posted by GeeYouEye, on Feb 13, 2006 at 01:20 PM, in Developer Center
Okay, that explains why I can't do it from the... 1,449 Views / 8 Replies  
Okay, that explains why I can't do it from the FUS window. I still can't log in normally to it. Also, if I boot up in verbose mode, when I try I get the error "... /dev/console: Operation not...
Posted by GeeYouEye, on Feb 10, 2006 at 10:33 PM, in macOS
Can't access >console 1,449 Views / 8 Replies  
I've tried fast user switching and just logging in at startup, but I seem to have lost the ability to login to the >console. When I try, the screen turns blue, but then the login window just...
Posted by GeeYouEye, on Feb 4, 2006 at 05:42 PM, in macOS
I'm not entirely sure which method to override in... 662 Views / 2 Replies  
I'm not entirely sure which method to override in a subclass (and, in fact, I'm not sure whether you'd have to subclass NSTextField or NSTextFieldCell), but the principle is the same: subclass in IB,...
Posted by GeeYouEye, on Nov 28, 2005 at 03:15 PM, in Developer Center
NSSplitView behavior 532 Views / 0 Replies  
I've got three NSTableViews, stacked vertically on one side of a window, and a fourth to their right, which takes up the rest of the window. The NSTableviews shrink and grow properly when the split...
Posted by GeeYouEye, on Nov 23, 2005 at 01:24 AM, in Developer Center
Anyone? 650 Views / 1 Replies  
Anyone?
Posted by GeeYouEye, on Nov 23, 2005 at 01:14 AM, in macOS
Trying, and failing, yes. 2,102 Views / 25 Replies  
Trying, and failing, yes.
Posted by GeeYouEye, on Nov 10, 2005 at 07:25 PM, in macOS
If you just want to learn OOP, go with Smalltalk.... 2,007 Views / 35 Replies  
If you just want to learn OOP, go with Smalltalk. For something a bit more "wow!"-inducing that's still OO, learn Io (Eye-oh, like the Jovian moon). For getting a job in the current market, Java, or...
Posted by GeeYouEye, on Nov 10, 2005 at 12:02 PM, in Developer Center
compiling OSS packages for installation on a USB flash drive 650 Views / 1 Replies  
I really like the idea behind XAMPP, having a self-contained webserver environment, but XAMPP itself is flawed in that a lot of the packages have hard-coded links to various libraries and to each...
Posted by GeeYouEye, on Nov 10, 2005 at 11:41 AM, in macOS
reset whatever modem/router/you use to connect to... 969 Views / 17 Replies  
reset whatever modem/router/you use to connect to the Internet.

And according to the translation widget, it's fire in Japanese and both forms of Chinese.
Posted by GeeYouEye, on Sep 25, 2005 at 10:01 PM, in Developer Center
Exactly. Consider: GeeYouEye *me =... 871 Views / 12 Replies  
Exactly. Consider:

GeeYouEye *me = [GeeYouEye defaultPoster]; //pointer to a singleton!
[me delete]; //could be anything involving deletion, say, of the contents of some ivar in me.
Posted by GeeYouEye, on Sep 13, 2005 at 02:20 AM, in Developer Center
Shouldn't that be [me delete]; ? :p 871 Views / 12 Replies  
Shouldn't that be [me delete]; ? :p
Posted by GeeYouEye, on Sep 9, 2005 at 06:02 PM, in Developer Center
Replacing Darwin with -O2 recompiled version 806 Views / 5 Replies  
The default installation of Darwin in Tiger and the binary versions availible at www.opensource.apple.com/darwin are compiled with -Os to keep the memory footprint down, especially of the xnu kernel....
Posted by GeeYouEye, on Sep 9, 2005 at 06:01 PM, in macOS
My language lets me write a web browser in 0... 1,246 Views / 8 Replies  
My language lets me write a web browser in 0 lines of code. :\

;)
Posted by GeeYouEye, on Jul 19, 2005 at 03:46 PM, in Developer Center
Yeah that's about right, though I think I've... 975 Views / 14 Replies  
Yeah that's about right, though I think I've heard of a FileMaker plugin for EOF. I could be wrong on that though. But WebObjects, and especially Enterprise Objects Framework (EOF) is awesome....
Posted by GeeYouEye, on Jun 23, 2005 at 03:14 AM, in Developer Center
Yep. Though for the most part Cocoa developers... 747 Views / 4 Replies  
Yep. Though for the most part Cocoa developers are new to the platform rather than ex-Carbon coders. Probably because if you "get" Cocoa, trying to understand Carbon is very difficult, heck even more...
Posted by GeeYouEye, on Jun 23, 2005 at 03:00 AM, in Developer Center
The Mac version of the Cisco VPN software is... 6,512 Views / 84 Replies  
The Mac version of the Cisco VPN software is crap. If there was any way to replace it, I would. But it works in 10.3.9.
Posted by GeeYouEye, on Apr 26, 2005 at 02:11 AM, in macOS
It's close to being my primary browser except for... 1,198 Views / 13 Replies  
It's close to being my primary browser except for 3 things in OmniWeb: OmniTabs (tab expose is great, but it's still a keypress), Workspaces, and, most importantly, shortcuts. Shiira and Opera have...
Posted by GeeYouEye, on Apr 26, 2005 at 02:08 AM, in Applications
I'd go with Python or Ruby, perhaps using PyObjC... 1,289 Views / 24 Replies  
I'd go with Python or Ruby, perhaps using PyObjC or RubyCocoa so in addition to basic concepts, he can actually make useful programs. I'd highly recommend not going with C++ or Java. Lisp or Scheme...
Posted by GeeYouEye, on Apr 23, 2005 at 06:29 PM, in Developer Center
Posted several times there so far. Nice place. 953 Views / 7 Replies  
Posted several times there so far. Nice place.
Posted by GeeYouEye, on Mar 23, 2005 at 01:06 AM, in Developer Center
Status Bar (at the bottom), not the toolbar :) 41,509 Views / 520 Replies  
Status Bar (at the bottom), not the toolbar :)
Posted by GeeYouEye, on Dec 7, 2004 at 01:48 AM, in Applications
b4 is nice (and better at scrolling through pages... 41,509 Views / 520 Replies  
b4 is nice (and better at scrolling through pages with lots of checkboxes... no more tearing, yay!), except for one thing: in addition to rendering some text that used to be too small correctly, it...
Posted by GeeYouEye, on Nov 21, 2004 at 03:26 PM, in Applications
I don't know if it supports .m4p files, but... 643 Views / 6 Replies  
I don't know if it supports .m4p files, but Audion can split files like that.
Posted by GeeYouEye, on Nov 9, 2004 at 03:25 AM, in Applications
iChat gone silent 750 Views / 1 Replies  
I was running iChat for several days continuously with no problems until 2 days ago. Suddenly, iChat refused to play sounds when assigned, such as when I log in, when buddies log in and out, and when...
Posted by GeeYouEye, on Nov 9, 2004 at 01:14 AM, in Applications
I think you may be going about it wrong. I'd... 494 Views / 1 Replies  
I think you may be going about it wrong. I'd suggest using an NSData and -initWithContentsOfURL:. Then make your changes from that. But I don't know too much about this kinda thing, so who knows...
Posted by GeeYouEye, on Nov 3, 2004 at 03:52 AM, in Developer Center
Re: Re: can you port your code to other OSs? 952 Views / 11 Replies  
Minor (major?) nitpick - Carbon is C++, not ANSI C. Besides which, there's always CodeWarrior which is primarily a C++ compiler.

Along the same lines: I'm trying to port a Cocoa app of mine to...
Posted by GeeYouEye, on Oct 28, 2004 at 01:39 AM, in Developer Center
How can you know Cocoa without knowing C? It... 1,109 Views / 12 Replies  
How can you know Cocoa without knowing C? It (though not C++) is kind of a prerequisite, since Objective-C (Cocoa) is a superset of C.
Posted by GeeYouEye, on Oct 17, 2004 at 07:38 PM, in Developer Center
You need to use an NSOpenPanel (or if you want... 1,109 Views / 12 Replies  
You need to use an NSOpenPanel (or if you want one that closes right after clicking on an icon, a subclass, though I don't recommend that). Read the documentation on it and NSSavePanel for more info,...
Posted by GeeYouEye, on Oct 15, 2004 at 04:08 PM, in Developer Center
Can't you just have it run "killall... 496 Views / 3 Replies  
Can't you just have it run "killall SystemUIServer"? Since killall can kill a process by name, wouldn't that be easier?
Posted by GeeYouEye, on Oct 13, 2004 at 01:32 PM, in Developer Center
Debugger question: seeing the bytes in an NSData 2,350 Views / 1 Replies  
In an NSString, you can see what the characters of the string are in the debugger. Is there a comparable way to see what the bytes are in the data, either as hex or the unsigned chars?
Posted by GeeYouEye, on Oct 11, 2004 at 01:26 AM, in Developer Center
Russia itself will continue for a very long time... 1,520 Views / 9 Replies  
Russia itself will continue for a very long time I think. Russian democracy, or the pretense of it anyway, started fading with the election of Putin. First he has the last privately owned national TV...
Posted by GeeYouEye, on Sep 29, 2004 at 07:56 PM, in Political/War Lounge
^Why does "What's in it for me?" deserve a... 2,606 Views / 64 Replies  
^Why does "What's in it for me?" deserve a sarcastic response? Had it already been asked and answered, then maybe, but it hadn't, and frankly, I still fail to see the advantages of a one...
Posted by GeeYouEye, on Sep 28, 2004 at 12:58 PM, in Developer Center
I found electoral-vote.com elsewhere, but I do... 9,727 Views / 349 Replies  
I found electoral-vote.com elsewhere, but I do appreciate the links to the other sites.

The thing about the Colorado proposal is that it's blatantly partisan, and in general not a good idea. For...
Posted by GeeYouEye, on Sep 21, 2004 at 02:02 AM, in Political/War Lounge
Perhaps a more apt analogy then would be: When... 783 Views / 10 Replies  
Perhaps a more apt analogy then would be: When all you know how to use is a screwdriver, every problem looks like a screw. I mean, I'm sure a power drill is great and all, but if I have no idea how...
Posted by GeeYouEye, on Sep 20, 2004 at 06:30 PM, in Developer Center
Sorry, I wasn't very (read: not at all) familiar... 783 Views / 10 Replies  
Sorry, I wasn't very (read: not at all) familiar with NSFileManager, whereas I was significantly more so with NSTask. You know the saying, when all you have is a screwdriver...

The file did have...
Posted by GeeYouEye, on Sep 19, 2004 at 11:09 PM, in Developer Center
Adding a delay before continuing? 783 Views / 10 Replies  
I have a method which takes a passed string, writes it to a file in /tmp via [theString writeToFile:@"/tmp/file.txt"]

I then have two NSTasks to run on the newly created file, the latter of which...
Posted by GeeYouEye, on Sep 15, 2004 at 05:11 PM, in Developer Center
Okay, that worked. Thanks! Although now I'm not... 1,503 Views / 4 Replies  
Okay, that worked. Thanks! Although now I'm not entirely sure why another program of mine works at all... I'll have to look at it again.
Posted by GeeYouEye, on Sep 15, 2004 at 11:01 AM, in Developer Center
Total Annihilation, SC2k, Armor Alley, the... 6,559 Views / 107 Replies  
Total Annihilation, SC2k, Armor Alley, the Spectrum Holobyte version of Tetris (with music!)
Posted by GeeYouEye, on Sep 15, 2004 at 02:12 AM, in Gaming
I was under the impression that since its an... 1,503 Views / 4 Replies  
I was under the impression that since its an instance variable/data member (it's late and I don't remember which term is the Obj-C vs. C++ term) of my class that it doesn't need to be explicitly...
Posted by GeeYouEye, on Sep 15, 2004 at 01:59 AM, in Developer Center
Problem getting NSString from text file 1,503 Views / 4 Replies  
I'm trying to open a file and get an NSString from it, which then is a data member of a class. Only problem is, when I use [inText initWithContentsOfFile:[inPathField stringValue]]; the result of...
Posted by GeeYouEye, on Sep 15, 2004 at 12:48 AM, in Developer Center
I've lost one track before, but it was a free... 1,394 Views / 6 Replies  
I've lost one track before, but it was a free song, and it was my fault for trying to download it on an unreliable connection... Apple really should make purchasing songs a more atomic operation...
Posted by GeeYouEye, on Aug 26, 2004 at 05:20 PM, in Applications
The problem is with ssh. KeepAlive is currently... 1,660 Views / 11 Replies  
The problem is with ssh. KeepAlive is currently broken in every current version ssh implementation except, of all things, PuTTY on Windows.
Posted by GeeYouEye, on Aug 26, 2004 at 05:11 PM, in macOS
Showing results 1 to 50 of 90
 
Top
Privacy Policy
All times are GMT -4. The time now is 06:00 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,