Live data from Hacker News

Viewing profile — pow_pp_-1_v

pow_pp_-1_v

HN member
Joined
Wed, Oct 07, 2015, 9:12 PM UTC
HN karma
183
Public activity
72 items

About pow_pp_-1_v

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #36072502

    Another example: I have this account since 2015 and I started reading HN years before. I still can't downvote.

  3. comment
    Comment #30702846

    I don't see why RLS would mandate all your logic living in the DB level. Basically what the database does when you enable RLS is add the RLS policy clause to every query you run ag…

  4. comment
    Comment #30702609

    We use RLS on a multi-tenant application in production. It's used as a secondary level of protection that ensures that one tenant cannot see another tenant's data. The system hasn'…

  5. comment
    Comment #30350755

    You probably need to enable verbatim results. Click on the Tools button (below the right end of the search bar) and select "Verbatim" instead of "All results".

  6. comment
    Comment #30009530

    All of it - architecture, operational experience, best practices etc.

  7. comment
    Comment #29714191

    Thank you! It's fascinating that I still remember the controls all these years later. One of the very few games I completed - without cheats, mind you!

  8. comment
    Comment #29500148

    I think the signing keys are required because of features like "play as you download" etc. [Not an Android dev]

  9. comment
    Comment #29319247

    > Most of my family lives in Virginia and all of them except for my father voted for Biden and then voted for Glenn Youngkin as governor. They are working class people and have dev…

  10. comment
    Comment #28328122

    Isn't age a factor? I don't understand if the study considered the age of the participants. So, could it be that the people who were vaccinated tended to be older and thus more vul…

  11. comment
    Comment #28198225

    I am building a LaTex resume. Why? Because I hate working on my resume and doing it with markup and other stuff makes it a bit more... bearable? Yeah, I know, I am weird.

  12. comment
    Comment #28050555

    Whatever you may think about Snowden, the stuff he does and writes is pretty thought provoking.

  13. comment
    Comment #27050907

    Hmm. That's an interesting idea. Seems like they are experts in building relatively small nuclear plants and maintaining them in harsh conditions for years. Wonder if it's feasible…

  14. comment
    Comment #26823975

    There are self-centered people from all countries. I used to feel good/bad depending on what people from my country/region/group etc. do. But it's so silly. Why do I care what anot…

  15. comment
    Comment #26823213

    FWIW, I was not trying to pass a value judgement on whether Google, on net, is good or bad. It was just a thought I had when I saw the time lapse thing. But I don't think Google tu…

  16. comment
    Comment #26822427

    That's pretty cool! Like it or not Google does all this with the ad money they bring in. Imagine if all Google service were subscription based. Will they even have 25% of the capab…

  17. comment
    Comment #26699798

    If they had provided good benefits and working condition, the workers will not be incentivized to form unions, right? Why are they not doing that?

  18. comment
    Comment #26699474

    Wouldn't it be better for Amazon, in the long term to let workers get the best salary/benefits in the industry and even cooperate in their unionization efforts (if the workers want…

  19. story
    Ask HN: Is an “extremely” transparent version of Facebook/Twitter viable?

    Is it viable to have a social media site where identity of every participant is visible to everyone? So anonymity will be impossible. If you need an account on this site, you need …

  20. comment
    Comment #26185295

    Most probably not Borland. That scrollbar looks like Swing.

  21. comment
    Comment #26117870

    > The runtime will generally schedule IO bound tasks to run on the threadpool. Well, that's not correct. Unless you explicitly call Task.Run or Task.Start (or other similar methods…

  22. comment
    Comment #26116103

    async/await is for the concurrent stuff and threads are for the parallel stuff. Two different things. If your code is I/O-bound, use async/await. If your code is processor-bound th…

  23. comment
    Comment #24640420

    If there are competing companies then the governing bodies will hopefully not be beholden to one company. So the governing bodies will have an incentive to keep the sport safe. Els…

  24. comment
    Comment #24496464

    To all those who are jumping on @irrational, chill. I guess, all @irrational was trying to do is vent his/her frustrations in a semi-anonymous forum. I sort of understand how he fe…

  25. comment
    Comment #24446130

    Hey, I think, what you need to do is go meta. Think about the way you think. If your brain know when to use an interface or an abstract class, then the next time when you make a de…