Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
a5huynh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
a5huynh
1y ago
Side-note, if anyone wants to really dig into all the data available about bills (including votes, attachments, etc.), this is a great place to start: https://github.com/unitedstates/congress There's excellent doc
2.
▲
by
a5huynh
2y ago
Not op but one my favorites is: https://www.youtube.com/@Settledrs Very entertaining to watch and explains things so even non players can understand the sheer absurdity of some of the attempts.
3.
▲
by
a5huynh
2y ago
I don't think its too misleading because in both cases that's how many vehicles are affected at very moment by the recall. Toyota shipped/sold more as mentioned in the article, but those are unaffected. Likewise with the Tesl
4.
▲
by
a5huynh
2y ago
Just to add context since I was curious about "Toyota had it wheels literally falling off". That was a recall from 2022 ( https://www.cnn.com/2022/10/06/business/toyota-bz4x-wheel-fi... ) for 260
5.
▲
by
a5huynh
3y ago
This reminds me of Floneum ( https://github.com/floneum/floneum ), this open-sourced tool for graph-based workflows using local LLMs. More for personal use and not quite as polished but a decent alternative for those loo
6.
▲
by
a5huynh
3y ago
I've been using a combo of LLMs + live transcription to build a passive assistant that keeps track of talking points and can pull out data/tasks from a conversation you're having ( https://sightglass.ai or here
7.
▲
by
a5huynh
3y ago
It's in San Francisco. It was announced Sept. 6th on their blog: https://openai.com/blog/announcing-openai-devday
8.
▲
by
a5huynh
3y ago
A problem with fine tuning based on organization data is that if the underlying data changes, you'd need to fine-tune the model again each change. This might be okay for one-off changes (such as the name of the model in the example) bu
9.
▲
by
a5huynh
3y ago
If you want to play around with Stable Diffusion XL: https://clipdrop.co
10.
▲
by
a5huynh
3y ago
Hey HN! We've been building a semantic search engine for audio content focusing on podcasts. We're getting an early version for feedback. You can search or ask questions about a particular podcast episode or feed and get back an a
11.
▲
Show HN: Search and summarize your favorite podcasts
(podchat.io)
1 points
by
a5huynh
3y ago
|
1 comments
12.
▲
by
a5huynh
3y ago
If you're running the text-generation-webui ( https://github.com/oobabooga/text-generation-webui ) it has the ability to train LoRAs. It'll require a beefy GPU but I've seen some fun examples like someone
13.
▲
by
a5huynh
3y ago
I recently found this list of models that works with llama.cpp: https://rentry.org/nur779 (with dl links, albeit given llama's licensing gray area, use at your own risk) The latest so far would be Vicuna, whose weights
14.
▲
by
a5huynh
3y ago
As an alternative for purely local LLMs, I've been having fun with this setup: https://github.com/oobabooga/text-generation-webui
15.
▲
by
a5huynh
3y ago
Note that what they released are the delta weights from the og LLaMa model. To play around with it, you'll need to grab the original LLaMA 13B model and apply the changes. > We release Vicuna weights as delta weights to comply
16.
▲
Build and control your own LLMs
(github.com)
1 points
by
a5huynh
3y ago
|
0 comments
17.
▲
by
a5huynh
3y ago
You can calculate them yourself as well! huggingface has a great article on this: https://huggingface.co/blog/getting-started-with-embeddings tl;dr, use: https://huggingface.co/sentence-transformers
18.
▲
Create your own cross-platform app launcher with Rust and Tauri
(blog.spyglass.fyi)
1 points
by
a5huynh
4y ago
|
0 comments
19.
▲
Create a launch bar app with Rust and Tauri
(blog.spyglass.fyi)
2 points
by
a5huynh
4y ago
|
0 comments
20.
▲
by
a5huynh
4y ago
I've run into similar issues and found that the `thiserror` crate ( https://crates.io/crates/thiserror ) combined w/ anyhow makes a lot of that pain go away
21.
▲
by
a5huynh
4y ago
Shameless self-plug, I've been building some similar that you can run locally as an app: https://github.com/a5huynh/spyglass You can define some basic rules & it'll go out and crawl those particular sites
22.
▲
by
a5huynh
4y ago
In addition to React/Vue, you have the ability to use Rust client-side frameworks such as Yew[0] or seed[1] for a truly full-stack Rust experience. I've been using Tauri + Yew to build an cross-platform app (shameless plug: [2]) a
23.
▲
by
a5huynh
4y ago
For those looking for an alternative to that, I've been building a self-hosted search engine that crawls what you want based on a basic set of rules. It can be a list of domains, a very specific list of URLs, and/or even some basi
24.
▲
by
a5huynh
4y ago
Thank you! Feel free to ping me on Github/Discord if you run into any issues, always looking to make it better :)
25.
▲
by
a5huynh
4y ago
A bit different, but I've been building something similar that runs locally: https://github.com/a5huynh/spyglass You create some rules for topics you want to index and it'll go out and crawl them. Searching t
26.
▲
by
a5huynh
4y ago
Thanks for the feedback! I’ll keep that in mind as this is built out. Fortunately the initial bootstrapping uses data from the Internet Archive and the crawls afterwards is to check for updates (at a reasonable rate). The number of URLs bei
27.
▲
by
a5huynh
4y ago
Hey HN, I'm building an open source search platform that lives on your device, indexing what you want, exposing it to you in a super simple & super fast interface. I took the idea of adding "site:reddit.com" to your Goog
28.
▲
Show HN: I'm building a personal web search engine
(github.com)
8 points
by
a5huynh
4y ago
|
3 comments
29.
▲
Huckleberry raises $18M to put small business insurance online
(techcrunch.com)
1 points
by
a5huynh
7y ago
|
0 comments
30.
▲
Generating Blue Noise with Poisson Disk Sampling
(a5huynh.github.io)
3 points
by
a5huynh
7y ago
|
0 comments
More ›