(hollaback/cc)

@d_run
337 Followers
380 Following
105 Posts

Parentheses enthusiast ∞ | Psi-Division 🧠 | Bagel Enjoyer 🥯 | ⚠️ All Social Media is Bad ⚠️

Social media is a cancer on our society right now. And I would encourage people to log off, turn off, touch grass, hug a family member.

Co-founderPapers We Love™

I will continue to pronounce `dynamic-wind` as though it were an interesting weather phenomenon and no one's going to stop me!!

#scheme

Sean T. Allen on Deny Capabilities for Safe, Fast Actors [PWL NYC] - originally posted on Jan 17, 2020

📺 https://www.youtube.com/watch?v=PkOHZEJeJtQ

#paperswelove #video

Sean T. Allen on Deny Capabilities for Safe, Fast Actors [PWL NYC]

YouTube

My team at the Wikimedia Foundation is hiring for a Software Engineer!

https://job-boards.greenhouse.io/wikimedia/jobs/7736112?gh_src=wptwl5lp1us

Feel free to reach out / ask questions.

#fediJobs #getfediHired

Software Engineer III, Fundraising Tech

Remote

Wanted to include weather information into my "homelab dashboard" so got vibey with Claude to make a Common Lisp client for #OpenWeatherMap - https://github.com/DarrenN/openweathermap

If you aren't a lisper but still want to use that API, I generated a set of OpenAPI (swagger) specs you could use to generate your own client - https://github.com/DarrenN/openweathermap/tree/main/spec

#lisp #weather #api #ai

Peter Alvaro on "Causes and Explanations: A Structural-Model Approach" - originally posted on Mar 16, 2017

📺 https://www.youtube.com/watch?v=yRNbZSUsre0

#paperswelove #video

Peter Alvaro on "Causes and Explanations: A Structural-Model Approach"

YouTube

Package managers à la carte: A Formal Model of Dependency Resolution

https://watch.eeg.cl.cam.ac.uk/w/iPX1Xx8LAZnuhojVYbyvAB

#video #fosdem #programming

Package managers à la carte: A Formal Model of Dependency Resolution

PeerTube
An interactive intro to quadtrees

An interactive exploration of quadtrees. Start with brute-force spatial search, build recursive space partitioning step by step, then use it for point lookups, range queries, nearest-neighbor search, collision detection, and image compression.

Knittable Seashells by Fabienne Serrière - originally posted on Oct 11, 2017

📺 https://www.youtube.com/watch?v=3JwSFxpXIFE

#paperswelove #video

Knittable Seashells by Fabienne Serrière

YouTube

How do teach the AGENTS to treat Lisp code as the structured tree that it actually is?

#lisp #llm #agents

I have a mesh topology library that takes pluggable algebras. Here’s sphere inversion by creating an icosphere using PGA3D, then inverting it through another sphere using CGA3D. The effect is a bit like Escher’s conformal map visualizations, but on a triangle mesh.
#geometer