Viewing profile — nemasu
nemasu
HN member- Joined
- Wed, Nov 09, 2011, 5:55 PM UTC
- HN karma
- 248
- Public activity
- 208 items
- HN profile
- View on Hacker News ↗
About nemasu
No profile information was provided.
Recent public activity
-
comment
Comment #43819827
I'm working on creating a volume mixer, basically like Deej, but more polished. Some things I'm planning on including: - App drag & drop for assignment. - Programmable macro button…
-
comment
Comment #36567854
Yes! I was hoping someone mentioned this already. I had soo much fun with DSP, ended up needing to track all my shipments in a spreadsheet. I really hope the upcoming combat system…
-
comment
Comment #32704324
I just finished binging the first 2 seasons after reading this, thank you.
-
comment
Comment #32518000
Same! I just wish the hinge was 360 degrees, using the pen looked awkward.
-
comment
Comment #28631720
This was my first thought too. But it seems like any purchase, even if Google isn't involved, is logged.
-
comment
Comment #28631706
I wonder if it's to get that fancy header at the top of purchase emails.
-
comment
Comment #27421214
Same here. I had to make sure it wasn't April 1 again.
-
comment
Comment #26233283
Yes! I still have one, and it is amazing.
-
comment
Comment #22255870
Thanks. I made something similar a while ago myself called Shoutium, basically the same thing. More simpler this time around tho. Users are always difficult to get, this too will p…
-
comment
Comment #22254797
I truncate the GPS data server side, it's a bit over 1KM accurate.
-
comment
Comment #22254741
Yeah I'll probably add something like a unique number at the end of username.
-
comment
Comment #22254737
Rust and the tokio-tungstenite lib.
-
comment
Comment #22253443
Yeah, I need to figure out a way to mitigate this. For now lowering range and locking it works.
-
comment
Comment #22253289
Nope, they would need to increase radius.
-
comment
Comment #22246693
Will add throttling. But going to bed now, will try to do it tomorrow. Might be unpleasant in there for a bit -_-
-
comment
Comment #22246631
This isn't accurate enough. Custom lat/lon though I might add.
-
comment
Comment #22246420
Yup, using Haversine.
-
comment
Comment #22246087
I ran into this problem too, I just refreshed and it would eventually connect. Not sure what exactly is breaking.
-
comment
Comment #22245769
Fixed
-
comment
Comment #22245499
There's a check box beside the range selection to only see messages in your range. I'll be changing the UI a lot, will test that thanks.
-
comment
Comment #22245492
Thanks! The ranges are 1KM, 10KM, 100KM etc.
-
comment
Comment #22245051
Check the box beside the range selection to lock yourself in that range
-
comment
Comment #22245040
Yeah, I need to add throttling. That being said server didn't crash, handling it quite well.
-
comment
Comment #22244892
Yes! This is top priority at the moment, I'm eyeing mobile twitch chat style, simpler, more compact, less bubbly.
-
comment
Comment #22244158
Just thought I'd share something I've been working on. Basically it's a message relay that sends messages to others around you (given GPS coordinates from browser). Can choose rang…