David Ernst

Results 93 comments of David Ernst
trafficstars

Did you install Squirt from http://squirt.io/install.html?

:-) On Wednesday, March 26, 2014, mcmahanp [email protected] wrote: > I thought I had, but it looks like I still had an older version of the > bookmarklet! > >...

Great idea for loading bar design!

:+1: to default speed settings. And I take it the favicon is on @cameron's roadmap, based on this: http://www.adamkdean.co.uk/blog/read/116/giving-the-squirt-io-bookmarklet-a-favicon (which has instructions for you to set up manually, in the...

I was able to successfully target the New Chat button with this selector: ```js document.querySelector('.group.flex.px-2[href="/"]') ```

Here's some code [GPT4 gave](https://chat.openai.com/share/23fe32bb-2d32-4e5a-95bd-63dba9fad035) to add this hotkey: ```js // Add Cmd+N hotkey to start New Chat document.addEventListener('keydown', (event) => { // Check if 'Cmd' and 'N' are pressed...

The alpaca-lora 7b weights were published: https://huggingface.co/tloen/alpaca-lora-7b/tree/main

- Voter Registration agent: "I checked, this person passed the test for a vote-eligible US citizen"

Couldn't the group host an encrypted list of its members' public keys? Only existing members would be able to decrypt the list to check other members.

Related to https://github.com/dexterleng/vimac/issues/123