Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vespakoen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vespakoen
6y ago
marcan, who is working on AsahiLinux, is streaming at this time of writing and just got the framebuffer working, this is one of the most interesting live-code-streams I have seen. https://www.youtube.com/watch?v=GxnWuXgj3JI
2.
▲
by
vespakoen
6y ago
Thanks for letting me know, looks like I didn't extend the domain and somebody else bought it ;)
3.
▲
by
vespakoen
6y ago
I had an idea some years ago to make this app but based around a community of helping others find their song by humming and finding your own songs, i have a 2 year old react-native project with a basic working version [1] I don't have
4.
▲
by
vespakoen
8y ago
I really like the clocks made by Maarten Baas, it's basically a 24 hour long video of a guy "updating the time" every minute. He has made a couple different ones: http://maartenbaas.com/real-time
5.
▲
by
vespakoen
8y ago
Perhaps this could be used for "curve fitting" [0]? (used in CAM software to optimise CNC toolpaths) [0] https://en.wikipedia.org/wiki/Curve_fitting
6.
▲
by
vespakoen
8y ago
I re-implemented (most of) TPLang (mentioned above) in pure JS , and called it openjscam [1] And am working on open source software for CAM (as a hobby), just 2.5D gcode generators, using maker.js and openjscam [2]. And made opencamlib comp
7.
▲
by
vespakoen
10y ago
I guess d3 ( https://github.com/d3/d3/blob/master/API.md ) can handle most of these things. Others you can check out: - http://turfjs.org - https://two.js.org - http://pa
8.
▲
by
vespakoen
10y ago
I tried to install this on OSX (10.12.1), it doesn't seem to handle tar.xz files well, when extracted using the (default) "Archive Utility", it produces a ".cpgz" file, which, when extracted, produces a ".tar.x
9.
▲
by
vespakoen
10y ago
You probably have already seen this, but I just found this ffmpeg library compiled with emscripten and thought it was pretty cool http://bgrins.github.io/videoconverter.js/demo
10.
▲
by
vespakoen
10y ago
I shouldn't try to be joking on the internet, especially not on HN, anyways, my "eco" comment was meant as a joke, hence the wink.
11.
▲
by
vespakoen
10y ago
Cool, I'll wait it out as it isn't really an issue for me, thanks for helping out though, it's really appreciated!
12.
▲
by
vespakoen
10y ago
That I might have invested 100+ hours tweaking & patching stuff to get linux to run properly on apple hardware. a lot of this time was spent with getting nvidia drivers to work on my macbook pro 6,1 as it has a weird EFI version. (I don
13.
▲
by
vespakoen
10y ago
Typing the commands manually didn't work either, I also tried disabling LID0 (sudo sh -c 'echo LID0 > /proc/acpi/wakeup') No luck with that too, I verified the command working with cat /proc/
14.
▲
by
vespakoen
10y ago
Webcam works now, thanks for that! I added that script to echo XHC1 to wakeup here: /usr/lib/pm-utils/sleep.d/100macfix without any luck (made it executable) I also removed light-locker (that was the cause wakeup pr
15.
▲
by
vespakoen
10y ago
Cool! will give those a try, lspci -v now gives me: http://hastebin.com/yosicucoku.xml It seems to have loaded bdc_pci by default, will try your suggestions and report back.
16.
▲
by
vespakoen
10y ago
I go to great lengths to be able to run Linux, cannot live without a properly functioning tiling window manager. I don't mind that the webcam support is coming in a (couple of) year(s). As the laptop (re)boots in a couple of seconds,
17.
▲
by
vespakoen
10y ago
My (6 year old) macbook pro got bricked and I was daring enough to get the new Macbook Pro retina (MacBookPro11,4). Before installing Arch (assuming I needed the latest kernel for anything to work) I tried installing Xubuntu 16.04, and it a
18.
▲
by
vespakoen
10y ago
The array + join is slower http://jsperf.com/leftpadtesting Repeat + slice is too http://jsperf.com/leftpad
19.
▲
by
vespakoen
10y ago
So this I guess module.exports = function leftpad (str, len, ch) { str = String(str); if (ch === 0) { ch = '0'; } return Array(Math.max(0, len - str.length)).join(ch || ' ') + str; };
20.
▲
by
vespakoen
10y ago
Cool, I like the Math.max. Two liner then str = String(str);\n...
21.
▲
by
vespakoen
10y ago
Ahh you are right, all makes sense now, thanks!
22.
▲
by
vespakoen
10y ago
(bit offtopic) but what about: module.exports = function leftpad (str, len, ch) { return Array(len).join(ch || ' ') + String(str); };
23.
▲
Arduino based ((motor)cycle) navigation and location tracking
(github.com)
3 points
by
vespakoen
11y ago
|
0 comments
24.
▲
by
vespakoen
11y ago
Yeah it's a GPS module, it reports an "angle" and I guess it calculates that by comparing the previous position to the current one. Not very accurate while standing still but works pretty well while on the move.
25.
▲
by
vespakoen
11y ago
hope this works: https://goo.gl/photos/jiZYZZYkxhFVSj7u8
26.
▲
by
vespakoen
11y ago
https://github.com/vespakoen/dwaler
27.
▲
by
vespakoen
11y ago
Also check my "dwaler" arduino based project https://www.koenschmeets.nl/projects/dwaler/
28.
▲
by
vespakoen
11y ago
Created a new account and that seemed to have solved my problem
29.
▲
by
vespakoen
11y ago
I have been waiting for this, will probably be able to remove some scripts that I made around mapbox-gl, however, after logging in and clicking through the intro, I have to confirm my password and get a "Oops, something went wrong. Ple
30.
▲
by
vespakoen
11y ago
I don't need to since my request was a simple way to remove multiple videos at once, or have an option to not save my stream as videos. I can delete the videos one by one though, it's just a lot of work, especially when the connec
More ›