cosmicrose

joined 1 year ago
[–] cosmicrose@lemmy.world 25 points 2 months ago (4 children)

The YouTube channel “Tasting History” has a video on this. If you’re interested in the history of food, that channel is fantastic.

[–] cosmicrose@lemmy.world 23 points 2 months ago (1 children)

I’m proud of you. Linux Mint was my first daily-driver distro and it’s still one I’d recommend to newcomers. I hope you have a great time with it!

[–] cosmicrose@lemmy.world 19 points 2 months ago (5 children)

This picture is inaccurate, Pluto is actually much farther away.

[–] cosmicrose@lemmy.world 3 points 3 months ago (2 children)

I’ve had a great experience with the TrueNAS Mini-X system I bought. ZFS has great raid options, and TrueNAS makes managing a system really easy. You can get a box built & configured by them, with 16 GB ECC RAM and five (empty) drive bays, for about $1150 at the most affordable end. https://www.truenas.com/truenas-mini/

One thing to be careful about: you can’t add drives to a ZFS vdev once it’s been created, but you can add new vdevs to an existing pool. So, you can start with two mirrored drives, then add another two mirrored drives to that pool later.

(A vdev is a sub-unit of a ZFS storage pool, and you have to choose your RAID topology for each vdev and then compose those into a storage pool)

[–] cosmicrose@lemmy.world 22 points 4 months ago (1 children)

Borderlands 2 is my favorite in the franchise, for sure.

[–] cosmicrose@lemmy.world 11 points 4 months ago (1 children)

I have remembered that post after all these months. It lives within my heart now.

 
[–] cosmicrose@lemmy.world 40 points 4 months ago (4 children)

The common wisdom about backups is the 3-2-1 backup strategy, which recommends:

  • 3 total copies of your data, including your original or “production” data
  • 2 different forms of media
  • 1 off-site copy

Proton Drive can be a decent off-site backup, but it would be a good idea to make a separate backup of your data on a different form of media like an external hard drive, just in case Proton Drive goes down, or the data there gets corrupted and you need to restore a known good version.

[–] cosmicrose@lemmy.world 2 points 4 months ago

Check out gamemode if you’re gaming, it should improve performance a little bit

[–] cosmicrose@lemmy.world 2 points 4 months ago

What worked for me is learning some better letterforms from some free images from the Write Now book (by Getty-Dubay) on italic cursive. It’s a different kind of cursive from the awkward one I was taught in school, and it’s a lot easier to write and read.

I think the biggest improvement in my handwriting was just finding letterforms in that book that are both easy to write but that are also more clearly distinguishable when you write quickly. For example, just putting a little curl at the bottom of my lowercase T’s, I’s, and L’s made them a lot more aesthetically pleasing but also more clearly distinct from other letters.

Once you find some letterforms like that, it just takes a little practice to rewrite your muscle memory.

[–] cosmicrose@lemmy.world 1 points 6 months ago

There are a bunch of message broker services out there, and having a consistent set of common keys along with a documented process for transforming events to/from different systems means that this kind of data can move through different systems without getting mangled. It does have a spec for JSON, so it can be considered just a standardized JSON blob with transformation rules. But it also has a protobuf spec, specs for MQTT, NATS, HTTP, Avro, etc. It’s a common language for all these systems.

[–] cosmicrose@lemmy.world 5 points 6 months ago (1 children)

I’m really into CloudEvents because I love event-driven systems, and since events can come from, or be consumed by, so many different services, having a robust spec is super duper useful.

[–] cosmicrose@lemmy.world 30 points 7 months ago (2 children)

Objectively incorrect I hate that goddamn gopher

 

Does anyone else think that Elixir could be really well-suited to writing fediverse applications? I'm really tempted to try my hand at writing an alternative Lemmy backend. If anyone is feeling the same way, I'd be more than happy to host a project on my GitHub and give y'all access and we can see what we can do.

 

A post on mutability and state in Elixir. Functional yes. Immutable? Eeh..

view more: next ›