Show more

@nicd based takes. I feel better about my 30H+ trip by trains and buses with 666 connections in germany (they have ridiculous train systems, be prepared to lose hundreds of euros going through germany by land) after reading this 🤗

I took the first trip in 4 years and I had quite a valid excuse — I was helping my mom and grandma move from the border with russia inland into Latvia.

But honestly, fuck the people you describe. seriously.

climate anxiety/defeatism rant 

My dudes, Telegram is not an e2e messaging app like Signal or WhatsApp. Telegram is more like Twitter. It is a social media app that is mostly public content that also happens to have DMs, where you can turn on e2e messaging with questionable cryptography that most people never even bother to use.

@calispera I appreciate circlejerk as much as the next Magic player, but without context it looks straw as fuck.

Also, as a Latvian Jew I'm very wary of appeals to revisionism in any forms, including "my family existed longer than your nation". So I don't like that Serge guy based on this. 🙂

Insofar as I may be heard by anything, which may or may not
care what I say, I ask, if it matters, that you be forgiven for
anything you may have done or failed to do which requires
forgiveness.

Conversely, if not forgiveness but something else
may be required to insure any possible benefit for which you
may be eligible after the destruction of your body, I ask that this, whatever it may be, be granted or withheld, as the case
may be, in such a manner as to insure your receiving said
benefit.

I ask this in my capacity as your elected intermediary
between yourself and that which may not be yourself, but
which may have an interest in the matter of your receiving as
much as it is possible for you to receive of this thing, and
which may in some way be influenced by this ceremony.
Amen.

-- Roger Zelazny, Creatures of Light and Darkness, 1969

#GHC supports lexically scoped type variables, without which some type signatures are simply impossible to write. For example:
```
f :: forall a. [a] -> [a]
f xs = ys ++ ys
where
ys :: [a]
ys = reverse xs
```
The type signature for f brings the type variable a into scope, because of the explicit forall (Declaration type signatures). The type variables bound by a forall scope over the entire definition of the accompanying value declaration. In this example, the type variable a scopes over the whole definition of f, including over the type signature for ys. In Haskell 98 it is not possible to declare a type for ys; a major benefit of scoped type variables is that it becomes possible to do so.

An equivalent form for that example, avoiding explicit forall uses Pattern type signatures:
```
f :: [a] -> [a]
f (xs :: [aa]) = xs ++ ys
where
ys :: [aa]
ys = reverse xs
```
Unlike the forall form, type variable a from f’s signature is not scoped over f’s equation(s). Type variable aa bound by the pattern signature is scoped over the right-hand side of f’s equation. (Therefore there is no need to use a distinct type variable; using a would be equivalent.)

oh my god! i was walking home (fucken hot out eh) and glanced at the wall and undergrowth to the side, wondering if I’d spot any more lizards to photograph and make @k8 jealous (😂) when i saw a flash of white and stopped in my tracks… a luna moth! no fucking way! that is the absolute coolest thing, i’m thrilled #LunaMoth #moths

New prompt injection data exfiltration attack today, this time against Slack and Slack AI

It's a bit of a subtle one, but the net effect is that if you can get your malicious tokens into a Slack you can get their AI bot to trick users into exfiltrating private data by clicking on links

My notes here: simonwillison.net/2024/Aug/20/

Original report by PromptArmor here: promptarmor.substack.com/p/dat

VERY BIG TOP NEWS TODAY 👀

🇺🇦 1,263 km² of territory and 93 settlements in the Kursk region are under the control of AFU, - Syrskyi

💥 AFU destroyed pontoon crossing and engineering equipment in the Kursk region.

🔥 Rosrezerv oil depot in Proletarsk: The area of ​​fire 10.000 m2. 22 fuel tanks are burning.

🇩🇪 Germany plans to deliver four IRIS-T to Ukraine by the end of the year + 10 Gepard, 10 Leopard tanks and more, - EP

SUPPORT ME 💙💛
buymeacoffee.com/MAKS22
patreon.com/Maks24

🚨Our paper `Reclaiming AI as a theoretical tool for cognitive science' is now forthcoming in the journal Computational Brain & Behaviour. (Preprint: osf.io/preprints/psyarxiv/4cbu)

Below a thread summary 🧵1/n

#metatheory #AGI #AIhype #cogsci #theoreticalpsych #criticalAIliteracy 🧪

Procreate announced their AI plans… or rather, THE COMPLETE AND UTTER LACK OF THEM

I love their app, it’s great to see this kind of rebuke, and in many ways it’s sad that their statements here seem radical

procreate.com/ai

@virtulis Tētis tikko atrakstīja:

“Tās plūmes. Jā, no ziemeļkorejas. Meitene veikalā to apstiprināja. Uz kastēm tā esot rakstīts. Jautāju, vai citiem pircējiem nav par šo faktu jautājumi, teica, ka es tāds pirmais. To mikroskopisko uzrakstu jau daudzi vispār nevar izlasīt.”

Tiešām ir legāli pārdot Ziemeļkorejas izcelsmes produktus Latvijā? Man tas šķiet 🤯🤯🤯

The Russian reaction to Ukraine's invasion of Kursk is somewhat misunderstood. They may be slow, but they are not paralyzed. We should expect them to escalate the war, but that will require the use of conscripts. They are progressing slowly to avoid domestic backlash.
youtu.be/u_80rUKItGc

Show more
Doma Social

Mastodon server of https://doma.dev.