Author Topic: If I posted it once, I posted it a thousand times...  (Read 3467 times)

0 Members and 1 Guest are viewing this topic.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
If I posted it once, I posted it a thousand times...
« on: October 18, 2021, 01:05:39 pm »
Ad - Tired of seeing yet another thread about string math? Tired of waking up in the morning and saying, "Where in the hell is the the last thread this discussion was posted in? Well, now you don't have to worry ever again thanks to the newest forum feature, Post Away! Post Away is a quantum age bot that automatically dissolves even the toughest most persistent duplicate posts; leaving us with a clean single-subject thread, with no clutter, or off-topic interference. So pick up a zip file of Post-Away today, and you'll be on your way to cleaner, brighter forum threads in no time!

Man, I knew Fell was looking for ways to raise cash, but since when did he start allowing ads on the forum? Anyway, kidding aside, here's how we handled this on the QBasic Forum...

1) Created a F.A.Q. sub-forum: This sub-forum could include a question followed by copies of various coding solutions posted from various threads. I would not recommend using links because posts could be modified by authors and it's just about as fast to cut and paste the code, and it's easier for the user to have it all presented on the same page, anyway. [I would say our LEARNING sub-forum is similar.]

2) Created a Programs I am Proud of sub-forum. This forum gave privileges to forum regulars to showcase their finest work by both author and subject. Now Fell and the Librarians (sounds like a rock group I'd listen too) have already created the SAMPLES sub-forum, and it's really good.  I especially like how it links to the discussions that were involved in the development of the project, thereby preserving the history, but the addition of a "Proud of" sub-forum would give active members a place to showcase their finest works, and a sub-forum visitors could pointed to for working solutions and code snippets and samples. [I would say our SAMPLES sub-forum is similar.]

The one thing I would not recommend would be what I call "Mac's Dream." Mac hated clutter, but he was wise enough to realize the organic nature of members and if he had run the forum that way, he would have also ran off the talent providing most of the content. In other words when admins or owners make it to uptight of a place to post, members leave. So it's really always a balancing act. I mean you go too far in the other direction,  you get so much irrelevance in a post that newcomers don't see a point in staying.

Anyway, since a Librarian mentioned this topic in an unrelated thread, which would have him banned for life on that nightmare of a "Dream Forum" I mentioned, I'd thought I open it up for a discussion here.  Sorry Google! Oh, and in regard to search engines, using <strong> tags and h1, h2 headings is probably enough to help bump up the search results on a more organized sub-forum board, which would take the pressure off to move or delete repeated posts through out the other sub-forums.

Pete 

This message was brought to you by Post Away. Now available in MicroSoft stores, everywhere.

Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline doppler

  • Forum Regular
  • Posts: 241
    • View Profile
Re: If I posted it once, I posted it a thousand times...
« Reply #1 on: October 18, 2021, 01:24:12 pm »
Well you didn't post it 1001 times so ....

Let's see.  Can you remember where this quote is from ? : "Oh, if there was 6001 hulls."

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: If I posted it once, I posted it a thousand times...
« Reply #2 on: October 18, 2021, 01:46:25 pm »
What the hull does an episode of Futurama have to do with the price of fruit on Romulus 5?

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline jack

  • Seasoned Forum Regular
  • Posts: 408
    • View Profile
Re: If I posted it once, I posted it a thousand times...
« Reply #3 on: October 18, 2021, 02:06:59 pm »
in FreeBasic you can call ms decimal routines, I mention it only as a possibility to do the same in QB64 https://www.freebasic.net/forum/viewtopic.php?p=220871#p220871
perhaps an API expert can translate that to QB64, it would help the people that need a decimal type

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: If I posted it once, I posted it a thousand times...
« Reply #4 on: October 18, 2021, 02:42:19 pm »
Well I started my own thread of favorite handy snippets that happens to include String Math by the way:
https://www.qb64.org/forum/index.php?topic=1511.msg107143#msg107143

Just bookmark that thread, like the Amazing Steve has, and half your questions will be answered!

Need an Input box, it's there, need a simple message box, it's there, need a cross platform files and folders retriever it's there, and yes, if need arbitrary long digit precision with simple arithmetic it's there too!

Alas, it's hard to use a snippet (let alone a library) developed by another, which explains why DIY seems to rule around here. :)

OK (you learn more that way!)


Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: If I posted it once, I posted it a thousand times...
« Reply #5 on: October 18, 2021, 02:47:34 pm »
Another thing I do is bookmark threads, that advice might actually be more handy than my "and Another One for the Toolbox" thread, believe it or not!