[-] polaris64@lemmy.sdf.org 2 points 1 month ago

Thank you, yes that surprised me too. I know that they've made some improvements so I'm expecting them to be available in a newer release, then I'll try it again.

[-] polaris64@lemmy.sdf.org 3 points 1 month ago
22
submitted 1 month ago* (last edited 1 month ago) by polaris64@lemmy.sdf.org to c/rust@programming.dev
[-] polaris64@lemmy.sdf.org 17 points 2 months ago

...We did not want to contact FlyCASS first as it appeared to be operated only by one person and we did not want to alarm them. On April 23rd, we were able to disclose the issue to the Department of Homeland Security, who acknowledged the issue and confirmed that they “are taking this very seriously”.

I think the owner of FlyCASS was sufficiently alarmed!

[-] polaris64@lemmy.sdf.org 2 points 4 months ago

A list comprehension is used to convert and/or filter elements of another iterable, in your case a range but this could also be another list. So you can think of it as taking one list, filtering/converting each element and producing a new list as a result.

So there's no need to append to any list as that's implicit in the comprehension.

For example, to produce a list of all squares in a range you could do:

[x*x for x in range(10)]

This would automatically "append" each square to the resulting list, there's no need to do that yourself.

[-] polaris64@lemmy.sdf.org 15 points 6 months ago

Common Lisp. I really enjoy the interactive development experience and the language itself (and macros). I feel though that the ecosystem isn't very active and so existing libraries are often unmaintained which is a shame.

[-] polaris64@lemmy.sdf.org 23 points 8 months ago
[-] polaris64@lemmy.sdf.org 6 points 9 months ago

And for those that don't you have JC

[-] polaris64@lemmy.sdf.org 3 points 1 year ago

Please tell me more about How many of you are actually chatbots?

[-] polaris64@lemmy.sdf.org 2 points 1 year ago

mbsync to sync IMAP to my local machine, then mu4e in Emacs to manage everything

[-] polaris64@lemmy.sdf.org 5 points 1 year ago

Emacs + Elfeed

[-] polaris64@lemmy.sdf.org 2 points 1 year ago

Welcome to Lemmy!

view more: next ›

polaris64

joined 1 year ago