Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fprotthetarball
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fprotthetarball
10mo ago
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 and bake it into
2.
▲
by
fprotthetarball
1y ago
> 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 re
3.
▲
by
fprotthetarball
1y ago
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.
4.
▲
by
fprotthetarball
2y ago
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 giving it
5.
▲
by
fprotthetarball
2y ago
No, I just stop and restart when I feel like I'm in a good spot. Nothing fancy.
6.
▲
by
fprotthetarball
2y ago
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 htm
7.
▲
by
fprotthetarball
2y ago
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 m
8.
▲
by
fprotthetarball
3y ago
> 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 kept under
9.
▲
by
fprotthetarball
3y ago
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. https://help.kagi.com/kagi/fe
10.
▲
by
fprotthetarball
3y ago
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.
11.
▲
by
fprotthetarball
3y ago
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 clean so the foo
12.
▲
by
fprotthetarball
3y ago
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. There
13.
▲
by
fprotthetarball
3y ago
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.
14.
▲
by
fprotthetarball
3y ago
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 files, and images at the m
15.
▲
by
fprotthetarball
3y ago
A minor inconvenience when GPT-4 has no problem learning how to use a code interpreter.
16.
▲
by
fprotthetarball
3y ago
> 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 noti
17.
▲
by
fprotthetarball
4y ago
"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.
18.
▲
by
fprotthetarball
4y ago
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/magnolia1234/bypass-paywalls-chrome-clea
19.
▲
by
fprotthetarball
4y ago
I bought a Miele canister vacuum in 2008. Still going strong after 15 years and many pet hairs. They're built very well.
20.
▲
by
fprotthetarball
4y ago
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/1592
21.
▲
by
fprotthetarball
4y ago
Soulver's WolframAlpha support is great, too. No need to switch to a browser to bring in some real world data.
22.
▲
by
fprotthetarball
4y ago
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/
23.
▲
by
fprotthetarball
4y ago
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 refactored version also
24.
▲
by
fprotthetarball
4y ago
> 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 lang
25.
▲
by
fprotthetarball
4y ago
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
26.
▲
by
fprotthetarball
4y ago
I have no problem paying the same price for an eBook as print. If there is some reason a physical product must be involved, bundle both. I'll keep the eBook and donate the physical book to a library.
27.
▲
by
fprotthetarball
4y ago
I am hoping for an eBook. I don't have a lot of space for books, but my computer or phone is always nearby.
28.
▲
by
fprotthetarball
4y ago
I've been trying out Nix lately and did something similar to get a croc binary. My system package manager didn't have croc and also didn't have the Go version required to compile croc, but Nix did have the latest Go. Ran this
29.
▲
by
fprotthetarball
4y ago
> You don't have to share your sources with the rest of the company? Everything is checked into the company BitBucket. People just don't spend much time looking at personal repositories. Every craftsman has their jigs.
30.
▲
by
fprotthetarball
4y ago
I have been using Nim for everything lately. If I have a problem I would typically write a shell script for, I'll use Nim with nimcr. If the problem expands beyond a single file, I'm in a good spot to create a project and have pro
More ›