Viewing profile — joshink1
joshink1
HN member- Joined
- Fri, Aug 06, 2021, 12:34 AM UTC
- HN karma
- 12
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About joshink1
No profile information was provided.
Recent public activity
-
comment
Comment #37081753
It's hyperbolic for humor, the main point is after the "On a more serious note, I think we should stop loving the tools and start loving the act of slaying problems. In any profita…
- story
-
comment
Comment #34391491
The prettiness could be an emergent effect of any feature compositing done by the algorithms. On average, the composite faces of a group of random individuals look more attractive …
-
comment
Comment #32049602
My spouse also has PSC w/o IBD, 13 years now since diagnosis. We were given a poor prognosis 5 years ago but Vanco has stabilized her MELD score (indicator for transplant) and has …
-
comment
Comment #30888304
Disappointed that all the photos look like African children, seems like a careless trope. The author even states it explicitly in the FAQ: While giving NFTs themselves to children …
-
comment
Comment #30449871
Assuming you mean a DB schema per tenant (and not server/tenant), you can control quality of service by setting account limits for each user: https://dev.mysql.com/doc/refman/8.0/e…
-
comment
Comment #30370283
It’s a noisy and expensive filter at that. The low SES folks (anyone who has to work-study really) will be unfairly selected against per degree completion. That seems like the inna…
-
comment
Comment #30354297
I'd argue that university degrees don't even sufficiently prepare students to work for someone else. A lot of the "soft skills" required for career success such as: self-marketing,…
-
comment
Comment #30070453
If you don't have any publicly viewable projects, make some of your own, or contribute to others. https://www.donatecode.com/ https://github.com/showcases/great-for-new-contributor…
-
comment
Comment #30048406
Thanks for that info. A quick aside: I'm curious why it's gene vs environment (either/or), and not gene + environment (emergent)? If the latter, then I'd think heritability would n…
-
comment
Comment #30044723
"Stop while it's good" I don't need to work until I'm completely exhausted, it's okay to stop with some fuel left in the tank...and resume some other time.
-
comment
Comment #30044629
Abstracting is often more effective than de-coupling for these kinds of discussions. The act of changing concrete variables about a "case" requires that one keeps everything else (…
-
comment
Comment #30035424
The multi-line comments follow JSDoc syntax, which many IDEs can parse to give the developer useful suggestions. https://jsdoc.app/about-getting-started.html
-
comment
Comment #29963232
I've enjoyed reading the Guacamole client code (JS): https://github.com/apache/guacamole-client/blob/master/guaca... Clean and consistent formatting, detailed comments, sensible mo…
-
comment
Comment #29953997
I recently read a story about a very senior engineer (in his 50s) who was denied a working VISA in some European country for not finishing a degree. As inane as it sounds, completi…
-
comment
Comment #29953923
I understand the instinctual irk of having one's habits monitored by a corporation but I'm curious about practical implications. What are some concrete harms to the individual view…
-
comment
Comment #29603944
Dopamine exhaustion from over-stimulation may be a reason for the common “can’t focus” complaints. Dr. Huberman claims that he has treated this with dopamine budgeting, information…
-
comment
Comment #28081909
You can do this securely without exposing your public IP. 1. Get a cheap VM close to you. AWS micro works, I use Google's Compute engine. Use the public IP on your DNS. 2. Set up F…