olivier

joined 1 year ago
[–] olivier@lemmy.fait.ch 5 points 11 months ago (1 children)

For what it's worth, that same github user already reverse-engineered the game : https://github.com/skynettx/raptor and this one should be able to compile on modern platforms.

There is probably a story behind the source release, I wonder what it is...

[–] olivier@lemmy.fait.ch 1 points 11 months ago

Wow, incredible news! So many memories

[–] olivier@lemmy.fait.ch 3 points 11 months ago

That's not as true as it's been : they've published kernel modules as opensource. It's clearly not perfect nor comparable to what AMD or Intel do/did, but it's way better than when Linus raised that finger ;)

[–] olivier@lemmy.fait.ch 6 points 1 year ago

I've had a blast playing Smokin' Guns : https://www.smokin-guns.org/downloads

(Veloren is pretty awesome too, in a completely different way : https://veloren.net/ )

[–] olivier@lemmy.fait.ch 1 points 1 year ago

Great, I guess I just jumped off that ship before it became cool again ;)

Thanks for the insightful update.

[–] olivier@lemmy.fait.ch 1 points 1 year ago

To this guy, yes, though less to this article (that is pretty watered-down) than to the regular rants he posted to friendica/zot/... on that particular subject. Thanks for spotting his interview, though, brings black memories

[–] olivier@lemmy.fait.ch 8 points 1 year ago (1 children)

What do you mean by specifications?

This was a few years back, and my memory isn't that great, but from I recall : Diaspora had a rather privileged childhood, in the form of a very successul kickstarter. And they basically were the cool kids back then, and as such they didn't follow any existing protocol (which, at that time, would have been either OStatus or XMPP, basically) and went their own way. Federation at that time wasn't that much of a hype, but still they (rightfully) felt it would be great to document their protocol, and they published (some sort of) specification.

At the same time, Friendica's author (which then went to built several other socialnetworking tools/platforms, as RedMatrix, Huzbilla, Zap, Zot, ...) spent some time trying to federate his tools (can't remember if it was Friendica or RedMatrix) with Diaspora. And was appalled by how unusable the specification was. From what I understood, at least.

[–] olivier@lemmy.fait.ch 6 points 1 year ago (14 children)

It's been there much longer, for one thing. But from what I recall, it's been a mess specs-wise. I do especially remember Friendica/Zot's author despairing over how little they followed their own specifications. I'm not sure they're still relevant today

[–] olivier@lemmy.fait.ch 1 points 1 year ago* (last edited 1 year ago)

Well, I've finally found a way using plemmy instead of Lemmy.py. Basically :

from plemmy import LemmyHttp

lemmy = LemmyHttp('https://my.lemmy.instance')

lemmy.login('username','password')

lemmy.edit_community(community_id=XXX,banner="http:/yyy.tld/img.jpg")

 

I'm trying to setup a community without pict-rs (and as such, without being able to host its pictures myself). I've been tinkering a bit with the API (through python clients, essentially), and I've found how to change my users's avatar to an URL, but not a community. On Lemmy.py, for instance, I have an update() method a community object, but it can't seem to modify anything...

Has anyone an idea? Thx

[–] olivier@lemmy.fait.ch 6 points 1 year ago* (last edited 1 year ago)

Not sure if it checks all your boxes, but you could have a look at the following (and tell us if they did) :