HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jamesponddotco

no profile record

Submissions

GoDaddy gave a domain to a stranger without any documentation

anchor.host
691 points·by jamesponddotco·3 miesiące temu·253 comments

Some Thoughts on AI

mattbruenig.com
7 points·by jamesponddotco·6 miesięcy temu·0 comments

Show HN: Librario, a book metadata API that aggregates G Books, ISBNDB, and more

140 points·by jamesponddotco·6 miesięcy temu·48 comments

comments

jamesponddotco
·12 dni temu·discuss
A voice assistant comes to mind. Ideally, it'd be local, but if you don't have the hardware you'll go with the cloud, in which case, the fastest, the better.
jamesponddotco
·15 dni temu·discuss
A Jellyfin or Plex server can be had for real cheap using used hardware. A Ryzen 3 build can be found for next to nothing here in Brazil[1], so I imagine it’d be even cheaper in the US.

Add an old Quadro card for hardware decoding, or go with an Intel CPU for Quick Sync, throw some IronWolf drives inside, install your favorite Linux distro, and you’re off to the races.

Yes, managing a server is more work than just signing up for Netflix or whatnot, but it’s definitely worth the effort.

[1]: A quick search shows me a Ryzen 3 3200G build with 16 GB of RAM for $200, and electronics are super expensive in Brazil.
jamesponddotco
·15 dni temu·discuss
Personally, I got my first invite by signing up for a seedbox accepted by the tracker. Then I got invites to other trackers from the same group by being a good seeder.
jamesponddotco
·29 dni temu·discuss
While waiting for another developer to finish something for a project I’m working on, I’m working on an MCP server in Go that provides a Home Assistant voice assistant with basic functionality that is missing from the default feature set, like telling jokes, flipping a coin, choosing between N options, making equations, and other things I consider essential for a voice assistant.

I’ll probably go further and include things like Apple Weather support[1], and Plex, YouTube, and Kagi search, if I have the time.

[1]: Because in Home Assistant you can only ask about the weather in the location you have configured, not in other locations. At least that’s how it works here at home.
jamesponddotco
·w zeszłym miesiącu·discuss
Not seeing the refusals everyone is talking about, but I’ve only spent a few hours with it so far.

Had it review a password generator library I wrote to see if the passwords have biases and review how cryptographically secure the code is and had it review a registration/login flow for security issues, as two security examples, and it did just that.

Overall, I like the model so far, but not enough to pay past my subscription to keep it. Once it’s out of the subscription, I’m done with it.
jamesponddotco
·w zeszłym miesiącu·discuss
I pay about $80 for a 1Gbps symmetrical connection in Brazil.

I work in photography in my spare time, and a single photoshoot can easily pass 2k raw photos, which I backup to three remote locations. Plus, I download every movie and TV show we consume at home, have games to play, and work as a programmer.

Honestly, if I could afford a 10 gig switch and routers (we have three at home, in mesh), I’d go higher.

Quality of life matters. If I can make a website or a download just a little bit faster, I’ll.
jamesponddotco
·2 miesiące temu·discuss
My latest job and anxiety, mostly.
jamesponddotco
·2 miesiące temu·discuss
I self-host most of the things my family and I use on servers at home, and I document everything. Hopefully, the documentation will help.

I have a “death instruction manual” document with all the data and information my wife will need to access my digital life, including the documentation mentioned above, and contact information for people I trust to help her through the process of either managing those servers, or selling them for a good amount of money (there is about 90TB of storage in those).

I also try to teach her, and in time my son (he is too young right now), to manage those servers, but that is more of a long-term goal. She’s comfortable with Linux, so that’s a start.
jamesponddotco
·2 miesiące temu·discuss
This seems pretty awesome; being able to use an 8B model for tool calling would be perfect.

Interested in using this for Home Assistant using a Mac Mini as my server. Does it run on MacOS?

How is the latency when using the proxy? I’m using Claude Haiku 4.5 for my voice assistant right now and it’s pretty fast, but if I could keep the LLM local, it’d be even better.
jamesponddotco
·4 miesiące temu·discuss
The software seems pretty interesting. Is any integration with Home Assistant planned?
jamesponddotco
·5 miesięcy temu·discuss
This looks amazing, I'd love to try the Home Assistant version! Email is on my profile :)
jamesponddotco
·6 miesięcy temu·discuss
Thanks, I’ll take a look at that!
jamesponddotco
·6 miesięcy temu·discuss
Mind pointing me to an example book in Wikidata? I managed to find a few, but not if I search by ISBN, which makes it hard to find.

Unless you mean the fact you can find the identifier for a book in several different websites in there, in which case, I did find it.
jamesponddotco
·6 miesięcy temu·discuss
I’ll definitely discuss this with Drew, as he’s the one working on the database refactor. Thank you for the feedback!
jamesponddotco
·6 miesięcy temu·discuss
I haven’t created a ticket for OpenLibrary yet, but it’s on my mental todo list. I’ll create the ticket for multiple new extractors today.

I’d love to help improve other services. I plan on charging for Librario at some point, but I’ll offer a free version and offer free API keys for projects like Calibre and others.

At least that’s the plan.
jamesponddotco
·6 miesięcy temu·discuss
Right now the meeting happens on the fly and then is cached. In the future I imagine the finished merge will be saved as JSON to the database, depending on which is more expensive, the merging or a database call.

Merging on the fly kinda works for the future too, for when data change or for when the merging process changes.

No idea what the future will hold. The idea is to pre-warm the database after the schema has been refactored, and once we have thousands of books from that, I’ll know for sure what to do next.

TLDR, there is a lot of “think and learn” as I go here, haha.
jamesponddotco
·6 miesięcy temu·discuss
No, I decided pretty early on to make it database specific instead of more generic, so we do use some PostgreSQL features right now, like their UUIDv7 generation.

But once the database refactor is done, I wouldn’t say no to a patch that made the service database agnostic.
jamesponddotco
·6 miesięcy temu·discuss
Can you provide an example?
jamesponddotco
·6 miesięcy temu·discuss
No, right now you need an ISBN to search for a book. At a later date I'll implement search by title or author, which should help with this use case.
jamesponddotco
·6 miesięcy temu·discuss
Not gonna lie, I didn't even know Wikidata existed until now. I'll look into it today and create a ticket for a new extractor.

Thanks for letting me know!