Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ashtuchkin
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ashtuchkin
13d ago
Love it! Trying to use it with my nanoPAD2 and it only outputs `note_on` and `note_off` events. Can we bind on these? Example output: 22:56:38.740 note_on channel=1 note=36 velocity=89 [nanoPAD2 PAD]
2.
▲
by
ashtuchkin
4mo ago
Just wanted to say thank you! Very relevant to our use cases. I'll report if I find any issues.
3.
▲
PostCSS creator: How to make your open source project popular
(evilmartians.com)
1 points
by
ashtuchkin
7mo ago
|
0 comments
4.
▲
by
ashtuchkin
1y ago
python does this pretty elegantly: def my_func(a: int, b: int): print(a+b) # both of these can be used my_func(1, 2) my_func(a=1, b=2)
5.
▲
by
ashtuchkin
3y ago
Haven't been able to make them consistently work on my moonlander. Too many mistypes when quickly writing code. Ultimately removed everything time-related and stateful and only kept simple layers - worked great for the last ~2 years.
6.
▲
Paramark – Marketing measurement and forecasting for fast-growing businesses
(paramark.com)
1 points
by
ashtuchkin
3y ago
|
0 comments
7.
▲
by
ashtuchkin
4y ago
Privacy. If someone owns two servers you're logging into, they can associate your logins if you use the same key. Another case is associating you with your GitHub account (as your ssh keys there are public)
8.
▲
by
ashtuchkin
4y ago
It's the reverse - it can only be decrypted after a threshold timestamp, not before.
9.
▲
React Router 6.4 gets Remix data loading abstractions
(github.com)
1 points
by
ashtuchkin
4y ago
|
0 comments
10.
▲
by
ashtuchkin
5y ago
Amazing how simple it is! Kudos to the author, subscribed.
11.
▲
by
ashtuchkin
5y ago
Reddit does have its own search engine, it's just bad. The premise in the author's post is that as soon as it becomes "good", the SEO optimizators will ruin it in the same way they ruined Google search.
12.
▲
by
ashtuchkin
5y ago
It would be interesting to calculate the probability here. 1/32000 shutter speed is impressive!
13.
▲
by
ashtuchkin
5y ago
This would heavily depend on the language. Rust IDE will need different features from Web/JS IDE.
14.
▲
by
ashtuchkin
5y ago
It would be interesting to see this implemented as an experiment. On the one hand, I'm not expecting high signal from this because it's not standardized - too many external variables you can't control. It would also be pretty
15.
▲
by
ashtuchkin
5y ago
json is used only for manifests; actual layers are .tar.gz.
16.
▲
by
ashtuchkin
5y ago
I'm wondering if we can use Pub/Sub to push revocation data to all servers. Presumably revocations are rare, plus we only need to store them only for the JWT validity period, so additional memory usage should be minimal. The downs
17.
▲
by
ashtuchkin
6y ago
Updated, thanks!
18.
▲
by
ashtuchkin
6y ago
I'm pretty sure the Russian trail in this article is a red herring. I looked up "Валентина Сынах" Skype user and, as expected, their full phone number is +7904xxxxxxx (see full number in the article), with Russian prefix +7.
19.
▲
by
ashtuchkin
10y ago
AFAIK write_idx < read_idx case is handled automatically by doing the unsigned subtraction. Power of 2 requirement stands, though.
20.
▲
by
ashtuchkin
10y ago
That's so cool :) let me know if I got anything wrong with the device or geometry calculation! Also I would be happy to get any feedback from Steam VR people!
21.
▲
by
ashtuchkin
10y ago
That's crazy :)
22.
▲
by
ashtuchkin
10y ago
I was really inspired by that too! The tracking is comparable, but not on par yet - you need multiple sensors and IMU fusion to achieve the smoothness of Vive. This is only a first step :)
23.
▲
by
ashtuchkin
10y ago
I needed to make some adjustments and fix some bugs there to make it work. It has the code, but it didn't work great indoor. I'll try to send these changes upstream when I have time. Let me know if you're interested in them -
24.
▲
by
ashtuchkin
10y ago
The geometry calculation is currently approximate, not taking into account that the laser planes have ~3cm offset from center, that's one. Timing precision is probably the next one - microseconds might not be enough and we can measure
25.
▲
by
ashtuchkin
10y ago
Yes you're right, only position. I'm using acc/gyro/compass on the drone.
26.
▲
by
ashtuchkin
10y ago
Thanks, yeah I need to tune it more, just wanted to share sooner :) I do have a blackbox there, that should help.
27.
▲
by
ashtuchkin
10y ago
The cool thing is you can probably just use Teensy and my code to convert the envelope to 3d position. I haven't thought about that :)
28.
▲
by
ashtuchkin
10y ago
Thanks! I actually haven't seen those, they look pretty good, basically replace the custom schematics I needed to build. The timing calculation still needs to be done somewhere though, I wish there was a module that would do it interna
29.
▲
by
ashtuchkin
10y ago
Nice project! There's a whole bunch of indoor positioning methods, having different precision/simplicity/cost profiles, so you might need to shop around. Probably cheapest and closest to my sensor is ultrasound sensors like
30.
▲
by
ashtuchkin
10y ago
Thanks, that's nice to hear! Seamless switching is definitely doable and shouldn't be hard, just need some time to implement. I'm using PX4 autopilot and it's very friendly for adding new functionality. Orchestration is
More ›