When answers.microsoft.com appears in search results, this is the appropriate action to take.
(requires uBlacklist extension)
#search #google #chrome #microsoft
(Reason: https://w4t.pw/f4)
Major UI and UX overhaul of my site (https://w4t.pw/ei) for concatenating all text files in a github repo or local folder. (Perfect for sharing bulk text with #chatgpt or whatever #llm you want)
1. The page is just simpler and more pleasing to look at and use.
2. The select-a-folder functionality features the in-browser file/folder selection functionality I've been posting about recently.
3. Some people have been interested in the code for the in-browser file/folder selection. The site's source is available here: https://w4t.pw/ej
Just wanted to share this thing I've been developing. It's a HTML/CSS/TS hierarchical tree modeling and rendering thing. Here being used for displaying/selecting files and folders.
Developed in conjunction with Claude.
@simon *forced* me to make this awhile back when I first shared my web-based tool (https://w4t.pw/ei) for concatenating all the text files from a local folder or github repo into one so you can share it with an LLM.
@sysrage Also seemed interested in it.
It only works for local files so far.
I should make it live on the site soon and open source it concurrently.
Check out this demo I just made of Claude 3.5 Sonnet making an HTML form with tailwind.
Note how I had to tell it the CDN link to tailwind v2. That's because 1) it can't use tailwind v3's script-based CDN thingy, and 2) it usually tries to use jsdelivr.com CDN which doesn't work for some reason.
(for copy paste the link is: https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css
I've been putting off making a file/folder selection thingy for my site at https://w4t.pw/ei because it's so frickin tedious making these things. I mean it'd take me hours and hours to make one of these that performs well.
I worked with Claude and did it in like 45 minutes this afternoon.
It got 90% of the way there on the very first try. It made all the SVG icons up. The remaining time I used to increase performance and add customizability.
Now I just have to work on the design of how to integrate this with the page and then I'll push it live.
Of course, the code for the site is open source and available on GH: https://w4t.pw/ej
Taken from Microsoft's VASA-1 paper wherein they take single images and an audio file and animate the image.
#security can be a chore.
Keeping secret keys secret is sometimes difficult...or at least irritating and easy to forget to do.
- Sometimes I experiment with web APIs in a #python #jupyter notebook.
- Usually these APIs have an #API key or some sort of secret credentials.
- Just putting them in the notebook isn't the most secure thing in the world.
- Managing environment variables on local machine to keep these things is irritating.
Solution: I keep api keys in #1password and use the 1Password CLI to get the key like so: