Speech-to-Text.cloud

@SpeechToTextCloud@techhub.social
11 Followers
26 Following
149 Posts

Was lange währt ...

Wir haben jetzt eine eigene #Peertube-Instanz und beim Namen haben wir uns dann doch nicht ausgetobt. 🙈@ct_3003 ist schon dort, weitere Accounts sollen folgen.

Bitte schön folgen, wir wollen ja hier im Haus auch zeigen, dass das Interesse da ist. Und @keno3003 freut sich dann auch.

#Fediverse #Videos #ct3003

Exciting updates at speech-to-text.cloud!

We've just added speaker identification, so you can easily label and track who's speaking in your transcripts.

Plus, our Summarize and Translate tasks just got a 30% speed boost!

Try out our improved platform and discover a smarter way to work with audio and video files.

https://www.speech-to-text.cloud/

#speechtotext #transcription #productivity"

Speech to Text Conversion

Upload an .mp3 and download your text transcript immediately. No subscription and no account required. Super-easy Speech to Text conversion.

Online Speech to Text Cloud
Sometimes people think #curl is a simple little HTTP tool, while in reality there's a whole internet transfer machine in there supporting 28 protocols.

🍹 Nothing like helping a client out with a server issue while they are away on vacation to get the blood flowing on a Friday afternoon.

🥳 Periodic reminder to contact my company, REVSYS, if you want to take a vacation without worrying about your servers while you are gone. https://www.revsys.com/contact/

We can babysit your apps while you are on vacation-as-a-service.

Contact REVSYS

REVSYS

aprxc — A command-line tool to estimate the number of distinct elements in a file/stream using Chakraborty/Vinodchandran/Meel approximation algorithm¹.

▸ Easier to remember & faster than `sort | uniq | wc -l`.
▸ Bound memory usage
▸ Exact until 80k unique values, 0.4–1% deviation beyond
▸ v2 with less BS in the README

Useful? You decide! Try out:
▸ uvx aprxc -h
▸ pipx run aprxc -h

https://codeberg.org/fa81/aprxc
https://github.com/hellp/aprxc

¹ https://arxiv.org/pdf/2301.10191#section.2

#math #ComputerScience #Python #CLI

aprxc

A command line tool / Python class to approximate the number of distinct values in a stream of elements using the (simple) Chakraborty/Vinodchandran/Meel algorithm (https://arxiv.org/pdf/2301.10191#section.2).

Codeberg.org
The surprising way to save memory with BytesIO

Itamar Turner-Trauring explains that if you have a `BytesIO` object in Python calling `.read()` on it will create a full copy of that object, doubling the amount of memory used …

Here's my end-of-year review of things we learned about LLMs in 2024 - we learned a LOT of things https://simonwillison.net/2024/Dec/31/llms-in-2024/

Table of contents:

Things we learned about LLMs in 2024

A lot has happened in the world of Large Language Models over the course of 2024. Here’s a review of things we figured out about the field in the past …

Simon Willison’s Weblog

Uv, a fast Python package and project manager

https://docs.astral.sh/uv/

uv

uv is an extremely fast Python package and project manager, written in Rust.

OMG! TIL there's a way to add back the long-since-removed capability to add your own custom search engines to Firefox.

In about:config, add a new boolean key browser.urlbar.update2.engineAliasRefresh = true.

Then the "Add" button is available in search preferences (put %s where the query term goes).

Source: https://superuser.com/questions/7327/how-to-add-a-custom-search-engine-to-firefox/1756774#1756774

How to add a custom search engine to Firefox?

Is there a way I can add a custom search URL to the Firefox search bar? e.g. I'd like to provide a URL such as https://blahblah.com?search=%s, where Firefox replaces the %s with the content of the ...

Super User
Ich teste seit einigen Tagen selfhosted #mailcow via #docker und bin bisher positiv überrascht. Installation und Setup sind sehr einfach und bisher läuft es geschmeidig und zuverlässig. Wie sind eure Erfahrungen dazu? Hat vielleicht noch jemanden einen guten Tipp dazu auf Lager?
×
Sometimes people think #curl is a simple little HTTP tool, while in reality there's a whole internet transfer machine in there supporting 28 protocols.
@bagder TIL curl has MQTT support!
@bagder  curl is a whole internet transfer machine
 curl is the god of internet transfers
@bagder mqtt?! Ok, I need to read some documentation I think, that could simplify some shell scripts of mine 😬
@bagder curl does websockets? Cool
@bagder yes, thats clear. And the most stable way of doing this around.
@bagder that people use the tool and think it’s a “simple little tool” is the best praise
@bagder I thought rsync/scp was good enough for SSH file transfers. Is the reason to include SSH in curl convenient of using a single utility for all file transfers?
@vmiheer it was added to libcurl almost twenty years ago, to offer easy sftp and scp transfers in addition to ftp(s) for an application, yes. Actually paid for by Adobe.
@bagder With my own humble ways of running c-driven network code (years ago) I know how much research this must be to make it really work on so many protocols, so many settings, so many options etc. Really strong stuff. I hope people tell that often enough to you and your contributors.

@bagder

... WTF? I didn't even know telnet was still used. I don't even know most of these protocols? (I'm not a developer)

Good god.