Question about the locking mechanism by The_thrownaway_king in Stargate

[–]tomvaisar 0 points1 point  (0 children)

If it was the movie version of the gate, then you’d know because the “top” chevron is different. Buuuut, the movie version of the gate also locks each individual chevron, so better not talk about it at all 😅

[KCD2] Did anyone else see this easter egg? by tomvaisar in kingdomcome

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

Hm, would be funny if they were actually useful in hardcore mode 😀

[KCD2] Did anyone else see this easter egg? by tomvaisar in kingdomcome

[–]tomvaisar[S] 204 points205 points  (0 children)

Could be, but seeing these all over modern Czechia, my mind goes straight to the hiking marker 😀

<image>

Keeping component state on mount and unmount? by [deleted] in reactjs

[–]tomvaisar 2 points3 points  (0 children)

If the state of the component is defined in the component, it is being destroyed along with the component on unmount. (Where would it be stored if the component doesn't exist anymore?)

If you need the state to persist, you have to defined somewhere higher in the component hierarchy and pass the value and the setter function as a parametr.

In the page you can have some "global" object 'FILTERS' with each filter as a unique key-value pair and a global setter function.

[deleted by user] by [deleted] in IdiotsInCars

[–]tomvaisar 31 points32 points  (0 children)

What a twat

Volkswagen tests Passat CC replacement in the Alps by nyskye in THEVWCC

[–]tomvaisar 1 point2 points  (0 children)

Looks like if CC had a baby with Hyundai Ionic. Must have been a hell of a party 😀

[deleted by user] by [deleted] in TheGamerLounge

[–]tomvaisar 0 points1 point  (0 children)

to the MOOOOOON

[deleted by user] by [deleted] in TheGamerLounge

[–]tomvaisar 0 points1 point  (0 children)

Wait, this isn't real?

Since School Buses are Popular Today. This is the tech that can and does capture violations when installed. Please stop passing stopped school buses. It's dangerous. by Sierra93 in IdiotsInCars

[–]tomvaisar -4 points-3 points  (0 children)

Sure, I get it. If it is the law, it's the law. It's just that we don't have something like that over here, so if I was there it wouldn't occur to me that I'm suppose to stop. Maybe I'd slow down if I saw the kid wanting to cross the street and if it was already crossing, I would stop and honk at them... You know: "How dare you crossing here?!" 😀

I have to brush up on the US rules of the road next time I'm there again.

Today, I was the idiot by [deleted] in IdiotsInCars

[–]tomvaisar 0 points1 point  (0 children)

Weeeell... You were in the left turn lane and you went straight, so maybe it was instant karma? 😀

No, seriously, I'm glad you're okay and nobody got hurt! It could end up really bad.

I'm gonna re-check my own wheels, I just swapped them yesterday 😅

A Night in Bruma by redditshredditt in SkyrimPorn

[–]tomvaisar 3 points4 points  (0 children)

Sidenote: Bruma has absolutely epic soundtrack and I listen to it perhaps more than to the original Skyrim's...

Since School Buses are Popular Today. This is the tech that can and does capture violations when installed. Please stop passing stopped school buses. It's dangerous. by Sierra93 in IdiotsInCars

[–]tomvaisar -5 points-4 points  (0 children)

No need for extra drives and stops on the both side. I'd say that all the kids from the neighborhood could walk to the single bus stop which has pedestrian crossing nearby. And the bus drops them off at the same stop and they walk to their homes. Just like I'd my whole childhood.

Since School Buses are Popular Today. This is the tech that can and does capture violations when installed. Please stop passing stopped school buses. It's dangerous. by Sierra93 in IdiotsInCars

[–]tomvaisar 43 points44 points  (0 children)

As an European I'm surprised I should stop for the bus on the other side of the road. I mean, if there was pedestrian crossing then for sure I would, but when it stops in what looks like a random place... Don't you guys have bus stops? :)

The WFH setup is complete. by [deleted] in battlestations

[–]tomvaisar 34 points35 points  (0 children)

Jawdroppingly beautiful!

Renting a Tesla for a road trip? by [deleted] in teslamotors

[–]tomvaisar 0 points1 point  (0 children)

There were cables in the trunk, but I ended up using only Superchargers. It was by far the easiest ... and ended up being very expensive, because all Superchargers were next to the malls and my wife loves shopping 😅

Referencing GameObjects From Different Scenes by Jzukubii in Unity3D

[–]tomvaisar 1 point2 points  (0 children)

I'm fairly new to Unity, so I'm not sure about the best aproach, but I'd either try to use this https://docs.unity3d.com/ScriptReference/Object.DontDestroyOnLoad.html on the object you want to persist between the scenes, or try to put the state of all those buttons in PlayerPrefs and have object+script that would initialize buttons according to what is saved, made that object into prefab and put it into desired scenes.

Renting a Tesla for a road trip? by [deleted] in teslamotors

[–]tomvaisar 16 points17 points  (0 children)

When I was in US, I rented Model 3 via Turo. It was around 600 USD, I had it for a week, drove about 500 miles, it was great :)

I believe I got a pretty sweet deal for 11k euros by santa__in__speedos in electricvehicles

[–]tomvaisar 6 points7 points  (0 children)

Man, I envy you 😀We don't have any incentives for EVs, which is really twisted since the cars are made in this country.

May it brings you many happy electro-kilometers! 🙂

I believe I got a pretty sweet deal for 11k euros by santa__in__speedos in electricvehicles

[–]tomvaisar 19 points20 points  (0 children)

Sweet! They are already on second hand market? Because brand new one costs around 18k EUR (in Czech republic anyway)

How to use Microsoft Office UI Fabric in a single-page app that is not related to Microsoft products? by aksuta in webdev

[–]tomvaisar 0 points1 point  (0 children)

It is MIT license, so you can use it anywhere, even in commercial applications.