HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_hzw

no profile record

comments

_hzw
·2 ay önce·discuss
I am working on a self-hosted library server for jailbroken kindle and opted for using pure Rust for the KUAL app to sync books and annotations with the server.

It's just running `cargo build --release --target armv7-unknown-linux-musleabihf` with a .cargo/config.toml:

``` [target.armv7-unknown-linux-musleabihf] linker = "rust-lld" rustflags = ["-C", "link-self-contained=yes"]. ```

the downside is I can't use any c-deps. :)
_hzw
·4 ay önce·discuss
I have a pipeline of jp epub>m4b, just need to swap tts models in between :)
_hzw
·4 ay önce·discuss
Exactly. Qwen only has one pitch accent for pure hiragana words, even though it actually work (removing mandarin mixed-in), which requires some great efforts to normalize text in order to disambiguate heteronyms, the result is (if you use voice cloning) your favorite CV speaking in some weird, unknown accent :)
_hzw
·4 ay önce·discuss
I'd love to see a monolingual Japanese model sometime in the future. Qwen3-tts works for Japanese in general, but from time to time it will mix with some Mandarin in between, making it unusable.
_hzw
·geçen yıl·discuss
An (un)obvious connection between Eraserhead and Bloodborne (spoiler!):

https://www.reddit.com/r/bloodborne/comments/xgu21c/eraserhe...
_hzw
·2 yıl önce·discuss
Apple Books has some rare exclusives. To name one, all of Norman Berrow's novels are only available there.
_hzw
·2 yıl önce·discuss
x
_hzw
·2 yıl önce·discuss
If both are selfish, then neither is selfish. You conveniently deconstructed the concept of selfishness and I like it a lot.
_hzw
·2 yıl önce·discuss
If that was the reason, Gemini must have been doing some very convoluted reasoning...
_hzw
·2 yıl önce·discuss
Tangent. Yesterday I tried Gemini Ultra with a Django template question (HTML + Bootstrap v5 related), and here's its totally unrelated answer:

> Elections are a complex topic with fast-changing information. To make sure you have the latest and most accurate information, try Google Search.

I know how to do it myself, I just want to see if Gemini can solve it. And it did (or didn't?) disappoint me.

Links: https://g.co/gemini/share/fe710b6dfc95

And ChatGPT's: https://chat.openai.com/share/e8f6d571-127d-46e7-9826-015ec3...
_hzw
·2 yıl önce·discuss
It's interesting to note that you consider having children a selfish choice, because in some cultures, not having children is considered selfish.
_hzw
·2 yıl önce·discuss
I live in Germany. After dual-using Google Maps and Apple Maps for a year, I've finally uninstalled Google Maps and now use only Apple Maps.
_hzw
·3 yıl önce·discuss
I resonate with the top comment on Tildes that suggests we need a singular conglomerate to cover all media types. We actually had one from China, douban.com, but the situation of censorship there makes it unusable. There are also a few new alternatives, such as nicedb.org and its fork, neodb.social, but I find them somehow lacking.
_hzw
·3 yıl önce·discuss
Does anyone remember scriptogr.am? It was a similar idea, but it's long gone now.

https://hn.algolia.com/?q=scriptogr.am
_hzw
·3 yıl önce·discuss
As the saying goes, "no news is good news".
_hzw
·3 yıl önce·discuss
Is there anyone out there building a federated Wiki based on ActivityPub, given it's such a fad nowadays?
_hzw
·3 yıl önce·discuss
No, personal web in China almost doesn’t exist anymore because you need a ICP filing [0] to legally operate a website (even for a blog). It’s simply too much trouble for most people.

[0]: https://china-digital.com/blogs/what-is-icp-license/
_hzw
·3 yıl önce·discuss
There's no adventure if you know what lies ahead. But I suppose some are fine without adventure in their lives.
_hzw
·3 yıl önce·discuss
I live in a small college town in Germany. My workplace is a 15- to 20-minute uphill walk away, my family doctor is in the building next to where I live, and all my friends are within a 40-minute walking distance. The situation was almost the same when I lived in China, in a smaller town two hours' drive from Guangzhou. I've walked my whole life and don't even know how to drive. I've almost taken for granted that one should be able to walk to any place that is important to them; perhaps it's not that universal elsewhere?
_hzw
·3 yıl önce·discuss
I made my web app into a PWA and even went so far as to polish the home screen icon and splash screen to make it look nice once installed. However, in the end, I use the browser much more frequently, simply because I can access the URL of the page and share it elsewhere.