Viewing profile — kuatroka
kuatroka
HN member- Joined
- Thu, Feb 15, 2024, 10:13 PM UTC
- HN karma
- 14
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About kuatroka
No profile information was provided.
Recent public activity
-
comment
Comment #47882169
Not really a big problem. Switch to KIMI, Qwen, GLM. You’ll get 95% quality of GPT or Anthropic for a 10th of a price. I feel like the real dependency is more mental, more of a hab…
-
comment
Comment #46632699
Spokenly is great too, but Handy's minimalistic and focused UI won me over.
-
comment
Comment #46630138
Yes, I’ve got the same situation too. I kind of learned to wait for one or two seconds before talking. I am using it with the AirPods, so maybe it’s indeed the Bluetooth thing.
-
comment
Comment #46630066
I did have tried, but the ease of installing handy as just a macOS app is so much simpler than needing to constantly run in npm commands. I think at the time when I was checking it…
-
comment
Comment #46630025
Love it. I had been searching for STT app for weeks. Every single app was either paid as a one off or had a monthly subscription. It felt a bit ridiculous having to pay when it’s a…
-
comment
Comment #45480682
Cool guide https://hostup.se/en Is much cheaper than hetzner and still in Europe.
-
comment
Comment #44338511
Does it mean I can build and deploy a SQLite based app on fly.io with this approach without using Postgres? If yes, how does the pricing for the permanent storage ( add) needed for…
-
comment
Comment #42676883
not sure what it means. I've got macbook pro M1 Max with 64Gb. Any other model runs perfectly fine. Only Phi4 blanks on me
-
comment
Comment #42675448
I’ve pulled and ran it. It launches fine, but when I actually ask it anything I constantly get just a blank line. Does anyone else experience this?
-
comment
Comment #42323753
Flowbite - https://flowbite.com/docs/getting-started/phoenix/ install guide for Phoenix Preline - https://preline.co/docs/frameworks-laravel.html You can use the Laravel guide and …
-
comment
Comment #42323648
flop_phoenix is great. If it lacks anything maybe it'd be great to just enhance it instead of building anything new. The author also has cursor based functionality
-
comment
Comment #42323633
Second that The flop is a good idea. Love the flop
-
comment
Comment #42323605
Thank you and the team for your hard work, and congratulations on the release! Suggestions for Demos: 1.Charting Libraries Integration There’s currently a lack of demos showcasing …
-
comment
Comment #39397910
I'll check the raster, contour, and cell marks. Thanks. "I don’t understand your comment about the “D3 example.”..." 1. When I visit the Plot Gallery https://observablehq.com/@obse…
-
comment
Comment #39395181
Are you planning to add new UI components like Data Table or other in the future or it’s purely Plotting and Data ingestion and the UI through Tailwind or CSS or would it be possib…
-
comment
Comment #39395164
Thank you I wonder if for #3 there is a way of somehow to keep the data hidden and only let people see the chart without hacking their way to see the underlying data
-
comment
Comment #39395147
So the 200Gb loading and digesting part is totally separate from the Observable Framework, right? You just do it with a standard ( non wasm duckdb as part of ETL) and later you jus…
-
comment
Comment #39395101
3. Apache echarts are much more interactive out of the box. The API is indeed clunky, but they’ve got all the chart type and all interactions you might need. IMHO, Plot in comparis…
-
comment
Comment #39390049
A couple of questions: 1. Let's say I got a Sqlite/Duckdb database file on my server. It's got multiple tables and some of them 100M to 150M records. I want to create a plot/table …