Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
23 user(s) are online (10 user(s) are browsing Forums)

Members: 1
Guests: 22

trixie, more...

Support us!

Headlines

Forum Index


Board index » All Posts (abalaban)




Re: Sneak Peek Inside Kea Campus
Quite a regular
Quite a regular


@HansQuote:

P.S., [...] It's looking increasingly that the Amiga community isn't interested in seeing better resources for developers (e.g., this). It takes minimum 2-3 days to create one tutorial/video (provided no deeper R&D work is required). I'm going to keep going for now, but if the # of subscribers fails to grow to a more sustainable level, then I'll have to put it aside and move on to something else.

I think the problem you are facing is due to the size of our community which is really small at the moment to say the least. And in this small community you are addressing an even smaller part of it: the developers.
I did not watch the above YouTube link but it seems to me that the subjects you are covering are simple ones, i.e. those for ones wanting to become a developers. To my opinion the developers we currently have on AmigaOS are already experienced developers, most of them doing so for a living, so subjects like 'how to ftp to an Amiga' is not really what interest them. In my opinion what we currently miss is the knowledge of how inner things work and how to use them as this is really different than other platforms.
Do not get me wrong : your content is great to try to widen the developer number. But to have more developers à platform needs users, to have users you need to address either the need for exclusive appealing games (not just ports of old games) or modern power applications for daily use (such applications are hard to develop and require experienced developers not junior ones).

Now on the form, my personal preference for development information is written content not video. I think video is useful to see how to do a manual action (like playing the guitar, repair this or that in the home, etc.) not for intellectual activities written information is better. For example your book about Warp3D Nova was great (I have bought it), but I also understand that if doing videos takes time, writing a book takes even more.

Finally, to answer your question, to promote your initiative you need to have free content that is useful but not covering everything to make one want to buy the advanced version. See how it works for those videos about guitar playing (yea I am playing the guitar ;) you can watch a free video about how to train pentatonic scale but if you want the tabs or the deeper explanations you either need to buy another video or register to the author's site giving access to tons of content. This can also work with written content not only for video.

I hope this will give you ideas and also strength to go on with your initiative.


Edited by abalaban on 2024/11/20 12:11:12
Back to a quiet home... At last
Go to top


Re: My AmiUpdate does not work
Quite a regular
Quite a regular


Yesterday I updated my AmiUpdate from 2.49. It did not work because I had a lingering update library in my libs: multi assigns chain. Once removed and rebooted everything went fine.

Back to a quiet home... At last
Go to top


Re: Best way to clone HDD?
Quite a regular
Quite a regular


You need to check that the backup program understands and respects AmigaOS links otherwise you may get into troubles especially regarding the shared objects from AmigaOS 4

Back to a quiet home... At last
Go to top


Re: Odyssey 1.23 progress: r5 RC2
Quite a regular
Quite a regular


@khayoz

Yes an updated webkit would be really cool. Nowadays, more and more websites became unreadable with our current version of Odyssey. This makes me sad to not even be able to read my emails through the webmail of my isp anymore.

Back to a quiet home... At last
Go to top


Re: Amiga books: from Vultures to VAMPIRES video review with Trevors introduction
Quite a regular
Quite a regular


I have just finished reading the second volume and I really enjoyed the read. I did not know quite a number of details and I found it very interesting.
Now I wonder if there is/will be an hard cover of the volume three. I really want to read it, but I would prefer a physical version rather than the ebook version.

Back to a quiet home... At last
Go to top


Re: Port request: libgphoto2
Quite a regular
Quite a regular


@abalaban

Ok as promised I did some research on my hard-drive and I found out that in fact back in the time I only extracted the few files I needed from the libgphoto and libgphoto_port in order to get working the particular camera driver I was interested in. Far from a complete port!
I cloned the github repo and it needs really more work than I can afford to spend currently on an Amiga project. I am sorry for the false hope :-/
It does not sem to require to much exotic dependencies we do not have yet. But it may need some work to make the dynamic loading to work if our libdl isn't up for the job.

Back to a quiet home... At last
Go to top


Re: Port request: libgphoto2
Quite a regular
Quite a regular


A long time ago, it was at the age of my A1XE with prerelease 2 or so, when I was playing with usb driver for a digital camera and VHI I did a port of this library.
It probably changed quite a lot since I did it but I may have a look this weekend.

Back to a quiet home... At last
Go to top


Re: How does AmiUpdate work internally?
Quite a regular
Quite a regular


If the script for auto-installing is correctly written and makes use of the proper way to update *all* files on the file system (do not remember the name of the dedicated shell command atm) then you should be able to browse all your installs in the rollback utility and find the one that updated both libs, rollback this one and AmiUpdate will offer you the ability to download again the package.

As Joerg said libc.a should not be in the same update as newlib because they are targeted to different audiences: users VS developers. There is different situations where mixing won't work, you named one, but what about when I install the update as a simple user (so no SDK installed, hence no place to install the libc.a) but later on I learn how to code and install the SDK?
I advise making two updates one for newlib and one for libc.a the second requiring a given version of newlib (can be described in AmiUpdate database)
BTW AmiUpdate also checks using filesystem dates as a last resort.

Back to a quiet home... At last
Go to top


Re: Ramdisk failing on X5000
Quite a regular
Quite a regular


@elfpipe

Don't know if this may make any difference but maybe your Kickstart/ram-handler.kmod may not have the 'read' attributes set?
Another idea: may it be possible that you have several kickstart and you somehow messed up with them? Ending up with mixing incompatible versions? On this last one please add asked by Colin provide version numbers of the listed kmod.

Back to a quiet home... At last
Go to top


Re: Qt 6 progress
Quite a regular
Quite a regular


@elfpipe

Quote:
elfpipe wrote:@pjs

Sadly smartctrl doesn't seem to communicate with my p5020sata.device. :(


I did port updated smartmontools but it cannot work with internal sata from X5000 and A1222 because it was decided to abstract them using vsata.device in an incompatible way. I seem to remember some information may be retrieved using a custom tool but I cannot remember it's name right now and am going to leave for work,maybe something like idetool or something like that.

Back to a quiet home... At last
Go to top


Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
Quite a regular
Quite a regular


@LiveForIt

I did the same using TCP: instead of AUX: thus leaving the serial for debug purpose

Back to a quiet home... At last
Go to top


Re: Ftp server on OS4.1
Quite a regular
Quite a regular


As LiveForIt told nothing you can do unless you are a programmer and have access to the source code. I just want to correct what he told about the function goal: this is not a function to look for a string inside another string but a function to find the first file or directory matching a given name pattern see https://wiki.amigaos.net/amiga/autodocs/dos.doc.txt.

Otherwise there are other ftp servers for AmigaOS 4 still supported for example a-ftp-server or ftpd (by others and me) which are free or ZitaFTPserver (by Hans) which is commercial, see available options on os4depot.net http://www.os4depot.net/index.php?fun ... se&cat=network/server/ftp

Back to a quiet home... At last
Go to top


Re: ExecSG memory allocation question.
Quite a regular
Quite a regular


I probably miss something but for what reason would you want to FreeMem() memory allocated with AllocVec()?
Internally AllocMem() probably defaults to AllocVec() but it may also perform different things prior this.
So my advise would be always match allocation methods with appropriate freeing one, and you would always be on the safe side.

Back to a quiet home... At last
Go to top


Re: Hell is coming to OS4: Doom 3
Quite a regular
Quite a regular


@SinanSam460

We had a nice private party with Huno two weeks ago and he was working on this code. What I can say is that he worked hard during the three days to polish rendering and all was done natively on his X5000 he was not cross compiling at all... this may be relevant to your problem I don't know??

Back to a quiet home... At last
Go to top


Re: Why call to or any "empty" functions can cause different results of the code in which you insert it?
Quite a regular
Quite a regular


@kas1e

To me your problem is stack related: the code is trashing the stack somewhere and depending on the dependency to the stack of the functions you are calling then it may or may not crash. On the other end as soon as you are calling printf then you are realigning it and everything got back on track.
The worst is that printf itself is often the culprit of such stack trashing: for example you are passing too much or too few parameters compared to the format string or you are passing wrong type (eg. a 64 bit parameter while only consuming 32 bits).

Edit: fix typo in seconds white of my answer


Edited by abalaban on 2022/3/6 16:23:25
Go to top


Re: new video: Horror from the past : "big" games of amiga on amigaos4
Quite a regular
Quite a regular


@kas1e

Thank you I had difficulties with the installers (I have the first CD batch with read errors, which for some reason was not apparent on my 1200 PPC back in time but seems to be really a showstopper now under AmigaOS 4...). Then I managed to completely mess my system with rtgmaster and all. I thought PPC version will be easier to run but now I have a grimreaper which only bring me a black screen if ignored.
I will try the 68k version again, not sure if I installed both 1.2 patches. I will check, thank you.

Ps: I think the 32bit screen problem is exactly the same problem you mention for the PPC version: it could not find the correct screen resolution.

Go to top


Re: Drop downs from MUI cause lockups
Quite a regular
Quite a regular


@Nuder_Try

Did you managed to get this sorted?

Go to top


Re: new video: Horror from the past : "big" games of amiga on amigaos4
Quite a regular
Quite a regular


@kas1e

Speaking about Nightlong lately rediscovered my classic game CDs (trying to install your Foundation Gold patch) and I decided to try to install it on my X1000 but to date I failed to have it running. I think I remember there was a problem when the wb was on a 32-bit screen, so you think this is something you could try to patch?

PS: BTW your Foundation patch works good. Though, I would have enlarged the prefs window a little bit more as some buttons are still on the edge (at least on my system which has the default theme, so probably a slightly larger window title than yours)

Go to top


Re: Amigans.net 2022 updates
Quite a regular
Quite a regular


@walkero

First thank you for taking the time to sort all these things on this website and keep it online and safe.

Now using latest Chrome on my smartphone, the side bars (both left and right) seem to much wide compared to the main part. If you cannot reproduce I can send you a screenshot.
I tried in the default mobile view and after checking the "computer version" checkbox.

Go to top


Re: Hello! I'm Torque
Quite a regular
Quite a regular


@Torque

Hello Torque that's always great to see a new face popping in. Welcome and enjoy your time here!

Back to a quiet home... At last
Go to top



TopTop
(1) 2 3 4 ... 41 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project