Tl;dv: Over 180k meetings left wide open
181–190 of 231 posts
Re: Tl;dv: Over 180k meetings left wide open
#182I saw an YouTuber the other day sharing their "day in the life" as an Amazon Software Engineer while promoting (as part of a paid sponsorship) the AI note taking feature of SoundCore headphones, claiming they now record their meetings and receive an AI summary at the end. I wonder how many companies realise these devices that appear as "headsets" are now funnelling their meetings into these new AI companies who are m…
Not trying to be rude or mean here but it should be, "a YouTuber" since YouTuber starts with a consonant sound.
Re: Tl;dv: Over 180k meetings left wide open
#183Re: Tl;dv: Over 180k meetings left wide open
#184Earlier quoted context omitted.
I know this is a joke but it's still a felony, for your own sake don't do this.
Serious question: how is it a felony? Distributing it might count as copyright piracy, but merely downloading public data?
Re: Tl;dv: Over 180k meetings left wide open
#185Re: Tl;dv: Over 180k meetings left wide open
#186Heh, interesting. I literally just vibe-coded an app tonight that takes a meeting recording, runs it through whisper to generate the text, then through your local codex gives you a summary and creates actions that are pushable to either github (technical) or PM tool (project level) Takes about 7 minutes for a 2 hour meeting on my 3080 GPU so well within useful timeframe. I did it because i didn't want to pay £7 a mon…
Why not just pay attention in the meetings you are paid to attend?
Re: Tl;dv: Over 180k meetings left wide open
#187oh man, imagine telling them "you don't want people like me breaking into your app! Just look at how I got into this call!"
Re: Tl;dv: Over 180k meetings left wide open
#188Earlier quoted context omitted.
Serious question: how is it a felony? Distributing it might count as copyright piracy, but merely downloading public data?
The federal government outlaws "knowingly accessing a computer without authorization or exceeding authorized access" to obtain information from any "protected computer" (which, in this context, means any computer involved in interstate commerce - which, in practice, has been ruled such that it certainly includes any Internet-connected server of a corporation). Your defense would have to be that you were authorized to…
Re: Tl;dv: Over 180k meetings left wide open
#189> He responded within minutes: "thank you! can you report it to our CTO and we will look at it immediately?" Why could he not speak to HIS ceo himself instead of asking Bob to
You can't expect a founder/CEO to spend 2 minutes relaying an email with critical security information to his own CTO, he's surely way too busy disrupting and pivoting and doubling down on product market fit.
Re: Tl;dv: Over 180k meetings left wide open
#190Earlier quoted context omitted.
Since the participants are known and limited, have you tried building around samples tagged with user/person names?
I tried something similar by putting together a "global ledger" of speaker identities. This was more happening during the call than having a predefined one but I just couldn't get it to work properly. The issue being that as soon as some speech gets assigned to a new label or an incorrect one, everything ends up getting misaligned and gets messy quickly. I might take another look into doing it in a different way that…
If you’re targeting data for people to use on the same call then requires more intense work, while if you’re targeting data for people to use after or on an ongoing basis (eg an established business meeting with staff/vendors/etc) then having a predefined one seems good. Same interface as a CRM: picture, some audio clips for users to choose from, and confidence scores on each section of the recording for cases where people sound similar or are talking over each other. Over time the diarization gets better as users accept/reject/tag samples and that work helps them feel more aligned with the tool.