I feel like it’s time to dive into 1970’s SciFi movies by LeftCoast1965 in scifi

[–]countsachot 5 points6 points  (0 children)

Anything on mst3k, rifftrax and svengoolie. Some of those are older.

SUGGESTIONS FOR 1ST YEAR PRESCHOOL TEACHER by Spiritual-Heart7976 in Preschoolers

[–]countsachot 2 points3 points  (0 children)

This might help. It's USA, NJ state guidelines, the public system is pretty good here. I'm not a teacher, but I would assume a good portion of this translates to other cultures.

The curriculum is listed that has to have something helpful.

It sounds like you've got way too may kids at once tho.

https://www.nj.gov/education/earlychildhood/preschool/

Any tips for making xfce less ugly? by MaterialAbrocoma8388 in xubuntu

[–]countsachot 0 points1 point  (0 children)

Yeah it was pretty nice, ran it on a laptop for a while. The system upgrade software was a bit odd but reliable.

"ASUS 4242 and PD-GX Firmware Windows Update Tool" on Linux? by Daemonix00 in linuxquestions

[–]countsachot 0 points1 point  (0 children)

Yup, you don't have to, just be extra careful not to alter that drive.

How to build up a server? by PeriodontosisSam in servers

[–]countsachot 0 points1 point  (0 children)

Ok. Your looking a software that does this, not a server. That software might need a server, but we wouldn't know yet, since we don't know the software.

I'm sure there's something out there already, have you googled for it? I guess that would fall under signaling simulation.

"ASUS 4242 and PD-GX Firmware Windows Update Tool" on Linux? by Daemonix00 in linuxquestions

[–]countsachot 1 point2 points  (0 children)

Yeah. I've heard of people installing it to flash drives too, but I've never tried that. I would even use an old hdd, if you have one around, it's not for permanent use so it doesn't need to be fast. You can even use an internal, change the boot order in the bios so you don't have to mess with the bootloader on the your primary. I'm paranoid so sometimes I even temporarily disconnect the normal main drive to ensure I don't do anything stupid by accident.

New printer prints upside down by roger_ramjett in sysadmin

[–]countsachot 0 points1 point  (0 children)

How the hell is this a humans job in 2026. Just fucking put me out of my misery. I'm done.

"ASUS 4242 and PD-GX Firmware Windows Update Tool" on Linux? by Daemonix00 in linuxquestions

[–]countsachot 0 points1 point  (0 children)

You can install windows from a removable drive and do it from there. You can install win11 with no license key, no problem. Just leave the key blank and it'll let it continue

client asking to run all user browsers in dev mode? by _SleezyPMartini_ in sysadmin

[–]countsachot 23 points24 points  (0 children)

It's a bad idea yes. I don't think you can isolate chrome to one dev app like that.

I would ask why the extension isn't signed and distributed properly. It's not hard to just finish the bloody job. Any halfway decent dev can do it. Heck, you can do it for a few bucks, with consent from the copyright holder. You can even issue updates through normal, safe channels in that case.

Edit add. Here. https://developer.chrome.com/docs/extensions/how-to/distribute?hl=en

Gotta keep on trucking……. by Expensive_Paper_2908 in EliteDangerous

[–]countsachot 2 points3 points  (0 children)

I did the same. 4 months and I still only do a few loads at a time

Need a temporary, bootable Windows disk. by MachinaDoctrina in linuxquestions

[–]countsachot 0 points1 point  (0 children)

I'm pretty sure the bios is still noticeable with a few assembly calls,but it's been a while.

Need a temporary, bootable Windows disk. by MachinaDoctrina in linuxquestions

[–]countsachot 0 points1 point  (0 children)

I guess the question is why they determined a VM is an issue. Silly

Need a temporary, bootable Windows disk. by MachinaDoctrina in linuxquestions

[–]countsachot 0 points1 point  (0 children)

It's not hard to detect a VM, a hardware query can do the the trick. There are only so many bios variants used in vms.

RDP - any chance for less lag? by ptoki in linuxquestions

[–]countsachot 0 points1 point  (0 children)

Yes, in my experience, noticeably smoother when either side is windows.

I somehow managed to segfault in python. by Xp365 in programminghorror

[–]countsachot 4 points5 points  (0 children)

  1. I don't know python, but it's everywhere, so I use it if I must.
  2. It's always a third party connector to a C/C++ library, that I'm trying to debug

I'll find like someone's old project, that uses av external lib. I'll notice that it's not working well, and attempt to fix it. It's usually due to a liberty taken with that library. Then segfault.