Live data from Hacker News

Viewing profile — Gustek

Gustek

HN member
Joined
Mon, Jun 20, 2016, 10:05 PM UTC
HN karma
118
Public activity
20 items

About Gustek

No profile information was provided.

Recent public activity

  1. comment
    Comment #39185332

    GPT store kind of has it already, tell it what you want and it will give you suggestions for GPTs

  2. comment
    Comment #38901009

    My understanding of ePrivacy (mostly GDPR) is that this kind of feature does not require consent. It's only features that would allow you for tracking of the user that require cons…

  3. comment
    Comment #33946433

    12 years ago, when I just arrived in UK and was renting a room in a house, one day in the morning we got woken up by banging on the doors by police looking for one of our housemate…

  4. comment
    Comment #32230163

    I see many of my favourites already mentioned by others but something not listed yet: https://www.youtube.com/c/InstituteofHumanAnatomy videos with real cadavers explaining how hum…

  5. comment
    Comment #31727234

    Is building trust and growing genuine care for someone easy for you? Trust is always a gamble, at extreme you are putting your life on the line and you never know if the other pers…

  6. comment
    Comment #31725346

    I think there are only 2 questions you need to answer to decide if someone is your friend. 1. Do you trust them? 2. Do you care about them? Ideally it should reciprocated. The hard…

  7. comment
    Comment #24511206

    I used to work at the Pret during my student years. All employees, we were very puzzled by why Pret is so popular and why are they willing to pay so much for the food. Today with a…

  8. comment
    Comment #23902791

    There are many of them out there, but they have a much lower budget than banks, FAANG, and other top tech companies. Because of that they usually have a much smaller reach, and you…

  9. comment
    Comment #23874421

    I have changed the job recently, and I did a few interviews. I enjoyed pair programming and code review that some of them did. Especially that this is something a software engineer…

  10. story
    Ask HN: Does membership in computer society provides what it promises

    Does computer societies like https://www.computer.org/ or https://www.bcs.org/ deliver on the promises they make for their members? Among other they offer career advice, access to …

  11. comment
    Comment #23745844

    One of my side projects was to make a game where you need to calculate your odds correctly as fast as possible but main goal was to learn some TypeScript so I lost interest after I…

  12. story
  13. comment
    Comment #23103607

    I think the only valid interpretation of the IQ test is that you are good at solving some riddles and spotting patterns. In no way, it can be used as a generic metric of who is bet…

  14. comment
    Comment #20563462

    > Generating and inserting fake data Sounds very promising just to be very quickly downgraded to > something simple and quick In this case that is only how to insert a bunch of row…

  15. comment
    Comment #20022725

    @squidrings I believe you are the author? Very interesting post especially as I am myself currently working on my first firebase based app and making sure I don't get huge bills is…

  16. comment
    Comment #16054249

    From how I understand it the author does not make any suggestions to use natural keys as primary key. He just defines what is natural key. And he does mention that they may change …

  17. story
  18. story
  19. comment
    Comment #11990207

    Not sure what you asking about. Do you mean if I define database structure in my code? The answer is: yes. I don't know about any database abstraction library that would provide yo…

  20. comment
    Comment #11982376

    I like to say "ORMs make easy thing easier and hard things harder". What i mean by that is, any simple CRUD operations are much easier in ORM. The hard things, i mean any complex q…