80

Web Server on a Nintendo Wii

More powerful than a Sun sparkstation 5!

5 hours agobombcar

I appreciate the lack of a reverse proxy in front. While I love the various "website hosted on X" projects they end up in reality just served by CloudFlare. Which is fine since you don't want your C64 or vape pen or whatever to explode. It's just less "hosted on X" and more "single HTML page served by CloudFlare".

5 hours agogiantrobot

It looks like it's proxied if you come over IPv4 - which the vast majority of "customers" likely do.

an hour agobombcar

It depends on the cache settings but by default CF doesn't cache HTML

3 hours agoweird-eye-issue

Projects like this brings a lot of joy to me, even if it's technically only "I configured NetBSD as a webserver".

3 hours agomrweasel

Not to spoil the fun, but is it really still a "Nintendo Wii" if you replace the stock OS?

The identity of a "Nintendo Wii" is the combination of its enclosure, hardware, and software. To take only the enclosure and hardware and keep calling it the same thing is absurd. Where does it end? What if I keep the enclosure, but replace guts with an Xbox? Is it still a "Nintendo Wii"?

3 hours agotantalor

https://en.wikipedia.org/wiki/Ship_of_Theseus

You can draw the line wherever you like but for me it is still a Wii even with a different OS. I would draw the line at replacing the hardware inside with XBOX hardware. Others may draw the line at the chassis.

2 hours agos_dev
[deleted]
40 minutes ago

i personally consider "running on X" to be accurate if it is still X's hardware

2 hours agojohn_strinlai

no, then it's an xbox in a wii shell. I'd say having two out of three makes it a wii. Plus, there really isn't anything stopping someone from writing a web server for the wii, it's just that running a different os makes this silly task much easier

2 hours agomghackerlady

> two out of three makes it a wii

So if I stick a modern hardware PC running a Wii emulator inside a Wii shell, then it's still a Wii?

2 hours agotantalor

It depends on how fully it emulates a wii and what restrictions it would have, but I'd say if the thing quacks and functions like a wii (you have support for the controllers, the disk drive, network things, etc.) it could be called a wii

42 minutes agomghackerlady

This strikes at the root of the Biggest Controversy™ - if you beat a video game arcade cabinet on an emulator, did you beat it?

Things can be named analogously - if I have a machine that plays Wii games for me, and nothing else, I'll call it "the Wii".

an hour agobombcar

I have an old PSP that has only ever been used to play emulated NES games.

Shall I call it an NES?

37 minutes agossl-3

Does it boot straight into NES games? Does it have an NES cartridge slot? Or controllers? What about the never used expansion port on the bottom? Is it in a NES shell?

21 minutes agomghackerlady

> Does it boot straight into NES games?

No.

> Does it have an NES cartridge slot?

No.

> Or controllers?

No.

> What about the never used expansion port on the bottom?

It does have an expansion port that I've never used.

> Is it in a NES shell?

No.

> [so it's not an NES, then]

It's mine, and I can call it whatever I want. :P

17 minutes agossl-3

>It does have an expansion port that I've never used.

so not an NES one, then

>It's mine, and I can call it whatever I want. :P

that's fair, I call my switch lite a playstation 7. It'd be disingenuous to present it to others as an NES, however. If it meets most or all the criteria above, then it wouldn't be

6 minutes agomghackerlady

> if you beat a video game arcade cabinet on an emulator, did you beat it?

Yes for the purposes of your own personal sense of achievement, no for the purposes of speedrun records.

an hour agomikepurvis

Absolutely not. Ruins the rest of the charade when you say "okay, now let's just step around the hard part and instead replace it with a different OS to make it cookie cutter". Wow, you can run a server on hardware constrained stock BSD ...? ... cool ....

an hour agozen928

I think it’s still cool enough to get the OS running in the first place; and there’s still novelty in using something for a purpose completely unexpected, even if the last few steps are cookie-cutter.

an hour agomalicka

Gopher. Shake hands. Glad to see you are still hacking

4 hours agophwbikm

I wonder what kind of apps you can run. Matrix certainly won't but IRC server? Probably

4 hours agostevefan1999

The Wii is comparable to a mid-range Pentium III with 64 MB of RAM - so anything that Linux/BSD could run around 2002 can likely run on this.

an hour agobombcar

> I was doing this bit using a capture card and Photo Booth on macOS which doesn’t actually support disabling the image-flip on the video feed

I use OBS to monitor my video capture. This essentially lets me use my Mac as a monitor for my headless desktop (which does not have a monitor of its own). Maximum gaming.

Deskflow lets me use my Mac as a keyboard over LAN, too. Beats remote desktop for sure. Especially when gaming.

4 hours agoLoganDark

My preferred way is ffplay(1). Last time I checked I get lower latencies than OBS at that, at least when I use `-sws_flags fast_bilinear`, which is the same scaling OBS uses by default.

3 hours agoninjin

I wouldn't wish bilinear scaling on my worst enemy; 1:N is the only way to go for me. I'll check out ffplay.

Edit: ffplay doesn't support cropping the output to fit my display (or if it does, it's far too arcane for me). As composable as ffmpeg is, it's awful UX for me. I'll stick to OBS.

3 hours agoLoganDark

i used to love httpii for this!