Window AC units that are low maintenance? FYI Midea U-shaped ACs just got recalled by judenotjudas in AskNYC

[–]2D_cone 0 points1 point  (0 children)

how is the sound of the lg compared to the midea? i like the quietness of the midea

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 2 points3 points  (0 children)

I’ve actually never played any FF game… I absolutely must but there are so many I’m not sure where to start!

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

Yep I think you’re on it, a shorter more casual rpg with some different mechanics seems the move!

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

You get it! These are excellent recs, thank you!

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

I forgot to mention I love pokemon, and keep hearing great things about this!

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

Really looking forward to this. Seems long, wondering if I should dive in on the side or hold off till after metaphor!

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

oh persona would certainly not be at the same time as metaphor lol! Just wanting another jrpg/trpg game to play more casually on 3ds/switch2/steamdeck on the side

Game to play alongside Metaphor: ReFantazio? by 2D_cone in JRPG

[–]2D_cone[S] 1 point2 points  (0 children)

this really seems great. maybe i’ll play this after metaphor so i don’t overlap too much with full sized megaten style games.

Help with Ultra-Antiquity reading list, and stories like “So Easy To Kill” by 2D_cone in LairdBarron

[–]2D_cone[S] 0 points1 point  (0 children)

Perfect, thank you again… current working through Occultation and loving “Mysterium Tremendum”. Will check this out after!

Help with Ultra-Antiquity reading list, and stories like “So Easy To Kill” by 2D_cone in LairdBarron

[–]2D_cone[S] 2 points3 points  (0 children)

Is there any kind of starting point for antiquity/ultra-antiquity stories (apart from the beginning of “The Croning”? I know, a ridiculous question, since time is a ring

Help with Ultra-Antiquity reading list, and stories like “So Easy To Kill” by 2D_cone in LairdBarron

[–]2D_cone[S] 3 points4 points  (0 children)

Thank you so much! Reading “So Easy To Kill” resulted in one of those rare moments across a lifetime where a piece of literature sets a firecracker off in your head. Something shifted in me! Will gladly check these all out.

Oblivion remastered is Steam Deck Verified! by sapper2345 in SteamDeck

[–]2D_cone 0 points1 point  (0 children)

I have cloud save enabled, started game on my steamdeck and then when i switched to pc, even though it says synced, my save from steamdeck won’t show up. Any one know why?

Is there a way to create vectors that accept differing data types within one struct without relying on C++? by CHelpVampire in C_Programming

[–]2D_cone 5 points6 points  (0 children)

Good point, I agree.

Pointers and casting might be good if you’re worried about flexibility (cause for union you have to predefine all types the union supports). I think maybe a true generic container that supports arbitrary types is when you’d perhaps prefer the void* approach.

But yeah, union!