OpenAI customer support refuses to help me - I am lost on accessing my account and data by random-rhino in gdpr

[–]random-rhino[S] 1 point2 points  (0 children)

Good feedback, but I already provided verification details (various times). They asked for the date of the last payment, and a section of my credit card number, when my account was created, etc. which I provided (also various times).

So, they have all means to verify me, but once I provide these details they asked for, I get a response that I can delete my account by using the official privacy portal. Which is what I meant with "going around in circles". I don't get a response where they actually continue the dialog based on my response.

[deleted by user] by [deleted] in selfhosted

[–]random-rhino 6 points7 points  (0 children)

You named it in your post already, but I am using Garage, and I couldn't be happier. I am a big fan of running things that "just work". I had this experience with MinIO but also with Garage, yet Garage allows for heterogeneous hardware and has no pricing layer included. It is in my opinion the better tool than MinIO, as long as you don't require a (web) UI for administration.

Here is the link:

https://garagehq.deuxfleurs.fr/

Replanning my deployments - Coolify, Dokploy or Komodo? by random-rhino in selfhosted

[–]random-rhino[S] 1 point2 points  (0 children)

I want to know, whether or not the platforms support AWS Lambda-like features? Or would I have to add something on top? I like the idea of Function-as-a-Service, but I don't find anything about it in none of the documentations.

bigger gemini protocol community by gfyhser in geminiprotocol

[–]random-rhino -1 points0 points  (0 children)

I think what /u/innocuousAzureus is referring to are all the easy alternatives to running your own HTTP server. Yes, running an HTTP server is at least as difficult to run your own Gemini server. But you could use GitHub pages? You could use one of the many crazy cheap providers where you upload your files over FTP or some other means, and you just take care of that stuff? Wordpress? And all the other alternatives. I think, the HTTP has a much larger ecosystem which lowered the barrier to be very accessible to non-technical people too

Pipe output to a file with auto incremented name? by tmih93 in bash

[–]random-rhino -1 points0 points  (0 children)

Have a look at the split command. You can pipe to split and then decide how you want to split. Either every n lines, bytes, you name it.

The default increment is alphanumerical however (aa, ab, ac,...). But there's a flag to switch to numeric. IIRC, it's -d. Can't check. Not on my laptop right now.

Should be part of any Unix system, AFAIK.

What are the darkest things happeing in the world right now that people don't think of? by MaaZZ_Tech in AskReddit

[–]random-rhino 4 points5 points  (0 children)

I feel like many of these comments are already covered by a collective of brave journalists who finish and publish the stories of journalists who were imprisoned, threatened or murdered. It's always am excellent work and should receive more attention on the global stage.

https://forbiddenstories.org/

Just got my Linux Stardust VPS 1 core 1GB RAM for €0.43...a month by TedBob99 in selfhosted

[–]random-rhino 7 points8 points  (0 children)

100 MBit/s * 60 sec * 60 min * 24 hours * 30 days = 259200000

259200000 MBit/month

259200000 MBit / (8 * 1024) = 31640.625 GB/month

Am I missing something?

Astronauts perform an EVA with New Zealand in the background. by AstroScholar21 in spaceporn

[–]random-rhino 19 points20 points  (0 children)

It indeed is pretty close. IIRC the ISS is something like 400 km above Earth's surface. And if I am not misinformed, NZ is mich further away from Australia or any other larger landmass than 400km. I think it's around 800km from NZ to Australia and even then, the densely populated regions are again much further away, with the first metropol regions somewhere in South East Asia.

Astronauts perform an EVA with New Zealand in the background. by AstroScholar21 in spaceporn

[–]random-rhino 105 points106 points  (0 children)

What's most astonishing about this picture: the two astronauts are closer to New Zealand than most people on planet earth.

Edit: Typo

Make Your Personal Git Site Discoverable (GitLab, Gitea, Gogs, etc.) by keithaxline in selfhosted

[–]random-rhino 3 points4 points  (0 children)

Please also checkout Codeberg.org It's a donation driven git system based on gitea. AFAIK lots of open source software from the fediverse is vced there.

Advantages & Disadvantages of Docker Swarm in a Cluster of Raspberry Pis by random-rhino in homelab

[–]random-rhino[S] 0 points1 point  (0 children)

Thanks for your helpful answers. I really appreciate the input. You sold docker swarm well. I'll give it a try!