Irisos

joined 1 year ago
[–] Irisos@lemmy.umainfo.live 17 points 9 months ago* (last edited 9 months ago)

I just accept our fate.

Humanity will probably realize we seriously fucked up around 2050 and near the end of the century mass migration will lead to a death count much bigger than WW2 or the chinese civil wars.

The only grace is that most of us reading this thread will die from various reason before the second stage.

I will still do my part by reducing my CO2 footprint but unless we find some miracle technology producing nuclear power plant levels of energy for the cost of a charcoal power plant, shitty world leaders and corporations will ruin everything for fake wealth.

[–] Irisos@lemmy.umainfo.live 3 points 11 months ago* (last edited 11 months ago)

Generating a large amount of utterances to train your cloud service language model for a bot because I'm sure not writing hundreds of utterances all asking the same thing.

[–] Irisos@lemmy.umainfo.live 21 points 1 year ago* (last edited 1 year ago) (2 children)

It's fine. He just exchanged trademarks with Egosoft https://twitter.com/EGOSOFT/status/1683477783584858115 so he is in the clear 👍

[–] Irisos@lemmy.umainfo.live 1 points 1 year ago

If you are not using any HA feature and only put servers into the same cluster for ease of management.

You could use the same command but with a value of 1.

The reason quorum exist is to prevent any server to arbitrarily failover VMs when it believes the other node(s) is down and create a split brain situation.

But if that risk does not exist to begin with, so do the quorum.

[–] Irisos@lemmy.umainfo.live 4 points 1 year ago (1 children)

How is that a rip off? You pay 20€ once and get the ability to sideload any UWP app and develop for the console.

Compare it to both Nintendo and Sony where:

  • You have to pay multiple times the price of the console for the dev kit
  • You don't own said dev kit
  • Their SDKs are not publicly accessible
  • You have to sign multiple NDAs on top of all those issues
  • Assuming you have no problem with all this, you can be rejected as a developer for any reason

Considering how locked consoles were and still are (Except for the PS3 "other OS") period. Being able to get a decent current gen console, that doubles as an emulator, with development capabilities for an additional 20 euros is a gift, not a rip-off.

[–] Irisos@lemmy.umainfo.live 1 points 1 year ago

Thank you for the information I'll definitely check that out.

[–] Irisos@lemmy.umainfo.live 2 points 1 year ago (4 children)

This feels like a very bad joke.

You could buy one of those embedded CPU/RAM motherboard, 3d print a tablet like case for it + design a screen for that case, install linux with a GUI supporting touchscreen and you created a much better product for the fraction of the cost.

How do they even find customers to buy this thing?

[–] Irisos@lemmy.umainfo.live 1 points 1 year ago

Not just posts. Any message you are sending to anyone is unencrypted and can easily be looked at by instance owners.

Unextended ActivityPub makes it so that everything is shared without privacy, any operation is "best-effort" and also depends on the goodwill of the target (ie: a server could refuse all delete on purpose or refuse to deliver messages/posts without any hints)

[–] Irisos@lemmy.umainfo.live 9 points 1 year ago* (last edited 1 year ago) (2 children)

Oracle Linux is 100% the cause of this change.

Imagine supporting 2 other distros to make your own enterprise linux that is your only source of money through optional subscriptions to it.

Then some other big unethical corporation (much like your own parent company) comes in, use the GPL license to clone it and slap an "Oracle db certified" sticker on it. Finally, they decide to use the same subscription model as you except they get insane margins since you did 99% of the work for them.

But looking at what Rocky Linux is saying publicly. It's not impossible that Red Hat won't levy their right to remove access to the sources to non-commercial forks of RHEL.

[–] Irisos@lemmy.umainfo.live 3 points 1 year ago* (last edited 1 year ago)

/api/v3/site returns an object with the property "my_user" which itself has a property "follows".

For more details on the objects structure. The api documentation on join-lemmy should suffice.

[–] Irisos@lemmy.umainfo.live 1 points 1 year ago* (last edited 1 year ago)

More of a VS thing but the fact that you need to have copilot to have a good intelisense experience.

Let's say you are defining several JsonPropertyName attributes for your properties, while writing:

[JsonPropertyName("postId")]
public int PostId { get; set; }

Base intellisense will propose something completely unrelated for the property while with the github copilot extension, it will automatically recommend the correct property PostId after writing the JsonPropertyName attribute.

Same thing if you are defining Validators in the same file as the validated object:

// Post.cs

public class Post ...

public class PostValidator: AbstractValidator<Post> ...
}

With the copilot extension, after 2 or 3 files, it will automatically propose a validator class for autofill. Default intelisense? You got to type it out manually for every file.

[–] Irisos@lemmy.umainfo.live 2 points 1 year ago

Thanks for the correction. In that case going to be interesting how this issue progress.

view more: next ›