Live data from Hacker News

Viewing profile — yomansat

yomansat

HN member
Joined
Tue, Dec 22, 2015, 12:16 AM UTC
HN karma
56
Public activity
60 items

About yomansat

No profile information was provided.

Recent public activity

  1. comment
    Comment #47665110

    How often do you need to push app updates in practice? In theory that's a one-off deployment on the app-stores.

  2. comment
    Comment #47420234

    The fact that the WebVM linked inside can connect to tailscale is pretty cool: https://axlan.github.io/webvm/

  3. comment
    Comment #47420202

    FYI, if any devs are around, the privacy policy still links to the gitbook.

  4. comment
    Comment #46969082

    What's the insinuation here? He has willpower towards injustice.

  5. comment
    Comment #46818349

    [flagged]

  6. comment
    Comment #46770046

    Slightly off-topic, surveillance Pricing is a term being used more often, whereby even hotel room prices vary based on where you're booking from, what terms you searched for etc. H…

  7. comment
    Comment #43344991

    Another one a parent strongly recommended was Numberblocks, entertaining stories around maths, visualizing patterns etc.

  8. comment
    Comment #43213081

    How do you feed them large code bases usually?

  9. comment
    Comment #42805771

    Makes me sick to my stomach, this is such an evil stance as they're directly involved in the warcrimes, and deserves far more attention by boycotts.

  10. story
  11. comment
    Comment #35517477

    Example: https://www.rodocodo.com/hour-of-code/rodocodo-code-hour/

  12. story
  13. comment
    Comment #33366208

    It actually does, there's a number on the top-right, right of Auto. Goes from 9[1] to 154, and then 154 2.0x zoom which seems like a digital zoom at that stage[2]. 1: https://youtu…

  14. comment
    Comment #30132249

    Here's an example you might like: https://twitter.com/JoelBurgess/status/1428008041887281157

  15. comment
    Comment #27187528

    They're available but not always free.

  16. comment
    Comment #26962656

    Reminds me of KBB.com who were "unable" to remove my personal data after they determined I'm not in California. They share your phone/email with lots of dealers if you request a qu…

  17. comment
    Comment #26890611

    Oh it's absolutely a hack for the better-than-having nothing scenario :) My main issue was remembering to charge the old phone every few days as I'm not in need of this regularly, …

  18. comment
    Comment #26878844

    Stick an old phone into their pocket/bagpack, sim ideal but not required. Connect that phone to your phone hotspot, so you can turn on your hotspot and, if the phone connects, it's…

  19. comment
    Comment #26798331

    I assume it's also jailing kids for peace, and stirring the hornet's nest doesn't sound very peaceful when there are peace talks coming up on the same subject. They might have the …

  20. comment
    Comment #26794999

    Great to know, thank you!

  21. comment
    Comment #26785633

    I understand that each person is different, but how long does the therapy go for until someone becomes "immune"? I see other comments mentioning 20-30 years, which sounds a lot mor…

  22. comment
    Comment #26324519

    Can one easily install such apps as a Chrome app/PWA, and deactivate access to the internet since it doesn't need it and one can merge personal PDFs?

  23. comment
    Comment #26321901

    This series, for reverse engineering a multi-player game that's meant to be hacked: https://www.youtube.com/watch?v=RDZnlcnmPUA&list=PLhixgUqwRT...

  24. comment
    Comment #25130773

    Very very nice PWA, it feels like a native app. This would serve as a great example to people, thank you!

  25. comment
    Comment #24851186

    To ring terminal bell after running process > Ctrl+g # (^g) Or any of: > tput bel > echo -n -a "\a" > echo $'\a'