How can you delete your account?
Hello, all.
Many of you are familiar with my posts which deal with forking Haiku. I won't get into that... :) For a while, I gave up on the idea and pretty much said I'd quit, but I'm going to give it a go--for real this time. :)
Anyway, getting to the point--I finally sat down and read the Guidelines, which say once I start building a fork is that I state I'm not associated with the Haiku project. Quote from article: " is not associated with the Haiku project." With that said, how do I delete my Haiku user account (in order to make this statement true)?
I cannot find a link to do this on the page. Any assistance here would be appreciated, guys. The Haiku forum's been a great community.

Comments
Re: How can you delete your account?
You will need to contact the forum admin:
https://www.haiku-os.org/user/mmadia
Re: How can you delete your account?
Please inform us of your fork somehow though.
Re: How can you delete your account?
You may be taking that portion of the guidelines too literally. IIRC, the 'not affiliated wIth the Haiku Project' is more to convey to end users that one's fork (or distro or ...) is not Haiku, not assembled by the Haiku Project, etc.
Re: How can you delete your account?
I am very sure you're talking about a distro and not fork.
A fork is you taking the source code *one time* and then continue developing it how you want. Coding everything yourself or with other developers. This is lots of work and takes a good number of developers.
http://en.wikipedia.org/wiki/Fork_(software_development)
A distro is you take the source code over & over (from Haiku), make changes and customizations and then release your version of it. One person can do this on their own or with others. Pretty simple.
Senryu is an example of a distro
http://haikuware.com/remository/view-details/utilities/system-system-inf...
You should not mix the two up because they mean different things!
Do you intend to copy Haiku source code once and then develop everything in Haiku yourself or with other developers? If no, then you're not doing a fork.
Re: How can you delete your account?
You don't have to delete your user account. Simply removing the haiku official trademarks and keeping the copyrights should be enough based on the user agreement.
Based on but not endorsed by
Would be sufficient line of thought.
Re: How can you delete your account?
Thank you, all.
And most of all, *thank you*, mmadia, for your post, since I saw that you were the admin I needed to contact. :)
@tonestone57: No, I really mean to fork. I've mentioned that in two posts I started. I almost quit on the idea because I saw it wasn't well-liked by everyone. However, I'd like to take the entire kernel, bootloader, installer, apps, icons... everything--and turn it into a new operating system for netbooks from source in compliance to the MIT. (A distribution is the same operating system respun--which is NOT going to be what I'm planning on doing.)
Yes, I imagine it will take months, at the least, to do with a team, or years, individually.
Unlike where Haiku solely focuses on BeOS apps, the fork will focus working with Linux and Windows compatibility as well. It will keep BeOS compatibility, however, It will include a "forked" version of Tracker (which will be most likely named different), a launchable X Window System, Firefox as the default browser (with Cairo), wpa_supplicant, GUI wrapper support for shell scripts (i.e. similar to kdialog), the ufw firewall, a 21st-century icon set that should look halfway photorealistic, plus qemu and Wine installed by default for Windows switchers.
Re: How can you delete your account?
Thank you, all.
And most of all, *thank you*, mmadia, for your post, since I saw that you were the admin I needed to contact. :)
@tonestone57: No, I really mean to fork. I've mentioned that in two posts I started. I almost quit on the idea because I saw it wasn't well-liked by everyone. However, I'd like to take the entire kernel, bootloader, installer, apps, icons... everything--and turn it into a new operating system for netbooks from source in compliance to the MIT. (A distribution is the same operating system respun--which is NOT going to be what I'm planning on doing.)
Yes, I imagine it will take months, at the least, to do with a team, or years, individually.
Unlike where Haiku solely focuses on BeOS apps, the fork will focus working with Linux and Windows compatibility as well. It will keep BeOS compatibility, however, It will include a "forked" version of Tracker (which will be most likely named different), a launchable X Window System, Firefox as the default browser (with Cairo), wpa_supplicant, GUI wrapper support for shell scripts (i.e. similar to kdialog), the ufw firewall, a 21st-century icon set that should look halfway photorealistic, plus qemu and Wine installed by default for Windows switchers.
I think your making a mess with X. X is a giant mess. I have no idea why anyone would focus on linux compatability. I would focus on windows interoperability.
In fact a great fork could be a deep wine intergration. bringing X brings all the x problems. I wouldn't do it, microsoft and many other systems get by just fine without that albatross.
Re: How can you delete your account?
(A distribution is the same operating system respun--which is NOT going to be what I'm planning on doing.)
Ok.
X Windows, FireFox, GUI for shell scripts, newer icons, QEMU & WINE are just add-ons. So, these packages would only make it a distro.
Your changes to Tracker, adding in firewall & wpa_supplicant would change the OS and probably fork it. So I get why you're saying fork and not distro.
Re: How can you delete your account?
Thank you for your input. I'll consider it.
However, without X, a lot of Linux apps won't run, and I want to aim for Windows and Linux compatibility. I do know that X has a lot of problems. And, also, I'm thinking of it being "launchable" like X11 on OS X--not to replace the GUI shell with X. :)
Re: How can you delete your account?
I think your making a mess with X. X is a giant mess. I have no idea why anyone would focus on linux compatability. I would focus on windows interoperability.
In fact a great fork could be a deep wine intergration. bringing X brings all the x problems. I wouldn't do it, microsoft and many other systems get by just fine without that albatross.
Because SDL X can be done fast and easy. That'll give access to lots of Linux software because the GUIs are done in X and will require minor changes to work with Haiku's kernel.
Also, with X, he could do WINE using X which would get WINE onto Haiku faster. A native port of WINE will take very long time to happen. So, if someone said they could get you WINE in 6 months but using X would you say yes or would people prefer to wait 3+ years for native version?
I stated in another post that bringing X to Haiku would get software like OpenOffice, WINE, FireFox, VirtualBox, ..., onto Haiku the fastest. Of course it'll get messy and not ideal but it would bring lots more software to Haiku the quickest. It would create a hybrid Haiku-X system. Get lots more applications to Haiku which would attract users + developers much sooner. X would be a 3rd party package like Qt (an add on).
I'm still undecided if X would be good or bad thing for Haiku. Hard to say. Qt may give enough programs that we may not need X on Haiku.
Also, remember that everyone is free to do what they want (with the code) even if you disagree with them or their direction.
Re: How can you delete your account?
I think your making a mess with X. X is a giant mess. I have no idea why anyone would focus on linux compatability. I would focus on windows interoperability.
In fact a great fork could be a deep wine intergration. bringing X brings all the x problems. I wouldn't do it, microsoft and many other systems get by just fine without that albatross.
Because SDL X can be done fast and easy. That'll give access to lots of Linux software because the GUIs are done in X and will require minor changes to work with Haiku's kernel.
Also, with X, he could do WINE using X which would get WINE onto Haiku faster. A native port of WINE will take very long time to happen. So, if someone said they could get you WINE in 6 months but using X would you say yes or would people prefer to wait 3+ years for native version?
I stated in another post that bringing X to Haiku would get software like OpenOffice, WINE, FireFox, VirtualBox, ..., onto Haiku the fastest. Of course it'll get messy and not ideal but it would bring lots more software to Haiku the quickest. It would create a hybrid Haiku-X system. Get lots more applications to Haiku which would attract users + developers much sooner. X would be a 3rd party package like Qt (an add on).
I'm still undecided if X would be good or bad thing for Haiku. Hard to say. Qt may give enough programs that we may not need X on Haiku.
Also, remember that everyone is free to do what they want (with the code) even if you disagree with them or their direction.
At the end of the day, adding X really destroys haiku. now you are back into linux land where not everything works well or play together nicely "not that haiku doesn't have bugs" but that the current system and the way its built is solid.
My take on wine is that is should either become native or just not be brought over.
QT adds a huge amount of useful programs and the QT port is really well done. I don't see a future with X being anywhere near as productive or useful.
Re: How can you delete your account?
Thank you for your input. I'll consider it.
However, without X, a lot of Linux apps won't run, and I want to aim for Windows and Linux compatibility. I do know that X has a lot of problems. And, also, I'm thinking of it being "launchable" like X11 on OS X--not to replace the GUI shell with X. :)
I don't regard most linux apps worth running, neither do most people. Generally speaking anatyhing available for linux is also available for windows. So if you get wine working. You solve both problems while leaving X where it belongs.
Re: How can you delete your account?
I noticed that this post, while intended to simply ask "How can I delete my account?" is morphing into different opinions and arguments about X... and I apologize for any trouble mentioning X11 may have caused.
However, while there is a strong point that we do not want the OS to be too much like Linux, and that many users will not care about Linux apps (only 0.8% use it), it is also important to remember that applications that require the X Window System would be built twice as fast with a launchable X11. For instance, at first, OS X didn't have that many native OSS programs. The alternative used was to run programs with X11.
Should this be included? I don't know... but I thought it might have been a good idea. And as for qemu or wine, that won't happen until the build is stabilized.
---------
@tonestone57: Notice I mentioned the kernel, and the bootloader, (but I also listed all the other mods like the icons as well)--but this is a fork.
Re: How can you delete your account?
After analyzing the actual possibilities of the system, I find that I need to re-evaluate a few things mentioned earlier, so that I know what can't and what will happen.
Here is what will not be included:
-----------------------------------------------------------------
After reconsidering it, X will *not* be included--(not only because of feedback on that)--but because it will involve a tangle of code and no interoperability. BeOS, Haiku, and Mac OS aimed to keep things simple--X would not keep it that way.
The "uncomplicated firewall" (ufw) will also not be included--it requires, and I quote pieces from Requirements in the README file, "/proc filesystem support...Linux kernel configured with the following modules..." Obviously, neither Haiku or the fork will meet these requirements.
What will happen with the fork:
------------------------------------------------------------------
Hopefully, this post should be more accurate, and be a lot more realistic than the previous one I posted.
Re: How can you delete your account?
After reconsidering it, X will *not* be included--(not only because of feedback on that)--but because it will involve a tangle of code and no interoperability. BeOS, Haiku, and Mac OS aimed to keep things simple--X would not keep it that way.
I agree on this. It will probably make it a hassle. If you want simple Linux compatibility, maybe you can consider Wayland support in the future.
Compile wine with Haiku patch (thinking of an emulator as well)
You should be careful with a Wine port. Wine is pretty much an emulator (though it emulates API's and not hardware), so you need to think about latency for example if you want it to work well. The easiest route is probably to use the SDL sound driver, but I suggest you work on native media_kit integration as soon as you get it running, to avoid having too many layers. If you do it well I can't wait to try it. Wine is a great project IMO.
Re: How can you delete your account?
After analyzing the actual possibilities of the system, I find that I need to re-evaluate a few things mentioned earlier, so that I know what can't and what will happen.
Here is what will not be included:
-----------------------------------------------------------------
After reconsidering it, X will *not* be included--(not only because of feedback on that)--but because it will involve a tangle of code and no interoperability. BeOS, Haiku, and Mac OS aimed to keep things simple--X would not keep it that way.
The "uncomplicated firewall" (ufw) will also not be included--it requires, and I quote pieces from Requirements in the README file, "/proc filesystem support...Linux kernel configured with the following modules..." Obviously, neither Haiku or the fork will meet these requirements.
What will happen with the fork:
------------------------------------------------------------------
Hopefully, this post should be more accurate, and be a lot more realistic than the previous one I posted.
I wish you much luck in your efforts. There has been some conversation about a wine port over at www.haikuware.com
Might be a bounty involved if you made your wine build is capable of being put into the regular version of haiku.
Re: How can you delete your account?
I noticed that this post, while intended to simply ask "How can I delete my account?" is morphing into different opinions and arguments about X... and I apologize for any trouble mentioning X11 may have caused.
However, while there is a strong point that we do not want the OS to be too much like Linux, and that many users will not care about Linux apps (only 0.8% use it), it is also important to remember that applications that require the X Window System would be built twice as fast with a launchable X11. For instance, at first, OS X didn't have that many native OSS programs. The alternative used was to run programs with X11.
Should this be included? I don't know... but I thought it might have been a good idea. And as for qemu or wine, that won't happen until the build is stabilized.
---------
@tonestone57: Notice I mentioned the kernel, and the bootloader, (but I also listed all the other mods like the icons as well)--but this is a fork.
the Koffice port already has a functional somewhat X implementation. runs like crap.
Re: How can you delete your account?
X is not going to be included... so you don't need to worry about any "mess" if X is installed that you are describing.
Re: How can you delete your account?
X is not going to be included... so you don't need to worry about any "mess" if X is installed that you are describing.
I was just stating that X has been run on haiku, well the koffice port.
anyways there is some source code for the bewine "be version of wine" in the winde source tree or on source forge. Its also on Haikuware. I think the source might be there to.
I have no idea how good/bad etc it was and how it was built.
But it might prove to be a starting point to get things working.
Just trying to help ya along in your quest.
You could also hit the mailing list. A few of the devs I think have worked on a wine port on and off for a while.
Like I said there is talk of a wine bounty, not that its been started but alot of us would love to have a good native wine that could be upstreamed to wine for building.
Go for it man.
Re: How can you delete your account?
I actually would like to say two things, which is honestly hard to say. Firstly, I want to apologize to the Haiku team and forum members. Secondly, I wanted to explain after a *lot* of serious thought whether I should go ahead and build the fork that has been on my mind since 21 weeks back--which has also caused me to post four threads dealing with that subject this year.
There are reasons, however, I *finally* have decided NOT to build a fork AT ALL. Again, please understand, this is after serious consideration, and not just a fast decision, that I actually was thinking of before I posted this thread. The first is that the Haiku kernel simply cannot support a netbook, like I initially hoped. I can logically explain why in a minute. The second is that I come from a Linux point of view--and seeing the source to be based on Be roots, though it is mostly in the same language(s) and syntax, is very different. The layout is also different, and the entire framework has a different base.
My dream is to build a lightweight OS for a netbook to run, but I realized Haiku cannot work with this reality, and it would take *years* to put features in, such as native Bluetooth, iPod + iPod touch support, FULL wireless support (critical for a netbook), and the ability to sleep and wake. Also, the fact that any forked code and Haiku itself cannot run a modern build of Firefox is also an issue. And lastly, Haiku has a hard time handling the dual core Intel Atom--run Haiku on a netbook long enough and one or two kernel panics *will* occur sooner or later. I found Safe Mode fixes the problem. While trying to patch all the bugs in order to fork could be done, it would take a long time. I also understand Haiku is an alpha, and as such, is not anywhere near complete yet.
For the above reasons listed, I assure the forum I will not bring up the issue of forking Haiku again. I really believe I have wasted people's time on the topic, and am ready to bring it to a close.
Thank you all so much for your patience, support, and feedback where I've mentioned forking--but I realize for Haiku to truly succeed anyway and to keep the small candle that is still BeOS going, forking cannot be done. I'm not sure if a Linux distro (as much as I don't like the Linux OS) would be the answer.
(On an original note, it still would be nice if users could delete their accounts, though.)
Re: How can you delete your account?
... Haiku has a hard time handling the dual core Intel Atom--run Haiku on a netbook long enough and one or two kernel panics *will* occur sooner or later. I found Safe Mode fixes the problem.
If the bugs for those KDL"s don't exist, please report them http://dev.haiku-os.org.
There's two type of bugs that get fixed: ones that are reported and ones that have a patch submitted. =)
Re: How can you delete your account?
... Haiku has a hard time handling the dual core Intel Atom--run Haiku on a netbook long enough and one or two kernel panics *will* occur sooner or later. I found Safe Mode fixes the problem.
If the bugs for those KDL"s don't exist, please report them http://dev.haiku-os.org.
There's two type of bugs that get fixed: ones that are reported and ones that have a patch submitted. =)
I think his bug is similar to this Intel graphics one:
http://dev.haiku-os.org/ticket/6596
But that bug lacks proper debug information for fixing, missing backtrace (bt). Maybe because keyboard stops working too? USB keyboard might work?
Re: How can you delete your account?
In case no one read the last post I posted, I'm honestly serious--I've decided I'm not building a Haiku netbook fork. I've stated the various incompatibilities Haiku has with a netbook, and that it would take a LOT of time to fix all this. I also can only think that a fork would actually not do Haiku any good, although at first, I dreamed of it increasing usage and of building it.
But the major key word there is "dreamed". And, dreaming doesn't always match reality--such as looking through Haiku's source, and seeing it is a different OS altogether, than how Linux or OS X would have been built. For now... though I'm not the biggest fan of Linux, I'm thinking of working on a distro instead.
I've honestly enjoyed all the time I've had talking with you guys, but I'll be honest--I don't know much about BeOS or Haiku--it's just not my OS background. I honestly do apologize once again for any trouble I have caused to the Haiku community. Good luck to you all on *your* project. You guys honestly have an OS that I hope will grow and thrive in time! :)
Re: How can you delete your account?
In case no one read the last post I posted, I'm honestly serious--I've decided I'm not building a Haiku netbook fork. I've stated the various incompatibilities Haiku has with a netbook, and that it would take a LOT of time to fix all this. I also can only think that a fork would actually not do Haiku any good, although at first, I dreamed of it increasing usage and of building it.
But the major key word there is "dreamed". And, dreaming doesn't always match reality--such as looking through Haiku's source, and seeing it is a different OS altogether, than how Linux or OS X would have been built. For now... though I'm not the biggest fan of Linux, I'm thinking of working on a distro instead.
I've honestly enjoyed all the time I've had talking with you guys, but I'll be honest--I don't know much about BeOS or Haiku--it's just not my OS background. I honestly do apologize once again for any trouble I have caused to the Haiku community. Good luck to you all on *your* project. You guys honestly have an OS that I hope will grow and thrive in time! :)
while its not a nix, its got its own flavor and charm. BTW It could handily work on netbooks. I run it on a p3 fujitsu tablet around the house.
So if it can hang on that, it'll be fine on modern hardware. I wouldn't call it netbook incompatable, I'd call it netbook incomplete.
the DEVs always accept patchs.
Re: How can you delete your account?
Agreimann,
You haven't wasted anyone's time. We love thoughtful discussions like this. you bring up some good points that are of interest to us. What you want to do is the same as what we want to do, it's just that the time is not yet right. So thanks for the interesting post.