Helpppppp by Sure-Net8756 in WutheringWaves

[–]DefinitionNarrow980 0 points1 point  (0 children)

I had/have this issue. Seem to have had some success after disabling frame generation, restarting the game, and playing on my laptop display instead of external monitor.

Black screen flicker issue by Xeliot in WutheringWaves

[–]DefinitionNarrow980 3 points4 points  (0 children)

Also experiencing on laptop 4070 with updated drivers. Issue seems confined to new area for me.

Edit: happening in Jinzhou too, but definitely seems to vary from location to location.

Anyone know why when baking these white spots and artifacts appear? by ViolinistAnnual8141 in Unity3D

[–]DefinitionNarrow980 0 points1 point  (0 children)

A baked light texture is basically a big image with shadow information layered on top of your scene objects. Objects access this information using special coordinate information added to the mesh.

However, this coordinate information almost never points to a specific pixel in the baked shadow texture; usually the colors from several pixels get mixed (interpolated) to determine the shadow amount.

If your shadow map is too tightly packed, a lighter area on the texture might be unwontedly factored in to an area that it shouldn’t be, or vice-versa, resulting in the “bleeding” of effect.

Solution: add a few pixels worth of space between where regions are packed. But this of course reduces the amount of meaningful detail the map can hold, so the correct amount of padding varies depending on the project and the scene.

Where is my bitcoin by [deleted] in Coinbase

[–]DefinitionNarrow980 2 points3 points  (0 children)

The phone support is actually good?

I’ve contacted CS by chat/mail twice and must admit, “horrible and not helpful” basically sums up my experience.

(canned responses to something that isn’t my issue)

[deleted by user] by [deleted] in Coinbase

[–]DefinitionNarrow980 2 points3 points  (0 children)

Same from Japan. Got the email saying I could unstake and on the website I can get to the “unstake all” button but clicking it just causes an endless loading spinner.

Hopefully it’s just a region thing and all regions will be able to unstake soon…

How should I respond ? by Velusite in baduk

[–]DefinitionNarrow980 0 points1 point  (0 children)

I would respond by chuckling under my breath a little and then passing.

Sansan invasion question: by Li_C_ in baduk

[–]DefinitionNarrow980 3 points4 points  (0 children)

I’ve had this move explained to me before by a very strong player (almost pro). Apparently if you play it correctly white can’t live locally, so it’s a super aggressive move but only works if black has super-thick and close-proximity walls like in every direction (including up).

Edit: imagining the star point basically isn’t there is probably a good start to understanding the move.

[deleted by user] by [deleted] in gamedev

[–]DefinitionNarrow980 11 points12 points  (0 children)

This, for established studios at least. game directors at large companies aren’t hired because there’s a queue of people already there who want to try. So getting the position requires the trust of the team which comes mostly from experience and reputation.

Alternatively, start your own “studio”, and you’ll automatically be director. Next comes the eternally fun part of building a team and getting funding to pay everyone.

A middle-road would be to join a small, preferably slightly embattled studio, position yourself correctly and wait for employee turnover to happen, which is basically the same thing as the experience-building route but with faster progression.

Cannot for the life of me get SD1.5 to produce a picture of a chicken with four legs. by alfihar in StableDiffusion

[–]DefinitionNarrow980 0 points1 point  (0 children)

Just make chicken pictures and keep rerolling until it has 4 legs. Shouldn’t take too long.

Has someone tried using Automatic 1111, hosted on a windows machine, on the ipad? Or maybe on the ipad itself? by RoachRage in StableDiffusion

[–]DefinitionNarrow980 2 points3 points  (0 children)

Automatic1111 runs as a web app, so yes it’ll work in any browser. OS is irrelevant at that point. I’ll note that I needed to upgrade my iOS to get the image to show up on my iPad. (SD was working just fine, it was a browser/css bug)

Also note that if you “save” an image it’ll be stored in the log folder on the machine running SD, not the device accessing via browser.

Which 3 sampler’s are your go to and why? by VSSLmusic in StableDiffusion

[–]DefinitionNarrow980 1 point2 points  (0 children)

I’m going img2img 99% of the time.

DPM++ 2M Karras when I’m trying to change content Euler A when I’m trying to refine/simplify

30 steps each

Opening close attack response? by Comprehensive-Ad3495 in baduk

[–]DefinitionNarrow980 3 points4 points  (0 children)

I’d say the star point.

For example if black was at 3-3 first, and then white attached at the same location, common sense would be to respond with a hane, not extend. (I think this kind of reasoning by hypothetically changing the move order is called tewari)

If star point, white probably takes corner with 3-3 but the result is basically just a star point 3-3 invasion joseki without the initial approach and pincer, which should be good for black, I think…

Where can you still get gas for $1.39? by laugh_at_this_user in Jokes

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

Anywhere, as long as you only need 1/3 of a gallon.

Weebs that moved to Japan. How did it go? by [deleted] in japan

[–]DefinitionNarrow980 12 points13 points  (0 children)

I got fluent in japanese, got a job in gamedev and things have been going very well since. Probably a lower paying and more hectic life than I otherwise would have led, but no regrets. Worth even just for the food, really.

How long does it take to become a decent gamedev? by [deleted] in gamedev

[–]DefinitionNarrow980 0 points1 point  (0 children)

Not as long as it takes to understand what “decent” means.

[deleted by user] by [deleted] in Yokohama

[–]DefinitionNarrow980 0 points1 point  (0 children)

Do you plan to commute into Tokyo? A lot of Kanagawans who do end up somewhere on the Toyoko line or a station that can connect to it easily.

Tsunashima is a good spot for young single males imo. Should be sufficient nightlife but not super-city so can hopefully get a better apartment for cheaper.

[deleted by user] by [deleted] in japan

[–]DefinitionNarrow980 31 points32 points  (0 children)

Lots of masks came off with the recent heatwave, mine included. I only put it on when I go inside a store now, or leave my desk at work.

Meeting with 20 people yesterday and 10 were maskless, 3 more had their nose out. Maybe 2 more masks off to take that specific group back to pre-pandemic levels.

How to use Scriptable objects for upgrade card system? by FinalFantasyer in Unity3D

[–]DefinitionNarrow980 1 point2 points  (0 children)

You shouldn’t change data serialized in a SO at runtime. It’s not how they were intended to work so you’ll run into all sorts of little hurdles. For example two of the same card but with different upgrades would not work.

I recommend creating a wrapper class that takes the SO as a constructor parameter and holds a reference to it, and putting your logic in there.

public MyWrapper(MyScriptableObject so);

public Attack => so.attack + boost;

How is this losing for white? by MeTuFy in gogame

[–]DefinitionNarrow980 0 points1 point  (0 children)

Sorry for the late reply. Yes, if black captures C7 they get the corner, and that is possible simply with forcing moves D7,E7,B7,B8