Viewing profile — somesun
somesun
HN member- Joined
- Sat, Dec 16, 2023, 2:12 AM UTC
- HN karma
- 4
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About somesun
No profile information was provided.
Recent public activity
-
comment
Comment #47489144
what tts model do you use to make the audio , seems good can you share your prompt go make the website , what is the stack
-
comment
Comment #46842759
is there a English or Japanese learning model like this?
-
comment
Comment #46789507
is this some kind of wasm? how to do in in browser , any open source code available
-
comment
Comment #46388812
very good resource I will read it when it's available
-
comment
Comment #45205682
that's great ! I will try it, does it support GPU like cuda? one question, can I use it as a library in my rust project, or I can only call it through new process with exe file?
-
comment
Comment #44567375
anyone can make a comparation with cursor too many ides , hard to choose
-
comment
Comment #44557220
a similar website https://ffmpeg.app/
-
comment
Comment #44403406
i think if use rust , the best is tauri + any frontend (just let ai write frontend)
-
comment
Comment #43900890
why not just call it reactTK
-
comment
Comment #43216414
very good example to learn async , will try it
-
comment
Comment #43112600
only rust
-
comment
Comment #43098273
is this a AI editor like Cursor?
-
comment
Comment #43043254
a very good game to learn css
-
comment
Comment #43020267
anyone konws good offline tts engine which can support multi-language like English and Chinese?
-
comment
Comment #42459219
what's the difference between fastapi?
-
comment
Comment #42243135
is there some free local app like this available?
-
story
Is there any good reason why no set method in Python dict?
many times , when I write code when using dict d = {} d['name'] = 'John' d['age'] = 40 something like that , i wonder why there is not set method on dict, because get method is in …
-
comment
Comment #41586664
there are maybe 50 web framework / app builder in python just like there are new frameworks everyday in javascript
-
comment
Comment #41463469
where is the desktop app download ? or need to install source code from github ?
-
comment
Comment #41342967
I often cant find the config i need , so I have to press "Win+R", and enter "control" and press enter to find it
-
comment
Comment #41342885
rust is good , if your want to release your work I hope python have tools like cargo to release binary in one command
-
comment
Comment #40551911
bpython ptpython ipython but , i think the best way to learn and debug python is using vscode
-
comment
Comment #40142216
I wonder what's the meaning of doing this , if hello world program need 20M to download before run ?
-
comment
Comment #39415268
is there any open sourced library can reach the quality of Microsoft tts and support multi-language
-
story
Any one tried train attention model on stock time series data?
since the attention model does so good job on natural language modeling , I think it should do good on other time series related task, like stock time series data. but I didn't see…