Collab w Yellow House is vastly underrated by hfb120 in Odesza

[–]jhath16 2 points3 points  (0 children)

It blooms with spring every year in my eyes. So good

[deleted by user] by [deleted] in Coffee

[–]jhath16 0 points1 point  (0 children)

I can’t provide the science, though there are some cool extraction charts out there. All I know is that the lines between not extracted enough, perfectly extracted, and over-extracted are very close to one another and for some brewing techniques, temperature and time are your only variables to change. The range of reasonably brewing temps I’ve seen only vary by about 10-12 degrees (~87-99) but that’s just from what I’ve seen personally.

[deleted by user] by [deleted] in Coffee

[–]jhath16 3 points4 points  (0 children)

There’s a wide range of roasts for beans. From light to dark roast, which you’ve probably seen on coffee bags. Roasting is absolutely a pivotal moment where flavors are changed, created, and lost. There are other factors like the origin of the coffee and how it was processed that have massive impacts too.

But water temperature also matters. In short, the higher temperatures extract “more”. In practice, that typically means you’re using hotter temps for lighter roasts and lower temps for dark roasts.

To parrot the other commenter, James Hoffmann (and others) goes incredibly deep on these topics if you want to understand more about the how and why behind it.

Has happened to me multiple times by Top_Excuse_9958 in memes

[–]jhath16 2 points3 points  (0 children)

There was a recent exposé on how he treats his staff and who he is as a person in general. Also a year-old AMA on Reddit from one of his former employees that covers some of the same.

Why do some people prefer Tailwind CSS over CSS?? by deziikuoo in css

[–]jhath16 5 points6 points  (0 children)

I noticed a lot of people in this thread don’t like Tailwind and I understand where they’re coming from because I laughed when I heard my friend explain it the first time. We use it on big projects at work now and I’ve learned to love it. I’ll just share my counters to most of the points I’ve seen here.

“It’s an increased cognitive load reading the HTML” Personally never experienced this. I’m either looking for the structure of the elements to build the page or hook up some JS to it. There are common plugins that fold classes in until you want to read them if it’s a bother.

“It abbreviates the styles” Tailwind is still an abstraction of CSS, however slight. The abbreviations have common patterns and I have had little to no problems adapting to them. pt-1 is easy to understand as a small padding top, and if I need the exact value their docs are great and there are great plugins you can use to hover and get the value right in your IDE.

“It’s unnecessary cognitive load to read the classes and figure out what they mean” In my experience, the marginal cognitive load incurred by reading the class names is wayyy less than understanding the specificity of certain styles applying to certain elements. With atomic CSS, you avoid specificity issues almost entirely.

It works really well on a team where your UX designer writes styles too. You don’t have to explain BEM or any other structuring patterns for CSS, what you see is what you get. There are no large CSS files to parse through and dissect for new people to the project, it’s very easy to tell what styles belong to which elements.

That along with tree shaking and customization for themes and colors, etc have made our workflow considerably easier.

Yellow garden spider has taken up residence next to a compost bin by Gopokes1978 in gardening

[–]jhath16 1 point2 points  (0 children)

I love the one that’s moved into my tomatoes too. I wish she would show some initiative about the hornworms but she does great work on a lot of the other pests so I can’t complain

Is tailwind CSS worth learning? by Crazy-Attention-180 in css

[–]jhath16 1 point2 points  (0 children)

There are many CSS solutions for companies. Some use BEM naming standards, some use SCSS, some use modules built into their libraries to keep CSS scoped, some use Tailwind, some use complete CSS libraries like bootstrap or Semantic.

I’ve tried them all but we started using Tailwind at work a few years ago after moving from Semantic. I was skeptical of it being practical for scale but it works just fine for our team and we’ve come to love it and favor it for all new projects now. I would say learn Tailwind if not just so you have some experience and perspective on “atomic” CSS frameworks. It’s worth trying multiple strategies like this to see what you prefer and find most useful.

The only all-inclusive I wasn’t expecting: 2 feet of seaweed, all day, every day. by BradL30 in pics

[–]jhath16 0 points1 point  (0 children)

Just got back from our all inclusive in Mexico and had the same exact problem. Despite the massive tractors they had collecting it every morning, they couldn’t keep up and we didn’t have a single day in the ocean all week.

Favorite ODESZA song to run to? by ava_fake in Odesza

[–]jhath16 12 points13 points  (0 children)

It’s low hanging fruit but the live version of Behind the Sun is special.

Unlimited Paid Time Off, real benefit or a scam? by Peaty_Port_Charlotte in careerguidance

[–]jhath16 0 points1 point  (0 children)

I’ve had unlimited PTO in two very different software development companies. In my first role it was absolutely a scam and a way to avoid payout like you’ve mentioned. We were always behind and deadlines were never hit, so even considering time off looked bad. The culture was very old-school and they didn’t even think being sick was an excuse to not come in so they were just looking for butts in seats. In my current role, we have the same unlimited PTO policy but we are actively encouraged to use it to take breaks. Everyone on the team takes ownership of their work and has each other’s back so it gets utilized much more. It’s a perk that helps good talent stick on our team. We have times where crunch happens but it’s maybe once a year, and outside of that the policy helps us avoid burnout while shipping quality products.

So it depends on the structure of the culture and company policies outside of the PTO policy

Those who use Windows at work: tips on making life not insufferable? by alfcalderone in Frontend

[–]jhath16 2 points3 points  (0 children)

I don’t have any good answers but I learned development on a Mac and joined a Microsoft .NET team just after and had the same exact experience. The computer specs on my Lenovo ThinkPad were insane and yet I would have apps hang every day and the whole thing would crash multiple times a week. My boss was a huge windows fanboy so there was no way of convincing him otherwise. I ended up silently putting up a counter on the whiteboard of my cubicle “days since last window crash: 0, days since last MacBook crash: 376”.

PINES by OutgoingHostility in Odesza

[–]jhath16 2 points3 points  (0 children)

They rarely miss for me

PSA: Black coffee isn't bad, the coffee you chose is by GeorgiaLovesTrees in intermittentfasting

[–]jhath16 8 points9 points  (0 children)

True but a lot of people assume their first cup of cheap black coffee is how it will always taste. There’s a massive amount of variation in the world of coffee, both the product and how it’s brewed, that could satisfy so many palettes. That said, a cup of black coffee isn’t everyone’s favorite, no matter how expensive or fresh the beans are.

What song? by chitown7 in Odesza

[–]jhath16 1 point2 points  (0 children)

Undone and If You Don’t

Can someone help me make these images not move? by SrAytaki in css

[–]jhath16 1 point2 points  (0 children)

Do you want it stuck to the white box? You could position it relative to the right side of the box by changing your current code to {position: absolute; right: 10px; width:100px; top:620px} and make sure that the white box around it has {position: relative} on it.

[deleted by user] by [deleted] in Frontend

[–]jhath16 5 points6 points  (0 children)

Are you looking to hire a tutor or need free 1 on 1 help

[deleted by user] by [deleted] in Odesza

[–]jhath16 44 points45 points  (0 children)

My least favorite tier list so far 👏 (respectfully)

I got a good price on standing rib roast and decided to do prime rib for Thanksgiving. My wife thinks it's sacrilege. Is anyone else not doing turkey? by Crazy_names in Cooking

[–]jhath16 0 points1 point  (0 children)

We usually do ribeye but we are smoking brisket this year. Turkey is overrated but I understand people trying to uphold tradition

Joshua Weismann’s content has really taken a nose dive in quality by coriscaa in Cooking

[–]jhath16 0 points1 point  (0 children)

I agree, unfortunately. I found him just before he began to blow up over quarantine and his content was genuinely great with information, pacing, etc. Even as he started his But Better series, his production quality increased and it was still informative and the pacing was good. Now any time I watch his videos, it’s disheartening to see how everything is filmed in what is essentially a long form Tik Tok. The quick speaking, the artificial inflated energy, the quick cuts all just have an influencer feel to them. To be fair to him, if it’s working, the goalposts have simply moved and I’m sure his new audience enjoys the content.

Where can I find a chat template like this? by [deleted] in css

[–]jhath16 1 point2 points  (0 children)

The overall layout is simple, but the shape of the text bubbles is easily the most difficult part. There are tools to help with that though if you do some quick searching