HackerTrans
トップ新着トレンドコメント過去質問紹介求人

evilelectron

no profile record

投稿

Postmarks and Postal Possession

federalregister.gov
4 ポイント·投稿者 evilelectron·6 か月前·1 コメント

コメント

evilelectron
·2 か月前·議論
I saw a few one wheelers getting close to teeth shattering when the fell.
evilelectron
·2 か月前·議論
This is exactly how I did my last project of automating the generation of an interface library between a server that controls hardware and the mobile app.

The hardware control team delivers a spec as a document and spreadsheet. The mobile team was using that to code the interface library and validating their code against the server. I converted the document to TSV, sent some parts to Claude and have it write a parser for the TSV keeping all the nuances of human written spec. It took more than 150 iterations to get the parser to handle all edge cases and generate an intermediate output as JSON. Then Claude helped me write a code generator using some custom glue on top of Apollo to generate the code that is consumed by the mobile app.

This whole pipeline runs as part of Github actions and calls Claude only when our library validator fails. There is an md file which is sent to Claude on failure as part of the request to figure out what went wrong, propose a solution and create a PR. This is followed by a human review, rework and merge. Total credits consumed to get here < $350.
evilelectron
·2 か月前·議論
Two of my GP&E shifts got rained out. I had walk from Black Hole to 2&E one night with garbage bags over my shoes. The next time when they had to close the gate and all traffic over night, we had to come back in SxS with mud flying everywhere and in places it should not be. It was an experience, all good, still an experience to remember. The caked roads next morning were a sight :D
evilelectron
·3 か月前·議論
WOW! What a lovely way to explore the character map.
evilelectron
·3 か月前·議論
This is the way.

I am doing something similar where I have a parser which looks for changes in documentation, matches them with the GraphQL schema and generates code using Apollo. In a nutshell it is a code generator written using Claude to generate more code and on failure goes back to Claude to fix the generator and asks a human for review.
evilelectron
·3 か月前·議論
Hello again dot.

Look again at that dot. That's here. That's home. That's us. — Carl Sagan, Pale Blue Dot, 1994
evilelectron
·3 か月前·議論
Yes, they are all linked using Drupal's AI modules. I have an OpenCV application that removes the old paper look, enhances the contrast and fixes the orientation of the images before they hit llama.cpp for OCR and translation.
evilelectron
·3 か月前·議論
I run llama.cpp with Qwen3-VL-8B-Instruct-Q4_K_S.gguf with mmproj-F16.gguf for OCR and translation. I also run llama.cpp with Qwen3-Embedding-0.6B-GGUF for embeddings. Drupal 11 with ai_provider_ollama and custom provider ai_provider_llama (heavily derived from ai_provider_ollama) with PostreSQL and pgvector.

People on site scan the documents and upload them for archival. The directory monitor looks for new files in the archive directories and once a new file is available, it is uploaded to Drupal. Once a new content is created in Drupal, Drupal triggers the translation and embedding process through llama.cpp. Qwen3-VL-8B is also used for chat and RAG. Client is familiar with Drupal and CMS in general and wanted to stay in a similar environment. If you are starting new I would recommend looking at docling.
evilelectron
·3 か月前·議論
Daniel, your work is changing the world. More power to you.

I setup a pipeline for inference with OCR, full text search, embedding and summarization of land records dating back 1800s. All powered by the GGUF's you generate and llama.cpp. People are so excited that they can now search the records in multiple languages that a 1 minute wait to process the document seems nothing. Thank you!
evilelectron
·6 か月前·議論
Keep in mind for next time, the date you drop the mail in your local post office might not be the date it is postmarked. Impacts voting, bank fees, IRS and more.