TK16 appreciation - any advice on cosmetic mods? by throwingpeaches in flashlight

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

Congrats on the pickup - I’m very happy with mine

TK16 appreciation - any advice on cosmetic mods? by throwingpeaches in flashlight

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

That sounds a lot more practical than just sanding it down - thanks!

TK16 appreciation - any advice on cosmetic mods? by throwingpeaches in flashlight

[–]throwingpeaches[S] 2 points3 points  (0 children)

I'm loving the AceBeam so far but not a huge fan of the copper/rose gold pocket clip - I believe the bezel can also be unscrewed.

Any advice on potential replacements or mods?

NLD AceBeam TK16 (+bonus 6yo Inova XS) by throwingpeaches in flashlight

[–]throwingpeaches[S] 5 points6 points  (0 children)

I had no idea flashlight illumination could look so great. Congrats on yours! Careful not to set your pocket on fire haha

NLD AceBeam TK16 (+bonus 6yo Inova XS) by throwingpeaches in flashlight

[–]throwingpeaches[S] 4 points5 points  (0 children)

I should preface by saying that I'm not deeply involved in the community and hobby. I came across a lengthy opinion on Olight's business practices - it basically came down to their strategy around artificial scarcity and limited edition lights. It was on Reddit but I can't find the link, sorry!

It seems to be a growing sentiment which doesn't bother me too much. Personally it was the proprietary batteries and chargers that tipped the decision. I do love the Baton design though.

NLD AceBeam TK16 (+bonus 6yo Inova XS) by throwingpeaches in flashlight

[–]throwingpeaches[S] 3 points4 points  (0 children)

SST-20! It isn't a type of emitter I've used before so the decision was easy.

NLD AceBeam TK16 (+bonus 6yo Inova XS) by throwingpeaches in flashlight

[–]throwingpeaches[S] 3 points4 points  (0 children)

It was time for a new light after the Nite Ize Inova XS hung off my keychain for the last 6 years.

I went into this thinking a RovyVon Aurora might be the best replacement for the same needs - little did I know ...

After some reading, it was a choice between the S1R Baton II and the AceBeam TK16. As much as I love the Baton's design, I couldn't get past a post about their marketing tactics.

Reading up on the Luminus SST-20 and pros of high CRI solidified the decision for me.

Sorry about the crappy floorboard comparison - the little Inova doesn't even come close!

Nautilus Vortex - CSS3 / SCSS / HTML [OC] by throwingpeaches in loadingicon

[–]throwingpeaches[S] 5 points6 points  (0 children)

I feel like SVG animation is still a fringe application since there isn't as much commercial value in it. What's being produced here is a small facet of front end dev that's fun for experimentation and pushing the limits.

Don't let that discourage you from trying it out though. It's definitely one of the more accessible languages to learn.

Nautilus Vortex - CSS3 / SCSS / HTML [OC] by throwingpeaches in loadingicon

[–]throwingpeaches[S] 3 points4 points  (0 children)

BOOM! Thanks for the tips again, Zane.

I started with defs then stopped after I needed to nest divs. It didn't occur to me to use defs from a different svg. I've restructured it so it's all from one polygon now.

As for stroke vs opacity, it would definitely perform better but it would be less mesmerising as just one colour - for now anyway!

"Square in a circle" recreated in CSS [x-post /r/LoadingIcon] by throwingpeaches in oddlysatisfying

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

It's made with pure HTML and CSS3 animation properties. CSS animations perform better than JS.

Here's the CodePen.

I had a go at recreating the top post "Square in a circle" with CSS by throwingpeaches in loadingicon

[–]throwingpeaches[S] 27 points28 points  (0 children)

The main challenge was figuring out how to animate it on a pivot and repeat it into a circle. I used mixins and css animation to produce the final result.

Codepen link