Live data from Hacker News

Viewing profile — somesun

somesun

HN member
Joined
Sat, Dec 16, 2023, 2:12 AM UTC
HN karma
4
Public activity
25 items

About somesun

No profile information was provided.

Recent public activity

  1. 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

  2. comment
    Comment #46842759

    is there a English or Japanese learning model like this?

  3. comment
    Comment #46789507

    is this some kind of wasm? how to do in in browser , any open source code available

  4. comment
    Comment #46388812

    very good resource I will read it when it's available

  5. 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?

  6. comment
    Comment #44567375

    anyone can make a comparation with cursor too many ides , hard to choose

  7. comment
    Comment #44557220

    a similar website https://ffmpeg.app/

  8. comment
    Comment #44403406

    i think if use rust , the best is tauri + any frontend (just let ai write frontend)

  9. comment
    Comment #43900890

    why not just call it reactTK

  10. comment
    Comment #43216414

    very good example to learn async , will try it

  11. comment
    Comment #43112600

    only rust

  12. comment
    Comment #43098273

    is this a AI editor like Cursor?

  13. comment
    Comment #43043254

    a very good game to learn css

  14. comment
    Comment #43020267

    anyone konws good offline tts engine which can support multi-language like English and Chinese?

  15. comment
    Comment #42459219

    what's the difference between fastapi?

  16. comment
    Comment #42243135

    is there some free local app like this available?

  17. 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 …

  18. comment
    Comment #41586664

    there are maybe 50 web framework / app builder in python just like there are new frameworks everyday in javascript

  19. comment
    Comment #41463469

    where is the desktop app download ? or need to install source code from github ?

  20. 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

  21. 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

  22. comment
    Comment #40551911

    bpython ptpython ipython but , i think the best way to learn and debug python is using vscode

  23. comment
    Comment #40142216

    I wonder what's the meaning of doing this , if hello world program need 20M to download before run ?

  24. comment
    Comment #39415268

    is there any open sourced library can reach the quality of Microsoft tts and support multi-language

  25. 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…