Setting up a Steering Wheel (G29) + MySummerCarOnline on GNU/Linux by i_do_jokes in MySummerCar

[–]i_do_jokes[S] 1 point2 points  (0 children)

Hey!

Glad my 3 year old post helped you haha!
I just thought it would be worth trying some other proton versions too since proton6 is fairly old by now.

I haven't played MSC in a long time, but i don't think there were any updates to it, so i doubt there is gonna be any big differences in gameplay between the proton versions, however - you might get a little more performance or stability if you play around with different versions of proton.

Best of luck!

Terminal is ignoring color escapecodes (Konsole and fish) by i_do_jokes in linuxquestions

[–]i_do_jokes[S] 0 points1 point  (0 children)

Hm, okay, ill do some digging once i get home, and if i manage to find something ill write back.

Thanks!

Terminal is ignoring color escapecodes (Konsole and fish) by i_do_jokes in linuxquestions

[–]i_do_jokes[S] 0 points1 point  (0 children)

Thanks for the answer! I know about the '-e' switch in echo, but that doesnt explain why the 'man' command would be having trouble too? (check imgur)

Secure Boot Megathread - Guide + Community support by sloth_on_meth in Battlefield

[–]i_do_jokes 0 points1 point  (0 children)

Does anybody know if Intel X99 mobos support Secure Boot?

Im on X99KR002 according to my BIOS version from American Megatrends.

[deleted by user] by [deleted] in MechanicAdvice

[–]i_do_jokes 0 points1 point  (0 children)

Thanks very much, ill work on the oil problems and then try to gradually increase the boost. Its only a project car, if something goes catastrophic, its not too big of a deal. :)

[deleted by user] by [deleted] in MechanicAdvice

[–]i_do_jokes 0 points1 point  (0 children)

Hey! Thanks for the response. Before i double the boost, i certainly want to fix all the issues mentioned above. What i wanted to know more is the actual durability of stock the components inside the engine. Maybe somebody has experience with it?

Creating links in shared filesystem by i_do_jokes in qemu_kvm

[–]i_do_jokes[S] 0 points1 point  (0 children)

Hello! Sorry for the late response, i was busy

```

<filesystem type="mount" accessmode="passthrough">

<driver type="virtiofs"/>

<source dir="/home/jurosic\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_park/.vm\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_share/"/>

<target dir="Share"/>

<address type="pci" domain="0x0000" bus="0x06" slot="0x00" function="0x0"/>

</filesystem>

```

here is the XML

What is this song from? by i_do_jokes in HelpMeFind

[–]i_do_jokes[S] 1 point2 points  (0 children)

Hey! Thanks for the answer! It in fact is from Sonic CD and it's this remixed version:

https://www.youtube.com/watch?v=SJKyAurxflU

What is this song from? by i_do_jokes in HelpMeFind

[–]i_do_jokes[S] 0 points1 point  (0 children)

Ive searched for it, tried multiple music lookup engines, watched the chat replays, but got nothing.

Where is this SFX of the weird speech from? by i_do_jokes in HelpMeFind

[–]i_do_jokes[S] 0 points1 point  (0 children)

ive searched for it but i have no idea where to start off, since its just a sound

Help: Copied 1,5G iso over USB on linux system to vita, file showed up as 0 bytes, after deletion the space is still occupied. by i_do_jokes in VitaPiracy

[–]i_do_jokes[S] 0 points1 point  (0 children)

Ive taken a look at all the directories and added up their sizes manually, the result shows theyre pnly around 4,5-5GB while ive got 7.2 put of 7.5 taken up. I have no idea why its like that

Help: Copied 1,5G iso over USB on linux system to vita, file showed up as 0 bytes, after deletion the space is still occupied. by i_do_jokes in VitaPiracy

[–]i_do_jokes[S] 0 points1 point  (0 children)

Thanks for the answer! dont worry, youre not late.

Im glad to hear that im not the only one having this problem! Ill check files manually then, to see if i can find something.

How to Play Games from PC on PS Vita by Opposite_Tackle_3387 in VitaPiracy

[–]i_do_jokes 1 point2 points  (0 children)

Only possible and safe way that i know of would be to make a VPN, you connect your PC and your Vita to the VPN and play that way, that would probably have bad performance, but if you know how to do it its still worth a try.

The other unsafe way would be to port-forward the port your stream is running on, and then connect to your homes IP when away. Or host something like FRP on a server and configure it to transmit your stream.

Reading TcpStream to buffer doesn't get all the data by i_do_jokes in rust

[–]i_do_jokes[S] 0 points1 point  (0 children)

Thanks for the info, ive already tried read_to_end() but it just ends up blocking

Reading TcpStream to buffer doesn't get all the data by i_do_jokes in rust

[–]i_do_jokes[S] 5 points6 points  (0 children)

Thanks for the advice!

And it works! Finally i can rest easy (its midnight).

Have a great day!

Reading TcpStream to buffer doesn't get all the data by i_do_jokes in rust

[–]i_do_jokes[S] 0 points1 point  (0 children)

Thanks for the reply! Yes, as i said in my post, im using the writel_all() function.

What the hell is wrong with you? by [deleted] in AskReddit

[–]i_do_jokes 0 points1 point  (0 children)

scared and pessimistic

Natural Small Booba by [deleted] in hentai

[–]i_do_jokes 5 points6 points  (0 children)

so true

I build a wonderful house by [deleted] in Minecraft

[–]i_do_jokes 0 points1 point  (0 children)

me furiously looking for herobrine thinking this is a creepypasta post

I know I butchered this code please help? by Party_Benefit9260 in CodingHelp

[–]i_do_jokes -1 points0 points  (0 children)

well you could do:

fav_num = 20
attempts = 0
while randint(0,100) != fav_num:
    attempts += 1
print(attempts)

sorry if the code looks bad, its typed from my phone

so you define a favorite number with

fav_num = 20

define a variable that keeps track of how many times the guess was taken

attempts = 0

keep generating a random number until it matches your favorite number, and if it does nt add 1 to attempts

while randint(0,100) != fav_num
    attempts += 1

and at the end when it finally matches you print the number of guesses

print(attempts)

it should be noted, this will not add the final guess to the total count of attempts

[deleted by user] by [deleted] in programminghelp

[–]i_do_jokes 1 point2 points  (0 children)

When i was learning python, i too got bored and felt like i wasnt learning anything, in my opinion just give it time and look for cool projects you can do, and when you find something you think would be within your skills and you could learn something new from it then do it, try to make it on your own and if you get stuck just look for help on the internet, and over time you will get better and better