(06-11-2020, 12:42 AM)weblacky Wrote: I'm afraid I don't grab the full context of the proposal but I can speak to a few things (play devil's advocate on a few):
This is not an SGI focused proposal, I fear you're confusing this with other posts I've made, but I'll advise as best I can on the relevant posts.
TL;DR: I want to create an HTTP-only small enclave of the modern internet that is independent of any services provided by Google or other big companies. That includes refusing to have it indexed by Google and other search engines - we'll have our own engine and a word-of-mouth marketing. This is to protect us from the encroaching toxic politicization groups and "normies" like your crazy uncle or your millennial niece who virtue signals constantly.
(06-11-2020, 12:42 AM)weblacky Wrote: 1. I dearly want websites to go back to simple, fast, layouts that don't need a Ghz CPU to render correctly! So yes, old netscape capable rendering. We don't need all this wasted CPU cycles for informational pages. However, I don't know much about recent HTML standards and fallbacks. I'd never tell anyone to use old standards to start something new. If there is a way to practice good-faith HTML5 with proper fall-back to HTML standards that work with the old netscape navigators for simple or older platforms, I'd like that.
Web standards have changed, and many aspects of pre-HTML5 pages are deprecated or even not supported, such as the <blink> and <marquee> tags. There's little forward compatibility built into HTML5, so the answer is to stick to HTML4.x compliant techniques if you want fast pages.
Irixnet's current pages are as basic as they can be while still being html5 compliant; I have been working with our webdev to develop an HTTP gateway. Probably would look something like this:
http://irix.cc/scratchpad.html and it'd enable basic HTML/HTTP access.
(06-11-2020, 12:42 AM)weblacky Wrote: 2. Video Media, I'd recommend a stub or placeholder, but I'd not do videos if I were you. Storage and bandwidth requirements aside, I've not yet seen a good use for them for anything OTHER than repair HOWTOs. I'd leave the video storage to YouTube and perhaps just take the videos out of public search?
I want a small scale service for a service to share videos, animations etc. This is not meant to replace youtube, and I simply cannot scrape them from Youtube. There's a mire of TOS, and conversion of Youtube based videos is not easily possible. You can get sued by Youtube easily - see what became of the old Hooktube for reference.
(06-11-2020, 12:42 AM)weblacky Wrote: 3. A special protocol...why? I even asked about a paywall before. What's really the difference? Really it's the location of the front door. It's no different from the issues on an adult entertainment site or a bank site. Put up a good login page and https the rest. Why would we not use normal HTTP with TCP/IP? Work on getting a great, fast core, site running.
I pushed back on this when people suggested. You can't do freenet or anything for this to work.
(06-11-2020, 12:42 AM)weblacky Wrote: 4. Learning from nekochan...another way? I'm old enough to have use usenet groups in the early 90's. I'd kind of bite on that, you want clean, downloadable, and reto...why not run a secure NNTP server backend? This way duplication is crystal and easy. You can place a web-front end for basically a newsgroup backend. We could use newsgroup applications on our platforms (no web browser needed) to download old and new discussions. it also means every user could be a site archive?
We have RSS, but that's not 2-way. I cannot recommend NNTP because it's absolutely a bad, insecure protocol. The SGUG guys keep talking about NNTP, but at worst, that'd get like 10 users. It's not going to happen. In reference to IRIXNet specifically, I want a plain HTTP gateway as I said.
But larger scale, it has to be HTTP-only (no SSL, because SSL can be canceled and isn't supported by most old browsers) and it can't be indexed to protect it from toxic normies.
(06-11-2020, 12:42 AM)weblacky Wrote: Register SGI systems!
That's right, let SGI be the door. If you own an SGI system, you can register it. We build up a HUGE registration list of email/URL/SKYPE/whatever contact info for people who still own systems (maybe you could produce an awesome inventory binary that we can run on IRIX that would inventory the systems and auto-post the system info to our user account info!). We could also ask that the systems be registered as broken, functional, etc.. Perhaps get pictures too! Similar to SGI Supportfolio process...you can could even run the front-end netscape-capable website for the interface? First-time registrations can add text of the story of where they got them, original pricing, who they think used to own them (business name), dates of purchase, etc.
Few problems with this:
1. I don't want to exclude users from parts of the site by virtue of them not having a machine.
2. I don't think any of us should be contacted directly in lieu of the forums, but there was a concept at one time for a parts registry, system registry and more sophisticated marketplace. That evaporated because the person behind it fell through on it. If he wants to talk about it he can here, but I'm not about to drag him into the discussion on it. He and I have had discussions on it, but he has too many reservations to make it here anymore. I suspect it's partially because I'm a main admin here. Me stepping out/down is not ever in the cards. If that means we miss out on these concepts, fine, I have no issue funding/building my own, but I'm not a man who can afford to do that by myself.
3. We have silicon image, which functions as an image database. It's not been heavily marked/advertised because it's not trivial to add it to the pages here. A lot of templates would need to be redone, and I'm not willing to do that until MyBB 1.9, which will require a redo of templates anyways, comes out.
4. There's a few patterns to S/Ns, but some of them are generic, indicating the model type/config it came with, I don't think all of them have decodable asset tags. No
(06-11-2020, 12:42 AM)weblacky Wrote: Lastely, something I personally want, is a custom remote OS loading subsystem (roboinst?). That is, a system where one or more people (acting as a single, unified group), offer a VPN system and hook up (via your home router or configure a Linux VM under hyper-v or something). To pay the group for a week-long pass, to log into the VPN and have the VM or Router provide an IP address to a booting SGI system and all for remote OS loading, even custom images like Ian does. I have several SGIs (a lot) that need reloading after fixing. If I could pay either per-time or per system. I'd do like $15 a system or $40 for a week and hook up my SGIs to the internet and start remote loading. We know SGIs don't go very fast anyway...many of us have at least 100Mb Internet connections or better. So loading remotely is no more slower than locally.
No, this won't work. It requires root RSH, TFTP, bootp() etc. and that is a massive security risk. It can't be done safely even with a VPN, which is why I have custom scripts to turn on and off those services as there's demands. It's not going to easily function.
There's some hope if someone fulfills the bounty for the inst replacement we could embed ssh and other services, but that still would require a local bootp(), tftp, etc.
From a technical standpoint, bootp() interferes with DHCP and vice-versa, and I find that I have to use only static IPs on the network to use bootp(). In short: Not a serious option for something. There's booterizer, but I'm not fond of that project because the progenitor of it has decided to attack me for my community role in a rather insulting message. The fact remains, these kinds of projects are more trouble than they're worth and may have at most 4-10 users either due to scale, practicality etc.
System image-wise, that's actually a goal of IRIXCE, but we need some FOSS components and specifications filled, which is why I have things like libxg, irixce etc. working to help fill in the "holes" that a modern IRIX distribution needs. Down the line, the eventual goal is to be able to easily bootstrap a system as we require it and have custom code and scripting to handle installations of third party programs, restore config files, etc.
I could technically **probably** create new images now, but I really want to remove obsolete and dangerous shit to lighten the IRIX installs, remove SGI branding, etc. Customizing things would be grand though. Ian's system images are neat, I've spied them before, but it's still not exactly "clean" because things like the SGI ESP are still there, as well as obsolete components.
Anyways, this went off the rails big time.
Back to the topic: Independent enclave of internet.