Category: Uncategorised
-
#13 Horizon
You know. It’s going to be a huge pain in the ass to plumb all of this together. That said – things are going well. OPCell now has dynamic message text. This can either be fetched by the OPCell object or passed directly to the OPCell object constructor. We’ll figure it out later. The next…
-
New Years Post #12
I’m still here. The project is still GO. It’s been like 90 days since the last post. I feel refreshed. I’ll be restarting development efforts again now. Happy New Year 2025!
-
Tell your friends, you’ll be back again, before it’s too late.
Things stalled again due to unclear directions. Pending tasks are Post DBO creation. There’s a pain point with the database structure. It’s probably another thing that will take 5 seconds to implement. When the program starts up, it will need to have some hard-coded dummy posts in an initialization routine to populate the database with…
-
The Situation With Space Station 14 (SS14)
Let me tell you a tale of strife, suffering, and pain. Stay awhile and listen. The video game Space Station 14 (SS14) is a rewrite of the original Space Station 13 (SS13) game from 2001. There is over two decades of history that I have glossed over in that single sentence. Suffice to say: there…
-
New Post #11
Yeah so two updates in one day is pretty unprecedented but I’m happy to announce the much awaited and highly anticipated Post DBO has been created. Currently the templates are singular items that execute once. The next stage will involve adjusting these structures so the fields are dynamically populated. Right now as a html template…
-
Sally can’t wait #10
She knows it’s too late DONT LOOK BACK IN ANG’AH I HEARD YA SAE Here’s a sneak preview of the posting form. This static html file was used in early development to simulate user content submissions. It contains a simple html form which submits a HTTP POST request. The backend framework for accommodating unknown files…
-
Prototype Post Template #9
Here are some of the fields that have been carved out: Below fields (quotes & message) should be merged as they are all part of the post message. When the “Message” string is populated (in lynxchan) it contains the formatted HTML, including the quote <a> hyperlink reference(s) to other posts. We will need a render…
-
Prooot #8
YOUR COMPUTER WILL RESTART IN 46 SECONDS Dynamic template processing is underway. Files might need to be their own template.
-
Update #7
A single thread-view template has now been created. There is no logic yet. That logic being: To check if a thread exists there must be a table of posts. Currently there is only a table of boards. The next big hurtle is sorting out post database object (dbo) creation. There is already code somewhere for…
-
Unpaid Update #6
He has no job He has no friends There’s some posts on /b/ he’s gotta cleanse He can cook hot pockets, when he needs to At 300 pounds he’s a big guy for you Uh! UPDATE: I added a route for the broad/thread. the route works. it took about 2 seconds. next step is create…