sparky

joined 2 years ago
MODERATOR OF
[–] sparky@lemmy.federate.cc 53 points 2 years ago

Ask it to do something illegal, then wait to see if it starts its reply with some version of, “as an AI language model…”

/s

[–] sparky@lemmy.federate.cc 12 points 2 years ago (3 children)

I, a human, am also here, doing completely ordinary human things, like buffering, and rendering. Have you defragmented your boot partition lately, fellow human?

[–] sparky@lemmy.federate.cc 4 points 2 years ago

We’d pour out a few bottles of rubbing alcohol somewhere with a “streak” back to where we were standing and then light it on fire. Basically catches ablaze for 5-10 seconds and then it’s gone, with minimal to no burning to stuff underneath. So obviously it’s not safe exactly. But we’d pull pranks with it. “Bro your bike is on fire, look!!”

[–] sparky@lemmy.federate.cc 20 points 2 years ago (3 children)

Feels almost like going back in time, to the earlier days of the net. IRC, XMPP, Usenet… all distributed.

[–] sparky@lemmy.federate.cc 1 points 2 years ago

It’s not always public, but it’s designed for use in a cloud application environment, so it’s not literally DropBox, but the metaphor is useful to understand it in that, it’s a remote store not accessible by the local file system / device explorer, and it lives on a server whose specifics you don’t know or care about.

[–] sparky@lemmy.federate.cc 2 points 2 years ago (3 children)

Block storage is also another option, but I believe it then becomes your problem to mount it, etc. You can think of object storage as a “cloud drive” that has its own web serving capabilities; you upload your files “somewhere” that now live in a cloud that you don’t have to manage, and that end users’ browsers can directly pull files from. it does tend to be cheaper as well. So some advantages there for our use case.

[–] sparky@lemmy.federate.cc 7 points 2 years ago (1 children)

It’s like Bioshock except optimistic

[–] sparky@lemmy.federate.cc 2 points 2 years ago (4 children)

Thinking about this a little more: I think yeah the HTTP requests will always hit your VPS, but if what you're saying is that pictrs is loading from object store and then re-serving them off your VPS, then an NGINX rule might be able to redirect the GET directly to the object store; so that instead of transferring the actual image bytes, it just 204's the browser through to the object store. I don't know how feasible this is but I may play around with it to see.

[–] sparky@lemmy.federate.cc 5 points 2 years ago (6 children)

Ah! Noted. That said, it is definitely storing the bytes on the object store. I imagine someone clever with nginx or such could set up some rewrite rules to bypass pictrs entirely for GET requests, but unfortunately that's beyond my pay grade here.

[–] sparky@lemmy.federate.cc 6 points 2 years ago (1 children)
[–] sparky@lemmy.federate.cc 3 points 2 years ago (2 children)

I assume the larger instances would probably know this already, since they likely have more skilled sysadmin teams than we one-man-show types, but very true - if anything it would save them money to a much greater degree than small instances!

view more: ‹ prev next ›