Viewing profile — thriqon
thriqon
HN member- Joined
- Mon, Feb 02, 2015, 4:41 PM UTC
- HN karma
- 20
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About thriqon
No profile information was provided.
Recent public activity
- story
-
comment
Comment #26151247
Look at https://www.npmjs.com/package/blessed and the -contrib package.
-
comment
Comment #21490462
Yes, if you can acquire or verify the checksum via some other means, e.g. PGP or phone. To confirm unchangedness-in-transit I rely on TLS.
-
comment
Comment #18971554
Usually, the packages themselves are not signed with GPG, only the Release file is (containing the hashes of all .deb files). This is actually the default of both Debian and Ubuntu…
- story
-
comment
Comment #17020018
RemoteStorage set out to provide exactly this: https://remotestorage.io/ Basically, it provides you with a simple API to store data in a location your user provides (and trusts). T…
-
comment
Comment #11711595
You could image code like this: for (pos = 0; !found; pos++) { row = get_next_row(); if (strstr(row, "user") { // this is obviously a header row continue } if (strstr(row, user_nam…
-
comment
Comment #11187451
So, the problem is not package managers per se, but the velocity of updates? Fix that instead? (see Arch Linux).
-
comment
Comment #10955633
Why shouldn't it? ssh can do the same on a remote host, yet no one complains about that ;-)
-
comment
Comment #10648054
In which country is he legally able to do so? He shouldn't be able to control everything you do... I've experienced attempts for that, but not all clauses are enforceable.
- story
-
comment
Comment #10032855
While I agree with your points when storing timing of (happened in the past) events, but I disagree when storing display preferences for the user. As a user, I do not want to chang…