Utilitybase chatlog - 2006-03-26

Back to overview|Highlight a word

00:01:37   -!- Ami603_ is now known as Ami603[zZz]
02:27:28   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
02:27:41 jahc my recording test program is 400k on OS4, and 8MB on OS3!
02:27:50 jahc and it crashes on OS3 when I try to create my MUI GUI !
02:32:39 jahc brb
02:32:41   <-- jahc has quit (Quit: <Magic> hmm i just got the smallest mp3 player yet straight from hong kong <jahc> magic: does it fit up your ass <Magic> jhac yes)
02:35:48   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
03:34:28   <-- jahc has quit (Quit: <Magic> hmm i just got the smallest mp3 player yet straight from hong kong <jahc> magic: does it fit up your ass <Magic> jhac yes)
05:33:21   <-- ssolie has quit (Quit: OS4 makes computing fun)
05:49:40   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
08:02:10   <-- Ami603[zZz] has quit (Quit: AmigaOS4, teh Real thing!)
08:06:58   --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev
08:23:19   <-- Ami603 has quit (Ping timeout: 180 seconds)
08:33:59   <-- jahc has quit (Quit: <Magic> hmm i just got the smallest mp3 player yet straight from hong kong <jahc> magic: does it fit up your ass <Magic> jhac yes)
08:58:00   <-- arc has quit (HUB.EU.AmigaWorld.Net FR.AmigaWorld.Net)
08:58:01   <-- zerohero has quit (HUB.EU.AmigaWorld.Net FR.AmigaWorld.Net)
08:58:01   --> arc (~u@38050f2d.2142b218.lv.cox.net) has joined #amigadev
09:13:36   --> zerohero (zerohero@Zerohero.Amigaworld.Net) has joined #amigadev
09:34:20   --> kindergip (~one@34905d69.10eff834.cst.dccnet.com) has joined #amigadev
12:36:13   --> racs (~not.tod@9b184f5.1383ffec.catv.broadband.hu) has joined #amigadev
12:36:15 MrBot [racs] Pimp my flowers! ;)
12:36:15 racs hi there
12:36:49 racs nicomen: are you here?
12:44:20 zerohero idle for 17 hours 20 mins, i guess no :)
12:46:56 racs bad nicomen! ;)
13:01:03 racs I just wanted to report the tons of the HTML/CSS bugs in the pages of UB.com
13:01:44   --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev
13:02:17 Ami603 hi
13:02:21 racs Ami603: hi :)
13:13:58   --> number6 (~user@189efabc.31b34b44.dialup.citynet.net) has joined #amigadev
13:45:35 racs http://slashdot.org/article.pl?sid=06/03/26/0555255
13:45:36 racs heh ;)
13:50:43   <-- number6 has quit (Ping timeout: 180 seconds)
14:18:56   <-- Ami603 has quit (Read error: Connection reset by peer)
14:19:48   --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev
14:25:09   --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev
15:03:16   <-- Ami603 has quit (HUB.EU.AmigaWorld.Net FR.AmigaWorld.Net)
15:37:46   --> itix (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev
15:37:57 itix hi
15:42:26 racs itix: hi
15:55:41 racs is here any makefile-expert around?
16:03:46 itix what you are trying to do?
16:06:27 zerohero http://www.cs.duke.edu/~ola/courses/programming/Makefiles/Makefiles.html
16:06:35 zerohero maybe not enough for you tho? :)
16:06:37 nicomen racs: feel free ;)
16:06:49 nicomen (to report html and css bugs)
16:23:45 racs zerohero: of course not :)
16:23:50 racs zerohero: but thanks anyway :)
16:24:06 racs I already managed the thing
16:24:08 zerohero racs: :)
16:24:21 zerohero racs: what was the problem?
16:24:45 racs processing a list of items
16:28:35   --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev
16:36:11 zerohero ssolie: you here?
16:42:04 zerohero or anyone else then
16:42:47 zerohero is it possible have a reference to something created with vector <class> klass; in c++?
16:43:31 zerohero i've created the vector for the classes i want to use, but i'm not sure how my control object is supposed to be related to it?
16:45:45 nicomen marry them
16:45:58 nicomen I'm not sure I get the question btw
16:46:21 zerohero i'm not sure i get the question either ;)
16:46:31 zerohero i'm supposed to have 4 classes
16:46:40 zerohero and a kontrol class
16:46:46 ssolie re
16:47:07 zerohero in main i'm supposed to create the 4 classes and the kontrol object
16:47:25 zerohero s/kontrol/control
16:47:46 zerohero how do i get the control object to know about the 4 classes?
16:48:33 ssolie you can use a vector<T> like any other object
16:48:41 zerohero and i've used 'vector <class1> klass1; to create the first class, since i'm supposed to be able to dynamically add and delete objects
16:49:47 zerohero ssolie: sure, but how do i pass that on to the control class? i've used references with only one object, but how do i do that with classes created with vector<>?
16:49:55 zerohero hope you understand that last question
16:50:15 ssolie nope, I don't get you... but you can f(vector<T>& myvec) if you want
16:50:44 zerohero ok
16:51:03 ssolie pass the vector around like you would an int
16:51:21 zerohero ah, that was the part i wasn't sure about
16:51:34 zerohero <-- doesn't like c++ one bit, stupid school project
16:51:47 zerohero might be because i'm late with this assignment tho ;)
16:52:27 nicomen lol
16:56:32   --> iti (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev
16:56:33   <-- itix has quit (Read error: Connection reset by peer)
16:56:43 iti re
16:56:44   -!- iti is now known as itix
16:56:53 nicomen yo
17:29:17   --> SixK (~SixK@297f4433.2e1bf8a9.fbx.proxad.net) has joined #amigadev
17:41:43   <-- ssolie has quit (Quit: OS4 makes computing fun)
18:00:45   --> number6 (~user@3cbc6b2b.31b34b44.dialup.citynet.net) has joined #amigadev
18:50:28   <-- SixK has quit (Ping timeout: 180 seconds)
18:59:55 kindergip so...
19:00:09 kindergip about the Amy05 usb2.0 hookups
19:00:19 kindergip how about a blackbox peripheral ala
19:00:25 kindergip MPEG-4 is fast becoming the most common protocol for video compression due to its ability to handle multimedia over varying bandwidth conditions.
19:00:26 kindergip Implementing the MPEG-4 Simple Profile compression standard to take advantage of the processing power of ChipWrights' CW4511 digital signal processor (DSP) was quite a challenge. This DSP is a single instruction multiple data-path (SIMD) system on a chip (SOC) containing eight parallel processors. The SOC has its own 128K internal memory with interfaces to external SDRAM, input and output video po
19:00:26 kindergip rts, a mass storage interface, and three DMA channels to manage data movement. This architecture is well suited to MPEG-4 applications, as its parallelism can be used to process multiple blocks of an image simultaneously. This improves system throughput and overall performance as compared to serial processors.
19:00:52 kindergip justathought
19:18:37 Orgin should put something like that on the board.
19:19:16 Orgin They already make dvd players with mpeg-4 capability that sells for almost nothing. So the required chipsets can't be very expensive.
19:19:46 kindergip methinks....why waste usb2.0 interface.....hardware on one side
19:19:52 itix hmm.. doesnt that require a license?
19:19:54 kindergip software on Amigaside as controller
19:20:08 Orgin Not that I expect troika to deliver.
19:20:18 kindergip :)
19:20:48 number6 Pick it up yourself. They don't deliver.
19:21:05 kindergip mwhuuuhahahahahahaha
19:21:10 kindergip three way meaning
19:21:46 Orgin Sorry but both your comments were too cryptic to decipher.
19:22:46 kindergip that's okay.....
19:23:03 kindergip english is my native language and I've been abusing it for decades
19:23:11 itix i always thought using mpeg-4 involves licenses and license fees
19:23:27 kindergip project idea....
19:23:29 Orgin No idea.
19:23:36 kindergip just for discussion purposes
19:24:00 kindergip if you do not believe in Amy05 - useless waste of time
19:24:01 Orgin But since it's a 'generic' dsp it doesn't matter does it, since it can be programmed for mpeg-4 after delivery.
19:26:22 Orgin Nothing to do with belief, teh whole thing reaks of vaporware and innuendo. If they deliver fine, if they don't I'm not going to be surprised or even bothered by it.
19:27:01 kindergip ahhh
19:27:28 number6 kindergip: office pool?
19:30:52 kindergip ?
19:32:02 number6 Sounded like you were taking odds on Troika "delivering".
19:32:34 kindergip nah
19:32:40 kindergip I'm a believer
19:32:50 number6 Same
19:33:05 kindergip and a suckup....I want one of the first boards and have said so many a time to "them"
19:34:31 number6 First boards? You mean for testing or after its on the market?
19:34:31 itix i wonder what is so special in amy'05
19:35:19   --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev
19:37:57 kindergip usb2.0
19:38:06 kindergip ram capacity
19:38:07 itix there are usb2.0 PCI cards
19:38:14 kindergip yes
19:38:41 kindergip single slot machines suck
19:38:46 kindergip :)
19:38:56 kindergip even dual slots....
19:41:22 itix amy'05 is single slot machine because 2nd pci slot is used for gfx card...
19:42:57 racs gone
19:43:00 racs bye all
19:43:29   <-- racs has left #amigadev
19:44:03 kindergip ah
19:44:23 kindergip same for micro?
19:44:27 kindergip uhm
19:44:30 kindergip okay
19:44:41 itix micro has radeon7000 on the board
19:44:47 itix so it has free pci slot for other use
19:45:00 kindergip so it is a one slot?
19:45:32 kindergip I'm thinking 9250 for Amy05
19:45:49 kindergip maybe let it spend some time in my micro until then....
19:46:20 itix micro is one slot machine although in theory it is possible get a riser card
19:46:38 itix so you can expand to 3 pci slots
19:48:24   --> iti (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev
19:48:25   <-- itix has quit (Read error: Connection reset by peer)
19:48:33 iti re
19:53:48 kindergip ya...want to expand ram and new GFX card pci ati 9250
19:54:30 iti according to troika xe/micro can take 2GB and amy'05 1GB?
19:55:24 zerohero in theory
19:55:45 zerohero don't think the xe/ma1 can expand over 1gb in practice
20:00:13   <-- number6 has left #amigadev
20:23:56   --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev
20:42:06   --> Bean (~Bean@7795dbe.3ee19918.bulldogdsl.com) has joined #amigadev
20:42:16 Bean Hi
20:50:50   <-- Bitpool has quit (Ping timeout: 180 seconds)
21:11:22 Bean Can anyone here give me access to a Shoutcast Server for Broadcast testing?
21:16:59 iti n8
21:17:01   <-- iti has quit (Quit: Client exiting)
21:24:57   --> number6 (~user@f4f1334.31b34b44.dialup.citynet.net) has joined #amigadev
21:32:16   --> Varthall (~Varthall@31a16b5d.3682fb09.f4.ngi.it) has joined #amigadev
21:43:39   <-- Varthall has quit (Ping timeout: 180 seconds)
21:43:59   <-- Bean has quit (Quit: Going.. going.. gone. )
21:55:21   --> Varthall (~Varthall@25a73dd4.1872b73.f4.ngi.it) has joined #amigadev
22:10:11   --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev
22:11:11   <-- MrBot has quit (Ping timeout: 180 seconds)
22:11:11   <-- Rigo has quit (Ping timeout: 180 seconds)
22:11:11   -!- Rigo_ is now known as Rigo
22:11:46   <-- arc has quit (Ping timeout: 180 seconds)
22:12:07   --> MrBot (~boing@2af52808.76b3cfb.nvg.ntnu.no) has joined #amigadev
22:12:20   --> arc (~u@38050f2d.2142b218.lv.cox.net) has joined #amigadev
23:11:42   <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!)
23:31:04   <-- MrBot has quit (Ping timeout: 180 seconds)
23:31:54   --> MrBot (~boing@2af52808.76b3cfb.nvg.ntnu.no) has joined #amigadev