Some personal news: I’m transitioning from CEO to a new role as Bluesky’s Chief Innovation Officer! I’m excited to welcome @toni.bsky.team as our interim CEO.
More here: bsky.social/about/blog/0...
Some personal news: I’m transitioning from CEO to a new role as Bluesky’s Chief Innovation Officer! I’m excited to welcome @toni.bsky.team as our interim CEO.
More here: bsky.social/about/blog/0...
It is the first full day of this year’s Arctic Winter Games held in Whitehorse and over the next week APTN’s Sara Connors will be sharing highlights and updates of the event.
She joined our host Creeson on the show to tell us what we can expect.
Ep 523 - Why I'm Still Using std::cout (on this channel)
youtu.be/TreruByxQWE
The Centre for Free Expression has done far more legwork, contacting every Alberta school division, asking how many removed books, and sending access to info requests to every division that said they did remove materials. The results they have so far are in this national challenge database #AbEd
Tanya Tagaq releases new album
Tanya Tagaq has released her latest album, titled Saputjiji, described as "a potent counter-strike against billionaires, genocide, abuse and colonial systems."
The Gwich’in Tribal Council says eight illustrated Gwich'in children's storybooks in two dialects are now available on the web and as physical copies.
"You should be writing."
NDC Toronto 2026: Demystify LLMs! 🧠
Join Michelle Frost for: "Between the Layers - Interpreting Large Language Models."
Explore the inner workings of LLMs and learn how they actually generate responses.
📅 ndctoronto.com/agenda
🎟️ ndctoronto.com/tickets
🍁 May 5-8! #NDCToronto #AI #LLMs
For those who
Shifted time today,
May your Monday
Be free of accidents.
Seven in 10 social media images are now AI-generated. That surge is testing whether Meta’s Oversight Board can still function as the “supreme court” of content moderation https://restofworld.org/2026/mmeta-oversight-board-challenges/?utm_campaign=row-social&utm_source=bluesky
There's a wind warning where I am today:
"Local utility outages are possible. High-sided vehicles will be pushed around by the wind. Damage to roofs, fences, branches or soft shelters is possible."
Certain times of the year can be windy here, but not often like this.
I've been expecting to see this shift for a while and it is interesting to see it actually starting to happen.
Anyone with a Canadian great-grandparent can now become a Canadian citzen (with the documented proof).
www.cbc.ca/news/canada/...
An Inuvik makerspace and digital media workshop space looks set to shut down at the end of March because it cannot find funding to continue.
NDC Toronto 2026: The Future of Carbon! 🚀
Join Chandler Carruth for his session: "Carbon: graduating from the experiment." Explore the evolution of Carbon as a C++ successor, its interoperability, and what lies ahead.
📅 ndctoronto.com/agenda
🎟️ ndctoronto.com/tickets
🍁 May 5-8! #cpp #NDCToronto
I also got some of the basic setup for functions themselves.
I know my design has stabilized because the whole of this took half a day. It's all just small variations now.
Tomorrow I'll add in initial support for a mini compiler that turns lambda abstractions into meta-assembly.
Good stuff.
2/2
[cctmp]
Today I added initial support for function types to my library.
I implemented lambda expression variables and abstractions. Using these I coded an expression representing the identity function acting on unsigned ints.
1/2
This spreadsheet is insane. Search for your cancelled NEH grant here! 👇
Really appreciated these two stories about women's hair. The story by Carissa Sherman hit home, as I've gone back and forth about my hair and being Indigenous
Today the sun sets at 6:23pm.*
Tomorrow it sets at 7:25pm.
---
*Where I am.
So @anthropic.com can potentially change the landscape by offering all OpenAI employees a job, if they are willing to jump ship. Seems like the right time to make this sort of move
In the moment *there and then* I might not always be the clearest communicator, but in my designs I do in fact put a lot of thought and effort into the words I choose.
[cctmp]
Bind·er·y: A place where books are bound.
I'm adding both lambda and dependent expressions to my library. With lambda you can "apply" and thus have "applications." Dependent is analogous, so I chose the word "bind." I'm trying to maintain the narrative, so then *binderies* ?
Another fun thing I learned yesterday is that global vegetable oil prices and crude oil prices are themselves much more correlated than they used to be due to 21st century biofuel policies
[cctmp]
Going for a walk.
I'm starting to add lambda expressions into my library. I already figured out their internal representation, but I haven't thought about it in months so I have to warm up that part of my brain again (letting the current part wind down).
It's warm but windy, so we'll see.
Finally, I can then add functions properly into my type system.
From there, I can build the parser generator, and use it to build parsers which will translate DSLs into meta-assembly using the lambda expressions as parser actions.
I'm getting close!
3/3
itself, and yet: I think I'll take a break from that part of the library.
Instead I'll add in proper lambda expressions (lambda calculus; theory based). I can then create a handful of simple expressions representing functions, and build a mini-compiler to translate those into my meta-assembly.
2/3