Viewing profile — thecal
thecal
HN member- Joined
- Wed, Aug 05, 2020, 3:55 PM UTC
- HN karma
- 96
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About thecal
No profile information was provided.
Recent public activity
-
story
Show HN: I over-engineered a home security camera that uses an LLM and talks
Roz is an open-source, Python-based pipeline that captures a webcam feed, detects motion, sends the frames to a local Vision LLM to analyze the scene, and then uses text-to-speech …
-
comment
Comment #42676768
Unfortunate name. Can you connect Tabby to the OpenAI-compatible TabbyAPI? https://github.com/theroyallab/tabbyAPI
-
comment
Comment #41303781
Mini: https://huggingface.co/microsoft/Phi-3.5-mini-instruct Large MoE with impressive benchmarks: https://huggingface.co/microsoft/Phi-3.5-MoE-instruct Vision: https://huggingface…
- story
-
comment
Comment #41294507
Which directs you to https://gitflic.ru/project/magnolia1234/bpc_uploads which is not ideal...
-
comment
Comment #40417445
Watson was not a product but a brand name they applied to lots of things. I am sure Granite will show up in here: https://www.ibm.com/watsonx
-
comment
Comment #39961415
https://github.com/jellyfin/jellyfin
-
comment
Comment #39360524
It is probably the most famous HN comment ever made and comes up often. It is a dismissive response to Dropbox years ago: https://news.ycombinator.com/item?id=9224
-
comment
Comment #39055577
Meta has supported hand tracking since the Quest 1. It works fine but for many high speed action tasks (e.g., games), it doesn't work as well.
-
story
Ask HN: HN Holiday Gift Recommendations
I really enjoyed posts like this one where people talked about their favorite tech accessories: https://news.ycombinator.com/item?id=35429801 What recommendations do people have fo…
-
comment
Comment #38486563
Very cool, looking forward to it!
-
comment
Comment #38486109
I really like Inkbot! Are you working on a new version? How about one from Yi 34B?
- story
-
comment
Comment #38191029
Choose whichever one outperforms ada-002 for your task here: https://huggingface.co/spaces/mteb/leaderboard
-
comment
Comment #37935040
I'll bet they're using this, that's exactly what it is designed for: https://tljh.jupyter.org/en/latest/ Alternatively, you could do something similar with Google Colab and a noteb…
-
comment
Comment #37894851
You are probably thinking of this: https://apex.oracle.com/en/
-
comment
Comment #37751160
I am reminded of this quote: "If you owe the bank $100, that's your problem. If you owe the bank $100 million, that's the bank's problem." -J. Paul Getty
-
comment
Comment #37420498
I can't complete opening an account with Capital One because I have prepaid wireless. When talking to customer service, they said this happens and there's no fix. Ubisoft Connect (…
-
comment
Comment #37209889
"Snowflake Inc. was founded in July 2012...by three data warehousing experts: Benoît Dageville, Thierry Cruanes and Marcin Żukowski. Dageville and Cruanes previously worked as data…
-
comment
Comment #36397116
Think of the model as a gigantic compiled binary where you send in strings in a certain format and get back a response. This is a web API wrapper for that so you only need an HTTP …
-
comment
Comment #29459760
Direct link to the item: https://www.ikea.com/us/en/p/vindriktning-air-quality-sensor...
-
comment
Comment #29118129
Anti-pattern #1 is funny considering several people have said this is exactly how several AWS services are implemented - one Lambda function. Your deployments are much simpler. We …
-
comment
Comment #29050279
That's called short-stroking - https://www.tomshardware.com/reviews/short-stroking-hdd,2157...
-
comment
Comment #28672461
I've used these for over a decade with limited success. Their performance is very specific to your wiring and can be fouled up with lots of things. Mine was sometimes no faster tha…
-
comment
Comment #28603966
I've used this library twice, it is fantastic when you need a simple GUI on top of a Python script. Congrats for being on the front page of HN!