Colin Sullivan
banner
colinsullivan.bsky.social
Colin Sullivan
@colinsullivan.bsky.social
NLP practitioner, LLM wrangler
You can also run an EV’s V2L output through a pair of AC/DC inverters outputting 8amps at 72V into the XT60 solar inputs while the batteries are providing 240V AC output to your panel.
August 23, 2025 at 1:56 AM
These two batteries do 7.2kw 240V AV whole home back up, are on sale for a few more days and qualify for the 30% federal tax credit. They have the new delta pro 3s as well. They are portable and can be charged via j1772. www.costco.com/.product.400...
www.costco.com
August 23, 2025 at 1:56 AM
Also recently discovered generlink meter adapters to enable cheaply adding transfer switches and generator inlets but looks like Massachusetts utilities don’t allow them.
August 2, 2025 at 11:25 PM
The ecoflow batteries also qualify for the federal tax credits. A smart panel would allow me to do time of use shifting automatically, but Eversource in MA does not have TOU. We don’t really have outages very often, so I’m torn on how beneficial could actually be without solar to go with it.
July 29, 2025 at 3:10 PM
The ecoflows are designed to accept DC input from solar panels while providing AC output. So if I get a 120v AC to DC inverter, I can trickle charge from the car V2L to the batteries to stretch way beyond the 8kwh initial capacity.
July 29, 2025 at 3:10 PM
I’ve been trying to figure out how to leverage the 65kw sitting in my driveway from my 2024 Kona. I recently saw Costco last week selling a pair of 4kwh eco flow delta pros with a 50amp hub outputting 240V AC up to 8kw for $4.2k (on sale). That could be hooked up to a generator inlet for home backup
July 29, 2025 at 3:10 PM
Ok that makes sense. I wonder why the app was refusing to stop and telling me to go to the charger.
July 27, 2025 at 6:06 PM
It feels like maybe I must have created an entirely separate ChargePoint account from my existing account. Any other ideas? Also, I had to initiate from the infotainment system, since I haven’t seen a way to setup full plug&charge yet.
July 26, 2025 at 10:00 PM
The terminal said to use the mobile app to end it. Bluelink said to stop the session on the charger, and my existing ChargePoint app didn’t show a current session. Didn’t find anything in the infotainment system. I had to lower the DC charge limit in bluelink to stop the session.
July 26, 2025 at 10:00 PM
Readwise Reader. It’s a paid service but I think the features and integrations are worth it.

readwise.io/read
Readwise Reader: The first read-it-later app built for power readers.
Save everything to one place to overcome content overload, search instantly, and highlight like a pro.
readwise.io
June 13, 2025 at 11:14 PM
@simonwillison.net distributes a version of datasette as a standalone electron app. But he also has a version that runs locally in the browser via pyodide and wasm, no install needed. github.com/simonw/datas...

github.com/simonw/datas...
GitHub - simonw/datasette-app: The Datasette macOS application
The Datasette macOS application. Contribute to simonw/datasette-app development by creating an account on GitHub.
github.com
April 3, 2025 at 12:32 PM
Great overview of the overlapping scopes of many tools: alpopkes.com/posts/python...
February 21, 2025 at 5:23 AM
That makes me less likely to plug in at home each day and I try to wait until I get the free charging from work. Occasionally, that has backfired and an impromptu trip means I’m more stressed about my battery level than I normally would be. Also MA electricity is frustratingly expensive!
February 15, 2025 at 8:44 PM
I do wish there were some locations that offered level 2.5. Something like 20-30kw to recharge over a meal or shopping trip. I can charge at home but have free 6kw charging at work 1 day per week.
February 15, 2025 at 8:44 PM
There’s a fan made one man audio book project where he does voices and songs and uses the score from the movies. It’s pretty great! It’s the bluefax hobbit!
February 5, 2025 at 12:39 AM
Congrats! I would be super interested in learning more about the complexities of purchasing out of state vs in state with respect to incentives and/or taxes!
January 11, 2025 at 7:23 PM
Wild! Are the weight initialized independently and/or the training data shuffled independently?
January 9, 2025 at 1:15 AM
If you aren’t planning to support accessing the attributes by positional index as in a regular tuple then dataclasses should be the default. Otherwise, it could be a breaking change if you decide later to switch form a named tuple to a dataclass.
January 4, 2025 at 2:01 AM
I think the merges should be added to the vocabulary so that the vocabulary grows each iteration instead of shrinking. In your example “l” and “o” would become UNK when they aren’t in in the sequence “lo”
December 30, 2024 at 10:14 PM
I don’t think that is correct. Tesla Destination chargers are AC chargers and offer ~6kw typically. They are usable now with a NACS to J1772 adapter like the Teslatap mini. But the adapters Hyundai just announced are for superchargers, and don’t have the pins to allow AC charging. Only DC, via CCS
December 23, 2024 at 8:54 PM
Ugh. *renders
November 19, 2024 at 11:05 PM
Leveraging type hints and Google style docstrings is where it stands out. It automatically does cross linking to other type hints and redness and markdown you have in your docstrings. So you can even have example usage in your docstrings with fenced code blocks.
mkdocstrings.github.io/python/
Overview - mkdocstrings-python
A Python handler for mkdocstrings.
mkdocstrings.github.io
November 19, 2024 at 11:04 PM
Mkdocsmaterial + mkdocstrings.

mkdocstrings.github.io
Overview - mkdocstrings
Automatic documentation from sources, for MkDocs.
mkdocstrings.github.io
November 19, 2024 at 10:49 PM