fprotthetarball
No user record in our sample, but fprotthetarball has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but fprotthetarball has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I'm wondering if Bun would be a good embedded runtime for Claude to think in. If it does sandboxing, or if they can add sandboxing, then they can standardize on a language and runtime for Claude Code and Claude Desktop…
> Git won't catch new files the agent is adding. Another problem I inadvertently dodged by using Jujutsu with Claude Code :) I tend to send a lone "commit" message to Claude when I think I'm in a spot I may want to…
Does clear air mode pick up wildfire smoke? There has been an awful lot of that lately over the US from Canada and the West Coast.
There are still branches, but they aren't named by default. You give them names with "bookmarks", which you can push to remote git repositories as branches. This lets you work on things without having to worry about…
No, I just stop and restart when I feel like I'm in a good spot. Nothing fancy.
My backend for a simple web application I'm working on is entirely in Rust. Highlights: - axum: web application framework - https://github.com/tokio-rs/axum - axum-htmx: axum extractors, responders, guards for htmx -…
I have a similar setup, using snare to handle the webhook endpoint: https://github.com/softdevteam/snare GitHub will call the webhook after a push to main and a successful test suite run. Snare runs a shell script on my…
> I have a pet theory about the "AI revolution" or AGI that keeps getting relentlessly confirmed as events unfold: Microsoft sees a massive financial upside to this technology that no one else sees and this is being…
Kagi allows you to provide custom CSS if you want to tweak it to your liking. I've used it to remove some of the widgets I don't personally find useful, and to replace some icons.…
I bought a Flowbee in 2009 for $83 total. I cut my hair around once every 3 weeks, so I have paid 34 cents per cut so far, ignoring electricity cost of running a vacuum and the Flowbee for a few minutes.
This is also my experience. I regularly fill up my 8 qt as high as I'm able to, as long as I think I can carry the pot without spilling. It takes 30-45 minutes to cool down enough to depressurize, but the lid is always…
Ollama is the best I have seen if you want to play around with LLMs. After installing the application and running it, you run "ollama run <model name>" and it handles everything and drops you into a chat with the LLM.…
I have heard that shared conversations would also share the custom instructions. This is probably not ideal if people are putting personal information in them. Guessing they're plugging that hole.
Joplin does, and it works rather well. I have been planning on migrating my notes since the acquisition, but wanted to see what their next move was. Joplin seems like the best at handling my mix of text notes, PDF…
A minor inconvenience when GPT-4 has no problem learning how to use a code interpreter.
> But can't access it through my home internet, but my phone is just fine if I turn off wifi. Thanks for the tip. I can't access it via my home provider, but T-Mobile works. Interestingly enough, I'm getting new email…
"store them for debugging purposes" is a bit concerning if they then become available if law enforcement requests data, or if you guys are hacked and everything leaks.
Edge already refuses to install it through the .CRX file, even in developer mode. I have it installed by loading the unpacked version using these instructions:…
I bought a Miele canister vacuum in 2008. Still going strong after 15 years and many pet hairs. They're built very well.
Settings > Calculator > Wolfram|Alpha. You provide a Wolfram ID from WolframAlpha and then "= ?" in a sheet will query WolframAlpha for the previous variable. https://twitter.com/soulver/status/1592207142047698945
Soulver's WolframAlpha support is great, too. No need to switch to a browser to bring in some real world data.
If you are on macOS, HistoryHound is a decent browser search. It supports many browsers and even text you may just want to search from a directory. https://www.stclairsoft.com/HistoryHound/
Type systems of functional languages are generally capable of representing more. You can have the type system validate application state at compile time for you, for example. If it compiled before and worked and your…
> He clearly wants https://nim-lang.org/ I think a lot of people want Nim, but either don't know about it, or some language feature turned them off. There are a few polarizing language design choices, but every language…
Sounds like this: http://jsquiz.wtf, but the website is now down. Referenced here: https://www.aleksandra.codes/javascript-quiz Looks like it may be available here: https://wtf-js-quiz.netlify.app