HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samagra14

no profile record

Submissions

Pages of Claude Mythos That Got Zero Headlines

twitter.com
10 points·by samagra14·3 เดือนที่ผ่านมา·1 comments

Ask HN: What Inference Server do you use to host TTS Models?

1 points·by samagra14·ปีที่แล้ว·0 comments

[untitled]

1 points·by samagra14·ปีที่แล้ว·0 comments

[untitled]

1 points·by samagra14·ปีที่แล้ว·0 comments

[untitled]

1 points·by samagra14·ปีที่แล้ว·0 comments

Ask HN: Any one know good AI SRE for Kubernetes?

2 points·by samagra14·2 ปีที่แล้ว·2 comments

[untitled]

2 points·by samagra14·2 ปีที่แล้ว·0 comments

Ancient Indus Valley Script Deciphered

indusscript.net
8 points·by samagra14·2 ปีที่แล้ว·2 comments

[untitled]

1 points·by samagra14·2 ปีที่แล้ว·0 comments

Claude (LLMs) fails to even identify Indian Languages

perplexity.ai
2 points·by samagra14·2 ปีที่แล้ว·0 comments

Developer Containers

tensorfuse.io
2 points·by samagra14·2 ปีที่แล้ว·1 comments

How to think about your documentation?

diataxis.fr
1 points·by samagra14·2 ปีที่แล้ว·1 comments

[untitled]

1 points·by samagra14·2 ปีที่แล้ว·0 comments

Startup Deal: Multi Cloud GPU Orchestrator Tensorfuse Free for 6 Months

daily-requests-467256.framer.app
1 points·by samagra14·2 ปีที่แล้ว·1 comments

[untitled]

1 points·by samagra14·2 ปีที่แล้ว·0 comments

Why do GPU Containers have long Cold Starts?

tensorfuse.io
3 points·by samagra14·2 ปีที่แล้ว·0 comments

WTF Is Kubernetes Autoscaling?

samagra.me
2 points·by samagra14·2 ปีที่แล้ว·0 comments

Improve Writing (AI) for Apple Notes?

3 points·by samagra14·2 ปีที่แล้ว·4 comments

From Naive Rags to Advanced: Improving Your Retrieval

blog.tensorfuse.io
3 points·by samagra14·2 ปีที่แล้ว·1 comments

comments

samagra14
·3 เดือนที่ผ่านมา·discuss
I spent the morning reading all 244 pages. About 180 of them are getting zero coverage. Here are the findings that deserve more attention from anyone building with AI esp the psych evals and p-hacking.
samagra14
·ปีที่แล้ว·discuss
I am unsure as to why this is still not a native EKS feature. I understand that there can be a cascading node failure but that can be easily detected and fixed.

Karpenter version that you mention is also pretty recent. I am just surprised as to why this is not a standard thing.
samagra14
·ปีที่แล้ว·discuss
In this post, we’ll break down what NCCL does, why it’s critical for multi-GPU training, and how to tackle one of its common challenges – the dreaded “watchdog timeout” error.
samagra14
·2 ปีที่แล้ว·discuss
Sounds interesting! I love all these edge experiments. But as long as there is architecture dependent code for models, I feel these edge experiments can't fully express their strong suit.

You try to run something and Voila you need Ampere or Hopper or Laplace for flash attnt.
samagra14
·2 ปีที่แล้ว·discuss
The approach is purely cryptographic and requires three base axioms

1. A guess of what type of script it is - Logopgraphic (Chinese)or Syllabic (Linear Greek) or Segmental (English/Roman).

2. A guess on what any one symbol might mean - by trial and error

3. A set of all the possible languages that might have been present in that area around that time

Linking the video here -

https://youtu.be/ncDRDSKl8uk
samagra14
·2 ปีที่แล้ว·discuss
GPU workloads cannot be tested on local machines and need access to specialised hardware and specific types of GPU machines and production deployments need Docker containerised files. This abstraction connects your machine via SSH to an ec2 instance and enables hot reloading Docker containers with GPU enabled. Makes it very easy to test out containerised GPU apps.
samagra14
·2 ปีที่แล้ว·discuss
At Tensorfuse we have been rewriting and restructuring our docs as they have become a huge dump of how to guides rather than being something that is navigable and understandable. After a lot of peer discussion and reading, we are now trying the diataxis approach and it seems to be working with our beta users for now. Sharing it here as some people might be looking to make their documentation more navigable.
samagra14
·2 ปีที่แล้ว·discuss
Perplexity with Chatgpt base doesnt break

https://x.com/samagra_sharma/status/1863104858095784094
samagra14
·2 ปีที่แล้ว·discuss
After being the most popular GPU deal on YC last month, we're expanding it to a wider audience.

If you’re a seed stage startup with <$3M in funding, you can run Tensorfuse free for 6 months.

Apply for the deal here and we'll reach out within 24 hrs
samagra14
·2 ปีที่แล้ว·discuss
I’ve been working on Python-based backend development for about three years now in various forms. I primarily use Django and FastAPI, although I initially started with Flask. However, during my backend work, I frequently encountered the terms ASGI and WSGI. For example, one of my Django deployment scripts included references to asgi_app and wsgi_app, and used gunicorn to deploy these apps. Although I initially dismissed these terms as implementation details, I now find myself needing to support both ASGI and WSGI apps for my company tensorfuse. As a result, I believe it’s important to explain ASGI and WSGI to a wider audience.
samagra14
·2 ปีที่แล้ว·discuss
In this article, I explore how to improve the retrieval subsystem of RAG pipelines. I discuss common issues that can occur at the retrieval stage and provide practical solutions. Topics covered include tracking relevant metrics, addressing database coverage and embedding model suitability, query rewriting techniques, and strategies for enhancing context relevance through chunking.