Monkey site down for maintenance or is it the end?

Started by Qube, August 10, 2019, 02:02:32

Previous topic - Next topic

Naughty Alien

..he attac..
..he protec..


but most importantly..


he did web site smacc..

Qube

Well I think this pretty much confirms the end of http://monkeycoder.co.nz and the community - Over at Discord :

Quote
marksibly

I've tweaked the itch.io page a bit and plan to redirect monkeycoder.co.nz to it ASAP:

https://blitzresearch.itch.io/monkey2

This will do as a homepage for now, but I would like to get github pages going - @Vidiot_X would you be into helping me with this? Anyone else? I assume people make PRs and I merge them? Will need to take a closer look...

In general though I only want to have to deal with static sites in future. Any discussions should be taking place here or on a slack channel or something. I'm through with hosting 'forums' etc.

So there you have it...
Mac Studio M1 Max ( 10 core CPU - 24 core GPU ), 32GB LPDDR5, 512GB SSD,
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 32G DDR5 RAM 1T PCIe 4.0 SSD
MSI MEG 342C 34" QD-OLED Monitor

Until the next time.

iWasAdam

#17
Hmmm. as one of (the very) few users I feel I can at least add some overview:
The monkey2 language was one of the best I've used, but there is soo much missing. the core concepts (and code) are all there, but the details are missing:
E.G.
color having basic red yellow, blue and a few others but nothing more and no way to actually see without coding - these were (eventually) a bit but even then only a few additions and some later ones for PBR plus some appalling spelling!

2d graphics primitives being based on 3d, but stopping short of making use of what 3d offers: shaders, Also just basic shapes provided, and no way to extend them yourself without going into the core code.
E.G.
DrawRect makes a filled box, but no way to draw just the frame. the same for DrawCircle. Yep you could code one up, but it SHOULD have been there as part of the core
To EXTEND a CLASS all the stuff you need access to is PRIVATE - all the vertex code and other stuff you need to extend to add functions

Help files. Just don't get me started on help files. there is basic help but most of it is either (terrible is too nice a word) absolutely appalling or completely missing. nothing to tell you information, nothing to help you and no examples

But in saying all of that the language itself is really nice to use and super stable - BlitzMax had some very odd things going on inside which made any apps unstable. not sure why or what but there was just something not quite right in BlitzMax.

My only beef was his treatment of users, particularly anyone who had the grillocks to make suggestions or improvements.
He publicly used my software to market BlitzMax and then deliberately altered Monkey2 code to prevent me from releasing stuff when I pointed out how things could be improved!

He was (at best) abrasive to the whole community. His treatment of the BlitzMax users in the end was shameful.

I will continue t use MX2 until it becomes obsolete, and would advise anyone to NOT use ANY new project with his name attatched.

RIP Monkey2
Stupid name
Cut down too soon


Coder Apprentice

Quote from: iWasAdam on August 11, 2019, 07:14:41
My only beef was his treatment of users, particularly anyone who had the grillocks to make suggestions or improvements.
He publicly used my software to market BlitzMax and then deliberately altered Monkey2 code to prevent me from releasing stuff when I pointed out how things could be improved!

Could you tell more about this? What software of yours did he use and how did he alter the Monkey2 code?

iWasAdam

#19
software was VJO Wave. and used screenshots and other shots in the marketing of BlitzMax. Basically promoting the language as brilliant examples of what could be done. There was no request by Mark about if it could be used, etc. But I was not too bothered as it showed he trusted VJO Wave as a good example...

Monkey2 module MojoX was originally not a module, but was part of the Ted Editor. I was in touch directly with Mark about MojoX and how it functioned, he was not happy with MojoX and said it should be restarted from scratch. I was (very publicly) working on an enhanced version of Ted and it was being well received by the community.
What was interesting was I released a version of the Editor with a new UI system that showed enhanced functions for audio. Mark liked what he saw and With the next update MojoX was suddenly a module and deeply integrated (for no actual reason) or warning - thus completely breaking any work being done with the old system and also breaking the new version of the Ted editor. There was no need for it to be done in this way - this was purely deliberate on Marks' side and showed a very petty and nasty side of things. It was talked about briefly, but Marks response was basically "tough"!



Coder Apprentice

Well, those don't sound too good Adam. Sorry for the undeserved faith of your editor. That whole thing sucks big time.

iWasAdam

Thanks, the editor development was continued, extended and is very well used by me to this day... just compiled on the original version of the language

Dabz

Quote
*looks up from Unity*

*rolls eyes*

*goes back to Unity*

Hey up Dave, hows it keeping? Hope all is well! :)

Here, I've tried Unity, bought a book and everything (Sams Teach Yourself Unity Game Development 2018), and even though I worked through it, understood it, even managed to get a VR app up on my Oculus Go, I dunno, I'm still a stubborn fart and just prefer the old way! :P

Not that I do much, but hey, I guess I'm just stuck in the old school mindset! ;)

Dabz
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 16Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit

Kryzon

The cool thing about BMax was that you could very well use it to make generic desktop software, not just games.

Qube

@iWasAdam - I vaguely remember all that :o not great to do such a thing and you should have been told upfront.

Quote from: DabzHere, I've tried Unity, bought a book and everything (Sams Teach Yourself Unity Game Development 2018), and even though I worked through it, understood it, even managed to get a VR app up on my Oculus Go, I dunno, I'm still a stubborn fart and just prefer the old way! :P
I kinda like the direction Unity is heading in and it's finally getting some decent 2D updates and pushing towards smaller and faster exe's. It's a beast to learn with a lot of functionality but it's pretty easy to get into the basics.

But, like you, I do prefer the old school way of doing things although I do like to dabble with Unity.
Mac Studio M1 Max ( 10 core CPU - 24 core GPU ), 32GB LPDDR5, 512GB SSD,
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 32G DDR5 RAM 1T PCIe 4.0 SSD
MSI MEG 342C 34" QD-OLED Monitor

Until the next time.

iWasAdam

QuoteI vaguely remember all that :o not great to do such a thing and you should have been told upfront.
Yep. I learnt a thing or two at that point!  >:(

Still, it's not all bad. It made me take the whole thing apart and find out what to do to fix things. But i would have loved to folded all the results back into the source, but again Mark took (i think it was over a year) to add a couple of the suggested colors!

Me: i've got a very nice editor, all the dev stuff I wanted (visual colour palettes, profiling, binary code view, etc). What has Mark got? Oh yep. he just nuked the community and language!  :-* :)) 8)

Hmm. more game design methinks...

Dabz

Quote
Pretty good at the min! Rough start to the year, mind.  Mum died in January, then the dog got sick and had to be put to sleep in March.  So I was all a bit "Fuck you, 2019" for a while there.  Decided to focus on getting fit again and managed to lose over 30lb in the last ten weeks.  So, plodding on.  Mountain bike doesn't know what's hit it. :D

So sorry to hear about your mam and doggle matey, your head must of been spinning! :(

Wow, shifted 2 and a bit stone, that takes some doing mind, so well done for that, I need to drop a bit myself really, not as half as active as I was and its coming to the point where I've got enough chins to open my own china town! :P

Anyway, good to hear your still kicking and everything is settled down! ;)

Dabz
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 16Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit

Dabz

Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 16Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit

Dabz

Quote
It was weird - mum, never shed a tear.  Dog, I was a fucking wreck.

Its a weird one, but surprisingly, that isn't uncommon mind... Though, I still understand how much of a nightmare you had, especially so close together, you probably was wondering where the next boot was coming from, thankfully, as it sound, there wasnt another one, so thats good!

Quote
What you been on with anyway?  I remember you left FB a while back, I did too.

Programming wise, just playing with AGK, when I can be arsed, erm, still at Nissan doing the fire maintenance thing, learnt italian, well, enough to get by and finally donned a pair of otter socks and my new love is diving, been chucking myself in the North-Sea, did some in Turkey and I've got a trip booked to Genoa in November to do a bit as well, so aye, its been all go! :)

Facebook wise, yep, I went back on for a little bit but people spoil it with their bollocks, so I come back off... I cannot be arsed with that, just because their living lies and as miserable as shit doesnt give them the right to inflict it on other people, and facebook is full of people like that, its shite and I just pulled the plug again... I dont want or need it, in fact, I try and keep out of negativity all together, okay you cannot dodge it all as the world seems to be built on it nowadays, but I do my best to make sure I'm cheery and not dreary! :D <--- See what I did there... Eh! Eh! :D

So, online social activity, pretty much here, and on the odd occasion, I log onto Twitter to have a pop at the odd MP when I read some complete bollocks they've spurted out in the news. Gordon Brown was the last one, pissed my pension up the wall, spent 5 mins as PM, wasnt elected directly (Which is apparently a big deal nowadays, but, not back then, just another "when it suits" setup), and the man dares to comment thinking he knows better, and when a bloke who is responsible for me working till I literally drop down dead talks utter shite, well, I need to have a word in his shell like, and Twitter is great for that! :D hehehe

Dabz
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 16Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit

Xerra

Quote from: Dabz on August 13, 2019, 18:59:17
Facebook wise, yep, I went back on for a little bit but people spoil it with their bollocks, so I come back off... I cannot be arsed with that, just because their living lies and as miserable as shit doesnt give them the right to inflict it on other people, and facebook is full of people like that, its shite and I just pulled the plug again... I dont want or need it, in fact, I try and keep out of negativity all together, okay you cannot dodge it all as the world seems to be built on it nowadays, but I do my best to make sure I'm cheery and not dreary!

I did exactly the same thing at the start of the year for the same reason. Friends keep asking where I've gone but I've yet to feel any kind of desire to go back. It's like watching other people's lives instead of just getting on with your own. Same kind of reason I hate reality TV shows - load of fucking bollocks.
M2 Pro Mac mini - 16GB 512 SSD
ACER Nitro 5 15.6" Gaming Laptop - Intel® Core™ i7, RTX 3050, 1 TB SSD
Vic 20 - 3.5k 1mhz 6502

Latest game - https://xerra.itch.io/Gridrunner
Blog: http://xerra.co.uk
Itch.IO: https://xerra.itch.io/