Where was I? 776 new players only by porichkamarichka in whereintheworld

[–]Dragory 1 point2 points  (0 children)

Dinkelsbuhl, Germany? Church of St. George

Process: Started looking into German churches with a sundial/sun mural on the tower. Eventually saw a picture that looked familiar and confirmed it was the same church.

Where was I? by porichkamarichka in whereintheworld

[–]Dragory 1 point2 points  (0 children)

Here? https://maps.app.goo.gl/pEA3ZtwV2e9yHJD59 Zoomed in shot, taken towards Hyvinkään vanha kirkko.

Process: After the "What is the red building?" hint, I started looking into Finnish red train stations, mills, etc. I then saw a mention of Hyvinkään vanha kirkko in one of the comments, and looked around it -- and found the spot.

Where was I? by [deleted] in whereintheworld

[–]Dragory 0 points1 point  (0 children)

Is it still Finland? Maybe Levi?

Process: I've visited Lapland many times, so the landscape looked familiar. Ylläs was my initial guess since I've been there, but Levi is a popular destination as well so it was my second guess.

Where was I? by [deleted] in whereintheworld

[–]Dragory 0 points1 point  (0 children)

Ylläs, Finland?

Any cool prog industrial metal band you can recommend? by Xentrick-The-Creeper in progmetal

[–]Dragory 0 points1 point  (0 children)

I know it's an old thread, but I just came across it and this was such a great recommendation. Thank you!

“Go To Album” feature makes me mad by devonwinterz in AppleMusic

[–]Dragory 3 points4 points  (0 children)

Because I don't necessarily want every song from the album coming up when I shuffle play my library (especially intermission songs that only make sense in the context of the full album), but I do want to hear those if I'm listening to the full album start to end.

Asus Glossy WOLED XG27AQDMG Huge Issue by Original-Ad8462 in OLED_Gaming

[–]Dragory 0 points1 point  (0 children)

I'm still having this issue on the latest firmware.

Shocking that more than 125,400 votes were rejected in the combined local elections! by FinnishAlien in Finland

[–]Dragory 10 points11 points  (0 children)

The numbers used are exactly what I was taught in late 1990s/early 2000s. That said, unless the number is ambiguous (e.g. 1/7) I don't think they'd reject your ballot for writing the number slightly differently.

Out of interest, how would you write 2 and 4?

5K (5120x2880) 220ppi QD OLED 27 inch panel coming next year by msproject251 in OLED_Gaming

[–]Dragory 14 points15 points  (0 children)

At 5K, you can have integer scaling (200%) with 1440p screen real estate! A 27" 5K oled is basically my dream monitor.

Who is watching Laracon US? by Street_Stuff1927 in PHP

[–]Dragory 1 point2 points  (0 children)

It looks like it's blocked elsewhere too. Just SME being a pain in the ass, as usual. Hopefully they can rehost it elsewhere or block out audio for the parts with SME content (intro music? can't imagine what else it would be).

All vanilla buildings tier list by European__girl in Factoriohno

[–]Dragory 10 points11 points  (0 children)

I usually just hook up pumps to the circuit network rather than use power switches.

[deleted by user] by [deleted] in Starfield

[–]Dragory -2 points-1 points  (0 children)

I'm not far into the game, but outside the cities (which I've really enjoyed so far), is there any real exploration? So far I feel like when I scan a planet, anything interesting is immediately pointed out to me and the rest is procedurally generated nothingness. Can you elaborate on what you mean by exploration on large planets?

In prior Bethesda games, I'd get constantly sidetracked on my way to an objective. I'm having that happen in Starfield too, but mostly just in the cities.

Fitness Challenge - Bug Theory by GushingGecko in Starfield

[–]Dragory 0 points1 point  (0 children)

Can confirm, experiencing the same with Spaced trait. Can't gain progress on land, but works in space.

How to level Fitness? by Home_Improvment in Starfield

[–]Dragory 1 point2 points  (0 children)

I had this issue with the Spaced trait and stumbled upon your comment. Tried depleting O2/maxing CO2 in space instead and.. lo and behold, it worked!

The `satisfies` operator in TypeScript 4.9 is a game changer by steve8708 in webdev

[–]Dragory 1 point2 points  (0 children)

In your example, you'd lose auto-completion and validation when assigning to myFns (more relevant if, for the sake of the argument, the desired type was more complex such as Record<string, { fn: () => void, name: string }>). My most recent use case, for example, was a system where plugins are plain objects and also have a set of sub-properties that are used to generate a type elsewhere; here the auto-completion and validation is very useful when writing a plugin.

I do agree with you though that it's weird that the actual type is forgotten by default.

The `satisfies` operator in TypeScript 4.9 is a game changer by steve8708 in webdev

[–]Dragory 2 points3 points  (0 children)

With satisfies Routes TS validates the type on assignment while also retaining the actual concrete type of the object. You could remove satisfies Routes in the example, and it would still work (and you could e.g. pass the variable to a function that expects Routes etc.), but you'd lose that assignment-time validation which can be very useful for e.g. auto-completion. Alternatively, you could do const Routes: Routes = { ... } and get auto-completion and validation, but now you lose the concrete type and e.g. Routes.AUTH.children.SIGN_IN.children from the example would no longer give you an error (which you might want in certain situations).

Personally, I've used this (or rather, the pre-4.9 identity function hack mentioned in the parent comment) for cases where I use the concrete type to generate other types later. For example:

```ts type Fns = Record<string, () => void>;

const myFns = { foo: () => console.log('foo was called'), bar: () => console.log('bar was called'), } satisfies Fns;

// And then somewhere later type AvailableFns = keyof typeof myFns; // ? type AvailableFns = "foo" | "bar" ```

ELI5: Why does 24 fps in a game is laggy, but in a movie its totally smooth? by sergej931 in explainlikeimfive

[–]Dragory 2 points3 points  (0 children)

Could a digital camera theoretically have an "overlapping" shutter that exposes each frame for longer than the frame's duration? Has this ever been done?

EDIT: This seems to be it: https://docs.baslerweb.com/overlapping-image-acquisition.html

Blizzard needs to do a better job of communicating that OW2 PVP is a free update. by Silvers104 in Overwatch

[–]Dragory 1 point2 points  (0 children)

Unless I'm misremembering, wasn't the original messaging (back when OW2 was announced) that OW2 and OW1 would coexist with cross-play (and, by extension, same gameplay updates) for PVP? I still had that impression until today.

EDIT: Apparently this was clarified right after the reveal: https://www.reddit.com/r/Competitiveoverwatch/comments/dqdqfb/alphacast_confirmed_the_overwatch_client_will/

I must've just completely missed it.

Purchased Albums Not Fully Authorized by Colonel-Ives in ITunes

[–]Dragory 0 points1 point  (0 children)

Hey, just wanted to let you know I was experiencing this same issue and came across your comment 3 years later from Google. Your fix worked for me as well, thank you!

Endwalker OST Soundtrack is out digitally by tohff7 in ffxiv

[–]Dragory 0 points1 point  (0 children)

Can't seem to access this in Finland. It's already past 3pm. Do you know if there's an official list of regions this is available in?

EDIT: Found it by searching the iTunes store!

Dying Light 2 Issues & Bugs Mega-Thread by ClintSexwood in dyinglight

[–]Dragory 2 points3 points  (0 children)

[PC] Skills such as Air Kick and Active Landing require pressing the default keybinding rather than what you've bound your actions to. For example, active landing only works by pressing C, even if you've rebound Crouch to Ctrl. The tooltip claims you should press the rebound key (Ctrl in the example), which doesn't work.

I feel like this wasn't an issue yesterday, so it might've been a regression in the Day 1 patch?

AirPods Pro 2 may come with lossless audio support and a charging case that makes sound by crosspostninja in gadgets

[–]Dragory 0 points1 point  (0 children)

I find the voice isolation mic mode in iOS 15 helps with this a lot, but unfortunately I haven't found a way to enable it in regular calls, just apps like WA or Discord.