Viewing profile — RasmusWL
RasmusWL
HN member- Joined
- Fri, Sep 26, 2014, 1:18 PM UTC
- HN karma
- 16
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About RasmusWL
Recent public activity
-
comment
Comment #33553574
https://www.scifilab.org/bodytrak has _something_ at least, but still very little :(
-
comment
Comment #24291944
Awesome, thanks for digging that up :)
-
comment
Comment #24281283
I was excited to look at the company, but turns out they pivoted away from doing log processing :(
-
comment
Comment #23040187
Yep. I went to sponsor him with a few bucks, but as you say, it wasn't set up. Think the best we can do for now is to give a star to https://github.com/gitclear/libinput although i…
-
comment
Comment #19727724
We're building a product that provides a web interface for creating videos that users can share as stories on social platforms. This includes applying transitions and effects to in…
-
comment
Comment #19726706
They also offer a AWS marketplace AMI with a REST api, so you can do video editing server-side. https://www.openshot.org/cloud-api/ I have not seen any other product offering such …
-
comment
Comment #17344909
That's totally fine. Futhark is an offer for people that need high performance code, but could spend their time on better things than writing CUDA/OpenCL code by hand. Clearly that…
-
comment
Comment #11892894
ag has issues with .gitignore, as patterns are not recognized properly. The matcher that git uses cannot be included due to licensing (see https://github.com/ggreer/the_silver_sear…
-
comment
Comment #11371552
Can someone enlighten me as to why the first snippet has a data race? Won't the resulting array become [2,3,4]? let mut data = vec![1, 2, 3]; for i in 0..3 { thread::spawn(move || …
- story
- story