Live data from Hacker News

Viewing profile — rem7

rem7

HN member
Joined
Mon, Dec 07, 2009, 10:46 PM UTC
HN karma
163
Public activity
65 items

About rem7

No profile information was provided.

Recent public activity

  1. comment
    Comment #36353127

    This isn’t the moderators going rogue or being power hungry. The members of the community asked the moderators to extend the blackout. 48 hours is nothing. Easy for Reddit to ride …

  2. comment
    Comment #34873869

    He said it’s a static page too… don’t even need a VM. He can just dump it into Amazon S3 and put cloudfront on top of it. Unlimited scaling across the globe, 1TB free of data trans…

  3. comment
    Comment #33911657

    I would not be surprised. On nov 22 they released a blog on how to run a mastodon instance on rpi

  4. comment
    Comment #33802302

    I read somewhere that “the more you say ‘no’, the more you can say ‘yes’ to the things that are important to you.” I really like that and try to stick to it.

  5. comment
    Comment #33658731

    In my opinion Elon miscalculated the type of people at Twitter. These aren’t people like the ones in Tesla or SpaceX where there is some sort of idealization of Elon. The number of…

  6. comment
    Comment #33498393

    How’s that different from trusting Twitter? You can export your data everyday and back it up if you want. Move to another server and restore.

  7. comment
    Comment #33429936

    I wrote something similar that I use across 2 laptops, so it stores it in AWS. The gist of it is firehose to S3 then use Athena to query. My zsh shell sources a script that has fun…

  8. comment
    Comment #23427979

    Can you elaborate on virtual number? Don’t I have to pay for a virtual number that is essentially linked to my credit card... with my name on it. GV also knows who I am.

  9. comment
    Comment #22637460

    It’s taking back the world.

  10. comment
    Comment #22391856

    They’re pretty cool. If you find a nursery that has enough offspring you’re allowed to buy them. You have to fill out the paperwork, but at least that way they’ll remain to exist e…

  11. comment
    Comment #22065410

    Biometrics shouldn’t be trusted this way. Biometrics are closer to a username, not a password.

  12. comment
  13. comment
    Comment #21804222

    I’m surprised they hadn’t stopped already. Do airlines even want them right now?

  14. comment
    Comment #21489964

    Yeah, in MySQL you can also do this with a named lock. Really like this workflow.

  15. comment
    Comment #20928093

    From your second example... that sounds like it’s going to affect construction workers too... a lot of contractors just hire construction workers day to day to expand their workfor…

  16. comment
    Comment #18512382

    This is how I lock my computer at work. Just slide all the way to the left bottom corner. Done. Really like that feature

  17. comment
    Comment #18465202

    Mexico is the same way, they won’t extradite if the country is seeking for the death penalty. I wonder if there was a negotiation around that with El Chapo

  18. comment
    Comment #18449848

    33 million break for 700 jobs for 2019? Does that go away after 2019 and also the jobs number increases?

  19. comment
    Comment #18446698

    I’ve been using Firefox since I heard about their containers. I’m happy they are pushing for all these privacy tools. For me these are the features that will make me chose over chr…

  20. comment
    Comment #16634630

    that's not how /etc/hosts works. the domain listed in /etc/hosts (example.com) will point to 0.0.0.0 (or 127.0.0.1)... you'll never even make it to the server so you won't get the …

  21. comment
    Comment #15851323

    Also, last time I checked IAM roles sucked on ECS. Not every container in the cluster should have the same role. I wonder if fargate fixes this.

  22. comment
    Comment #15786621

    Unless building a base image... doesn’t this just take away from the benefits of using docker? If I understand one of the primary goals of containers it to: create an isolated envi…

  23. comment
    Comment #14307926

    Maybe some sort of self signed cert that only that machine will be able to run your executable?

  24. comment
    Comment #13836822

    When dep removed the vendor folders from the other libraries, How does dep handle multiple libraries that depend on the same library but different versions of it?

  25. comment
    Comment #13803479

    vendor still doesn't work if your project is outside of GOPATH. The only thing the vendor folder is doing right now is precedence. Dep, the pre-alpha tool that is lining up to be t…