HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nonoesp

no profile record

Submissions

Disney Characters Are Coming to OpenAI’s Sora

nytimes.com
1 points·by nonoesp·há 7 meses·2 comments

comments

nonoesp
·há 23 dias·discuss
git update-index --assume-unchanged path/to/file

https://git-scm.com/docs/git-update-index
nonoesp
·há 2 meses·discuss
> Which company will win the AI race is anybody’s guess. Regardless, OpenAI’s embrace of the Anthropic business model makes one thing abundantly clear: For all the wonder and change that generative AI brings as a technology, there hasn’t been any real innovation in the business models of Silicon Valley. For decades, most tech companies have succeeded by either selling ads or selling enterprise tools. One day OpenAI or Anthropic might cure cancer and remake the world, but for now they still have to pay the bills.
nonoesp
·há 3 meses·discuss
First thing that came to mind was git butler.
nonoesp
·há 5 meses·discuss
> What's moon plus sun?

"Monsoon," says ChatGPT.
nonoesp
·há 6 meses·discuss
I create a playlist for each month (e.g., 2026.01) inside of a folder of the corresponding year (e.g., 2026) and add new tracks there (instead of using Spotify likes). This allows me to jump back to a specific year/month. You can also hit play on the folder to play all songs from a specific year.

I used to have a single Inbox playlist to save music and keep the date when I saved each song.
nonoesp
·há 7 meses·discuss
WTFPL (Do What The F*k You Want To Public License) https://en.wikipedia.org/wiki/WTFPL
nonoesp
·há 3 anos·discuss
I wrote a live video/audio marker creator with OpenAI's Whisper.

A Stream Deck XL button runs a Python script that creates a timestamp for ongoing video and audio recordings which I use for live stream and podcast chapters while I'm streaming or recording.

Different buttons on the Stream Deck create markers with different labels, e.g., Introduction, Break, Marker, etc.

But as it's hard to name markers for every section and you have to go back to the recordings to infer what each section was about, I added a dynamic marker script that trims audio around a marker with ffmpeg, locally transcribes it with Whisper, and appends the transcript to the marker, so I can easily guess what the marker title should be without having to scroll and watch the video.