Live data from Hacker News

Viewing profile — ristic

ristic

HN member
Joined
Thu, Jun 02, 2016, 10:32 PM UTC
HN karma
97
Public activity
33 items

About ristic

https://robsco.info

Recent public activity

  1. comment
    Comment #26991018

    My understanding is that Reaper has a more mature feature set in this regard. That said, it is possible to do a number of things in Ardour already using Lua scripts: https://manual…

  2. comment
    Comment #26397592

    Yep :) https://robsco.info/music/

  3. comment
    Comment #25966332

    Language is evolution.

  4. story
  5. comment
    Comment #22446106

    It's a lot more setup but I've had a good experience with redux, redux-persist and localForage. localForage picks the best available browser storage API. One can select which subse…

  6. comment
    Comment #18207067

    Would have been nice if he got around to the router at our office, we got cryptojacked: https://imgur.com/a/Q7Pmxth

  7. story
  8. story
  9. story
  10. comment
    Comment #14355091

    Unfortunately, the CALF series have been notorious for having problems or causing crashes in the past. If you do want to try it out, I highly recommend getting the latest version o…

  11. comment
    Comment #14355071

    Things are slowly getting better if you want to run Windows VSTs under Linux. I found this very interesting as a overview of some of the current possibilities: https://www.youtube.…

  12. comment
    Comment #14355029

    If you follow the "Ready-to-Run Program" prompts on the official download page[1] as an anonymous or unsubscribed user, you will reach a page that explains their method/philosophy.…

  13. story
  14. comment
    Comment #13673500

    I have built something similar that works with LibreOffice Calc as the backend instead of Google Sheets: https://github.com/robsco-git/spreadsheet_server

  15. comment
    Comment #13309391

    I've recently adopted a similar approach. I have a virtual machine running the same OS and version as the target production machine. I'm using QEMU and connecting to it via ssh.

  16. comment
    Comment #13079347

    There are a number of exciting projects in the Linux audio that may be of interest here. I'll just name a few, in no particular order, that have tickled my interest. setBfree - A D…

  17. story
  18. story
  19. story
  20. comment
    Comment #11844996

    That seems like an interesting avenue to peruse. I would imagine you would end up reimplementing a lot of what Calc has already solved. I'm thinking about mapping cells to cell ref…

  21. comment
    Comment #11844968

    I think you may find what you are looking for here: http://download.documentfoundation.org/libreoffice/src/

  22. comment
    Comment #11844955

    I don't have any experience working with macros between Excel and Calc. That said I did find some resources that may answer your question. First off: https://help.libreoffice.org/C…

  23. comment
    Comment #11836924

    I have just updated the example_client and README. Combined they should resolve your suggestion. Here is the example client: https://github.com/robsco-git/spreadsheet_server/blob/m…

  24. comment
    Comment #11836912

    The example_client may help answer your question: https://github.com/robsco-git/spreadsheet_server/blob/master... I don't quite follow your question but I'll give it a shot. Here i…

  25. comment
    Comment #11832123

    I probably need to be more descriptive. The locking is just within Python to prevent simultaneous reads and writes to the spreadsheet messing with expected results. This makes sens…