Shiny new SyntaxBomb

Started by Qube, February 19, 2023, 21:43:05

Previous topic - Next topic

markcwm

#30
Hi Qube, do you know what has happened our PMs? Do they still exist? I hope so as I just got an important one a few days before the changeover.

Oops, I just found them! Sorry for not looking properly.

Qube

Quote from: markcwm on February 22, 2023, 23:27:57Hi Qube, do you know what has happened our PMs? Do they still exist? I hope so as I just got an important one a few days before the changeover.

Oops, I just found them! Sorry for not looking properly.

Glad you found the envelope icon :))
Mac Studio M4 Max ( 14 core CPU - 32 core GPU ), 32GB LPDDR5, 512GB SSD.
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 64GB DDR5 RAM, 2T PCIe 4.0 SSD.
Microsoft Surface Pro 11 ( Snapdragon® X Elite ), 16GB RAM, 512GB SDD.
ASUS ROG Swift OLED PG27AQDM OLED 240Hz.

Until the next time.

Qube

@Jayenkai you raise some very valid points. The theme and setup isn't as tweaked as I want it but I wanted to get things up and running over the weekend. I will be tweaking things soon 8)
Mac Studio M4 Max ( 14 core CPU - 32 core GPU ), 32GB LPDDR5, 512GB SSD.
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 64GB DDR5 RAM, 2T PCIe 4.0 SSD.
Microsoft Surface Pro 11 ( Snapdragon® X Elite ), 16GB RAM, 512GB SDD.
ASUS ROG Swift OLED PG27AQDM OLED 240Hz.

Until the next time.

RemiD


therevills

Top job Mr Qube! Keep those hackers away!

Alienhead

The new site I'm really liking.. I don't have to find my reading glasses to go trough these forums. :)


GW

I'm getting used to the new theme. It's starting to grow on me. 
I do wish some of margins were a little tighter like the older one. But it seems to be an improvement overall. I'm glad most everything got preserved. I view the site at 90% zoom and it's comfortable.

I've noticed an error in the new code blocks.  Maybe it's just how it's rendered on my pc.
I made a post today here (https://www.syntaxbomb.com/showcase/time-stretch-audio-and-preserving-pitch/)
In the code block at line 120 it shows
cp=0
sp=0

but the source code is actually
Quotecp[0]=0
sp
  • =0

That's strange. Maybe it's a one-off kind of error.

Edit:
ok,  even that doesn't work.

cp [ 0 ] = 0
sp [ 0 ] = 0

^
|

try the above without spaces, it will get mangled.



Derron

Code: BASIC
cp [ 0 ] = 0
sp [ 0 ] = 0

Code: BASIC
cp[0] = 0
sp[0] = 0

Midimaster

#38
want to send a code snipplet of blitzmax... but it looks light gray letters on whie background int the PREWIEV.

Code: BASIC
Function EmptyTargetBank()
    ' clears the TARGET bank before new conversion stats
    For Local i:Int=0 To FinalBank.Length-1    
        TargetBank[i]= 0
    Next     
End Function     

In the final view (recall) it loos like working perfect...

...on the way to China.

mainsworthy


lucidapogee

Quote from: Midimaster on February 27, 2023, 10:06:48want to send a code snipplet of blitzmax... but it looks light gray letters on whie background int the PREWIEV.

Code: BASIC
Function EmptyTargetBank()
    ' clears the TARGET bank before new conversion stats
    For Local i:Int=0 To FinalBank.Length-1    
        TargetBank[i]= 0
    Next     
End Function     

In the final view (recall) it loos like working perfect...


Same thing is happening to me. I assume it's because I am using Seamonkey on Windows XP. Old browser. What are you using?
Ebox Thin Client with Windows 95
EEE PC 701SD with Windows XP
Atari 1040STFM with GEM/TOS
Playstation 2 with FreeMcBoot Yabasic
Keyboard Famiclones with GBasic and FBasic
Xerox Sunrise 1800 with MSBasic and CP/M

Derron

This is not a browser specific issue but an issue with the wysiwyg-editor not doing the syntax highlighting via highlight.js

this is why the actual "preview" (the one when you click "preview") is displaying it properly now (as it uses the hightlight.js)

bye
Ron

Adam Novagen

Quote from: Qube on February 19, 2023, 21:43:05If you don't like it, tough >:D :))
:)) :))  That gave me a giggle. In all seriousness, it's looking pretty good now! The colors are a bit... Well, numerous, and I'll miss the animated emotes, but overall this looks quite clean. We kept the slogan, that's all that really matters! 8)
We all know the main problem with dictionaries is that they contain too many words, and not enough butterscotch sauce!

Derron

New Forum:

Type in "(8)" add a Space ... and try to write a normal letter ... auto-emoji kicks in and deletes the space (and the extra char you typed in).

Workaround: add the space later - or go into "nonwysiwyg" mode

Peek 2023-03-15 15-07.gif
bye
Ron

Kryzon

Quote from: Qube on February 19, 2023, 21:43:05As most of you probably know, our forums or it's plugins were being exploited to add malware to the server :'(
Hi Qube. Were user passwords and emails leaked, after these exploits?