HackerTrans
TopNewTrendsCommentsPastAskShowJobs

larrywright

no profile record

comments

larrywright
·vorige maand·discuss
Along with at least one tech billionaire.
larrywright
·3 maanden geleden·discuss
10126 here. I wouldn't have guessed it was that low.
larrywright
·5 maanden geleden·discuss
Also try wearing merino wool socks. It seems counterintuitive to put wool on your sweaty feet, but they're quite comfortable and they help you avoid that "clammy feet" feeling when you are sweating in cotton socks. They also don't develop odor the way that cotton does.
larrywright
·5 maanden geleden·discuss
Speaking from personal experience, people react to different SSRIs differently. I took a popular one that had significant side effects without a whole lot of benefit, and so I stopped it and didn't try anything else for 10 years. Then I spoke to a psychiatric nurse practitioner who suggested trying several others until we found something that worked for me. I had (incorrectly) assumed that if you had e.g. sexual side effects from one SSRI, that you'd have them for all. That is not the case.
larrywright
·5 maanden geleden·discuss
Nobody should take this as medical advice, but from my own experience, nothing has made a bigger difference in my sleep quality than supplementing with magnesium glycinate. I didn't even start taking it for that purpose - I was taking it for something else and quickly noticed that it made the quality of my sleep significantly better. The only side effect from it is that sometimes I have strange dreams (not nightmares or anything, just odd).

Everyone should check with their doctor, but it's an inexpensive supplement and the effects (if any) show up pretty quickly, so IMO it's worth a shot.
larrywright
·6 maanden geleden·discuss
I also loved magical thinking. Even though I haven’t experienced anything close to losing a spouse, it was a wonderful read.
larrywright
·3 jaar geleden·discuss
I use it whenever I can, whether on laptop or mobile.
larrywright
·4 jaar geleden·discuss
Hi Jessamyn! I read Soul of a New Machine for the first time just 3 years ago, even though I’m old enough to remember seeing it in the computer section of my local library as a relatively new release. Before I read it, I saw a comment you made (on Bryan Cantrill’s blog perhaps?) similar to this one. I wanted to thank you for that, as it undoubtedly changed how I interpreted the book as I read it. It can be easy to romanticize the hard work and sacrifice portrayed in a book like that, without understanding the toll that sacrifice took on those around them.

So thank you for continuing to offer your perspective on your father and his work.
larrywright
·6 jaar geleden·discuss
I’ve heard similar stories from other people I know. In fact, I don’t think I’ve heard someone speak positively about them, so when I look for appliances I steer clear of Samsung. I’ve stuck with Whirlpool for the most part and been quite happy.

Last year I bought a new house. Any guess what brand of appliances the kitchen came with?
larrywright
·6 jaar geleden·discuss
A few years ago I bought a pair of Hifiman HE400i headphones for around $300 (they’re less than $200 now I think). These are wired, open-backed and have planar drivers. Going from a pair of $100 headphones to these was like night and day. I’m not an audiophile by any stretch, but wow is there a big difference. If you enjoy music, and are in a position to use open-back headphones, I’d highly recommend trying something like them in the ~$200 range. With proper care they should last many years.
larrywright
·6 jaar geleden·discuss
The new M1-powered Macbook Air would beg to differ.
larrywright
·6 jaar geleden·discuss
Do these studies account for people who drop out of the workforce to pursue education or training? It seems like that would be one of the benefits: allowing someone who is under skilled and working a low skill job to quit and focus on acquiring the skills they need to get a higher paying job.
larrywright
·6 jaar geleden·discuss
When you think about large enterprise software systems with screen after screen full of data entry forms, with drop down lists everywhere, every single one of those drop down selectors is likely a database table. Every schema like that will have a mix of large tables (customers, products, etc) and lots of small tables.

I don’t think there’s a number above which you should not go, it’s really about how the data is organized and how easy it is to get data in and out of. I agree with another comment here about looking at anti-patterns first. There are some common ones that would be red flags.

As an example of what not to do: I once worked with a DBA who insisted that tables shouldn’t have more than 15 columns. So any table with more than 15 columns would have to be split into multiple tables, even if those tables would always have to be fetched together.
larrywright
·7 jaar geleden·discuss
You should check out Adafruit and Sparkfun as well. They have a lot of solid tutorials to get you started, and a bunch of inexpensive microcontrollers that are easy to get going with, as well as all sorts of lights and sensers and switches to connect to them.