Scott Ames-Messinger

3.6K posts

Scott Ames-Messinger

Scott Ames-Messinger

@scottmessinger

Founder at Common Curriculum (@makecurriculum). Empowering educators to design instruction together.

Baltimore, MD Katılım Ocak 2009
487 Takip Edilen680 Takipçiler
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
Intercom: We will help you delight your users with your delighted Also @intercom We also hate our own users and make it impossible for them to to log into our own app.
Scott Ames-Messinger tweet media
English
1
0
0
28
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
Would not recommend @churnkey to anyone. I liked their product quite a bit, but their third party script broke our website and they've expressed no urgency about making sure this never happens again.
English
0
0
0
59
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
The @NotionHQ Agents just get worse. It asks for permission. Great -- I return to the chat. The dialog to approve is not in the chat. I click the desktop notice -- it takes me to my homepage. So thoroughly broken, I don't understand what type of feedback they want to get.
English
0
0
0
36
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
And the very useful history of AI chats (which is a main feature of ChatGPT and Claude) is just...missing.
English
0
0
0
22
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
And we're not even at the bizarre non-barrier between editing the settings and using the agent. They tried to blur this line so it makes me constantly second guess if I'm changing the agent's definition or just using it.
English
1
0
0
14
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
The new @NotionHQ agents are *so unbelievably terrible*, I don't understand how they were even beta quality. Me: Agent, go work on this document. Agent: I don't have access. Me: But I gave you access to the workspace: Agent: ¯\_(ツ)_/¯ And more permutations of access issues
English
1
0
0
35
Holly Arnold
Holly Arnold@MDOTMTAHolly·
@jedweeks @scottmessinger Yes we all want tap to pay & are working towards it! In the meantime, having the ability to scan Charm Pass on Metro is an improvement so we advanced that effort. Our team did the majority of the work in house so we saved time & $$.
English
1
0
7
68
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@jedweeks When I took the subway today, I noticed they have new QR code scanners for tickets. If they wer going to install something new, why that? Why doesn't the MTA have tap-to-pay like DC, NYC, etc?
English
1
0
0
89
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
I didn't know terminal apps could be great until I used @opencode It's incredible. Claude code feels like a glitchy MVP by comparison. But, in all fairness to @claudeai, opencode also eats memory like a hungry beast:
Scott Ames-Messinger tweet media
English
1
0
1
74
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@joeychilson Also, it’s so weird the excitement CF has for this when you can’t use preview environments and their image service together. This is stuff that just works on vercel.
English
0
0
0
103
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@kylemathews @thruflo Ahh -- how it works now is great. I'll have to change the internals. I think claude got confused and I've also been confused.
English
0
0
1
23
Kyle Mathews
Kyle Mathews@kylemathews·
@scottmessinger @thruflo you do have to create a stream first (though you can do an initial payload) and then keep appending to it. I have been thinking we should just let you append to a stream and it's created if not already there
English
1
0
0
20
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@kylemathews @thruflo The touch/create might just have been how Claude internalized the protocol when it helped scaffold up the app. I'll have to go back and look. How it seems to work is you can either create a stream or just start appending and it will create one automatically. Is that right?
English
1
0
1
15
Kyle Mathews
Kyle Mathews@kylemathews·
@scottmessinger @thruflo our use of PUT/POST is correct but does feel different than a standard rest API for sure. Not sure what you mean by touch/create?
Kyle Mathews tweet media
English
1
0
0
18
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@ariesrclark @kylemathews @thruflo Nope :( You still have the calls to the worker. This is only really a problem if you have a lot of consumer and they're long polling. But, if you have lots of consumers with lots of activity, it's could be a ton of traffic and worker requests.
English
0
0
0
16
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@benjreinhart @elixirlang That's incredible! @josevalim Could we move channels between nodes when a deploy happens? We keep state in them and it would be incredibly handy if we didn't have to externalize that state
English
1
0
0
70
Ben Reinhart
Ben Reinhart@benjreinhart·
This isn't JSON, there's no database writes followed by database reads on the new node. This is one node sending its complex data structures as-is over the network to a new node in the cluster where it continues like nothing happened. The BEAM handles the clustering, network, serialization, etc. This is stdlib.
English
1
0
8
497
Ben Reinhart
Ben Reinhart@benjreinhart·
People often ask me what meaningful differences the BEAM runtime affords compared to other runtimes. Among many, built-in distribution comes to mind. @get_mocha we have thousands of long-lived, stateful agents running at any given time that need to survive deploys without any hiccups.
English
3
11
65
5.4K
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@ariesrclark @kylemathews @thruflo It's for the CDN. Since it's deployed on Cloudflare, you can't put the cloudflare CDN in front of their workers -- workers fire first. This means that it can get really expensive at scale for each worker request. The proxy gives you a way to put a CDN in front of the worker.
English
2
0
0
59
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
I think @s2_streamstore is pretty brilliant. @ElectricSQL 's durable streams has a nice API, but doesn't have a story around storage. I wish there was an s2 backend for durablestreams. Or, that the two companies would join up and make the durable stream company.
English
0
0
0
94
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@kylemathews @thruflo Also, the semantics of PUT/POST are messing with my head -- PUT to create and POST to update breaks every convention I've been taught. Also, the touch/create style mechanics feel awkward to me.Conceptually, I'd prefer if there was no create and just updates or always create first
English
1
0
0
24
Scott Ames-Messinger
Scott Ames-Messinger@scottmessinger·
@kylemathews @thruflo Also, I just renamed the "subscribe" package to "estuary" (get it?). You said "multiplex" and I realized, oh, this should just be more generic instead of narrowly about sessions subscribing to streams.
English
1
0
1
17