Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
milansuk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
milansuk
2y ago
No need to use Ollama. LLama.cpp has its own OpenAI-compatible server[0] and it works great. [0] https://github.com/ggerganov/llama.cpp#web-server
2.
▲
by
milansuk
2y ago
Higher volume legal actions can only be successful as "peer-to-peer". If it goes through a courtroom, there is no way they can handle this kind of volume(even with AI tools). Imagine that the CEO is informed there are 20 new legal
3.
▲
by
milansuk
2y ago
> It doesn't do that fancy "make this text more professional" I looked into the Scramble code[0] and it seems there are few pre-defined prompts(const DEFAULT_PROMPTS). [0] https://github.com/zlwaterfield&#x
4.
▲
by
milansuk
2y ago
True. The only solution is to keep your data outside cloud(aka someone else's computer) no matter what encryption you use.
5.
▲
by
milansuk
2y ago
> But file syncing is a “dumb” protocol. You can’t “hook” into sync events, or update notifications, or conflict resolution. There isn’t much API; you just save files and they get synced. In case of conflict, best case, you get two files
6.
▲
by
milansuk
2y ago
This looks cool for v1! The only problem I see is most devices don't have much RAM, so local models are small and most requests will go to the servers. Apple could use it to sell more devices - every new generation can have more RAM =
7.
▲
by
milansuk
2y ago
I don't see any explanation for why they trained 8B instead of 7B. I thought that If you have a 16GB GPU, you can put 14GB(7B*16bits) model into it, but how does it fit If the model is exactly 16GB?
8.
▲
by
milansuk
2y ago
The progress is insane. A few days ago I started being very impressed with LLM coding skills. I wanted Golang code, instead of Python, which you can see in many demos. The prompt was: Write a Golang func, which accepts the path into a .gpx
9.
▲
by
milansuk
2y ago
This is an implementation of a transformer and in README it's presented as text->text. Tokens are just integers going in and out. Is it possible to use it to train other types of LLMs(text->image, image->text, speech->text,
10.
▲
by
milansuk
3y ago
You can run Gemma and hundreds of other models(many fine-tuned) in llama.cpp. It's easy to swap to a different model. It's important there are companies publishing models(running locally). If some stop and others are born, it'
11.
▲
by
milansuk
3y ago
Agree. Spinning out the FSD and Optimus teams wouldn't accelerate progress on the new models. Also, they will make more money from humanoids than car robots.
12.
▲
by
milansuk
3y ago
Yeah, they probably don't want their 'demo' links on the HN home page.
13.
▲
by
milansuk
3y ago
> Believe it or not ... I believe and agree with most of you wrote ;) The main problem with HTML/CSS/JS is programmers want more than these languages offer. With WASM you can pick up language(must compile to .wasm) that fits yo
14.
▲
by
milansuk
3y ago
Nice project! I love WASM. It's designed to be sandboxed and portable from day one. I wish WASM was invented instead of Javascript in the 90s. WASM will eat the world. What I hope most is endurance. There are many programs that we are
15.
▲
Show HN: Build Local-First Apps(WASM+SQLite)
7 points
by
milansuk
3y ago
|
0 comments
16.
▲
by
milansuk
3y ago
> Risks and problems with AI One of the biggest risks right now is viruses created by transformers trained on known viruses and anti-virus binaries and databases. Humans created relatively simple viruses which took down hospitals, etc..
17.
▲
by
milansuk
4y ago
Does Nostr have a Wikipedia page? I'm wondering how old is it, the people behind it, some stories?
18.
▲
by
milansuk
4y ago
"we were pretty impressed with the overall performance on offer, despite being limited to a 65 TDP limit. Although power consumption on the CPU package was around 90 W at full load, this is still considerably lower than other processor
19.
▲
by
milansuk
4y ago
Sure developers have a hard time handling all that HTML, CSS, Javascript and connections(DOM, etc.) between them, but I see a much bigger problem in browsers. There are actually only a few browsers and most of them are based on chromium(or
20.
▲
by
milansuk
4y ago
I was watching White Collar Advice[0] an hour ago and there was an interesting fact(25m30s) that she didn't work since December 2018. If she drove for Uber, it would probably influence the judge. By the way, the whole video is interest
21.
▲
by
milansuk
4y ago
You have to login. Then on map there is "GPX" button.
22.
▲
by
milansuk
4y ago
I downloaded .gpx of the run and it's 6.7MB. He started with 4min/km pace, held it for 130km(9 hours) and then He "slowed down" almost linearly to 5min/km when he finished.
23.
▲
by
milansuk
4y ago
> Graphics and Sound! Nothing is more motivating for children than something that moves, blinks and makes noise. That's how I got into programming in the 80s Same for me, but in the 90s. Back then, games push PC hardware forward and
24.
▲
by
milansuk
4y ago
All HTTPS connections(most of web browsing last decade) are encrypted to and from the server. Signal showed us that is possible to have E2E encrypted messaging, why don't they provide it, but with better UI/UX? If Telegram doesn&#
25.
▲
by
milansuk
4y ago
I wrote it in C with just one loop: for(i=0; i <= 10000; i+=37) and one condition: if(i > 0 && i%13==0 && i%19==0) and it takes only 0.000003 sec.
26.
▲
by
milansuk
4y ago
Is there any chance for another a16z Crypto Startup school? Their videos[0] from the last one(mid-2020) are still one of the best crypto/web3 resources. [0] https://www.youtube.com/watch?v=2wxtiNgXBaU&list=PLM4u6Xbi
27.
▲
by
milansuk
4y ago
Do operation systems have APIs, so the program can send them what is on the screen? I mean just description like: There is the button with title "Push me" in the rectangle(50, 50, 100, 70), etc. Or are there any "screen reade
28.
▲
by
milansuk
5y ago
>inefficient and costly That is the best part of today's blockchains - huge space for improvements! I don't see the same opportunity in centralized services/protocols which are kind of "done" and control by few b
29.
▲
by
milansuk
5y ago
Why first thing people think about blockchain is storage? I like ownership and transparency. Let me give you one example. Many HN readers complain about App store centralization, but what if there was decentralize app store, where code and
30.
▲
by
milansuk
5y ago
The chart in the link says: Delta-V in km/s.
More ›