Viewing profile — jjluoma
jjluoma
HN member- Joined
- Sat, Apr 20, 2019, 9:47 AM UTC
- HN karma
- 36
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About jjluoma
No profile information was provided.
Recent public activity
-
comment
Comment #42642485
How does the course-swapping site work? Is there some part that requires users to enter their credentials (email, password) on a web site that is not operated by the university? Is…
-
comment
Comment #37140213
What about the gut bacteria? No gut bacteria, no worm?
-
comment
Comment #35472890
I would like to know more about those insurances, have they bought new ones? If so, are those really going to cover anything at all they would like to be covered? If there has been…
-
comment
Comment #35317584
If only the task that the estimate is for would not change much after the estimate has been given.
-
comment
Comment #34545346
I didn't sign a work contract because it was written in English and there was no translation available, especially since it contained a non-standard clause related to intellectual …
-
comment
Comment #34229092
At least they removed something that had been deprecated ERROR: gcloud failed to load: module 'collections' has no attribute 'Mapping'
-
comment
Comment #33852974
I would try to use zstd for compression before exploring other options. It is much faster than gzip.
-
comment
Comment #33133567
Google provides two alternatives for age verification, a credit card payment and sending an electronic copy of a valid government issued ID. This explanation seems to be quite ters…
-
comment
Comment #32408075
2-step verification can be turned on by going to https://myaccount.google.com/ and selecting security and then "Signing in to Google". The "2-step verification" finally leads to th…
-
comment
Comment #32197416
I'm assuming you are a consumer since consumer protection organisations were mentioned. I would start by sending a GDPR subject data request for any personal data they have. There …
-
comment
Comment #32134914
I wonder how many of the fake orders could have been cancelled by the restaurants themselves if they had tried to verify the phone number of the new customer (new phone number and/…
-
comment
Comment #31876692
What about General Data Protection Regulation and anonymization? My source code files usually start with copyright notice with my name and email address followed by a reference to …
-
comment
Comment #31874339
Maybe they have a stronger position because they own GitHub. There is at least "Release and Indemnification" section in the terms of service.
-
comment
Comment #31828740
This kind of comment, "co-pilot can write 90% of the code without me, just translating my explanation into python", about copilot troubles me. If the code has been mostly produced …
-
comment
Comment #29048260
The same dog was used in all occasions: 1) sniffing of the clothes 2) around the house 3) inside the house 4) sniffing the truck. I would question if the dog was essentially traine…
-
comment
Comment #28887586
I wonder if statistics provided by librdkafka (available also with confluent-kafka-go) could have been used to solve the issue with less effort. https://github.com/edenhill/librdka…
-
comment
Comment #24840080
This project might be interesting, except that there is no license specified. Thus unusable.
-
comment
Comment #24300813
At least zoom has privacy statement / policy page available on their web site unlike threatspike.com
-
comment
Comment #19955901
I find this a little bit funny, > I was extremely suspicious of the EXISTS optimization, since it changes the logic to exit early. Does this this mean that if one has found an answ…
-
comment
Comment #19951597
I hope she is aware of other ways of fixing knitting mistakes given here https://knitom.com/fix-knitting-mistakes-stress-free/ (or google for 'knit ladder down').
-
comment
Comment #19920445
Is this 'invert a binary tree' really nothing but a simple puzzle, solved by swapping left and right children? There are probably better examples then this case.