I want to play something distinctly Windows 95

I got bored today so I hooked up my Pentium Windows 95 machine, but now what do? I want to play something in all that OG hardware glory, but can't think of WHAT. I thougth of MDK, but I beat that a couple months ago. Then I thought of Worms, which I have a disc around here somewhere I might put in. What else?

For clarification, I have a much nicer retro machine. P3 1GHZ, lots of RAM, Geforce 2, Win2k, SB Live, etc. That's what I play most of my old games on. But I want something that even that's too new for. To play something truly designed for 95, on 95.

reddit.com
u/bnelson333 — 3 days ago

Weather forecasts

Yes, I know, perfectly predicting future events is not possible, including weather. But is it just me or has the reliability of weather forecasts gotten dramatically worse over the last few years?

Every time I need to schedule something around there being no rain/storms, e.g. sealing my driveway. I check multiple different sources, they all say there will be no rain X day. So I do the work and then gues what it does that day? Rains.

It's become comical at this point. I don't ever remember it being this unreliable.

reddit.com
u/bnelson333 — 3 days ago

Any PC/Steam platformers on par with 2D Super Mario games?

I can't decide if this is a stupid question or the impossible standard, but I have never found a platformer on PC I like on par with Super Mario. I like the 2D Mario games like New Super Mario Bros U, and Super Mario Wonder. I don't want stupid hard like Super Meat Boy, I just want a chill platformer that I can rip through without thinking too much about anything. Ideas?

reddit.com
u/bnelson333 — 4 days ago

How low (temp) should a propane grill actually hold at?

I have a Nexgrill 4 burner grill that I wonder if it's running too hot. It seems to run much hotter than my old Weber did. If we assume that the onboard temp probe works, with all 4 burners on their lowest setting, it sits at about 550 degrees F. That's too hot, right? If I try to grill something like skewers or fish, the outside/veggies burn before the meat is actually to temp.

I know I can turn off burners, I'll typically turn one off for something like this and I can get a better result, but then I lose a lot of cooking area, sort of defeating the purpose of buying the larger grill.

Is this just normal for a (cheap) grill? Or is this running too hot? I've read that it might be possible to calibrate the burners to run lower, but the manual doesn't actually me how and I can't figure out how to get the knobs off to check.

reddit.com
u/bnelson333 — 6 days ago
▲ 2 r/HDD

Can this sound be normal?

This is a spare 2 TB WD external drive I have laying around. It doesn't hold anything important, just a redundant backup of some game files. I was doing my normal regular backup to it today and I noticed it intermittently making this noise.

I've never noticed it before, but that might not mean anything because I don't typically sit next to it while running the backup. I start it and then walk away. For all I know it could have been making this noise for years.

SMART shows zero problems. Basic and extended tests in HD sentinel show zero problems. It reads and writes just fine, not abnormally slow at either. It doesn't always make the noise. Sometimes it functions completely silent, and sometimes it does this. It can happen either during reading or writing.

I legitimately don't know what to make of it. Googling the problem seems to turn up others who have had the same problem with no explanation.

Audio: https://imgur.com/a/Of6jeTe

u/bnelson333 — 7 days ago
▲ 37 r/kodi

A wild garage kodi appears

This is my very unwieldy but incredibly useful garage workbench. I need to spend some time in the garage today working on something and decided to hook up kodi to keep me company. Yes I have a computer on it, for times I need to work on a computer and download drivers, etc. I thought why not put kodi on it and connect it to my NAS library and such and watch old TV shows? Currently watching Living Single lol

u/bnelson333 — 10 days ago

Honey roasted nuts are totally different now, am I imagining this?

I have been a fan of honey roasted nuts, especially cashews, for practically my whole life. Is it just me, or did they completely change the definition of "honey roasted" sometime in the last 5-10 years?

They used to be "glazed". They had a little extra crunch to them. They were smooth on the outside.

Nowadays it seems every single one, regardless of brand, isn't like that. It's just a nut lightly coated in "honey sugar". It's not terrible, but it's not the same. Where did those glazed ones go?

reddit.com
u/bnelson333 — 14 days ago

My OTA DVR setup

https://imgur.com/a/rzpLWWG

This is a good approximation of my OTA DVR setup (it's not exact, but for the sake of visual explanation, it's really close).

I live in an area near Minneapolis where I get TV signals from three different directions, meaning just one antenna won't work. I have one pointed South, one pointed South-East, and one pointed North-West.

Each of these antennas feed into a Linux server running MythTV. I utilize a Schedules Direct membership to help me schedule recordings on each of the servers (highly recommend, it's well worth the price).

MythTV can do a lot of this functionality itself, but I only use it for the backend. Instead of keeping a library and watching recordings using the MythTV frontend, I feed them to a NAS so each of my TVs can pick up the programs.

After a show is recorded on MythTV, the video (.ts) file gets moved over to my encoding server, which uses ffmpeg to encode it to an .mp4 file. It uses metadata from Schedules Direct to name/organize the files. After that, it is moved again over to my storage server (NAS).

I have another server in the mix that periodically scans for new files on the NAS and when found, it generates a commercial-skip file using comskip. It's definitely not perfect, but it generally does a pretty good job. Comskip doesn't destructively remove the commercials, they still exist in the video file, it just generates a file of timestamps that tell the player (Kodi) where to skip from/to to not show them.

Schedules Direct isn't perfect, it doesn't have everything I want and sometimes it's just missing data. I also use the OMDB and tvmaze APIs to fill in the blanks. This is largely a "home brew" database/interface I built. I don't really use "library" functionality in any of the servers, I just build data in the way I want using apache/MySQL.

Anyway, each TV in my house has a Raspberry Pi running Librelec on it, which has the Kodi media player. They all talk to a central "watched status" database on the NAS to keep track of where I'm at in each series. If I watch episode 3 on one TV, I can then go to a different TV and start watching episode 4, it'll know where to pick up next.

The whole thing is largely controlled by an "app" on a tablet. It's just a website running locally, picked up on a tablet or my phone or my computer, wherever I happen to be. I utilize the Kodi API to control the players, with shortcuts to favorite series', play/pause/stop, volume up/down, etc. functionality. The "app" can even control IR functions of the TV and surround sound receiver.

It sounds incredibly complicated, but through lots and lots of scripting, I've automated nearly everything. The only thing I really have to do is about once a week go look at the new upcoming broadcast schedules to see if there's anything new I want to record. When it's up and running, it's very hands-off.

It definitely isn't for the average user, but I'm a tinkerer and enjoy making things exactly as I want them. I don't even have streaming anymore, I exclusively watch free programming I recorded over the air!

u/bnelson333 — 15 days ago

Any reliable APIs for getting series episode lists?

I've used omdb for years to scrape metadata for OTA recorded movies (via MythTV), but I'm finding it's very limited when it comes to episode lists within a series. It seems to be missing a lot of information, and can't be relied on. Anything better out there for TV shows?

reddit.com
u/bnelson333 — 21 days ago

Seeking co-op PC "shared progression" games

I don't know how to word it, but I'm so tired of the survival craft games where the only point is just to survive. I want something that's more like a story/progression, but co-op. Progression should be "shared", meaning that if person 1 unlocks the current objective, then it applies server-wide (so person 2 doesn't have to redo the same objective). Extra bonus points if it has a dedicated server that can be run, although not strictly necessary.

The best example of what I'm looking for is Return to Moria, but I've already finished that (and the DLC).

I don't mind survival elements, I just don't want it to be the entire point of the game. I want something more linear to work towards.

Appreciate any suggestions!

reddit.com
u/bnelson333 — 22 days ago

Any hope for pulling in a low power station about 22 miles away?

I'm in the suburbs of Minneapolis and for the most part, I'm happy with my OTA setup. I have a couple different antennas, going into a couple different MythTV boxes to record, and all is well. But there's one station I really want to get and I just can't seem to get it in clean.

This is my main antenna. I couldn't tell you anything about it, I bought it like 15 years ago at Radio Shack and it has served me well: https://imgur.com/a/YDfaSvU

It gets all the main channels great, but there's a low power station in downtown Minneapolis that I want to pull in. My antenna can kinda get it, but it's not perfect. I can watch it but it frequently pixelates out because the signal strength is pretty low.

Is there any better antenna out there for what I'm trying to do? Would a larger one work better? A different design that works better? Do I need to get it higher? (it's mounted about 10 feet high right now). Or is it just too far and too low powered to get? The station I'm trying to get is KJNK-LD.

Appreciate any advice

u/bnelson333 — 24 days ago

What do black people think about black-centric TV shows from the 70s/80s/90s?

For reference, I'm white. I watch almost exclusively older TV shows, mainly from the 70s to the 90s. There are several that I enjoy that are "black-centric". I often wonder if these shows are something black people truly enjoy and identify with, or if they were largely "black shows meant for white consumption"? Does it vary on the specific show? Which shows are considered more "authentic"?

Some examples right off the top of my head, in no specific order: The Parkers, 227, That's My Mama, Good Times, The Jeffersons, Family Matters, Sister Sister, Amen, A Different World, Fresh Prince.

reddit.com
u/bnelson333 — 1 month ago

Smoked babyback ribs that are tough -- under or over cooked?

I'm finding very different answers about this and not sure how to fix. I did some babyback ribs in the electric smoker today and they were really tough.

I used a dual probe thermometer to watch both the ambient temp, as well as the internal meat temp. Ambient fluctuates a bit, but generally hovered around 225-250F. After about 3.5 hours, the ribs were at 203F internal and I turned off the smoker. Sauced and finished in the broiler. Tasted great, but was very tough.

I am finding conflicting information. Some say tough ribs are always undercooked. Some say I went too far and dried them out.

Caveat: I love "fall off the bone". During the winter I do them in the crockpot and love the way they turn out, but I was hoping to get some smoke in them today, hence the smoker.

Should I have pulled them at 195? Do I need to let them rest? Do I HAVE to do the 3-2-1 method? Do they get inedible >205? Like if I had let them go longer, would they have gotten better or worse? Ideas?

reddit.com
u/bnelson333 — 1 month ago

How I save a few bucks every month in electricity

I'm not sure this is useful to anyone, because I'm sure my setup is a little different than most, but hey what can it hurt. Maybe it'll give someone an idea.

I don't use Home Assistant or Proxmox or anything like that. Just bare metal servers (mostly old Optiplexes running headless Linux). And most of my services are confined to their own server computer. I don't like having them all running on one machine because if that one machine goes down, everything goes down.

Anyway, I've been becoming more mindful of electricity usage lately and a few things I've been doing to conserve:

  1. Seriously consider whether I need/use a service. A lot of my projects start out as a fun idea. It isn't the result I'm interested in, just in the process. Once it's done, it sits idle. Consuming power, with no real benefit. Taking a hard look at all the things I really don't need, or can do a slightly different way the one or two times a month I need it, lets me turn off servers for good.

  2. Consider whether a lower power device can handle the job. I quite literally used to have a dozen or more Optiplexes. But I started taking inventory of what needed what hardware to run and found lots of projects can be moved either to a Wyse terminal, Mini PC, or even Raspberry Pi to save a lot of cost in electricity.

  3. Non-24/7 availability. I've also started looking at which services I just legitimately don't need to be on all the time. I can't watch my DVR media server while I'm sleeping, so why should I keep running it all night every night?

For #3, there are probably more elegant solutions than this, but this is how I do it: a central server that is on all the time, Kasa smart plugs, and a little PHP/Python scripting.

I have to have at least one server that's always on, but that could simply be a Raspberry Pi Zero W. It just needs to keep track of the states of each server's smart power plug and issue commands at the right time (via cron).

I have a small PHP script on each server that loads up on bootup and runs in an infinite loop. Checking the power state for its smart plug on the central server say every minute or so:

23:58:00 -> "BEON"

23:59:00 -> "BEON"

00:00:00 -> "TURNOFF"

If it's a "BEON" state, do nothing (sleep for 60 seconds and try again later). But, if it's now "TURNOFF", shut down gracefully.

So now on the central server, I just need to have a cron job set that power state to "TURNOFF" whenever makes sense for that server and my normal usage. For example, many of my servers shut down at 11pm on weeknights, but stay on longer during the weekend because I tend to be up later. I just reflect this in the cron entries to do what I want, when I want it to.

Now we just need a way to turn it back on. There's actual kit for this of course, or you can even use a relay to simulate the short across the power switch leads. But what I do for most of mine is just power cycle the smart plug. Most computers can be set in the BIOS to "turn on after AC loss/restore". Like a power outage, if you lose power for a few hours and then it comes back on, the computer knows to turn itself back on. I simply have the central server issue an "off" command to the smart plug, wait a minute or so (to drain all power so the computer really thinks it was a power outage) and then issue an "on" command to the plug. There are utilities in Linux to do this. You just send a specially formed payload to the IP of the smart plug to tell it to turn on or off.

And again, add another cron job on the central server to say, turn that smart plug back on at 7 am every morning. Now the server has gracefully shut down at 11pm, and turned back on at 7am, and I never noticed the difference because I was sleeping.

reddit.com
u/bnelson333 — 2 months ago
▲ 1 r/HDD

This is driving me crazy. Long story short I built a server/NAS out of old parts, running Ubuntu server on an SSD and inside is a WD Green 1 TB HDD. Eventually I want to replace the WD Green with larger disks, I'm just testing it for reliability/uptime right now, it doesn't have a workload yet so it sits mostly idle.

One day I walked by and it was making awful electronic/buzzing noises. Kinda like how when you turn on the computer for the first time, the HDD makes these little electronic noises before the motor spins up the platters. But it was in a loop of doing that, then silence, then noise, then silence. This went on for several minutes until I could even figure out what device was making the noise. Almost like it was stuck in boot/crash/repeat loop.

I hard powered it down, and back up again. All was fine, and it never did it again. I did diagnostics on the HDD, all is well. I saw nothing in the Ubuntu logs that told me anything.

I'm pretty sure the noise was the WD Green drive, and I hope it is because I don't care about that drive. But I have not been able to confirm it because I just can't get it to do it again! I messed with schedule reads/writes/spindowns/spinups. It's been running fine for weeks.

I'm hoping to confirm it's the drive so I can rule out the rest of the components, so I'll feel comfortable putting hundreds of dollars worth of NAS HDDs in it.

Any ideas? Anything else I can try? SMART says it's fine, HD Sentinel says it's fine. Even very long extended tests that take days to run, show fine.

reddit.com
u/bnelson333 — 2 months ago