Viewing profile — yomansat
yomansat
HN member- Joined
- Tue, Dec 22, 2015, 12:16 AM UTC
- HN karma
- 56
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About yomansat
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #47420234
The fact that the WebVM linked inside can connect to tailscale is pretty cool: https://axlan.github.io/webvm/
-
comment
Comment #47420202
FYI, if any devs are around, the privacy policy still links to the gitbook.
-
comment
Comment #46969082
What's the insinuation here? He has willpower towards injustice.
-
comment
Comment #46818349
[flagged]
-
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…
-
comment
Comment #43344991
Another one a parent strongly recommended was Numberblocks, entertaining stories around maths, visualizing patterns etc.
-
comment
Comment #43213081
How do you feed them large code bases usually?
-
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.
- story
-
comment
Comment #35517477
Example: https://www.rodocodo.com/hour-of-code/rodocodo-code-hour/
- story
-
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…
-
comment
Comment #30132249
Here's an example you might like: https://twitter.com/JoelBurgess/status/1428008041887281157
-
comment
Comment #27187528
They're available but not always free.
-
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…
-
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, …
-
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…
-
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 …
-
comment
Comment #26794999
Great to know, thank you!
-
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…
-
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?
-
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...
-
comment
Comment #25130773
Very very nice PWA, it feels like a native app. This would serve as a great example to people, thank you!
-
comment
Comment #24851186
To ring terminal bell after running process > Ctrl+g # (^g) Or any of: > tput bel > echo -n -a "\a" > echo $'\a'