The Linux Thread - The Autist's OS of Choice

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Actually, how hard would it be to reroute the GPU and usb devices to the guest Windows OS, so it effectively functions as if it's running on the hardware directly, but minus a cpu core or two and some ram and hard drives? Would it be possible to make putting the guest to sleep put the displays to sleep, but the guest could be woken by tapping on the keyboard?
 
Actually, how hard would it be to reroute the GPU and usb devices to the guest Windows OS, so it effectively functions as if it's running on the hardware directly, but minus a cpu core or two and some ram and hard drives? Would it be possible to make putting the guest to sleep put the displays to sleep, but the guest could be woken by tapping on the keyboard?
You can pass through the GPU and USB controllers to do this. Yes, you can keep however many cores, gigabytes of memory, and disks as you want. What will be an issue is sleep. It’s possible, but chances are it’s going to take a fair bit of work. Passthrough doesn’t quite handle it automatically yet. You may find it easier to just shut the VM down, and have the host restart it on keyboard activity.
 
  • Thunk-Provoking
Reactions: Betonhaus

More VFIO. Even for someone like Wendell, while I commend his efforts, says that it still has "some warts".

Still not ready for primetime.
 
  • Like
Reactions: Miller and Vecr
Linux Mint finally released an edge ISO for the latest version. Going to give that a shot to see if my issues are fixed with it.
 
  • Like
Reactions: Doctor Neo Cortex
1696395146675.png


 
X-posting a question I posted in the wrong thread like an idiot:
Is there a centralized resource for finding with distros have a certain package, and by what name? For example, if I wanted to add a find_package(jsoncpp) call to a CMake file, it would show me which distros have jsoncppConfig.cmake in one of its packages?
 
  • Like
Reactions: Marvin
I was looking into local voice-to-text open-source packages, and I was looking at DeepSpeech.
Then I went to this video.


and he tries to say, "it's not as good as you think it might be,"
but his English is completely broken. Normally, I wouldn't care, but the program mostly works, going as far as being able to spell out each letter.
1696909369688.png

But this yingshaoxo's lab guy is putting down an English speech-to-text tool because he can't speak English.
 
I was looking into local voice-to-text open-source packages, and I was looking at DeepSpeech.
Then I went to this video.


and he tries to say, "it's not as good as you think it might be,"
but his English is completely broken. Normally, I wouldn't care, but the program mostly works, going as far as being able to spell out each letter.
View attachment 5399566
But this yingshaoxo's lab guy is putting down an English speech-to-text tool because he can't speak English.
If you're not doing real time, check out Vosk/Kaldi(actually it can probably do that too)
You can run it in a container and feed it files and it spits out something not entirely unlike English.
No, I never got the GPU to work. There is a larger model but for that you have to build your own container.
I run this to pre-process:
ffmpeg -loglevel quiet -i in.whatever.mp3mp4 -vn -acodec pcm_s16le -ar 16000 -ac 1 out.wav

Then
Python:
#!/usr/bin/env python3

import asyncio
import websockets
import sys
import wave
import json
out=[]

async def run_test(uri):
    async with websockets.connect(uri) as websocket:

        wf = wave.open(sys.argv[1], "rb")
        await websocket.send('{ "config" : { "sample_rate" : %d } }' % (wf.getframerate()))
        buffer_size = int(wf.getframerate() * 0.2) # 0.2 seconds of audio
        while True:
            data = wf.readframes(buffer_size)

            if len(data) == 0:
                break

            await websocket.send(data)
            x=json.loads(await websocket.recv())
            if ("partial" not in x):
                out.append(x)

        await websocket.send('{"eof" : 1}')
        x=json.loads(await websocket.recv())
        if ( "partial" not in x ):
           out.append(x)

asyncio.run(run_test('ws://localhost:2700'))
print(json.dumps(out))
Basically the same as the example code in the repository.

I should probably check out DeepSpeech again, I chose this because it's simple... and cheaper than Teh Cloud(tm)
 
Looks like canonical had a little oopsie, they published ubuntu 23.10 today but someone snuck in some shit about jews in the ukrainian translation file causing them to have to pull the desktop iso until further notice.

1697157896373.png




Code:
 "loadingPageTitle": "Смокчіть члени у цьому {DISTRO}",
  "@loadingPageTitle": {
    "type": "text",
    "placeholders": {
      "DISTRO": {}
    }
  },
  "offlineWarning": "Ваші штани ще незняті",
  "@offlineWarning": {},
  "fullInstallationSubtitle": "Підбірка офлайн-відео зі стратами палестинських дітей.",
  "@fullInstallationSubtitle": {},
  "minimalInstallationTitle": "Класичний гейський секс",
  "@minimalInstallationTitle": {},
  "minimalInstallationSubtitle": "Лише найнеобхідніше, обрізані єлдаки і єврейська порнографія.",
  "@minimalInstallationSubtitle": {},
  "installationTypeTPMWarning": "<font color=\"{color}\">Попередження:</font> Ця фіча не підтримується вашою синагогою і не може підтримувати оновлення до майбутніх висерів підорського устрою. Будь ласка, ну зніміть вже <a href=\"{url}\">штани</a>.",
  "@installationTypeTPMWarning": {
    "type": "text",
    "placeholders": {
      "color": {},
      "url": {}
    }
  },
  "installationTypeTPMSelected": "Це не так і складно, просто взяти і зняти штани",
  "@installationTypeTPMSelected": {},
  "installationTypeTPM": "Експериментальне шифрування староєврейської мови",
  "@installationTypeTPM": {},
  "fullInstallationTitle": "Повне інфікування сифілісом",
  "@fullInstallationTitle": {},
  "rstHeader": "Вимкніть RST, розставте сідниці, і продовжуйте",
  "@rstHeader": {},
  "partitionLimitReached": "Все гаплик",
  "@partitionLimitReached": {},
  "allocateDiskSpaceInvalidMountPointSpace": "Пішов ти нах разом зі своєю точкою прицюцюрювання",
  "@allocateDiskSpaceInvalidMountPointSpace": {},
  "tooManyPrimaryPartitions": "Забагато змазки на primary дуплі",
  "@tooManyPrimaryPartitions": {},
  "partitionFormatNone": "Залишити немитим",
  "@partitionFormatNone": {},
  "allocateDiskSpaceInvalidMountPointSlash": "Точка монтування повинна починатися з зняття штанів \"/\"",
  "@allocateDiskSpaceInvalidMountPointSlash": {}
}

Code:
 "loadingPageTitle": "Suck members in this {DISTRO}",
   "@loadingPageTitle": {
     "type": "text",
     "placeholders": {
       "DISTRO": {}
     }
   },
   "offlineWarning": "Your pants are still off",
   "@offlineWarning": {},
   "fullInstallationSubtitle": "A selection of offline videos of the execution of Palestinian children.",
   "@fullInstallationSubtitle": {},
   "minimalInstallationTitle": "Classic Gay Sex",
   "@minimalInstallationTitle": {},
   "minimalInstallationSubtitle": "Just the bare essentials, circumcised eldaks and Jewish pornography.",
   "@minimalInstallationSubtitle": {},
   "installationTypeTPMWarning": "<font color=\"{color}\">Warning:</font> This feature is not supported by your synagogue and cannot support updates to future versions of the Podor system. Please remove <a href= \"{url}\">pants</a>.",
   "@installationTypeTPMWarning": {
     "type": "text",
     "placeholders": {
       "color": {},
       "url": {}
     }
   },
   "installationTypeTPMSelected": "It's not that difficult, just put on and take off your pants",
   "@installationTypeTPMSelected": {},
   "installationTypeTPM": "Experimental Ancient Hebrew Encryption",
   "@installationTypeTPM": {},
   "fullInstallationTitle": "Full Syphilis Infection",
   "@fullInstallationTitle": {},
   "rstHeader": "Turn off RST, spread your buttocks, and continue",
   "@rstHeader": {},
   "partitionLimitReached": "All hook",
   "@partitionLimitReached": {},
   "allocateDiskSpaceInvalidMountPointSpace": "Are you gone with your mount point",
   "@allocateDiskSpaceInvalidMountPointSpace": {},
   "tooManyPrimaryPartitions": "Too much grease on primary cavity",
   "@tooManyPrimaryPartitions": {},
   "partitionFormatNone": "Leave unwashed",
   "@partitionFormatNone": {},
   "allocateDiskSpaceInvalidMountPointSlash": "The mount point must start with removing your pants \"/\"",
   "@allocateDiskSpaceInvalidMountPointSlash": {}
}
 
Last edited:
Hmmm can a brother get a torrent link to this ISO? Suddenly I want to expand my Linux ISO collection.
Kike niggerfaggots tried to scrub it but based mirrors still had it. Torrent attached and info below. Can't stop the signal:

Clickable magnet link

Magnet for the torrent:
magnet:?xt=urn:btih:d029fda9878ca5fc2a7dc1ff9b70df57b7ef2eee&dn=ubuntu-23.10-desktop-amd64.iso&tr=https%3a%2f%2ftorrent.ubuntu.com%2fannounce&tr=https%3a%2f%2fipv6.torrent.ubuntu.com%2fannounce

SHA256SUMS
cb79a50c1d240c4195faf552dc6c999ea1d3e52921caec34e1844cd152c2287f *ubuntu-23.10-beta-netboot-amd64.tar.gz 444c8a7b993cb6f103d7df1144954064889cbf7491b2415518d5dd0875e3a96f *ubuntu-23.10-desktop-amd64.iso d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5 *ubuntu-23.10-live-server-amd64.iso 8e83a25bf852d0c57047c50b1f9ab780ddf07f341287e8666f96e6e6f222462e *ubuntu-23.10-netboot-amd64.tar.gz

SHA256SUMS.gpg
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEhDk43yKNIvezdCvA2Uqj8O/iEJIFAmUoAbAACgkQ2Uqj8O/i EJIRqw//cSg4Le+27C/teX0hj7tR1IFgVNTzfF1UvPfklX9wsVols5aUYzfzAK0T kx1sAZNqzgpHKyxCGE1Ezdn6wKQdpVIZggz6FbRu5Q0t9egE4bNN6RTp9fMFGsd1 83PGwAuNfFGMj07G9TnUaytmpa8Kd9KdXR5oBF4GN8BpzdI30S8zo2RZnnMDrOCV JEAAdDdaHTboRHvNVIQatQfgtV6071NWXw1Z9sOHurzcOZM66nEhffqlcM7hNonO iB2NZKYyKci+Kf7AAMzfKwM8BXFlOychk3sO14X6rSD7dDrEvUHi8sJkIXaPQeZj zUTONRJ5A4JnrI81dJDertC0nLEjNQSjTZgMYxXzSfb1h+VEKotsEo4k9z/fgL3+ vyRbisN1XtaPuhz1pJ2v4xEHCBRvb6NrdWq9Z8aoC2QnrXe//5PhYvlNBY22J2aa 0wWBJgmq8VwcmPEgWLkavRfdYau5jHtd95CGbHO4m2eONVLmCcT8og2SrCbE17VY +zQ3GPOIWul8BBSeWdylFLPS+XP0L/KtHhI85EgR+++XDjARxE/81cfqPsyHl543 OexxpCuJ7rD7UmFEKgnD4C2Zy24sPXYUBERE7vbLDJlX1PtpiqcN2An+E4coHdIa 9SGme+SlbDlv0dPmncGo7LPBuOhj64xJANIf3/C1r40qKeT84TU= =Y3Ch -----END PGP SIGNATURE-----

More mirrors might have it: https://launchpad.net/ubuntu/+cdmirrors
 

Attachments

Back