HackerTrans
TopNewTrendsCommentsPastAskShowJobs

leiferik

no profile record

Submissions

TurboScribe

grokipedia.com
1 points·by leiferik·6 месяцев назад·0 comments

TurboScribe: Transcribe Audio and Video to Text

turboscribe.ai
1 points·by leiferik·11 месяцев назад·0 comments

How the power outage in Portugal and Spain impacted Internet traffic

blog.cloudflare.com
9 points·by leiferik·в прошлом году·0 comments

Cloudflare R2 Global Outage

cloudflarestatus.com
6 points·by leiferik·в прошлом году·0 comments

TurboScribe: Free Audio Transcription Tool

turboscribe.ai
4 points·by leiferik·в прошлом году·0 comments

Cloudflare R2 Global Outage

cloudflarestatus.com
133 points·by leiferik·в прошлом году·34 comments

[untitled]

3 points·by leiferik·2 года назад·0 comments

[untitled]

4 points·by leiferik·2 года назад·0 comments

Full Transcript – Donald Trump and Joe Rogan (Joe Rogan Experience #2219)

turboscribe.ai
6 points·by leiferik·2 года назад·0 comments

Ephemeral IDs: a new tool for fraud detection

blog.cloudflare.com
17 points·by leiferik·2 года назад·7 comments

X Suspended By Brazilian Supreme Court Justice Alexandre de Moraes

apnews.com
16 points·by leiferik·2 года назад·2 comments

[untitled]

1 points·by leiferik·2 года назад·0 comments

Donald Trump and Elon Musk Twitter Space (Full Transcript)

turboscribe.ai
6 points·by leiferik·2 года назад·1 comments

Full Transcript of Donald Trump and Elon Musk X Space

turboscribe.ai
9 points·by leiferik·2 года назад·2 comments

SSD 101: How Reliable are SSDs?

backblaze.com
2 points·by leiferik·2 года назад·0 comments

Show HN: TurboScribe GPT – Transcribe and chat with audio and video files

chat.openai.com
1 points·by leiferik·2 года назад·0 comments

Pessimism Is on the Retreat

world.hey.com
1 points·by leiferik·3 года назад·0 comments

The drive stats of Backblaze storage pods

backblaze.com
280 points·by leiferik·3 года назад·156 comments

Maglev – V8's Fastest Optimizing JIT

v8.dev
3 points·by leiferik·3 года назад·0 comments

comments

leiferik
·в прошлом году·discuss
[flagged]
leiferik
·2 года назад·discuss
Thanks! Nothing to announce on the API front right now, but appreciate you asking :)
leiferik
·2 года назад·discuss
You're always welcome to try my service TurboScribe https://turboscribe.ai/ if you need a transcript of an audio/video file. It's 100% free up to 3 files per day (30 minutes per file) and the paid plan is unlimited and transcribes files up to 10 hours long each. It also supports speaker recognition, common export formats (TXT, DOCX, PDF, SRT, CSV), as well as some AI tools for working with your transcript.
leiferik
·2 года назад·discuss
HTMX powers the UI for my AI transcription product TurboScribe (https://turboscribe.ai). Dynamic UIs that change without a page refresh, lazy loading, multi-step forms/flows, etc. It's working GREAT.

My general take on HTMX is:

1) You need to have your act together on your server. Because HTMX pushes more onto your backend, you need to know what you're doing back there (with whatever tech stack you happen to be using).

I have a friend who teaches at a coding boot camp and they do not teach students about server-rendered HTML at all. Folks coming from this world are going to have a tougher time ramping up on something like HTMX.

2) HTMX is great for the 90%+ of common UI paradigms shared by most apps (form submissions, validation, error messages, partial page reloads, lazy loading, CRUD UIs, etc).

If you have a key, critical experience that demands highly dynamic or novel interactivity, you're going to find yourself reaching to either (a) extend HTMX, or (b) create an island powered by raw JS, React, etc.

--

I love HTMX. It's a fantastic tool for delivering quality product (often with much lower engineering cost).
leiferik
·3 года назад·discuss
It feels really crummy to be accused and convicted of an "offense" by an algorithm, especially without any recourse.

I once had my account with a major cloud provider terminated for "violating our terms of service". After contacting support, they then claimed that someone had gained access to my credentials.

What evidence did they have? None. I just updated a VM's metadata too frequently (about once a minute). This tripped an ML model, which caused them to automatically terminate my account and send an automated email saying that I had been a bad boy.

This took down a key part of my business for about 5 hours (while I navigated my way through layers of customer support and ultimately temporarily moved this functionality to another cloud provider). Customers were not happy.

It took about 2 weeks and multiple support tickets for the full story to come out. I got them to refund a few months of charges (amounted to several hundred dollars at the time) and restore my account. There was never any recognition that they made a mistake.

I get that companies need to resort to automated means to handle fraud or abuse. But they should also own up to it, add some humility in their automated outreach to customers ("our automated system has detected possible X" instead of "you are guilty"), provide clear escalation paths to talk to a human, and provide a way to "shield" your account (identity verification, upfront deposit of $X, etc) that forces them to contact you before any enforcement action.

In my case, I upgraded to a paid support plan ($100+ per month) in the hopes that their system will be a little less trigger happy with my account in the future. I don't use support at all, it's purely a lame form of insurance that may or may not actually protect against anything.
leiferik
·3 года назад·discuss
The premise of Workers AI is really cool and I'm excited to see where it goes. It would need other features (custom code, custom models, etc) to make it worth considering for my needs, but I love that CF is building stuff like this.
leiferik
·3 года назад·discuss
I stand corrected! Will bookmark this to take a look at this later. Thank you!
leiferik
·3 года назад·discuss
I think Backblaze B2 is probably the reference (which has free egress up to 3x data stored - https://www.backblaze.com/blog/2023-product-announcement/). I don't know of any public S3-compatible provider that is as cheap as 20$/TB/year (roughly ~$0.0016/GB/mo).
leiferik
·3 года назад·discuss
As an indie dev, I recommend R2 highly. No egress is the killer feature. I started using R2 earlier this year for my AI transcription service TurboScribe (https://turboscribe.ai/). Users upload audio/video files directly to R2 buckets (sometimes many large, multi-GB files), which are then transferred to a compute provider for transcription. No vendor lock-in for my compute (ingress is free/cheap pretty much everywhere) and I can easily move workloads across multiple providers. Users can even re-download their (again, potentially large) files with a simple signed R2 URL (again, no egress fees).

I'm also a Backblaze B2 customer, which I also highly recommend and has slightly different trade-offs (R2 is slightly faster in my experience, but B2 is 2-3x cheaper storage, so I use it mostly for backups other files that I'm likely to store a long time).