Language:
switch to room list switch to menu My folders
Go to page: First ... 62 63 64 65 [66]
[#] Mon Jun 29 2026 19:28:23 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

Never really thought about it before, but i guess the mainframes can run python. A CMR came thru this evening that i had to approve as the ( temporary ) manager of the vendor/mainframe group, "update bla bla python" ..  wasn't expecting that.

 

I suppose it makes sense just never really thought about it. Tho i started "official" professional life ( not freelance, which i did before ) in the mainframe world as a COBOL guy.. it needs to go away. its long past its prime. Long past.  ( and where i learned that being a full time developer was NOT my path in the IT world.. sure, as needed, but not my primary task  )



[#] Thu Jul 02 2026 08:32:28 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

May not be useful to everyone, and i know we have a 'mail server' here, but i needed to test some mail sending, random from/to addresses and not so 'formal', and really just needed a minimal server that would accept anything sent to it, and then let me see it for review before i delete and run another test.

Was about to write one, but figured i should look first.. save me trouble. I ran across 'Inbucket' which is perfect for this... really cool tool, for this sort of edge-case.  its old, but not super old ( hey, if it works, why update often? ) and while the deb release was broke, their docker container worked fine ( too lazy to compile it )

 



[#] Thu Jul 02 2026 08:47:27 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

shoot .... and saying 'here' i didn't mean i was thinking of spamming uncensored to run my tests...  Just that citadel has one i could have used locally, but its production level, so more overhead than i needed.



[#] Mon Jul 06 2026 09:23:42 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

Lesson learned. Read the docs.

 

Not that anyone cares, but i use PVE and have for a long time now. I have some desktops accessible via Guacamole to friends and some family ( and myself back when i was in office ). Nothing fancy there i agree, just background. Ran into the issue of machines being shut off, and cant turn them back on unless you go in the admin interface, so users are outta luck and they have to ping me, i have to get on the server bla bla bla.

Guac supports WOL.  PVE does not, yet. ( donno why, everyone wants it ) Long ago i tried to write something that would monitor for packets, then either run a CLI on the PVE server or hit the API. Failed several times. Just could not figure it out and gave up.

Fast forward to AI times.. "hey bot make me a server.... "    In its instructions on setup, it said to insert the 'wol server' IP address for the broadcast destination, and NOT the subnet..  Doh.  Missed that totally before. But hey, now its not hard coded in the program and i have a pretty web interface to update things with. Lol. 



[#] Mon Jul 06 2026 15:21:05 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

So this weeks side project is to create a web app dev tool, totally database driven, and xml import centric.

Basically you import xml files of what you what, and the db serves everything, pages, forms, data, script schedules, email templates, whatever, its all in the DB. No random pages or code floating around. Not really a new concept, but not real common as most still write 'files' around. ( and its python, my preference for code ).   there was a opensource .net tool perhaps 15 years go that i used that did this, it was a great thing. Then scumbag Oracle sued them into oblivion due to "you cant have a database fed app, that is our idea!!!". I dont know if they actually somehow won that insane argument in court, or just won due to attrition as they had more money. 

Instead of a 'graphical designer' like they all have, ( might do that later, donno ) its going to be 100% bot driven at least at first. Its got a chat create/edit page, "i want bla bla bla" and it creates the XML for you.  You can review then commit to the db. Of course you can export existing xml projects ( "modules" ) back into it, add/remove features, etc.  has some DB admin stuff, as well as other admin functions, so its not like you are locked out, just that the AI model is going to do all the heavy lifting for you and all you do is sit and tell it what you want and test... 

its about 2/3 done. And ya, its 100% bot code, with me *heavily* steering.  Sort of an experiment to see if i can pull it off.  If it works, it could be neat. Ill shove it out on GitHub with my other stuff. 

 

But the question is... is this going to be considered no code, or low code?  LoL



[#] Tue Jul 07 2026 20:16:48 EDT from Nurb432

[Reply] [ReplyQuoted] [Headers] [Print]

Doubt anyone cares, but its close enough to be put on GitHub..

 

https://github.com/Nurb4000/PythonAppFoundry



Go to page: First ... 62 63 64 65 [66]