Live data from Hacker News

Viewing profile — thriqon

thriqon

HN member
Joined
Mon, Feb 02, 2015, 4:41 PM UTC
HN karma
20
Public activity
12 items

About thriqon

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #26151247

    Look at https://www.npmjs.com/package/blessed and the -contrib package.

  3. 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.

  4. 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…

  5. story
  6. 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…

  7. 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…

  8. comment
    Comment #11187451

    So, the problem is not package managers per se, but the velocity of updates? Fix that instead? (see Arch Linux).

  9. comment
    Comment #10955633

    Why shouldn't it? ssh can do the same on a remote host, yet no one complains about that ;-)

  10. 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.

  11. story
  12. 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…