Viewing profile — ristic
ristic
HN member- Joined
- Thu, Jun 02, 2016, 10:32 PM UTC
- HN karma
- 97
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About ristic
Recent public activity
-
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…
-
comment
Comment #26397592
Yep :) https://robsco.info/music/
-
comment
Comment #25966332
Language is evolution.
- story
-
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…
-
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
- story
- story
- story
-
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…
-
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.…
-
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.…
- story
-
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
-
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.
-
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…
- story
- story
- story
-
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…
-
comment
Comment #11844968
I think you may find what you are looking for here: http://download.documentfoundation.org/libreoffice/src/
-
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…
-
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…
-
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…
-
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…