I'm plugging away on my BitGrid project.... a Turing complete stripped down version of an FPGA without routing fabric and with added delays (for reasons). I'm learning KiCad 8.0, so I can do schematics and build a prototype cell out of TTL.[1] I'm also re-acquainting myself with Verilog so I can do an ASIC prototype through TinyTapeout. The main question that I hope to answer is just how much power a bitgrid cell act…
How is ChatGPT with verilog? Analysis, debugging and/or generation?
Ask HN: What are you working on (September 2024)?
271–280 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#272- Practicing CAD and 3D printing: building a go pro mount on my bike computer mount for a light (https://twitter.com/asciimike/status/1836892842716750221), an oil filter wrench (https://twitter.com/asciimike/status/1840051449625018870), etc. I like the idea of needing a specialty car/bike/etc. tool and being able to quickly model and build it in hours vs having to order an often fairly expensive tool that takes days to show up.
- Import/export (specifically from Japan to the US): In particular, importing kei vehicles >25 years old as well as specialty roasted coffee. Both of which have a lot of specific regulations and intricacy, and while I've done a lot of reading on how to do them (e.g. this doc on importing a kei truck: https://wittymelon.wordpress.com/portfolio/diy-how-to-import...). If anyone has connections to people who have imported kei vehicles to the US, I'd love to chat!
Re: Ask HN: What are you working on (September 2024)?
#273Similar to PhotoAI but much more limited in scope. Wanted to get more experience implementing auth and payments, creating LoRAs, and some different regulations.
Also wanted something that was timeboxed where I could step away when the project is over.
Should be ready to start accepting users next week, then will have to figure out distribution. If I make any money it will be a cherry on top.
Re: Ask HN: What are you working on (September 2024)?
#274I've also written some Terraform modules that deploy machines from images created with easyto.
One is https://registry.terraform.io/modules/cloudboss/airport/aws, for managing Concourse CI.
Another is https://registry.terraform.io/modules/cloudboss/tailscale-su..., to quickly spin up a tailscale instance in a VPC.
Re: Ask HN: What are you working on (September 2024)?
#275Prompting GPT to do rich text editing. Instead of replacing the entire document or selection, we want it to create diffs or operations for the minimal amount of edits as possible. This helps preserve intent better when merging the doc later on with OT/CRDTs. (Of course, you could also ask GPT to semantically merge docs for you haha). So far, it's been harder than plain text or spreadsheets which have an easier positi…
LLMs will then have a set of these components to dynamically route and build interfaces with.
Component libraries are already popular and more time will be spent inside of them than managing the glue that is outside.
Re: Ask HN: What are you working on (September 2024)?
#276PS: If the work is of interest and you want to avoid reading the paper, I have a blogpost too [3].
[1] https://github.com/ThuongTNguyen/active_learning_comparisons
[2] https://arxiv.org/abs/2403.15744 (this was accepted in EMNLP'24)
Re: Ask HN: What are you working on (September 2024)?
#277Re: Ask HN: What are you working on (September 2024)?
#278A custom lightweight insulated hard-sided truck camper for mid-size and half-tons. Decided against fiberglass since it can be a pain in the butt, especially with no garage and in the cold. Ideal would be no wood and minimal framing, but i'm not a mechanical engineer, so it's hard to calculate the forces involved, so over-building feels necessary. If anyone is a mechnical engineer, and bored, and would like to contrib…
I really like both:
- https://www.dirttrailswanted.com/overland-peanut (S-280 route)
- https://wabisabioverland.com/ (custom build, both in house and contracted through: https://totalcomposites.com/)
Re: Ask HN: What are you working on (September 2024)?
#279It's still a draft, but the main goal is to serve as a guide for both technical and non technical folks.
[1]: https://github.com/ibudiallo/automated-agents-book
Ps: I shared it in the previous thread last month as well
Re: Ask HN: What are you working on (September 2024)?
#280Anyone know of a community where you genuinely try each other’s stuff and give feedback? Sometimes lose motivation aimlessly guessing what people want without having users to give actual feedback.