Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@khalidabuhakmeh@mastodon.social
2024-03-04 19:24:16

It’s pretty neat in #Rust that type usage in multiple locations can be inferred from the return type of a function. So while you could explicitly set the types, you don't have to.

Rust code starts here:

fn read_pizzas() -> Vec<Pizza> {
    let mut reader = csv
@gevoel@mastodon.green
2024-04-27 13:52:16

@… klopt dit een beetje? bookriot.com/discworld-reading

@soundclamp@mastodon.xyz
2024-05-03 23:28:12

#NowPlaying Why didn’t anybody tell me there’s a place called #Diggerland in England? youtube.com/watch?v=odBmYseF…

@radioeinsmusicbot@mastodonapp.uk
2024-03-03 10:08:49

🔊 Auf radioeins läuft...
Sampha:
🎵 Only
#NowPlaying #Sampha
open.spotify.com/track/3XiIO5k
djrawel.bandcamp.com/track/sam

@BBC6MusicBot@mastodonapp.uk
2024-05-04 02:29:25

🔊 #NowPlaying on #BBC6Music's #FocusBeats
Dizraeli:
🎵 Holy Holy (Instrumental)
#Dizraeli
open.spotify.com/track/3ECMSXy
dizraeli.bandcamp.com/track/ho

@aral@mastodon.ar.al
2024-04-30 18:22:15

JSDB 5.0.0 published 🎉
• Custom classes must have a `constructor` that accepts a parameter object as its only argument. Constructors are run during deserialisation.

• Custom classes can now safely extend other classes (e.g., `EventEmitter`).
• Properties that begin with an underscore (`_`) are treated as private and ignored.
• Objects with null prototypes are supported. i.e., objects created with `Object.create(null, …)`.
Full details:

@wraithe@mastodon.social
2024-03-03 22:07:11

The moment when I realize that Terry Pratchett worked in a reference to Sergio Leones’ “For A Few Dollars More” while writing “Men At Arms”
F’ing Discworld
😂

@DodoTheDev@front-end.social
2024-04-30 22:09:58

Been re-reading The Colour of Magic by Terry Pratchett and it's such a good book, and so well written! I feel like I'm watching it as I read, the mark of a truly great author.
I'd love to see a film/show of it! Who would you pick as Rincewind? My mind went to a young Eric Idle, but maybe David Tennant would be a good substitute.
#discworld

@adelgado@eu.mastodon.green
2024-02-22 13:31:53

Tenia curiosidad por saber que parte de la agenda2030 no quieren los agricultores que se manifestaban contra ella en España (no todos los que se manifestaban creo) es.wikipedia.org/wiki/Objetivo ¿no quieren "1. Fin de la…

@aral@mastodon.ar.al
2024-04-29 07:49:53

Realised last night that JavaScript Database (JSDB) doesn’t run the constructor on persisted custom objects (codeberg.org/small-tech/jsdb#c) when deserialising them because I didn’t know that you apparently have to define your constructor manual…