Viewing profile — tosser
tosser
HN member- Joined
- Sun, Aug 12, 2018, 7:40 PM UTC
- HN karma
- -2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About tosser
No profile information was provided.
Recent public activity
-
comment
Comment #22429719
> I wasn't going to talk about that because I think it'd be frowned upon on HN... You weren’t going to exercise your first amendment rights because the community frowns upon your s…
-
comment
Comment #22429670
I purchased 4200 cans of an assortment of low sodium soup and vegetables, at a discounted lot rate (just under 90¢/ea). They range from 220 to 300 cal per can (so about 3-4 cans pe…
-
story
Ask HN: Is My iPhone Hacked?
Firstly, I have “speak selection” enabled on my iPhone 8 (this is in Accessibility -> Speech). I use that to read articles aloud sometimes when I’m working. I was reading (actually…
-
comment
Comment #17746063
On small trick that Pythonistas hate: x = x if None else x Saves a ton of CPU time and is beautiful.