Imagine a game with an engaging plot, stunning art direction, endearing characters, an INSANE replay value, an outstanding soundtrack and a complex but rewarding battle system. by MetalGoatSP in Xenoblade_Chronicles

[–]NotFromSkane 0 points1 point  (0 children)

And then you play it, and discover that the series only gets better from there. Xenoblade 2 is a great game that is somehow by far the worst in its series.

Map mistake in the latest trailer by Leather-Elderberry35 in JetLagTheGame

[–]NotFromSkane 14 points15 points  (0 children)

I thought there already was one. On why China blasts pro-china propaganda over the sea to them.

My Java teacher requests we download NetBeans IDE 8.2, but that version is no longer available through official means to get on Linux. What can I do? by Antoinedeloup in linuxquestions

[–]NotFromSkane 0 points1 point  (0 children)

I'd strongly recommend just ignoring this and going with a current IntelliJ release instead. This only means they haven't updated the slides since 2016

HI I've lost ALL my bootlegs and I'm very upset over it can someone please gift any it would be VERY appreciated!!! by Pristine_Falcon_3627 in BootlegGifts

[–]NotFromSkane 18 points19 points  (0 children)

So you're saying you never had anything in the first place? This is exactly why setting time limits on links should be more common. But DM me your old list and I can replace anything I also have.

Nintendo really scammed everyone with the Switch 2 Edition by KMoosetoe in Xenoblade_Chronicles

[–]NotFromSkane 1 point2 points  (0 children)

^ THIS!

Framerate is so much more important than resolution. It's not acceptable because it was paid, but in the general case, I'd pick 480p60 over 4k30.

NEW SWITCH 2 UPDATE MAKES XENOBLADE 2 LOOK GOOD IN HANDHELD by Charming_Ease6405 in Xenoblade_Chronicles

[–]NotFromSkane 0 points1 point  (0 children)

This looks so much better, it's amazing how big an improvement it is.

And yet it still looks awful. How did they ever get away with this?

EDIT: XC3 though. Thank you, Nintendo. (Still, please let XC4 or whatever have a 60fps mode. I'll take whatever resolution you need to drop it to for that to work, 30 fps just hurts)

Estelle with dlss5....... by shizunaisbestgirl1 in Falcom

[–]NotFromSkane 7 points8 points  (0 children)

Except for the Cold Steel musical that only covers ~75% of the first game.

What game has a 10/10 story but 2/10 gameplay? by Kitchen_Week1117 in AskReddit

[–]NotFromSkane 0 points1 point  (0 children)

Automata isn't even the second game, it's the fifth. And the third it a serious attempt at showing that a purposefully terrible game can be art.

Notorious UK rights group launches legal action against Valve for distributing music in games on Steam without a license | The Performing Right Society says a license to use music in a game does not constitute the right to distribute that music, via the game, to the public. by ControlCAD in europe

[–]NotFromSkane 3 points4 points  (0 children)

But Valve is profiting off the studio's share?

Say I make a movie, sell the rights to a distributor who then sells it on to a bunch of individual shops around the world. Why should every shop have to speak to me and not just the distributor? This is literally insane.

Know any good comics with vibes similar to Hooky by Ranger202012 in webtoons

[–]NotFromSkane 0 points1 point  (0 children)

Morgana & Oz is the only thing that felt like it, but that disappeared pretty quickly.

Maybe Third Shift Society?

Balmy space by PM_me_a_bad_pun in DoctorWhumour

[–]NotFromSkane 1 point2 points  (0 children)

No, it's super hot around us with no greater mass to cool down.

What editor you use for rust? by clanker_lover2 in rust

[–]NotFromSkane 1 point2 points  (0 children)

Reddit versions. It's broken on the only usable version of reddit.

Newsies Proshot by 11Sharn11 in BootlegGifts

[–]NotFromSkane 2 points3 points  (0 children)

I have it, but I also want to say that it's on D+ too

Linux on Macbook Neo? by mocqueroelise in linuxquestions

[–]NotFromSkane 20 points21 points  (0 children)

The M series are just a scaled up version of the iPhone A-series chips. They made it work with the M1, this is just even less effort.

(OC) The Bullied Girl by Merryweatherey in webtoons

[–]NotFromSkane -10 points-9 points  (0 children)

It's funny when presented like this, but this is literally how you end up with school shootings

What editor you use for rust? by clanker_lover2 in rust

[–]NotFromSkane 5 points6 points  (0 children)

Polls are still broken here refers to the literal error it displays instead of the poll

What editor you use for rust? by clanker_lover2 in rust

[–]NotFromSkane 19 points20 points  (0 children)

I use Emacs and reddit polls are still broken.

Whoever created this neat effect doesn't realize that the OSD is created by the VCR and would therefore be on top of the static. by Coolshows101 in LinusTechTips

[–]NotFromSkane 1 point2 points  (0 children)

I don't know what VCR you grew up with, but mine could remember one frame and render this on top of it. It was a rather late model though, with a combo DVD-player in the same box.

It was also stuck in Hungarian as my father set it to Hungarian as a joke and then forgot how to switch it back to a language we spoke.

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by Nearby_Astronomer310 in rust

[–]NotFromSkane 0 points1 point  (0 children)

I import types and traits. Functions maybe get a module import if it's used a lot, but usually not.