Author Topic: Forum outages  (Read 7096 times)

0 Members and 1 Guest are viewing this topic.

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Forum outages
« on: December 04, 2021, 04:06:50 pm »
Also, is the forum crashing on your side with this message? It is becoming more common:

  [ You are not allowed to view this attachment ]  

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
    • View Profile
Re: Forum outages
« Reply #1 on: December 04, 2021, 04:36:55 pm »
Also, is the forum crashing on your side with this message? It is becoming more common:

  [ You are not allowed to view this attachment ]

Can confirm this happens a lot since a week or so. Sometimes 3-4 times a day and it usually takes 1-2 hours until it works again.
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Forum outages
« Reply #2 on: December 04, 2021, 05:06:07 pm »
Yes very distressing, just look at Online today, 12? That's lowest I've ever seen!


FellippeHeitor

  • Guest
Re: Forum outages
« Reply #3 on: December 04, 2021, 06:14:41 pm »
We have been experiencing issues with our hosting for a week now, still haven't gotten around to it. Every time it came back up is because I manually had to intervene. If it took a while it's because I was away from a computer, but that'll happen.

Thank you of your understanding,

Sisyphus.

Ps: Fellippe. I meant Fellippe.

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: Forum outages
« Reply #4 on: December 04, 2021, 06:58:26 pm »
"had to intervene"...  "The squeaky wheel gets the oil".  Unless 'they' are monitoring (which implies pro-active) or someone tells 'them' of an issue.......

J
Logic is the beginning of wisdom.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: Forum outages
« Reply #5 on: December 04, 2021, 07:10:42 pm »
in the while that Fellippe restarts the forum type this in edge url address

Quote
edge://surf/

havea fun!
Programming isn't difficult, only it's  consuming time and coffee

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Forum outages
« Reply #6 on: December 04, 2021, 07:30:25 pm »
For those who might want a backup site to visit/post on, I've unlocked the registration on my archival forums here:  https://qb64.freeforums.net/

Feel free to sign up there if you guys want, though it's seldom used and was collecting dustballs until just a few days ago when I unlocked it again.  ;)
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Cobalt

  • QB64 Developer
  • Forum Resident
  • Posts: 878
  • At 60 I become highly radioactive!
    • View Profile
Re: Forum outages
« Reply #7 on: December 04, 2021, 09:35:19 pm »
Can all start a drinking game when the forum is down! Every 5 mins that its down you take a drinky! Then when you wake up some time later you don't even remember it being down!
Granted after becoming radioactive I only have a half-life!

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: Forum outages
« Reply #8 on: December 05, 2021, 12:05:15 pm »
@SMcNeill
HI Steve, it's a time box for me, I have found my posts there from 2017!
Since how much time were we talking and typing QB64 code?
Programming isn't difficult, only it's  consuming time and coffee

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Forum outages
« Reply #9 on: December 05, 2021, 02:41:25 pm »
For those who might want a backup site to visit/post on, I've unlocked the registration on my archival forums here:  https://qb64.freeforums.net/

Feel free to sign up there if you guys want, though it's seldom used and was collecting dustballs until just a few days ago when I unlocked it again.  ;)

FreeForums, man good luck if you loose a password and you are visiting 3 different FreeForums sites regularly.

Apparently you are allowed only one FreeForum pass with each email address, so now I am down to one forum and it's not particularly the one I would choose to be stuck with.


Quote
edge://surf/


Oh well, new game find something interesting on You Tube and while viewing or after find more interesting things suggested off that...

I am currently at 44 links, I think I average 4 new links at each viewing, so guess how many I've viewed since the outages started. These things run from 5 mins to 2 hours, maybe 20 min average. But more and more I see same old suggestions over and over, I wish I could say don't suggest that again for 6 months.

One of interest I would like to share is (branchless programming):


I haven't seen it yet but sounds interesting. It's got me wondering and thinking about IF THEN replacement. what he might be going to say, which is why I had a reply to @Cobalt's recent reminder request.

Offline Richard Frost

  • Seasoned Forum Regular
  • Posts: 316
  • Needle nardle noo. - Peter Sellers
    • View Profile
Re: Forum outages
« Reply #10 on: December 06, 2021, 06:13:57 pm »
I use branchless programming a lot in critical sections of my chess program where the ultimate in speed is required. 
The problem with it is that it makes the code very, very ugly and hard to understand later.

Another way to get more speed is to avoid using strings.  Cut the strings and SET THE PUPPETS FREE!
It works better if you plug it in.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Forum outages
« Reply #11 on: December 06, 2021, 06:36:06 pm »
I liked the explanation of why IF THEN takes longer if Compiler doesn't optimize for you and R Frost, I was thinking about things you've said about getting your Chess program to work faster.

Offline Richard Frost

  • Seasoned Forum Regular
  • Posts: 316
  • Needle nardle noo. - Peter Sellers
    • View Profile
Re: Forum outages
« Reply #12 on: December 06, 2021, 08:12:33 pm »
The problem with IF is more with flushing/reloading the pipeline, which requires calling up a plumber.

More speed tips:

1) longs are faster than integers, so DEFLNG a-z right off the bat
2) DO/LOOP faster than FOR/NEXT
3) replace a complicated line like IF (a < b) and (b = 0) and (c <> 1) with:

Code: QB64: [Select]
  1. if a < b then
  2. if (b = 0) and (c <>1) then
  3. 'whatever
  4.  
...when a < b is the most common situation.

It works better if you plug it in.

FellippeHeitor

  • Guest
Re: Forum outages
« Reply #13 on: December 09, 2021, 08:19:55 am »

Forum outages solved. Thank you all for your patience.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Forum outages
« Reply #14 on: December 09, 2021, 08:57:10 am »

Forum outages solved. Thank you all for your patience.

So you guys finally took my advice and bought a new hamster for the power wheel.  I told ya that'd fix the problem!
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!