| 00:08:24 | | <-- Varthall has quit (Ping timeout: 180 seconds) |
| 00:14:24 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 00:14:26 | MrBot | [hnl_dk] hnl_dk |
| 00:14:33 | hnl_dk | hi |
| 00:15:19 | number6 | hnl_dk: Long time no see. Hi! |
| 00:15:39 | | --> frak (~frak@34823d30.2308fbe7.hs.bostream.se) has joined #amigadev |
| 00:15:41 | hnl_dk | hi #6, yes long time |
| 00:15:50 | frak | hnl_dk: too quick man |
| 00:15:53 | hnl_dk | hi frak :-) |
| 00:16:23 | hnl_dk | frak: I was not able to write in the channel, and thought You where sleeping ;-) |
| 00:16:49 | frak | ok :P |
| 00:17:04 | frak | got any nice revelations lately or? |
| 00:17:22 | hnl_dk | not really |
| 00:18:15 | frak | hepp |
| 00:18:56 | frak | know if anyone is working on tcl lib? |
| 00:19:08 | hnl_dk | don't know |
| 00:19:15 | frak | k |
| 00:19:28 | hnl_dk | I am thinking of maybe porting pax... but I am not sure if I will port a BSD version of pax or an alpha version of GNU paxutils... |
| 00:20:06 | frak | pax? |
| 00:20:12 | hnl_dk | portable archive interchange |
| 00:20:31 | frak | what does the x stand for then? :) |
| 00:20:54 | hnl_dk | interchange |
| 00:21:15 | frak | seems logical |
| 00:21:19 | ssolie | frak: do you work with toaks? |
| 00:21:32 | hnl_dk | it is an archiver for 'tar', 'cpio' and 'pax' |
| 00:21:40 | frak | ssolie: i'm his compiler bitch |
| 00:21:51 | ssolie | frak: thought so.. he asked me about tcl yesterday |
| 00:22:21 | frak | it uses fork/vfork |
| 00:22:29 | frak | and some other fun functions |
| 00:22:35 | ssolie | hehe.. yeah |
| 00:22:48 | hnl_dk | frak: other fun functions? |
| 00:22:57 | hnl_dk | frak: You turn me on ;-) |
| 00:23:12 | frak | readlink/symlink and some others |
| 00:23:24 | hnl_dk | they are in clib2 |
| 00:24:19 | frak | doesn't help , clib2 needs some of newlibs aswell |
| 00:24:40 | hnl_dk | for symbolic links... if You don't want it to support symbolic links... then You should be able to temporarily comment it out |
| 00:24:53 | hnl_dk | frak: what does clib2 need? |
| 00:25:06 | frak | i was thinking of using ReadLink() and MakeLink() |
| 00:25:22 | frak | hnl_dk: dude it was yesterday, can't remember |
| 00:25:23 | hnl_dk | frak: You could do that |
| 00:25:31 | hnl_dk | frak: ok ;-) |
| 00:26:00 | | <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!) |
| 00:26:57 | hnl_dk | frak: but if I remember correctly (did look through the log yesterday) did Tony talk about things that are normaly set by the user... not standard (although some clibs do set them) |
| 00:27:40 | ssolie | frak: did you take a look at the GG tcl sources? |
| 00:27:50 | hnl_dk | need to look at my bread... brb |
| 00:28:19 | frak | ssolie: so there's more than one tcl lib? great |
| 00:29:01 | ssolie | tcl was ported a long time ago to AmigaOS afaik |
| 00:29:15 | frak | ehm , i translated that as GNU , ignore |
| 00:29:34 | frak | well i downloaded it |
| 00:29:40 | ssolie | tcl-src.lha on Aminet for example.. |
| 00:30:13 | ssolie | might give you some hints.. |
| 00:30:20 | frak | doubt they did any major changes, ixemul covers most |
| 00:30:35 | frak | but i can't say that for sure naturally |
| 00:30:38 | ssolie | not fork() |
| 00:30:44 | ssolie | they did something to work around that |
| 00:30:50 | frak | vfork() tho? |
| 00:31:00 | ssolie | maybe they switched it to vfork() yes |
| 00:31:08 | ssolie | in which case you can simulate it |
| 00:31:15 | frak | do tell |
| 00:31:56 | ssolie | you can simulate exec*() and vfork() more or less |
| 00:32:00 | ssolie | depends on the app |
| 00:32:16 | ssolie | I replaced fork() with my own spawn routines in distcc for example |
| 00:32:51 | frak | okay |
| 00:33:02 | ssolie | abc-shell needed fork didn't it Henning? |
| 00:33:13 | hnl_dk | yup |
| 00:33:20 | ssolie | another example on how to do it |
| 00:33:45 | frak | i'll eye the sausage then |
| 00:33:48 | ssolie | sources are in the sdk of course |
| 00:34:30 | ssolie | usually you can use windoze code to help you along as well.. each project is a bit different |
| 00:35:37 | ssolie | oh yeah, GNU make needed fork() as well yet it works too :) |
| 00:35:49 | ssolie | I used the windoze and os/2 code to guide me |
| 00:37:45 | frak | i'll be damned |
| 00:37:59 | hnl_dk | ;-) |
| 00:38:33 | ssolie | a few example to look into anyway |
| 00:40:53 | | <-- bones has quit (Quit: This computer has gone to sleep) |
| 00:56:30 | frak | greatly appreciated it is too |
| 00:56:59 | frak | hnl_dk: where in the abc-shell code did u replace fork? |
| 00:57:53 | hnl_dk | try to check the exec.c file... it has been replaced in amigaos.c IIRC |
| 00:58:08 | frak | k |
| 01:34:48 | | --> zerohero (zerohero@Zerohero.Amigaworld.Net) has joined #amigadev |
| 01:36:43 | | -!- wegster is now known as sly_fox |
| 01:39:05 | | -!- sly_fox is now known as wegster |
| 01:43:26 | hnl_dk | hi Zero :-) |
| 01:44:20 | zerohero | hey :) |
| 01:45:55 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 01:45:57 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 01:46:00 | | -!- Rigo_ is now known as Rigo |
| 01:48:00 | hnl_dk | hi Simon |
| 01:49:20 | hnl_dk | zerohero: have You been using the new SDK? |
| 02:03:38 | zerohero | hnl_dk: a little bit |
| 02:04:04 | wegster | hi hnl_dk, zerohero++. Anyone seen afxgroup? |
| 02:04:09 | wegster | !seen afxgroup |
| 02:04:09 | GrimReaper | I don't know who afxgroup is. |
| 02:04:09 | MrBot | afxgroup (andrea@d14813f.231698ba.pool8257.interbusiness.it) was last seen parting #amigadev 7 days, 3 hours, 33 minutes ago stating "{}". |
| 02:05:01 | hnl_dk | zerohero: ok |
| 02:05:05 | zerohero | wegster: yeah, MrBot has seen him ;) |
| 02:05:11 | wegster | zerohero: bah ;-) |
| 02:05:39 | hnl_dk | wegster: I hav't seen him today... anything special? |
| 02:06:02 | wegster | hnl_dk: naah, want to 'bug him' as he's the uber library porting master...want ncurses for something. |
| 02:06:22 | hnl_dk | wegster: ;-) |
| 02:06:24 | wegster | I need a useful project to start on and have one in mind, but need ncurses as a dep. |
| 02:07:10 | wegster | 7 days is a long time 'away' for him, he on vacation? |
| 02:07:28 | | -!- * ssolie wonders if wegster has heard about email ;) |
| 02:07:32 | zerohero | he's ahd some tough times, needed a break |
| 02:07:38 | zerohero | had |
| 02:07:52 | | -!- * wegster wonders if ssolie has heard of 'tact' *rofl* |
| 02:08:13 | wegster | ssolie: yeah, I probably shout, but figure if he's in channel, he 'wants' amiga discussion etc.. |
| 02:08:17 | wegster | err, should. |
| 02:08:22 | wegster | zerohero: what happened? |
| 02:08:39 | wegster | zerohero: is he ok? |
| 02:09:35 | ssolie | wegster: tact is for people who don't know how to be sarcastic |
| 02:12:11 | wegster | heheh |
| 02:12:16 | zerohero | wegster: i think so, but afaik he lost his gf since 4 years, lost hos car, works too much |
| 02:12:26 | zerohero | wegster: it's in his blogg apparently |
| 02:12:52 | wegster | zerohero: oh, yech, been there, did that not too long ago. blog link? |
| 02:13:44 | zerohero | wegster: it's on his homepage, www.amigasoft.it i think |
| 02:13:59 | zerohero | www.amigasoft.net |
| 02:14:16 | zerohero | but blogg is italian+english |
| 02:14:18 | wegster | zerohero: crap, bad linky, I'll find it. |
| 02:14:32 | zerohero | wegster: www.amigasoft.net |
| 02:14:56 | zerohero | hmm |
| 02:15:20 | zerohero | i can tell you porting stuff with tasks and process all over isn't as much fun as it may sound... |
| 02:15:57 | wegster | zerohero: ahh ok, yes, thought I knew about that, back in feb or so...rest of blog is italian. |
| 02:17:19 | | -!- * hnl_dk has now finished baking... needs to get up again in two hours... zZz |
| 02:17:26 | wegster | doh |
| 02:17:58 | hnl_dk | I am going to bed now... have a nice chat |
| 02:18:10 | wegster | nicomen: hnl_dk |
| 02:18:17 | wegster | err night hnl_dk even, crap ;-) |
| 02:18:21 | hnl_dk | ;-) |
| 02:18:25 | hnl_dk | night ;-) |
| 02:18:58 | | <-- hnl_dk has quit (Quit: HydraIRC -> http://www.hydrairc.com <- 100,000+ downloads can't be wrong) |
| 02:49:53 | | <-- ssolie has left #amigadev |
| 03:06:51 | | <-- freaks has quit (Ping timeout: 180 seconds) |
| 03:24:23 | | <-- number6 has quit (Ping timeout: 180 seconds) |
| 03:43:46 | | --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev |
| 03:58:44 | | <-- jahc has quit (Quit: <klesterjr> Immoralized for all eternity <klesterjr> Immortalized, I mean ) |
| 04:08:13 | | <-- frak has quit (Quit: stack..who needs it) |
| 04:36:14 | | --> redblue (~star@25a4ad7.12ed360d.mt.videotron.ca) has joined #amigadev |
| 05:41:35 | Ami603[AW] | morning |
| 05:41:40 | | -!- Ami603[AW] is now known as Ami603[w0rK] |
| 06:20:42 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 07:19:59 | | <-- BinoX has quit (Read error: Connection reset by peer) |
| 07:20:18 | | --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev |
| 08:11:13 | | --> Belxjander (~Belxjande@1e706c24.540cf85.xtra.co.nz) has joined #AmigaDev |
| 08:11:47 | | <-- Ami603[w0rK] has quit (Read error: Connection reset by peer) |
| 08:22:10 | | <-- Belxjander has quit (Ping timeout: 180 seconds) |
| 08:25:37 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 08:25:38 | MrBot | [hnl_dk] hnl_dk |
| 09:12:58 | | <-- hnl_dk has quit (Quit: HydraIRC -> http://www.hydrairc.com <- Try something fresh) |
| 10:18:28 | | --> frak (~frak@34823d30.2308fbe7.hs.bostream.se) has joined #amigadev |
| 10:30:47 | | <-- frak has quit (Quit: Zzzzzzzzzzz) |
| 10:31:12 | | <-- redblue has quit (Ping timeout: 181 seconds) |
| 11:30:25 | | --> redblue (~star@22cbf9e3.25ea667f.mt.videotron.ca) has joined #amigadev |
| 11:38:16 | redblue | hi! |
| 11:40:36 | nicomen | hi |
| 11:42:49 | redblue | nico =) |
| 11:55:35 | | <-- bones has quit (Quit: This computer has gone to sleep) |
| 12:46:39 | | --> Ami603 (~coco@19108886.211e61ee.dynamicIP.rima-tde.net) has joined #amigadev |
| 12:47:09 | | -!- Ami603 is now known as Ami603[w0rK] |
| 12:51:42 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 13:08:54 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 13:08:56 | MrBot | [hnl_dk] hnl_dk |
| 13:09:16 | hnl_dk | ho |
| 13:13:13 | zerohero | hey hnl_dk :) |
| 13:14:07 | hnl_dk | hi zero :-) |
| 13:23:29 | | <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!) |
| 13:54:20 | | --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #amigadev |
| 14:22:19 | | --> spotUP (~spot@1366b407.bf6674e.telia.com) has joined #amigadev |
| 14:22:30 | spotUP | hi! |
| 14:23:45 | spotUP | anyone awake? |
| 14:24:08 | hnl_dk | hi spot |
| 14:24:14 | spotUP | hi!.. |
| 14:24:26 | spotUP | how do you do? |
| 14:24:38 | hnl_dk | I am fine... how are You? |
| 14:25:06 | spotUP | fine!... |
| 14:25:12 | hnl_dk | good :-) |
| 14:25:19 | spotUP | have you tried to compile any sdl stuff with the latest sdk? |
| 14:25:31 | spotUP | it seems SMPEG is broken.. |
| 14:25:50 | hnl_dk | no I have not |
| 14:25:59 | hnl_dk | what is wrong with SMPEG? |
| 14:26:05 | spotUP | mm.. |
| 14:26:22 | spotUP | i'll have to do a quick reboot to tell you.. i'll be back in 3 secs! |
| 14:26:29 | hnl_dk | ah... |
| 14:26:31 | hnl_dk | wait |
| 14:26:42 | spotUP | ok |
| 14:27:04 | hnl_dk | looks like the newlib version of SDL is broken |
| 14:27:16 | spotUP | yepp, that's the one i am using. |
| 14:27:42 | hnl_dk | download a new version from Richards website... I can find the link if needed |
| 14:28:16 | spotUP | oyes please! |
| 14:29:13 | hnl_dk | http://rcdrummond.net/sdl |
| 14:29:32 | spotUP | how new is this version? |
| 14:29:39 | spotUP | i think i've tried that one already. |
| 14:29:57 | hnl_dk | that is the newest one... and it is working |
| 14:30:00 | spotUP | aha.. and it marked with a date. |
| 14:30:03 | zerohero | i think the recomendation is to use the older version, 1.2.8 i think |
| 14:30:18 | zerohero | or has he released a new one on his page recently? |
| 14:30:27 | spotUP | 20060210 |
| 14:31:24 | hnl_dk | zerohero: why? |
| 14:31:39 | zerohero | hnl_dk: because it's not broken :) |
| 14:31:52 | spotUP | i'll try to install this version... again... and try some things.. back in a flash.. |
| 14:32:08 | | <-- spotUP has quit (Quit: Up Rough Kontrolz!) |
| 14:32:15 | hnl_dk | zerohero: the one on his website is not broken |
| 14:33:06 | zerohero | hnl_dk: ok, read somewhere that the one in the sdk is broken, they didn't mention there was a fix released |
| 14:34:08 | hnl_dk | zerohero: I don't know what did go wrong with the one in the SDK, but I have heard that it is not working |
| 14:34:39 | hnl_dk | zerohero: but that the one on Richards website is working |
| 14:34:42 | zerohero | http://utilitybase.com/forum/index.php?action=vthread&forum=2&topic=564 |
| 14:35:00 | zerohero | i read it somewhere else as well |
| 14:35:08 | zerohero | but i'm glad it's fixed :) |
| 14:35:52 | | --> spotUP (~spot@1366b407.bf6674e.telia.com) has joined #amigadev |
| 14:35:56 | spotUP | yepp back |
| 14:36:03 | zerohero | wb :) |
| 14:36:13 | spotUP | i'll paste a small snippet here with the error msg if that's ok? |
| 14:36:52 | zerohero | sure |
| 14:36:54 | hnl_dk | jup |
| 14:37:07 | zerohero | #flood for bigger pastes |
| 14:38:50 | spotUP | ok, i'll join flood then.. |
| 14:45:51 | | --> Belxjander (~Belxjande@2308fbe7.654d39d.clear.net.nz) has joined #AmigaDev |
| 15:00:55 | zerohero | isn't 194x a game tho? |
| 15:01:07 | zerohero | why not do some needed apps instead? ;) |
| 15:02:34 | BinoX | Apps? Apps? Needed? Apps? hello.. sorry.. lol.. on a hyper |
| 15:03:54 | zerohero | BinoX: yeah, you too ;) |
| 15:05:19 | BinoX | lol |
| 15:05:23 | BinoX | I'm doing it :p |
| 15:05:48 | BinoX | Just a few more "tweaks" to go until it's semi-useful.. lol |
| 15:05:52 | zerohero | hehe |
| 15:06:07 | BinoX | By tweaks I mean changing the renderer a bit more |
| 15:06:37 | BinoX | I started working from a top down approach.. but I need to change it to a top down from the bottom from the top approach |
| 15:07:14 | BinoX | i.e. parse it forward after looking ahead and deciding what needs to be done before it after going through and working out what it is I'm doing |
| 15:07:40 | BinoX | >_>;; |
| 15:07:47 | BinoX | if that makes sense... |
| 15:08:21 | Belxjander | so you are no longer doing an Object-Encasement approach? and doing a balance-layout approach instead ? |
| 15:08:23 | zerohero | not really :) |
| 15:08:57 | Belxjander | I sort-of understand what is meant but I am a bit unclear if the meaning I read is actually what is intended |
| 15:10:42 | BinoX | and am doing it with objects... but to work out the sizes I have to look at later elements first... i.e. I won't know how big the parent element is until I've made the children... which, technically I can't do until understanding the parent |
| 15:11:55 | BinoX | e.g.: <div><table>..etc...</table><table>...etc...</table></div> I can;t work out how big the div is until drawing the tables... but I can't draw the tables without knowing about the div |
| 15:12:29 | BinoX | Just like you can't draw table cells without having some info about the table and the table row |
| 15:12:53 | BinoX | and by updating the table row it will "resize" the parent around it |
| 15:14:40 | BinoX | so.. in that example.. I go though... find the div... get the info, set it as "empty" for now, draw the table, update the div with the sizes, draw it so far, display div so far, draw the next table, update the div again, draw the new parts of the div, display the updated div |
| 15:14:45 | BinoX | through* |
| 15:15:49 | BinoX | at the moment it kind of tends to ignore the parent.. heh ^_^;; |
| 15:19:47 | BinoX | heh.. I guess I've bored you enough.. I'm off to get a cup of tea :) |
| 15:21:08 | | --> [1]hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 15:21:08 | Belxjander | BinoX: yeah... you arent doing depth first but breadth first... |
| 15:21:09 | MrBot | [[1]hnl_dk] hnl_dk |
| 15:21:30 | Belxjander | the first object encapsulates within it so you are making sure all objects at the same depth are "sane" before going deeper |
| 15:22:01 | | <-- hnl_dk has quit (Ping timeout: 180 seconds) |
| 15:22:01 | | -!- [1]hnl_dk is now known as hnl_dk |
| 15:22:07 | Belxjander | BinoX: I can see how we might start talking past each other since I am seeing the stacking as a sort of b+tree arrangement |
| 15:23:35 | | <-- hnl_dk has quit (Quit: HydraIRC -> http://www.hydrairc.com <- Try something fresh) |
| 15:24:09 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 15:27:25 | spotUP | zerohero, yes, 194x is a game, but not only. It's the Shoot Em Up Contruction Kit (SEUCK) of modern times. |
| 15:28:32 | spotUP | BinoX, oh... that's right... easter is over now, so did you manage to get some work done on your secret project? is it still secret? |
| 15:29:59 | spotUP | zerohero, and i am still an ultra newbie when it comes to this sdl compiling madness. :) ... but i've tried with a couple of apps, and failed every time.. :/ some day, some day.. :) |
| 15:30:48 | hnl_dk | spotUP: as he is telling about it here, don't I think that it is that much of a secret... I am even able to guess what it is |
| 15:31:10 | spotUP | ok, i'll have a closer look on what he wrote then.. :) |
| 15:33:20 | spotUP | uhum.. rendering and tables.. sounds like something html related... but... what? :) |
| 15:33:35 | spotUP | a html editor? |
| 15:33:35 | nicomen | a web banana |
| 15:33:46 | | --> [1]hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 15:33:46 | MrBot | [[1]hnl_dk] hnl_dk |
| 15:33:52 | | <-- hnl_dk has quit (Ping timeout: 180 seconds) |
| 15:33:56 | | -!- [1]hnl_dk is now known as hnl_dk |
| 15:33:59 | hnl_dk | ah, I hate my ISP... |
| 15:34:21 | spotUP | nico, hah, i doubt he's writing a browser. |
| 15:34:33 | nicomen | spotUP: no a1 demos on BP? |
| 15:34:39 | spotUP | nicomen, nopes.. :( |
| 15:34:52 | spotUP | nicomen, they didn't allow ppc in the amy compos this year.. |
| 15:35:02 | nicomen | bah |
| 15:35:40 | spotUP | mm.. . .. .. atleast a compo for amy ppc and clones would be nice.. but i doubt they'd get much entries.. |
| 15:35:55 | spotUP | nicomen, how was tg? i bet there wasn't a single amiga demo? |
| 15:37:31 | nicomen | nope ;( not this year |
| 15:38:13 | spotUP | so, have you checked out the 68k releases from bp? |
| 15:39:05 | nicomen | nope, no 68k amiga |
| 15:39:24 | nicomen | could use UAE, but that's so stupid (yeah I know most eople even code using UAE) |
| 15:45:23 | BinoX | Looks like people have guessed what I'm writing then :p and yummm tea :D |
| 15:45:54 | BinoX | But it's still technically a secret.. so.. shhh :p |
| 15:46:30 | BinoX | Largely for the fact that I don't want ppl constantly asking "When's it out, when are there gunna be pictures, how far have you got" about a million times a day.. lol |
| 15:46:46 | hnl_dk | we have not heard a thing ;-) |
| 15:47:28 | BinoX | thx :) |
| 15:50:22 | zerohero | BinoX: you have pictures? :P |
| 15:50:34 | BinoX | lol.. |
| 15:50:37 | BinoX | and no :p |
| 15:51:08 | BinoX | Oooh.. the new AVD is looking good though :D |
| 15:51:43 | zerohero | gah |
| 15:51:48 | zerohero | this program is killing me |
| 15:51:51 | BinoX | lol |
| 15:52:03 | zerohero | it's not mine to begin with and i hate it |
| 15:52:07 | BinoX | what's up with it? |
| 15:52:19 | zerohero | code is a mess |
| 15:52:31 | BinoX | lol what is it? |
| 15:52:36 | zerohero | dopus4 |
| 15:52:44 | BinoX | oh.. lol |
| 15:52:48 | | --> [1]hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 15:52:49 | MrBot | [[1]hnl_dk] hnl_dk |
| 15:52:53 | zerohero | wb hnl_dk :) |
| 15:53:01 | BinoX | wb :) |
| 15:53:09 | Ami603[w0rK] | hi there |
| 15:53:13 | | -!- Ami603[w0rK] is now known as Ami603 |
| 15:53:14 | [1]hnl_dk | thanks... I need to get a talk with my ISP :-( |
| 15:53:17 | BinoX | And hello Ami603 :) |
| 15:53:24 | zerohero | Ami603: hello :) |
| 15:53:49 | | <-- hnl_dk has quit (Ping timeout: 180 seconds) |
| 15:53:49 | | -!- [1]hnl_dk is now known as hnl_dk |
| 15:54:09 | BinoX | How come ur playing with dopus4 code? |
| 15:54:26 | zerohero | BinoX: i thought i'd port it to os4 :) |
| 15:54:37 | BinoX | That'd be nice :) |
| 15:54:53 | zerohero | but the code has to be the worst i've seen |
| 15:54:56 | BinoX | Never really used dopus much though tbh.. heh... but I hear it's good ^_^;; |
| 15:55:09 | BinoX | Thankfully u've not seen mine.. lol |
| 15:55:12 | zerohero | except for that polish app i tried to port a while ago |
| 15:55:12 | Ami603 | i prefer classaction myself |
| 15:55:49 | BinoX | I have functions called: ParseHTML and ReallylParseHTML() and TheActualHTMLParser() lol |
| 15:56:02 | zerohero | !seen ac |
| 15:56:03 | GrimReaper | I don't know who ac is. |
| 15:56:04 | MrBot | AC (~rwo@34c8b132.1c3781d3.ip.tele2adsl.dk) was last seen quitting from #amigadev 30 days, 18 hours, 32 minutes ago stating (Quit: Client exiting). |
| 15:56:27 | BinoX | 30 days? Long time |
| 15:56:37 | hnl_dk | zerohero: he is on a vacation at the moment |
| 15:56:40 | zerohero | ok |
| 15:57:13 | zerohero | but he's not here? vacation means more free time to spend here |
| 15:57:16 | BinoX | Does anyone know how much RAM the average OS4 user has? |
| 15:57:32 | BinoX | Or do I have to make a poll somewhere? |
| 15:57:38 | zerohero | 128-512 ;) |
| 15:57:42 | BinoX | lol |
| 15:57:50 | hnl_dk | 256MB (is standard for people with A1) |
| 15:58:02 | zerohero | <--256 here |
| 15:58:07 | hnl_dk | I guess the ones with classic has less |
| 15:58:13 | BinoX | ok.. what about processors? G3 or g4? What's more common? |
| 15:58:32 | hnl_dk | I am having an 750FX |
| 15:58:56 | BinoX | Hmm.. Does that do altivec? |
| 15:59:38 | zerohero | <-- g4 |
| 15:59:49 | zerohero | and no, the 750 doesn't do altivec |
| 15:59:57 | zerohero | only the few g4 out there do |
| 16:00:03 | BinoX | I have a G4 ^_^ |
| 16:00:15 | zerohero | and it r0xx0rs :) |
| 16:00:26 | BinoX | Hmm.. is the 750 more like a G4 or G3 for performance? |
| 16:00:45 | BinoX | (if you ignore altivec programs) |
| 16:01:02 | zerohero | it's faster than the g4 in some operations |
| 16:01:11 | | --> [1]hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 16:01:12 | MrBot | [[1]hnl_dk] hnl_dk |
| 16:01:16 | BinoX | lol wb again |
| 16:01:20 | [1]hnl_dk | :-( |
| 16:01:21 | zerohero | because of bigger l2 |
| 16:01:35 | BinoX | oh |
| 16:01:47 | | <-- hnl_dk has quit (Ping timeout: 181 seconds) |
| 16:01:47 | | -!- [1]hnl_dk is now known as hnl_dk |
| 16:01:52 | hnl_dk | I need to make some food now... |
| 16:01:54 | BinoX | Wondering what my memory restraints and processor restraints are.. heh.. |
| 16:02:10 | | -!- hnl_dk is now known as hnl_dk[cooking] |
| 16:02:10 | BinoX | Maybe I should start a poll or some kind of survey somewhere |
| 16:02:25 | Ami603 | BinoX: for what do you need to know the average cpu? |
| 16:02:42 | BinoX | Just wondering how hard I can play hammer the CPU.. lol |
| 16:02:56 | BinoX | In this case it doesn't matter, it's just useful to know |
| 16:03:03 | BinoX | for the future |
| 16:03:05 | Ami603 | you could always release several versions of your projecrs |
| 16:03:08 | Ami603 | projects |
| 16:03:15 | BinoX | ah.. screw that.. lol |
| 16:03:19 | Ami603 | as in 68020-030-040-060 times ;) |
| 16:03:25 | Belxjander | the 603 is quite capable with the 604 surpassing it in a few areas... |
| 16:03:38 | BinoX | I never wrote a 68k app.. heh |
| 16:03:39 | Belxjander | target for the 603 and the 604 performance will be relative to those areas |
| 16:03:46 | Ami603 | just support systems running with as low as 128Mb upwards |
| 16:04:00 | BinoX | I need another dev system :( |
| 16:04:11 | BinoX | Anyone got a spare A1 they wanna donate? |
| 16:04:13 | BinoX | lol |
| 16:04:19 | BinoX | or £1000 |
| 16:04:22 | Ami603 | maybe me, but then you'd have to wait a little |
| 16:04:38 | BinoX | I know where there's a never used G4 A1 for sale for £1000 ;) |
| 16:04:56 | BinoX | How come maybe you? |
| 16:05:14 | BinoX | G4-XE A1 that is :) |
| 16:05:51 | Belxjander | BinoX: if anyone needs an AOS4 system I do!!!, hell I even have a casework and several other pieces to fit around the board... |
| 16:05:59 | Belxjander | I only need the board and OS installer disk... |
| 16:06:02 | Belxjander | I can do the rest myself |
| 16:06:18 | BinoX | if you have £1000 I can tell u where to get one.. lol |
| 16:07:39 | Belxjander | hrmmm!? |
| 16:18:03 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 16:18:04 | MrBot | [hnl_dk] hnl_dk |
| 16:18:10 | | <-- hnl_dk[cooking] has quit (Ping timeout: 180 seconds) |
| 16:18:11 | | -!- hnl_dk is now known as hnl_dk[cooking] |
| 16:24:08 | | <-- spotUP has quit (Quit: Up Rough Kontrolz!) |
| 16:29:13 | | <-- Belxjander has quit (Client closed connection) |
| 16:33:53 | | --> hnl_dk (hnl_dk@2430b3da.3974cd3.136d6c6e.a9a2d23X) has joined #amigadev |
| 16:33:55 | MrBot | [hnl_dk] hnl_dk |
| 16:35:07 | | <-- hnl_dk[cooking] has quit (Ping timeout: 180 seconds) |
| 16:35:26 | | -!- hnl_dk is now known as hnl_dk[cooking] |
| 16:36:55 | | <-- redblue has quit (Quit: Happiness isn't something you experience; it's something you remember. -OL) |
| 16:41:30 | wegster | BinoX: long delay (reading scrollback ;-) Most A1s have either 256MB or 512MB. 750GX is faster than G4s in non-Altivec ops (well, many) b/c of 1MB cache on it. And yes, you are coding a web banana ;-) |
| 16:41:45 | BinoX | rofl |
| 16:41:50 | BinoX | web banana it is! |
| 16:42:10 | | -!- * BinoX makes notes to put in something about web bananas |
| 16:42:19 | wegster | shhh! Bananan Police may be about ;-) |
| 16:42:29 | BinoX | rofl |
| 16:43:52 | | <-- wegsterOS4 has quit (Read error: Connection reset by peer) |
| 16:44:12 | BinoX | looks like that peer is at it again :p heh... (ah the old crappy jokes) |
| 16:46:19 | BinoX | there we go.. things to remember list: work on web banana |
| 16:47:25 | | --> redblue (~star@25ea667f.12ed360d.mt.videotron.ca) has joined #amigadev |
| 16:50:54 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 16:50:58 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 16:50:59 | | -!- Rigo_ is now known as Rigo |
| 16:58:10 | zerohero | zerohero has changed the topic to: Amiga development | clib2 1.199 | Use http://utilitybase.com/paste for huge pastings | http://utilitybase.com/article/Public+AmigaOS4.0+SDK \o/ | the web banana is coming |
| 17:13:15 | zerohero | yay |
| 17:13:21 | zerohero | i've found where it crashes |
| 17:13:32 | zerohero | i have no idea how to fix it tho :P |
| 17:13:48 | | -!- hnl_dk[cooking] is now known as hnl_dk |
| 17:15:28 | | --> afxgroup (~andrea@d14813f.231698ba.pool8257.interbusiness.it) has joined #amigadev |
| 17:15:34 | afxgroup | heeeelllo |
| 17:15:38 | hnl_dk | hi Andrea |
| 17:15:58 | |