Viewing profile — fprotthetarball
fprotthetarball
HN member- Joined
- Tue, Jan 22, 2013, 1:32 PM UTC
- HN karma
- 96
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About fprotthetarball
No profile information was provided.
Recent public activity
-
comment
Comment #46124790
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 runt…
-
comment
Comment #45051784
> 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…
-
comment
Comment #44577139
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.
-
comment
Comment #42489013
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 t…
-
comment
Comment #40722375
No, I just stop and restart when I feel like I'm in a good spot. Nothing fancy.
-
comment
Comment #40711966
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 extra…
-
comment
Comment #40627183
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 sui…
-
comment
Comment #38350592
> 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…
-
comment
Comment #37428128
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. …
-
comment
Comment #37185486
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 Flo…
-
comment
Comment #37022185
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 …
-
comment
Comment #36979274
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 " and it handles everything and drops you …
-
comment
Comment #36808382
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 plu…
-
comment
Comment #36615152
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 h…
-
comment
Comment #36607865
A minor inconvenience when GPT-4 has no problem learning how to use a code interpreter.
-
comment
Comment #36535563
> 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. Intere…
-
comment
Comment #35071964
"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.
-
comment
Comment #34775724
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: https://gitlab.com/m…
-
comment
Comment #34283051
I bought a Miele canister vacuum in 2008. Still going strong after 15 years and many pet hairs. They're built very well.
-
comment
Comment #34165048
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/s…
-
comment
Comment #34163919
Soulver's WolframAlpha support is great, too. No need to switch to a browser to bring in some real world data.
-
comment
Comment #33820209
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/Hist…
-
comment
Comment #33226308
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…
-
comment
Comment #32613019
> 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 lang…
-
comment
Comment #32041349
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…