Viewing profile — milansuk
milansuk
HN member- Joined
- Sun, Dec 06, 2015, 5:51 PM UTC
- HN karma
- 279
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About milansuk
https://github.com/skyaltlabs/skyalt
https://twitter.com/milansuk
Recent public activity
-
comment
Comment #41993932
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
-
comment
Comment #41751024
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). Imagi…
-
comment
Comment #41577749
> 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://…
-
comment
Comment #41127839
True. The only solution is to keep your data outside cloud(aka someone else's computer) no matter what encryption you use.
-
comment
Comment #40786755
> 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 …
-
comment
Comment #40637425
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 m…
-
comment
Comment #40078146
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 mode…
-
comment
Comment #40066434
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 w…
-
comment
Comment #39977466
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 L…
-
comment
Comment #39453967
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 l…
-
comment
Comment #39128791
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.
-
comment
Comment #38406597
Yeah, they probably don't want their 'demo' links on the HN home page.
-
comment
Comment #37988577
> 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 …
-
comment
Comment #37984653
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 …
-
story
Show HN: Build Local-First Apps(WASM+SQLite)
Hey, everyone! SkyAlt is a browser and SDK for Local-first applications at the top of SQLite files. One and half months ago, I started working on the idea of rebuilding some softwa…
-
comment
Comment #35251825
> 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 re…
-
comment
Comment #34533320
Does Nostr have a Wikipedia page? I'm wondering how old is it, the people behind it, some stories?
-
comment
Comment #34323572
"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…
-
comment
Comment #34219635
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 on…
-
comment
Comment #33664688
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 influ…
-
comment
Comment #32899114
You have to login. Then on map there is "GPX" button.
-
comment
Comment #32898988
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.
-
comment
Comment #32578137
> 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 th…
-
comment
Comment #31803256
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 prov…
-
comment
Comment #31229148
I wrote it in C with just one loop: for(i=0; i 0 && i%13==0 && i%19==0) and it takes only 0.000003 sec.