Readit News logoReadit News
wfrew commented on Google CEO Salary   littlebitofeverything.sub... · Posted by u/currio
wfrew · 2 years ago
I loved Inbox and was so disappointed when they killed it, honestly
wfrew commented on Ask HN: How did you stop drinking?    · Posted by u/chrisgd
SkyPuncher · 3 years ago
I've cut back by switching to non-alcohol beer.

I've found that I enjoy the taste of beer, but I don't enjoy how shitty alcohol makes me feel. NA beer tends to solve that for me. Lots of good options coming out.

* Just the Hazy by Sam Adams is top tier.

* Athletic brewing is solely NA beer - lots of different varieties.

* Heineken 0.0 is great

* O'Douls amber is surprisingly passable as well

I suspect the options will get even better over time. It sounds like Gen Z aren't big drinkers and alcohol companies are responding to that with better NA options.

----

Lastly, I've discovered that I have an issue with wheat and/or gluten. Impact varies across beers (based on their mash), but it became really obvious that some beers would make me feel absolutely terrible.

wfrew · 3 years ago
Seconded!

I'd also add that NA beer also tricks my brain into not feeling awkward when I'm at a bar with friends who're all drinking.

Have also noticed that some NA beers make me feel elements of what I previously attributed to being hungover.

wfrew commented on Ask HN: How did you stop drinking?    · Posted by u/chrisgd
lastofus · 3 years ago
Check out the Sinclair Method, which is basically taking Naltrexone before you drink. Also check out the book "The Cure for Alcoholism: The Medically Proven Way to Eliminate Alcohol Addiction" by Eskapa.

I used this method, along with keeping a log of drinks consumed, to eventually quite drinking over the course of a year. I went from having anywhere from 3-8 drinks a night, every night, to eventually stopping completely. In turn I've been sober 6 years now.

I found keeping the drink log useful both for charting my progress, and also just forcing me to be honest with myself about what I did and did not drink. It's too easy to skew ones memory in favor of having less of a problem if you feel like it.

wfrew · 3 years ago
100% also recommend the Sinclair Method. It weirds me out that it's not more widely known and is not being prescribed by doctors.

I had to stop taking naltrexone after ~6 months because it was giving me insomnia / I started noticing an irregular heartbeat during the night (don't think this was naltrexone related though). But the effects persisted for a long time. It was like a complete reset with respect to my response to alcohol.

Unfortunately after a year or two of drinking again without it, I was back to binge drinking again. Very similar pattern to OP.

In the end I made the decision that it's not worth the hassle - had my last few parties with family and friends over Xmas & new year and then quit altogether from Jan 1st this year. Difficult at first but non-alcoholic beers have been amazing to trick my brain into thinking I'm having a drink with everyone else when out and about and, honestly, recently I haven't been missing it at all.

Good luck OP!

wfrew commented on Stop Hiring Software Engineers   carlo-bertuccini.medium.c... · Posted by u/marcobambini
wfrew · 3 years ago
Funnily enough, I came to similar conclusions and have been describing myself and some colleagues as Product Engineers for years now!

Software engineering is just a means to delivering product value.

In interviews I now primarily drill down on the company's business model, target customers and wider organisational structures outside of the engineering team. I have found these have the biggest impact on your ability to deliver product value. Everything within the engineering team (technologies, architecture etc.) is well within your realm of influence but you're going to face a massive uphill battle if the core business model is amiss.

wfrew commented on Nvidia Hopper Architecture In-Depth   developer.nvidia.com/blog... · Posted by u/mariuz
jiggawatts · 3 years ago
The mention of "Confidential Computing support" and the word "secure" over and over makes me strangely nervous.

I have a sneaking suspicion that somewhere in an NSA datacenter there will be racks upon racks of these things running transformers over every text message and voice call coming from certain regions...

wfrew · 3 years ago
While I can totally imagine that being true, I imagine this is probably more a response to cloud providers wanting to subdivide each physical GPU into virtual/multi-tenant GPUs. They'll want to be able to provide strong security guarantees to customers who're renting compute on a multi-tenant GPU and are pushing their sensitive data onto it
wfrew commented on Nvidia Hopper Architecture In-Depth   developer.nvidia.com/blog... · Posted by u/mariuz
wfrew · 3 years ago
Adding network addressing to the GPU interconnect is kind of fascinating

Am I right in thinking the GPU-to-GPU communication is just shuttling chunks of data around for sharing inputs/outputs of computations? Or is there some other coordination going on between the GPUs directly with regards to the actual computations each is running? (Or is that still being managed wholly by the CPUs they're attached to?)

Dead Comment

wfrew commented on Building an interface (even if there's only one implementation) is always right   vadosware.io/post/buildin... · Posted by u/crummy
hardwaresofton · 3 years ago
I agree, but not having an interface is a great way to make sure you probably are never able to swap out the implementation (even if someone came along and wanted to do all the work).

Drastic fixes and Rewrites almost always consist of three things:

1. Writing tests to ensure functionality

2. Writing an interface or shimming the existing functionality to redirect control flow

3. Implementing and testing the rewritten functionality/improvements

Obviously you can't do it everywhere, but life is much better when (2) was done up front.

wfrew · 3 years ago
Really you should have those tests upfront. After that noone should be scared of changing any part of the codebase. Let alone 'never' changing stuff.

Releasing rewrites / redesigns behind a feature flag, with a couple of strategic if statements is usually good enough. Noone cares that you had to change code outside of your interface for a release or two.

u/wfrew

KarmaCake day12September 9, 2021View Original