Live data from Hacker News

Viewing profile — nemasu

nemasu

HN member
Joined
Wed, Nov 09, 2011, 5:55 PM UTC
HN karma
248
Public activity
208 items

About nemasu

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #32704324

    I just finished binging the first 2 seasons after reading this, thank you.

  4. comment
    Comment #32518000

    Same! I just wish the hinge was 360 degrees, using the pen looked awkward.

  5. comment
    Comment #28631720

    This was my first thought too. But it seems like any purchase, even if Google isn't involved, is logged.

  6. comment
    Comment #28631706

    I wonder if it's to get that fancy header at the top of purchase emails.

  7. comment
    Comment #27421214

    Same here. I had to make sure it wasn't April 1 again.

  8. comment
    Comment #26233283

    Yes! I still have one, and it is amazing.

  9. 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…

  10. comment
    Comment #22254797

    I truncate the GPS data server side, it's a bit over 1KM accurate.

  11. comment
    Comment #22254741

    Yeah I'll probably add something like a unique number at the end of username.

  12. comment
    Comment #22254737

    Rust and the tokio-tungstenite lib.

  13. comment
    Comment #22253443

    Yeah, I need to figure out a way to mitigate this. For now lowering range and locking it works.

  14. comment
    Comment #22253289

    Nope, they would need to increase radius.

  15. 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 -_-

  16. comment
    Comment #22246631

    This isn't accurate enough. Custom lat/lon though I might add.

  17. comment
    Comment #22246420

    Yup, using Haversine.

  18. comment
    Comment #22246087

    I ran into this problem too, I just refreshed and it would eventually connect. Not sure what exactly is breaking.

  19. comment
  20. 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.

  21. comment
    Comment #22245492

    Thanks! The ranges are 1KM, 10KM, 100KM etc.

  22. comment
    Comment #22245051

    Check the box beside the range selection to lock yourself in that range

  23. comment
    Comment #22245040

    Yeah, I need to add throttling. That being said server didn't crash, handling it quite well.

  24. comment
    Comment #22244892

    Yes! This is top priority at the moment, I'm eyeing mobile twitch chat style, simpler, more compact, less bubbly.

  25. 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…