Live data from Hacker News

Viewing profile — raibosome

raibosome

HN member
Joined
Sun, Nov 25, 2018, 4:34 AM UTC
HN karma
107
Public activity
46 items

About raibosome

AI Engineer and Android/iOS Developer.

Interests: AI/ML/DL, NLP, Linguistics, Languages

Twitter: @remykarem

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #23258071

    I have 3 pet projects. (1) Bython, a basic Python interpreter written in C. I just want to have a taste of what it's like programming out a language so I won't go too far. It is dy…

  11. comment
    Comment #23175180

    Nice, I deno about this.

  12. comment
    Comment #23068791

    You need a way to organise and prioritise these. Use a Trello board. Because you're self-studying, you're sort of going to a self-study university taking different modules from dif…

  13. comment
    Comment #22888119

    I do exactly this!

  14. story
  15. story
  16. comment
    Comment #21271897

    Shameless plug but if anybody wants to look at Naive Bayes classifiers for continuous and categorical dat, I wrote a library here: https://github.com/remykarem/mixed-naive-bayes

  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #19418159

    Okay I think this is more elegant than my workaround. But it doesn’t work for directories, does it?

  23. comment
    Comment #19414634

    Thanks for pointing out! Now everyone’s Bashing me in their comments.

  24. comment
    Comment #19414601

    As pointed out, the alias should be function del() { mv “$@“ ~/.Trash } instead. Thanks @floatingatoll!

  25. story
    Stop Using `rm` in Bash. Use `del`

    We’ve all had our fair share of accidentally removing files. Instead of rm my_file.txt or rm -rf my_folder we do del my_file.txt or del my_folder where you can define your Bash ali…