JakenVeina

joined 1 year ago
[–] JakenVeina@lemm.ee 34 points 14 hours ago

Also related to reddit, since that's where I was always inundated with this shit, before moving here: the constant stream of Genshin Impact leaks that come out, that the whole obnoxious subculture is built around, are just released by Mihoyo, intentionally, under the guise of all the anonymous leakers that constantly come and go. Seems to me like the only explanation for how CONSTANTLY leaks come out, and how they're basically never actually damaging to the game or the company, while being REALLY effective at stirring up obsession in the fanbase, and driving people to invest more time and money into the game to be prepped to get the next new character immediately on release.

Also how so many of the leakers would release extremely accurate stats and numbers, but then drop statements like "if I release any more than this, I'd be risking my safety" or "since everyone's been asking about it, I'll go ahead and confirm X, but after this I'm gonna have to go on hiatus for a while, until things cool down". Seems like nonsense meant to either inflate the leaker's ego, or rile up the fanbase.

[–] JakenVeina@lemm.ee 3 points 1 week ago

First game I ever played where I was like "yo, I actively WANT to do the speedrun achievement, and the deathless achievement." So, first game where I ever did those things. Maybe I'm just crazy, but I found them way easier than I expected.

Also, a prime example of storytelling through music.

[–] JakenVeina@lemm.ee 28 points 1 week ago

I appreciate the "carrot with a bit out of it" icon.

[–] JakenVeina@lemm.ee 1 points 1 week ago

Naaaaaaaaaahhhhh......

[–] JakenVeina@lemm.ee 3 points 1 week ago (1 children)

I'm guessing Vance said something insulting about Appalachia.

[–] JakenVeina@lemm.ee 43 points 1 week ago (4 children)

It's the capability of a program to "reflect" upon itself, I.E. to inspect and understand its own code.

As an example, In C# you can write a class...

public class MyClass
{
    public void MyMethod()
    {
        ...
    }
}

...and you can create an instance of it, and use it, like this...

var myClass = new MyClass();
myClass.MyMethod();

Simple enough, nothing we haven't all seen before.

But you can do the same thing with reflection, as such...

var type = System.Reflection.Assembly.GetExecutingAssembly()
    .GetType("MyClass");

var constructor = type.GetConstructor(Array.Empty<Type>());

var instance = constructor.Invoke(Array.Empty<Object>());

var method = type.GetMethod("MyMethod");

var delegate = method.CreateDelegate(typeof(Action), instance);

delegate.DynamicInvoke(Array.Empty<object>());

Obnoxious and verbose and tossing basically all type safety out the window, but it does enable some pretty crazy interesting things. Like self-discovery and dynamic loading of plugins, or self-configuration of apps. Also often useful when messing with generics. I could dig up some practical use-cases, if you're curious.

[–] JakenVeina@lemm.ee 4 points 2 weeks ago

Goddamn, I completely missed that.

[–] JakenVeina@lemm.ee 8 points 2 weeks ago

I think they're a decent chance that's what they mean, anyway. "What, no, what the hell would we want with your shitty social media software? Just give us the domain name."

[–] JakenVeina@lemm.ee 1 points 2 weeks ago

Me, it's not the size of the blueprint, particularly since they added 5x5 and 6x6 blueprints in 1.0, it's the fact that blueprint placement is horrendous for seemingly everything except perfectly-rectangular structures. And non-rectangular structures are basically the ENTIRETY of thing the things that are difficult to build, and thus worth blueprinting.

[–] JakenVeina@lemm.ee 3 points 2 weeks ago (4 children)

My wife and I have been putzing with coal power and blueprints and experimenting with architecture for 3 days now. Haven't really done anything productive in that time. Have completed Tier 3, and part of Tier 4.

I'm on the verge of declaring blueprints to be more trouble than they're worth. Anyone else?

[–] JakenVeina@lemm.ee 9 points 2 weeks ago (1 children)

If you're interested in detail, I can recommend this book: https://play.google.com/store/books/details?id=ncGVPtoZPHcC.

[–] JakenVeina@lemm.ee 2 points 2 weeks ago

I'm also neither a mod nor member. I have never posted nor commented in c/vegan. I do not habitually downvote posts from c/vegan. I am banned from c/vegan, as of about a week ago.

If that isn't overreach, I dunno what is.

If they don't want non-members to be able to vote or comment on their stuff, that's fine, take the community private.

 

Pencilvania.

2
Hexbear? (lemm.ee)
 

So, I thought Hexbear defederated from us a little while back, and we, in turn, defederated from them. Why do I keep seeing occasional (new) Hexbear posts in the "All" feed, lately? Did the defederation get reversed? Is it somehow a bug?

 

The site name's a play on "The Onion" so it's gotta be satire, right? I couldn't find an about page to confirm.

 

After watching the first couple of episodes, my wife and I were considering having our 8-year-old watch it with us. Then I noticed the TV-MA rating.

Not looking for spoilers, but like, is the show gonna take a bit of a turn, eventually? There hasn't been anything CLOSE to TV-M-worth thus far, in my mind.

0
submitted 1 year ago* (last edited 1 year ago) by JakenVeina@lemm.ee to c/memes@lemmy.ml
 
 

I dunno if this is QUITE the content y'all are looking for, but if nothing else, I'm kinda astounded it worked.

Yes, she did eventually get there.

view more: next ›