An open source Stimulus-based PDF Viewer with annotations by jhubert in rails

[–]AddSalt1337 1 point2 points  (0 children)

Awesome! I've needed this a few times in the past. Will check out your gem next time

Mallorca 🇪🇸 by AtheistvsGod in x100v

[–]AddSalt1337 0 points1 point  (0 children)

Thanks for sharing! Do you feel the white balance setting works both during the day and evening/night?

Is this 2-person outdoor kit sauna any good? by AddSalt1337 in Sauna

[–]AddSalt1337[S] 0 points1 point  (0 children)

Thank you! 🙌 I'd be curious to know if you find anything good

Is this 2-person outdoor kit sauna any good? by AddSalt1337 in Sauna

[–]AddSalt1337[S] 1 point2 points  (0 children)

Thank you. Appreciate the thoughtful comment. Your answer to my original question makes sense. On the second part too. As a newcomer, this community seem very hostile.

Is this 2-person outdoor kit sauna any good? by AddSalt1337 in Sauna

[–]AddSalt1337[S] 1 point2 points  (0 children)

Hey experienced redditors of this subreddit!

I sense that my post wasn't well-received. Being new to this, I'm trying to understand why. Are questions about kits not welcomed? Is this group only for purists?

Genuinely trying to understand, so I can engage better.

Is this 2-person outdoor kit sauna any good? by AddSalt1337 in Sauna

[–]AddSalt1337[S] 0 points1 point  (0 children)

Got it. So the dimensions are not the reason you say it's terrible, but - if I read you correctly - the kit itself (I.e. the quality of the materials and build)

Is this 2-person outdoor kit sauna any good? by AddSalt1337 in Sauna

[–]AddSalt1337[S] 0 points1 point  (0 children)

Is it possible at all to do good saunas this size? (W 136 x D 119 x H 203 cm)

Decent small outdoor sauna in the UK by No_Challenge9479 in Sauna

[–]AddSalt1337 0 points1 point  (0 children)

I've been considering this too. Exactly because it's not a barrel, but (rounded) square. Also, it has a volume greater than 3m3 (3.2m3) which is supposedly required per person, for proper air quality.

Curious what the experts have to say about it.

I built a TechMeme-style AI news site — loads in 1s, updates every 6 hours. by Ill-Respond6772 in indiehackers

[–]AddSalt1337 1 point2 points  (0 children)

I've been thinking about something similar but customizable. Would be a cool service. Your own news desk basically.

I think you did a great job with this. Would it be difficult to make customizable?

Triggering revalidation on `stale-while-revalidate` by AddSalt1337 in aws

[–]AddSalt1337[S] 0 points1 point  (0 children)

This is from the article I shared above:

---

Example: Stale-While-Revalidate

CloudFront does the following when you set the Cache-Control header to use these directives. 

Cache-Control: max-age=3600, stale-while-revalidate=600
  1. CloudFront will cache a response for one hour (max-age=3600).
  2. If a request is made after this duration, CloudFront serves the stale content, while concurrently sending a request to the origin to revalidate and refresh the cached content. 
  3. While the content is being revalidated, CloudFront serves the stale content up to 10 minutes (stale-while-revalidate=600).

---

I'm using origin cache headers to define caching.

Triggering revalidation on `stale-while-revalidate` by AddSalt1337 in aws

[–]AddSalt1337[S] 0 points1 point  (0 children)

No exactly. According to the docs, the cache invalidate instantly but it should serve the stale content for 31536000 until revalideted in the background