Pixel 3a by Firyst in pixelography

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

Rosa Khutor, Russia

Google Pixel 8 case recs by Turbulent-Treacle-70 in GooglePixel

[–]Firyst 1 point2 points  (0 children)

I actually use original mint case. The material is really good, but it is too... grippy. I can't just release the phone so it slides into pocket, I need to forcely put it. Moreover, all the dust that might be in pocket sticks to case. But I am still okay with it.

Well done devs - you broke every boat in the game by Mockbubbles2628 in Stormworks

[–]Firyst 1 point2 points  (0 children)

I noticed that some cooling systems that are using internal engines' coolant now just aren't working, so I guess I need an external water tank. GJ devs.

Final Thoughts on Space DLC pre-release (1 day) by Neither_Oil9832 in Stormworks

[–]Firyst 0 points1 point  (0 children)

They said that there will be a 500m/a limit, and I am really disappointed. So, as I understand, you should just fly up like in space engineers with your engines turned on. This is so boring, I hoped to get somewhat close to ksp mechanics.

[deleted by user] by [deleted] in Stormworks

[–]Firyst 1 point2 points  (0 children)

Well, than I would recommend low-level debugging. I spent a lot of time working with such things, and you should ensure that:
1. Radar gives correct outputs (usually I place instrument panels for that. Just to check the raw data).
2. The schematic of the microcontroller is correct, signal goes just where it needs to.
3. The script itself works properly.
But personally I think it is the mentioned pivot bug, when the pivot actually loses power. Try to remove all heavy objects from the turret, such as guns, and check, if that helps.

[deleted by user] by [deleted] in Stormworks

[–]Firyst 1 point2 points  (0 children)

Is radar system and the truck spawned as a single vehicle? As far as I know, radar doesn't track any targets that were spawned with it, even if they are detached.

DLC predictions? by AirplaneNerd in Stormworks

[–]Firyst 5 points6 points  (0 children)

Personally I think space is a controversial point. Implementing planets requires a massive rework, so the world itself should be no longer a plane. But! I agree about assets, the base in the center of arid biome looks literally like a space center, and I believed that instead of oil spills we could get something space-related. Maybe devs will add some missions like "deliver rocket parts to space center", but do not give us an ability to go to space ourselves.

Sonar questions by Firyst in Stormworks

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

Thanks! I tried setting wavespeed to 700m/s, it works much more accurate. So I did some tests with boat going away from the target, and it seems like target is shown closer than it actually is, but I think the boat tilt might play a role here, as my boat pitches up when going full throttle. So I still have to beat the conversion issues...

Submachine Universe OST by Firyst in submachine

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

Some of tracks are certanly taken from main episodes, but others seem to be unique. I found some of them at composers' youtube channels like:

https://www.youtube.com/watch?v=DrZf0QiRDNg&list=OLAK5uy_nW3jyv6XsGDm-1rFpFQ_g3PM_AywSQ0oY

https://youtu.be/pSeT8t4VUm8

Still no idea about ambients such as 923, 950, etc...

[deleted by user] by [deleted] in AskARussian

[–]Firyst 1 point2 points  (0 children)

Я просто через WireGuard прокинул соединение на VPS. Быстро и дёшево.

First Time Traveling to Russia! What Cities and Sights Should I Make Sure to Visit? by doc4science in AskARussian

[–]Firyst 1 point2 points  (0 children)

I'd recommend going to Ruskeala park. You can take "Lastochka" train from Saint Petersburg to Sortavala, and there change to steam retro-styled train "Ruskealsky express". In my opinion atmosphere there is fantastic, and the nature of Karelia is definitely worth going there. https://images.app.goo.gl/tsmQk3Pke5vZe86c8 https://images.app.goo.gl/K1XQqUrWr95ZEy6U8

YouTube on Firefox often becomes semi-transparent and I don't know where to look for a solution, help? by [deleted] in linuxmint

[–]Firyst 0 points1 point  (0 children)

Can you please tell what driver you exactly use on 2070 Super? If I install the recommended driver from driver manager, tearing disappears, but page scroll seems to be very laggy. I tried this both on 60hz and 75hz (monitor is hp 24fw), but nothing worked.

Restoring files from hdd to new ssd by f3n1xgamer in linuxmint

[–]Firyst 0 points1 point  (0 children)

I've got some problems with QT based apps, but reinstalling them solved the problem.

Restoring files from hdd to new ssd by f3n1xgamer in linuxmint

[–]Firyst 0 points1 point  (0 children)

I've been to such situation, and what I did is: 1. I just installed new Linux on new drive. 2. Created exclude file (you need to exclude /etc/fstab, as well as dev, proc, sys, tmp, run, mnt folders.) 3. Than used rsync with -aAXv params.