@agsjo

1 Followers
12 Following
39 Posts

I've added a bunch of original drawings from my Power Lines Drawings series to my online store:

https://marcusmerritt.bigcartel.com/category/power-lines-drawings-original-drawings

#funfact Originally 7up contained lithium citrate, a mood-enhancing drug used to treat depression, mania, and hangovers. It was marketed as a health-focused beverage to "up" spirits, with "7" likely referring to its lithium content or ingredients, before dropping lithium in 1948.
Cairngorm Crags - Watercolour, 25 x 35 cm.

#watercolour #art #cairngorms #scotland #mountains

This is so cool. For their graduate thesis, writer & crafter, Alanna Okun made a game about knitting and hand knitted an arcade console to put it in.

The game: https://alannabean.itch.io/loose-ends

More info: http://www.alannaokun.xyz/

as someone with a blossoming interest in compilers, i was very excited to learn about QBE, a "hobby-scale and pleasant to hack on" compiler backend/intermediate representation https://c9x.me/compile/ (i had been thinking "what if i had my hobby compiler emit llvm ir" but then i visited the llvm ir language reference page and scores of wailing banshees emerged)
QBE - Compiler Backend

#The100DayProject #Day40/100
I love this little creature so much. I hope you can see that in the drawing, although it's far from perfect.
#Birds #Gardenlife #GreatTit #Colouredpencil with marker underlay #Courses #artjournaling #drawing #sketching

Anthropic has raised 67.3 billion dollars.

Secure secret storage on anything but Mac: TODO

You wrote a novel using AI? Cool. It's like that time I ran a marathon using a Ford Focus.

i have been writing a graph processing library for about a year now and if i was a fucking AI grifter here is where i would plug it as like "actually a graph processor library" and "could do all of what claude code does without fucking being the worst nightmare on ice money can buy."

I say that not as self promo, but as a way of saying how in the FUCK do you FUCK UP graph processing this badly. these people make like tens of times more money than i do but their work is just tamping down a volley of dessicated backpacking poops into muskets and then free firing it into the fucking economy

i love this. there's a mechanism to slip secret messages to the LLM that it is told to interpret as system messages. there is no validation around these of any kind on the client, and there doesn't seem to be any differentiation about location or where these things happen, so that seems like a nice prompt injection vector. this is how claude code reminds the LLM to not do a malware, and it's applied by just string concatenation. i can't find any place that gets stripped aside from when displaying output. it actually looks like all the system reminders get catted together before being send to the API. neat!