Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fogx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fogx
19d ago
Yea, moving the burden from your wrists to your finger joints is surely a genius idea and the epitome of health
2.
▲
by
fogx
1y ago
don't you think it's highly unlikely that someone will stumble over the power cable in a hosted datacenter like hetzner? and even if, you could just run a provisioned secondary server that jumps in if the first becomes unavailable
3.
▲
by
fogx
1y ago
yea right. Privacy is a fundamental right in the EU (GDPR, Charter of Fundamental Rights), while the U.S. legal system offers almost no general privacy protection. On top of that, the NSA has a long history of warrantless surveillance and b
4.
▲
by
fogx
1y ago
esp. for image data libraries, why not provide the images as a dump instead? No need to crawl 3mil images if the download button is right there. Now put the file on a cdn or Google and you're golden
5.
▲
by
fogx
1y ago
webapp would have been nice :( where do you pull the exercises from?
6.
▲
by
fogx
2y ago
we use it and are fairly happy. but provider latency is insanely high (500ms+) for embedding models. best to host on-cluster. hybrid quality is good but modification options are extremely limited and the score very obscure for anything but
7.
▲
by
fogx
2y ago
yes, it is
8.
▲
by
fogx
2y ago
seems like a neat idea, but how does this 10x my dev performance?
9.
▲
by
fogx
2y ago
looks cool, how can I use this information?
10.
▲
Ask HN: Headless Chat Library?
1 points
by
fogx
2y ago
|
0 comments
11.
▲
by
fogx
3y ago
Do you have any links to conversational simulation?
12.
▲
by
fogx
3y ago
multiple quotes mentioned tracking early user activity on a very granular level. Any recommendations for such analytics? I know only hotjar
13.
▲
by
fogx
3y ago
> For each predicted output token, I want to know exactly which source document(s) were utilized including indices from those documents and relevant statistics. You don't do this for any other kind of decision or tool, why do you ne
14.
▲
by
fogx
3y ago
SMART goals and KPIs are meant to improve work focus, not work ethos. Those two are not in opposition to each other. IME engineers who don't want to do measurably good work are inexperienced, disgruntled or unmotivated. Forcing goals o
15.
▲
by
fogx
3y ago
have you considered azure's GPT, or is that not private enough?
16.
▲
by
fogx
3y ago
> especially if those inputs are extremely vague (how on earth should we interpret slow?!) isn't this exactly the (theoretical) strength of a chatbot - asking follow-up questions to remove uncertainty?
17.
▲
by
fogx
4y ago
Thanks for your input! server-side rendering should fix most of the first issue. You can get all the relevant data pre-rendered and it's pretty easy to do with the right framework. I've used quasar.dev for this in the past. It sho
18.
▲
by
fogx
4y ago
This sounds like a perfect job for jina.ai -> sharding, redudancy, automatic up- and down scaling, security features and most importantly: flexibility to use and switch whatever (vector) database https://jina.ai/
19.
▲
by
fogx
4y ago
Can you explain more about these headaches? So far i'm still convinced of client side SPAs :D
20.
▲
by
fogx
4y ago
image-to-text models for captioning already exist. The most common one is CLIP from openAI. https://openai.com/blog/clip/ Jina AI has an out-of-the-box implementation for it https://clip-as-service.jina