VOGONS


What modern activity did you get up to today?

Topic actions

Reply 1420 of 1440, by CRTARTBooks

User metadata
Rank Newbie
Rank
Newbie

Got quite into War Thunder over the last few days. It's an online MP game with tanks, planes, and naval units. It's free and quite addictive once you get past the initial "too easy" (I think they use bots) missions. I think it’s the first time I'm actually enjoying a non-FPS multiplayer game.

A big plus of it is that you can have a game or two inside 15 minutes. Yes, the TTD can be quite short (you only have 3 respawns per match), but that's ok with me - these games are too much of a time sink. I actually had to delete Delta Force because of that recently, it just took too much time out of my madcap IRL schedule.

Beyond Nostalgia - retro news & views presented in CRT-vision
CRT ART Books - retro gaming books with authentic CRT photos

Reply 1421 of 1440, by mtest001

User metadata
Rank Member
Rank
Member

Is this a pay to win kind of game? How are they making money if it's free to play?

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB32 PnP + Sound Canvas SC-55ST = unlimited joy !

Reply 1422 of 1440, by Nexxen

User metadata
Rank l33t
Rank
l33t

Reinstalled Mint 22.2 on a backup machine.
Upgrading from 21.3 had many side effects.

It's a mini-itx build but I have a tall and slim case and I'm looking for a square model.
Also, low profile graphics card are hard to find at human prices or abundant in the 710 realm.

A square case would allow bigger cards, like the good old Thermaltake Core V1.

PC#1 Pentium 233 MMX - 98SE
PC#2 PIII-1Ghz - 98SE/W2K

"One hates the specialty unobtainium parts, the other laughs in greed listing them under a ridiculous price" - kotel studios
Bare metal ist krieg.

Reply 1423 of 1440, by UCyborg

User metadata
Rank Oldbie
Rank
Oldbie

I watched Tech Talk: Linus Torvalds on git recently.

Arthur Schopenhauer wrote:

A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free.

Reply 1424 of 1440, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

I am building a home lab, after getting some free 4post server racks.

I got two 24disk shelves off ebay, and they arrived yesterday. I am just about to drive to the hardware store for some bits of steel hardware to help support the back (these racks are not deep enough for the rack slides, so I need something to hold the back of the shelves on the racks).

Reply 1425 of 1440, by UCyborg

User metadata
Rank Oldbie
Rank
Oldbie
UCyborg wrote on 2025-09-28, 12:44:

I watched Tech Talk: Linus Torvalds on git recently.

I wonder why this video is de-listed. Because anyone that doesn't agree with Linus is dumb and ugly? 😁

Arthur Schopenhauer wrote:

A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free.

Reply 1426 of 1440, by bakemono

User metadata
Rank Oldbie
Rank
Oldbie

My first trial run using one of these new-fangled SSD doodads in my main machine, in place of an HDD, has ended rather poorly. I had a new 240GB SATA unit. It worked for a few months, and then it suddenly became very slow. It's now hitting about 200KB/s, so similar to a parallel port ZIP drive, you might say. Connecting it with a different cable made no difference. Connecting it to a different PC made no difference. I downloaded the Netac SSD Tool and ran that, but it detects no problems.

Luckily I still have the 300GB Seagate that was in there originally, with all the same files up until June or so. BTW, VOGONS is throwing 403s again.

GBAJAM 2024 submission on itch: https://90soft90.itch.io/wreckage

Reply 1427 of 1440, by lti

User metadata
Rank Member
Rank
Member

I've been having unusually slow Internet over the past few days, but I managed to and get Windows temporarily installed on a junk SSD to see if Linux had bad power management on the Ryzen 9700X and X870 combo. It turned out that Windows had slightly lower idle power consumption, but slightly higher power consumption under load. Neither were enough to matter long-term, but I could measure the difference. I don't know why I keep screwing around with it to reduce power consumption.

While Windows updated for the first time, I went outside. I also had an extended weekend because I suck at watching my time off balances at work.

I also did some shopping for a couple things, which isn't normal for me at all. One was to see if there might be some lower-power hardware that would still be an upgrade over my i5-8500. The other was a type of product that one user keeps trying to promote here, so I'll just say that I spent way too long trying to balance features, performance, and price before deciding not to buy anything because I wouldn't use them often enough.

Reply 1428 of 1440, by CRTARTBooks

User metadata
Rank Newbie
Rank
Newbie
mtest001 wrote on 2025-09-28, 11:03:

Is this a pay to win kind of game? How are they making money if it's free to play?

I guess it is pay2win to some extent, but not as bad as as World Of Tanks (I'm told). If you pay you can level up your crews and upgrade tanks faster (instantly?) which will give you advantage on the battlefield. Still, there is enough leeway for strategy and thinking to matter, so that the game is still fun even for a freeloader such as myself. Most of the time I die, I feel it’s because I made mistakes, not because the opponent had better gear.

There are also games, like the aforementioned Delta Force, which are completely free to play and also pretty much not pay2win. They make money by selling cosmetics skins, items, etc...

Beyond Nostalgia - retro news & views presented in CRT-vision
CRT ART Books - retro gaming books with authentic CRT photos

Reply 1429 of 1440, by GigAHerZ

User metadata
Rank Oldbie
Rank
Oldbie

Over a few days, i compiled and configured a new version of OpenWRT firmware for my TP-LINK WDR3600.

I changed my ISP and while the old one used ordinary DHCP on WAN side, the new ISP works with PPPoE. And i found that my router is not able to push more than ~130Mb/s through. I was on OpenWRT 23.05 and i found that 24.10 has some great added options to fix the performance.

So i wanted OpenWRT 24.10, but with my added quirks:
* Patched wifi driver to ignore everything that is programmed in wifi card's eeprom. It is programmed with "US" region which is completely irrelevant to me and causes only problems. I want it to only consider the region i set up in my OpenWRT admin panel.
* Include DDNS and SQM QoS packages into kernel. OpenWRT doesn't leave much flash space for "added packages", but there's plenty of room on kernel partition. And I'm too n00b to create my own partitioning scheme for OpenWRT.

So i created a docker image, that sets up the build environment. Then i checked out their git repository and downloaded the "default config" for my WDR3600. And then i adjusted the config, added my wifi driver patch and then compiled it together.
Today i finished up with all the network separation things. (For example those stupid smart stuff, that requires their vendor servers in the internet - they stay in their own wifi where they only see the internet. They don't even see each other.)

And it works beautifully. I just love how much one can push this ~13 years old router to do the same things as high-end modern enterprise routers. 😁

... wait! Is it "modern" or "retro"?

"640K ought to be enough for anybody." - And i intend to get every last bit out of it even after loading every damn driver!
A little about software engineering: https://byteaether.github.io/

Reply 1430 of 1440, by UCyborg

User metadata
Rank Oldbie
Rank
Oldbie

I miss the old Linksys WRT54GL. This one leans more on the retro side I think.

I made a custom button this weekend in the regular web browser browser I use daily (Pale Moon with Custom Buttons extension) that shuts down computer half-hour from now or puts computer to sleep immediately if you right-click it. Left-click again aborts the shutdown. It took me HOURS to wrap my head around js-ctypes. It doesn't look too complicated in the end, but I'm slow...

In total, 8 WIN32 API functions are called from JavaScript, from 3 different DLLs.

Arthur Schopenhauer wrote:

A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free.

Reply 1431 of 1440, by UCyborg

User metadata
Rank Oldbie
Rank
Oldbie

Ported the computer shutdown button to Firefox in form of userChrome script. At least it works in yesteryear's Firefox 125.0.3. Not sure about current versions. From past experiences, these things get broken regularly in Firefox.

Arthur Schopenhauer wrote:

A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free.

Reply 1432 of 1440, by StriderTR

User metadata
Rank Oldbie
Rank
Oldbie

Just ordered the FlashForge AD5X. Prime sale. Wish me luck! 😀

I settled on it after countless reviews and wanting a multi-color printer. Also, something faster and "better" than my Ender 3 V3 SE.

I know what I'm doing this weekend! 🤣

Builds: https://theclassicgeek.blogspot.com/
3D Prints: https://www.thingiverse.com/classicgeek/collections
Wallpapers: https://www.deviantart.com/theclassicgeek
AI: https://creator.nightcafe.studio/u/StriderTR

Reply 1433 of 1440, by Shponglefan

User metadata
Rank l33t
Rank
l33t

Recently upgraded my gaming PC replacing the existing motherboard + CPU combo. I planned to rebuild the previous system to serve as a workstation.

Unfortunately after cleaning and reassembling the old system, it no longer works. The motherboard (MSI Z370M Gaming Pro AC) just keeps power cycling (turning on then immediately off). I tried running it directly on my bench (no case), removing the RAM, cleaning and re-seating the CPU, changing BIOS battery, and swapping the PSU. Same issue.

I assume something is wrong with the motherboard, but I'm not sure what happened. AFAIK, I didn't damage anything in the cleaning process. Visual inspection didn't reveal anything obvious.

I did have an issue a couple weeks prior to upgrading my PC where it spontaneously shut down during some gaming. This only happened the one time and it kept working after that. Not sure if this means there was something failing on this system that finally failed.

I'm a bit frustrated that it suddenly stopped working in this way, especially since it had been working just prior to disassembling it. 😒

Pentium 4 Multi-OS Build
486 DX4-100 with 6 sound cards
486 DX-33 with 5 sound cards

Reply 1434 of 1440, by mtest001

User metadata
Rank Member
Rank
Member

Looks like a memory training issue. Try to reset the BIOS settings to defaults and disable XMP.

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB32 PnP + Sound Canvas SC-55ST = unlimited joy !

Reply 1435 of 1440, by Nexxen

User metadata
Rank l33t
Rank
l33t
Shponglefan wrote on 2025-10-10, 17:45:
Recently upgraded my gaming PC replacing the existing motherboard + CPU combo. I planned to rebuild the previous system to serve […]
Show full quote

Recently upgraded my gaming PC replacing the existing motherboard + CPU combo. I planned to rebuild the previous system to serve as a workstation.

Unfortunately after cleaning and reassembling the old system, it no longer works. The motherboard (MSI Z370M Gaming Pro AC) just keeps power cycling (turning on then immediately off). I tried running it directly on my bench (no case), removing the RAM, cleaning and re-seating the CPU, changing BIOS battery, and swapping the PSU. Same issue.

I assume something is wrong with the motherboard, but I'm not sure what happened. AFAIK, I didn't damage anything in the cleaning process. Visual inspection didn't reveal anything obvious.

I did have an issue a couple weeks prior to upgrading my PC where it spontaneously shut down during some gaming. This only happened the one time and it kept working after that. Not sure if this means there was something failing on this system that finally failed.

I'm a bit frustrated that it suddenly stopped working in this way, especially since it had been working just prior to disassembling it. 😒

If you have the tools, reprogram the bios.
Could be an electrostatic discharge.

PC#1 Pentium 233 MMX - 98SE
PC#2 PIII-1Ghz - 98SE/W2K

"One hates the specialty unobtainium parts, the other laughs in greed listing them under a ridiculous price" - kotel studios
Bare metal ist krieg.

Reply 1436 of 1440, by StriderTR

User metadata
Rank Oldbie
Rank
Oldbie

AD5X arrived today. It took me longer to unpack this thing than to set it up and get it printing.

Did the calibration print. Very next print, tested the multi-color with a pretty simple design.

Time to print on the Ender 3 as one color: 7:26 (hours)
Time to print on the Ender 3 V3 SE as one color: 3:06 (hours)
Time to print on this AD5X in three colors: 1:45 (hours)

Not bad. Money well spent in my humble opinion. 😀

Builds: https://theclassicgeek.blogspot.com/
3D Prints: https://www.thingiverse.com/classicgeek/collections
Wallpapers: https://www.deviantart.com/theclassicgeek
AI: https://creator.nightcafe.studio/u/StriderTR

Reply 1437 of 1440, by Joseph_Joestar

User metadata
Rank l33t++
Rank
l33t++

Tried undervolting my RTX 3060 via MSI Afterburner, specifically using the curve editor. Managed to shave off 48W without lowering the boost clock from its usual value. The GPU temperature under full load also dropped by around 9C, which is pretty awesome. As an extra bonus, the card is now much quieter as well.

Really happy with these results.

PC#1: Pentium MMX 166 / Soyo SY-5BT / S3 Trio64V+ / Voodoo1 / YMF719 / AWE64 Gold / SC-155
PC#2: AthlonXP 2100+ / ECS K7VTA3 / Voodoo3 / Audigy2 / Vortex2
PC#3: Core 2 Duo E8600 / Foxconn P35AX-S / X800 / Audigy2 ZS
PC#4: i5-3570K / MSI Z77A-G43 / GTX 980Ti / X-Fi Titanium

Reply 1438 of 1440, by lti

User metadata
Rank Member
Rank
Member

I got the cooler I mentioned here mounted. It seems to slightly warp the motherboard (not as bad as the old socket 478 coolers, but the stock cooler didn't bend the board at all), and I don't like the foam pads to insulate from the motherboard. I might replace the foam with fiber washers some day. I ran Handbrake on some random video file to test, and the CPU temperature peaked at 57°C with the fan at 2170RPM. At idle, this thing is quieter than the big Ryzen, but that's mostly because the PSU fan for the Ryzen makes a ticking sound (low-frequency PWM control for a 2-wire fan). For comparison, the stock cooler got close to 70°C under the same load, and the fan was audible and whiny at idle (with constant speed fluctuations caused by Windows background processes).

Reply 1439 of 1440, by mtest001

User metadata
Rank Member
Rank
Member
Joseph_Joestar wrote on 2025-10-11, 19:24:

Tried undervolting my RTX 3060 via MSI Afterburner, specifically using the curve editor. Managed to shave off 48W without lowering the boost clock from its usual value. The GPU temperature under full load also dropped by around 9C, which is pretty awesome. As an extra bonus, the card is now much quieter as well.

Really happy with these results.

Do you have a good tutorial for this ?

I need to do the same to my 4080 super. Performance is penalized by thermal throttling atm.

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB32 PnP + Sound Canvas SC-55ST = unlimited joy !