Skip Navigation
Jump
Finding something better (for me) than the Fenix LD02
  • If you’re willing to try Aliexpress, Convoy offers a cheap twistable AAA light with a basic low CRI emitter in three color temps for under $10. It’s better than other twist lights I’ve used like because both “on” and “off” are tightly secured to the body so the light won’t fall apart or turn itself on.

    2
  • Jump
    Recently convinced my dad to buy his first Hanklight. I'm doing my part!
  • Just to add to the other great response, the “D2” pictured above is configured with one ultraviolet emitter and one “deep” red emitter which is not an easy combination to find. And there is a wide range of emitters to choose from based on preference.

    3
  • Jump
    Driving Engagement?
  • Thanks for posting this. Additionally, I think highlighting some great posts in the sidebar like @containerfan@lemmy.world ’s Anduril diagrms https://lemmy.world/post/1038159 would be great since it shows what’s unique about this small community (on Lemmy).

    4
  • Jump
    Do alkaleaks hold up better in the fridge?
  • Moisture could be a problem, found this manufacturer faq:

    Energizer Non-Rechargeable Batteries: Frequently Asked Questions Is it a good idea to store batteries in a refrigerator or freezer? No, storage in a refrigerator or freezer is not required or recommended for batteries produced today. Cold temperature storage can in fact harm batteries if condensation results in corroded contacts or label or seal damage due to extreme temperature storage

    3
  • Jump
    Convoy Design Concepts with 50mm TIR
  • Simon mentioned these represent 3 lights, hopefully including a single-cell mechanical switch light. There appears to be one e-switch single-cell with charging, and unclear if the 2-cell has tail, electronic, or both.

    2
  • Repost from BLF to share these future flashlight designs. There isn’t too much content like this out there that I’m aware of but it’s fascinating to me.

    !

    !

    Bonus 90mm TIR: !

    2
    Jump
    Best Pocket Throwers?
  • This s6 config is awesome value and I don’t think you’ll be disappointed, especially running in 18350 mode.

    Found this beamshot on the other site but I can also say from personal experience that theres a nicely defined hotspot for a tube light.

    4
  • Jump
    The best new science fiction books of October 2023
  • A posthumous sequel to 1984? Sounds a bit dystopian to me!

    Then again I enjoyed Grendel, a retelling of Beowulf from a different point-of-view, so perhaps Julia could be enjoyed in the same way.

    2
  • Jump
    Best Pocket Throwers?
  • I also still like the older Thrunite catapult v1 which preceded Wurkkos’s ts11. It has reasonable output and good runtime for its size, but ts11 can be found for cheaper and has anduril and aux with a possibly slightly worse driver.

    2
  • Jump
    Best Pocket Throwers?
  • How about Mankerlight MC13 II with SBT90.2 ($110 USD) emitter or sft40 ($65)?

    http://mankerlight.com/mankerlight-mc13-ii-90-2/

    It’s a larger 18350 light that twists open to 18650. The TIR is similar to Thrunite Catapult v1 and possibly Wurkkos ts11.

    .

    A 21700 tube was also released as part of a bundle or here: https://www.killzoneflashlights.com/products/manker-21700-tube-for-mc13-ii-e14-iv.

    I don’t have this light but it seems like OK value for the higher price (for very short bursts of throw, not sustained).

    3
  • Jump
    Lemmy 0.19 updates
  • Agreed. My copy lost this documentation link in the original which gives more detail about the horizontal scaling: https://join-lemmy.org/docs/administration/horizontal_scaling.html.

    It seems really straightforward (which is a good thing), each backend Lemmy_server handles incoming requests and also pulls from a shared queue of other federation work.

    3
  • Jump
    Lemmy 0.19 updates
  • Time zones are an endless source of frustration, this one doesn’t sound too bad though:

    Going forward, all timestamps in the API are switching from timestamps without time zone (2023-09-27T12:29:59.113132) to ISO8601 timestamps (e.g. 2023-10-29T15:10:51.557399+01:00 or Z suffix). In order to be compatible with both 0.18 and 0.19, parse the timestamp as ISO8601 and add a Z suffix if it fails (for older versions).

    https://github.com/LemmyNet/lemmy/pull/3496

    22
  • https://programming.dev/post/3666732

    Change log for upcoming Lemmy version 0.19.0 I am just reposting this from the original post: https://lemmy.ml/post/5711722.

    It’s interesting to see this for the software we’re all using and it makes me want to learn a bit more about the architecture. Quite a few user-facing features and some backend improvements. For example:

    > Outgoing Federation Queue The federation queue has been rewritten to be much more performant and reliable. This is irrelevant for client developers, but admins should look out for potential federation problems. If you run multiple Lemmy backends for horizontal scaling, be sure to read the updated documentation and set the new configuration parameters. The Troubleshooting section has information about how to find out the state of the federation queues.

    > https://github.com/LemmyNet/lemmy/pull/3605

    4
    Jump
    10 hours until ~~Brushed~~ Titanium Ts10 with RGB
  • Oh sorry I mixed that up, the Wurkkos rep called it “bead-blasted” but that sounds more like stonewashed than brushed.

    There were also some alternate finishes for the previews, maybe one will make it into production.

    3
  • Jump
    10 hours until ~~Brushed~~ Titanium Ts10 with RGB
  • Real RGB? Does this mean we can now control the color?

    That’s right, check out https://lemmy.world/post/3287635 for some pics.

    I was confused about the engraving but I like your idea to ask for “no engraving” as the option. Only the first 30 get a custom one so maybe everyone else will have the logo engraving.

    5
  • Jump
    Problem finding flashlights for camping...
  • Olight Obulb looks good for kids. Max 55 lumens and sustains close to that for 3 hours (review), waterproof and with a kid-friendly appearance. $20 on amazon currently.

    These don’t provide much illumination but the Niteize rechargeable glow sticks are good kid lights too.

    1
  • Interesting post from the designer of the ts10 (I think) about potential new body styles of the next-generation ts25.

    Bonus comment with good news > Wurkkos Terry: Got it my man. I can feel that the higher and higher voice of regulated driver. We are constantly increasing the regulated models.

    2
    Jump
    Convoy T3: Almost perfect semi-custom EDC flashlight
  • replaceable

    This is a big part of why I like Convoy, they’re relatively inexpensive enough to have a few backups for the inevitable ones that get lost.

    1
  • Jump
    Bloom filters: real-world applications
  • This data structure uses a 2-dimensional array to store data, documented in this scala implementation: https://github.com/twitter/algebird/blob/develop/algebird-core/src/main/scala/com/twitter/algebird/CountMinSketch.scala. I’m still trying to understand it as well.

    Similar to your idea, I had thought that by using k bloom filters, each with their own hash function and bit array, one could store an approximate count up to k for each key, which also might be wasteful or a naïve solution.

    PDF link: http://www.eecs.harvard.edu/~michaelm/CS222/countmin.pdf

    2
  • Jump
    Collection so far. At least until my package gets here
  • ts12

    Late reply but now I realize they should have just made a 14500 version of the ts11, even without aux sft40 or W1 would have been neat with this host.

    1
  • Jump
    [@flashlight](https://lemmy.world/c/flashlight) I may have overheated my brass TS10. The battery wrap shrank.
  • Been looking for a primary source but the manual doesn’t specifically mention candle mode, only tactical strobe

    • Tactical strobe Disorienting strobe light. Can be used to irritate people. Speed is configurable, and the duty cycle is always 33%. Be careful about heat in this mode, if using it for a long time.

    And then other places people mention this also applies to candle mode (like this BLF post).

    1
  • https:// llimllib.github.io /bloomfilter-tutorial/

    cross-posted from: https://programming.dev/post/2656516

    > What are your real-world applications of this versatile data structure? > > They are useful for optimization in databases like sqlite and query engines like apache spark. Application developers can use them as concise representations of user data for filtering previously seen items. > > The linked site gives a short introduction to bloom filters along with some links to further reading: > > A Bloom filter is a data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set. > > The price paid for this efficiency is that a Bloom filter is a probabilistic data structure: it tells us that the element either definitely is not in the set or may be in the set.

    0
    https:// llimllib.github.io /bloomfilter-tutorial/

    What are your real-world applications of this versatile data structure?

    They are useful for optimization in databases like sqlite and query engines like apache spark. Application developers can use them as concise representations of user data for filtering previously seen items.

    The linked site gives a short introduction to bloom filters along with some links to further reading: > A Bloom filter is a data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set. > The price paid for this efficiency is that a Bloom filter is a probabilistic data structure: it tells us that the element either definitely is not in the set or may be in the set.

    10
    https:// darrenyeo.com /convoy-m21h-xhp70-3-hi-flashlight-review-best-budget-pocket-rocket/

    Updated link from https://zeroair.org/2023/08/28/convoy-m21h-flashlight-review/ to https://darrenyeo.com/convoy-m21h-xhp70-3-hi-flashlight-review-best-budget-pocket-rocket/ since the former had some pretty aggressive ads (the new link has some but they were only at the top).

    4

    Convoy is a personal favorite brand for single-cell mechanical switch lights. I’ve been comparing an s2+ with 18350 vs T3 with 14500, and T3 is my preference as a daily light.

    So why is the T3 so great? It’s large for a 14500 but also durable and it has an elongated shape (21mm x 97mm) more similar to larger lights than the short s2+ (24mm x 84mm). Just like the s2+, it’s semi-custom in that the customer can choose from a few LEDs and in the case of the popular 519a choose a color temp from 2700k-5700k. Plus Convoy now offers these lights with MAO or in copper (coated for the T3) or titanium (linked) for more consumer choice direct from the factory.

    The biggest downside of the T3 and the reason I keep trying to like short s2+ is the T3 driver. With a limit of 1.5 amps with a 14500, this is only 30% as powerful as the standard s2+ 5 amp driver. That’s still very useable with a 519a, but if it were bumped up to about 2.5 amps I think it would be even better. The driver itself has great reviews and regulates the output such that brightness does not immediately decrease with voltage. And for the DIY-capable, the driver is the same size as s2+’s so it has the potential to be just as powerful.

    So far I have aluminum T3s in sst-20 deep red and 519a 3000k plus a broken 219b 3500k. Did I mention these start at $15??

    5

    Anyone else using Hollow (written by Netflix) in production?

    > Hollow is a java library and toolset for disseminating in-memory datasets from a single producer to many consumers for high performance read-only access.

    0

    Edited: previously linked to https://www.sofirnlight.com/products/sofirn-if30-edc-powerful-flashlight?spm=..collection_eea4d417-4338-4a86-ba3e-1a41b66cb32b.collection_detail_1.1, replaced with an image for better Lemmy preview.

    Something new from Sofirn. These larger cells (than 26800) seem to be popping up in flashlights more often now. This one lists 6500 mAh which isn't a much bigger capacity but presumably the maximum discharge must be pretty high to support 12000 lumens.

    Sft-40 in the center surrounded by flood emitters. This isn’t one I’ll be picking up, maybe I’ll hold out for a 461000 cell!

    18

    This article helped defined the “data engineer” role so I’d say it belongs here!

    Although some time has passed, I find it very relevant: SQL is used more than ever, graphical ETL tools that don’t output code are rare and vendors are still trying to convince executives to trust all their data to proprietary data warehouses.

    The author Maxime Beauchemin also wrote Airflow and Superset so they have some experience worth listening to.

    0

    There are some great posts by experienced modders here. I’m not one, but I want to start making simple modifications beyond swapping reflectors. For example, swapping out a 5a linear driver for a 5a buck in a Convoy S6.

    For a simple job like unsoldering two wires then soldering them, is there a small usb or battery-powered iron that would do the job without spending too much on the initial investment?

    Any input is appreciated!

    0

    A few small lights I had around. The hs10 gets a lot of use as a night light and the ts10 is carried the most right now. Never really used the s21d in this form but it’s very compact!

    Left-to-right:

    Sofirn hs10 16340 2700k

    Wurkkos ts10 14500 5700k

    Sofirn sc21 16340 4000k

    Acebeam Pokelit AA/14500 5000k

    Sofirn sp10 pro AA/14500

    Convoy s21d 18350 2700k (with Wurkkos 20350 tube and tail cap)

    0

    Three Convoy lights with 8A buck drivers for getting the most runtime out of 21700 size batteries. Purchased for $28-$38 each with batteries included I think these are an incredible value.

    !

    *white balance is not consistent

    M21B with SFT40:

    !

    S21D with four 519A 2700k emitters and 60 degree beaded TIR:

    !

    S21B with Osram CULPM1:

    !

    !Extra

    0

    Two new SBT90.2 lights from Convoy

    3x21D: 28 amps, 90.5mm head diameter

    L21B: 18 amps, 62.6mm head diameter

    1