Feed aggregator

Show HN: Humanize AI – Free AI Humanizer and Get 100% Human Score

Hacker News - Sat, 03/23/2024 - 4:59am

Humanize AI serves as a free AI humanizer to humanize text, allowing content to evade AI detection effectively. By employing Humanize AI, you can transform AI-generated text into a more human-like format, thus enhancing its ability to circumvent various AI detectors.

Comments URL: https://news.ycombinator.com/item?id=39798480

Points: 1

# Comments: 1

Categories: Hacker News

The Mystery of Spinors [video]

Hacker News - Sat, 03/23/2024 - 4:58am
Categories: Hacker News

Show HN: Quietone – search audio and video by transcript

Hacker News - Sat, 03/23/2024 - 4:32am

Hey. This is my first electron app. It is called Quietone and I just thought it would be cool to navigate and manipulate videos by their transcript because searching through videos for the things I was looking for was very slow otherwise.

I used whisper.cpp to do the transcribing. It has held up really well. The tiny model (the fastest one) can transcribe 2 hours of video in a couple of minutes on my m2 mac mini and the accurate of even the tiny model is pretty good.

I used Electron Forge to package the app for different operating systems and distribution channels. There are no guides on the internet on how to do that properly so that took quite a bit of time to figure out.

At multiple stages I had to look through source code of Electron Forge's dependencies to figure out how I was supposed to use it to correctly sign the app for the mac app store.

I made this app using the tools I like to use, which is not very typical. I use straight javascript, no transpiling, and I wrote every single library myself from the ORM https://github.com/thebinarysearchtree/flyweight to the front-end framework, which is a thin wrapper over web components.

Oh yeah, Electron recently started supporting esm, but Electron Forge doesn't fully support it so I had to use esbuild to compile to cjs just for the packaging step.

I use events to make everything change in real-time in the UI. Umm... oh yeah I did include yt-dlp features but had to remove that for the store versions.

It is available on the mac store, and soon on the windows store. There is also a trial you can download. The windows store experience is not very polished compared to the mac store. I was amazed that there are humans reviewers looking through everything I upload. hah.

Anyway, I have to go find a job now and hope my username doesn't check out. Bye. Thanks for reading my blog.

Comments URL: https://news.ycombinator.com/item?id=39798380

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I am making a game in Unreal by only using blueprints [video]

Hacker News - Sat, 03/23/2024 - 4:30am

Hi all, I am an indie developer that is trying to do his passion project every night after work. I often see people discuss is it possible to make an game only with blueprints and not writing C++ directly in Unreal so wanted to showcase this.

Kinsfolk is a short emotional adventure game about a father's journey to discover the meaning of family. It was inspired by games like Journey and Firewatch.

If this sounds interesting to you, check it out on Steam and wishlist https://store.steampowered.com/app/2876610/Kinsfolk/

Comments URL: https://news.ycombinator.com/item?id=39798366

Points: 1

# Comments: 0

Categories: Hacker News

Pages