semi

joined 3 years ago
[–] semi@lemmy.ml 38 points 1 week ago

The pre mixed spices list their contents and it's not that hard to come up with something similar by just using the individual ingredients.

[–] semi@lemmy.ml 1 points 1 month ago

Here is an exported result list from Kagi that should be accessible without an account.

[–] semi@lemmy.ml 7 points 2 months ago

OK, so cases where you control both ends of the communication. Thanks for the clarification.

[–] semi@lemmy.ml 13 points 2 months ago (6 children)

I'm a developer and would appreciate you going into more specifics about which certificates you suggest pinning.

[–] semi@lemmy.ml 9 points 2 months ago* (last edited 2 months ago)

Lucky for you, the post contains an animated JPEG showing the change over time. Lemmy clients that don't support playback will only show a static image

[–] semi@lemmy.ml 3 points 4 months ago* (last edited 4 months ago) (1 children)

This will work in general. One point of improvement: right now, if the request fails, the panic will cause your whole program to crash. You could change your function to return a Result<Html, SomeErrorType> instead, and handle errors more gracefully in the place where your function is called (e.g. ignoring pages that returned an error and continuing with the rest).

Look into anyhow for an easy to use error handling crate, allowing you to return an anyhow::Result<Html>

[–] semi@lemmy.ml 2 points 4 months ago (1 children)

Computational protein engineer here. Pretty good explanation. I wanted to add that just because we know that a protein's behavior changes depending on pH, it is still interesting to see what atom-level changes to the 3D structure are caused by the pH shift (e.g. so that we can better predict those changes on other proteins).

[–] semi@lemmy.ml 40 points 5 months ago

12.5/8=1.5625, so the Euro price went up by 56.25%

[–] semi@lemmy.ml 3 points 7 months ago* (last edited 7 months ago)

I have been using it for the last 3 months to expose services from my home internet (plex, wireguard, etc.) through a VPS and I'm pretty happy with it. It's relatively simple to set up, I haven't had any outages so far, and it's nice that it supports UDP port forwarding as well as TCP (for wireguard).

[–] semi@lemmy.ml 3 points 8 months ago (1 children)

You could go even further and use hard links. That way, you can have two paths pointing to the same data on the partition, with the space getting cleaned up only after all references to it are removed.

[–] semi@lemmy.ml 6 points 9 months ago (1 children)

Mir ist schon klar, dass das Wahlwerbung für die Piraten ist.

Ich wäre halt eher davon überzeugt geworden, die Piraten zu wählen, wenn sie mir das Gefühl geben, dass sie die Themen differenziert durchleuchten und mir keine Meinung vorgeben. Wenn dann trotzdem noch eine große Übereinstimmung rausgekommen wäre, hätte mich das mehr beeindruckt.

So finde ich es eher problematisch, durch Anspielung an den Wahl-o-mat dessen guten und unabhängigen Ruf dafür auszuleihen, um eine ähnlich aussehende Werbeaktion zu machen.

 

Gerade angeschaut, fand ich überraschend gelungene Kommunikation inklusive viel Selbstironie. Das Team scheint wirklich Begeisterung für das Projekt zu haben.

 

There have definitely been places in my code where I had to pass around and, in doing that, clone lists of things. This could be useful for these longer-lived pieces of data.

 

While this was written in response to the takeover of Twitter, it shines a light on some of the patterns of why social media platforms in general die and get replaced, which is very relevant to what's happening with Reddit.

view more: next ›