Viewing profile — ssimono
ssimono
HN member- Joined
- Thu, Mar 15, 2018, 12:36 PM UTC
- HN karma
- 48
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ssimono
---
[ my public key: https://keybase.io/ssimono; my proof: https://keybase.io/ssimono/sigs/Dx6fPwgOq03JPt7ia7rMoveqI1xsj4qTrUwDV4L1nsM ]
Recent public activity
-
comment
Comment #39885648
Reminds me of something similar I made a few years ago: https://github.com/ssimono/hexliterate It still works, that's a multiplayer real-time game
-
comment
Comment #34014176
+1 on this. I use to consider those Linux evenings as a waste of time. But with every bit of NixOS tracked within git with some history and context, I now think of it like an inves…
-
comment
Comment #33866676
This is a hack I put together to simulate a feature where you could exclude some lines from being tracked with git, based on some patterns
- story
-
comment
Comment #26444945
There is a /raw endpoint to make it easy. On a released pok you can do curl /raw | sha256sum
-
comment
Comment #26434572
Very good point! We thought about it and should implement it rather soon
-
comment
Comment #26434569
Hey, I am the main dev behind this. The poks are currently not encrypted because there is no way to fundamentally allow a decryption later without someone having the key the whole …
-
comment
Comment #26434548
Thanks. Some people sometimes post hash of a prediction on Twitter https://twitter.com/patio11/status/1241551327743770624 . If some "influencers" can start using Futuure that can b…
- story
- story
- story
-
comment
Comment #23214810
Web applications have lots of essential parts on the server-side even if they do client-side rendering. And each paying user is logged in when using it, so the company can accept/d…
-
comment
Comment #22654141
I am building Freecount ( https://github.com/ssimono/freecount ) a little progressive web app to track expenses in a common pool (like a trip, a shared housing etc). It is meant to…
-
comment
Comment #22527002
Another reason would be to justify differences in salaries. When some people are getting paid 30K more than some of their colleagues, a difference in title makes it somehow accepta…
-
comment
Comment #22517199
Oh it looks like this is exactly what I am looking for, thanks a lot
-
story
Ask HN: A side-effect-free programming language?
I am building a system that stores an event log of things that happened, and I would like the users to be able to set some custom functions that would reduce the event log into som…