Viewing profile — Gustek
Gustek
HN member- Joined
- Mon, Jun 20, 2016, 10:05 PM UTC
- HN karma
- 118
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About Gustek
No profile information was provided.
Recent public activity
-
comment
Comment #39185332
GPT store kind of has it already, tell it what you want and it will give you suggestions for GPTs
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
- story
-
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…
-
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…
-
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…
-
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 …
- story
- story
-
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…
-
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…