Viewing profile — fexelein
fexelein
HN member- Joined
- Mon, Aug 30, 2021, 6:12 AM UTC
- HN karma
- 12
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About fexelein
No profile information was provided.
Recent public activity
-
comment
Comment #45156642
So I am running Ollama on Windows using an 10700k and 3080ti. I'm using models like Qwen3-coder (4/8b) and 2.5-coder 15b, Llama 3 instruct, etc. These models are very fast on my ma…
-
comment
Comment #45151215
I’m having a lot of fun using less capable versions of models on my local PC, integrated as a code assistant. There still is real value there, but especially room for improvements.…
-
comment
Comment #40804506
On my machine, I am able to create a prompt that suits my need and chat with the model in realtime. With 100% GPU offload, it replies within half a second. LM studio provides an Op…
-
comment
Comment #40803376
As a cloud solution developer that has to build AI on Azure I have been using this instead of Azure OpenAI. It has sped up my development workflow a lot, and for my purposes it’s c…
-
comment
Comment #39182909
It seems to me like you don’t own this data. If you want to preserve this data, try again with the owner?
-
comment
Comment #33214651
As recent as 2016 I was building some sites without any JavaScript. These weren’t small sites either. You can achieve a lot using some basic forms. It was quite fun
-
comment
Comment #30966289
Hope it’s fast. I’m using a similar plugin which really is fast, but so many others are not!
-
comment
Comment #29954928
I’m sad that a high end pc in 2022 is made from 2018 parts (gpu)
-
comment
Comment #29683062
Cool link thanks
-
comment
Comment #29628322
This came to mind. Somebody used excel to implement RSA as an educational tool. https://m.youtube.com/watch?v=zxMNNwvhj94
-
comment
Comment #29628287
just make sure nobody ever uses it ;)
-
comment
Comment #28772580
Why not?
-
comment
Comment #28395419
It depends on the accuracy of the humans as well. Less accurate doesn’t mean not accurate.
-
comment
Comment #28353487
As a code-first developer I never judge my work by code metrics or other things in the abstract. What does that even mean? I just cannot agree with most of the things said here. Th…
-
comment
Comment #28353220
The examples look like a lot more work. The ingredients and naming those into tuple variables, having to return the tuple type itself, three lambdas in there. What benefit do these…