Zak

joined 1 year ago
MODERATOR OF
[–] Zak 2 points 1 week ago* (last edited 1 week ago) (3 children)

You probably can't fit a large enough explosive in a cell phone battery compartment to reliably crash a plane by exploding it anywhere in the passenger cabin, though that seems like more of an airport security thing than a customs thing.

[–] Zak 39 points 2 weeks ago

I remember getting a boarding pass from an airline that was only offered in their app or printed at the airport, no email/download image/PDF option. I didn't have to install their app, but I would have had to waste time at the airport otherwise. I removed it when I was done and left it a negative review.

[–] Zak 19 points 2 weeks ago

The number I remember seeing was that on average, app users are seven times more profitable than web users. Sorry, no citation.

I suspect there's some selection bias in that regular/loyal users of a particular product or service are more likely to install the app, but it also affords the company greater access to send notifications and collect data. On the rare occasion that I install some random company's app for a specific benefit, I remove it when I'm done.

[–] Zak 5 points 2 weeks ago

It's likely the harassers can be prosecuted for false imprisonment, a misdemeanor. It is illegal to use deadly force such as hitting people with cars to prevent/terminate a misdemeanor.

[–] Zak 3 points 2 weeks ago

here’s not really anything of that nature for tech stuff

The Magnuson-Moss Warranty Act does not exclude tech stuff. The problem is that it's a lot harder to work on tech stuff without insider information than 1970s cars.

[–] Zak 12 points 2 weeks ago (3 children)

He can't. He's paralyzed and his exoskeleton is broken.

On a more serious note, the 404media article (login wall) reports the problem was that the wristwatch controller for the exoskeleton had its battery wire's solder joint break. They seem to be trying to frame it as a right to repair issue, but that's a trivial repair for anyone with basic electronics experience.

[–] Zak 39 points 2 weeks ago (6 children)

If I feel threatened in my car, I am not allowed to run over the person

You are not allowed to run people over merely because you feel threatened.

You are allowed to use deadly force, in the USA when you reasonably believe that it is necessary to prevent someone from unlawfully killing, causing serious physical injury, or committing a short list of violent felonies. The harassment described in the article probably does not rise to that level, though an ambitious lawyer might try to describe intentionally causing the car to stop as carjacking or kidnapping.

[–] Zak 4 points 2 weeks ago* (last edited 2 weeks ago)

PRNGs aren't random at all; they produce a deterministic sequence of numbers based on a seed value and an internal counter. Two PRNGs using the same algorithm and seed will produce the same sequence of numbers. The sequence is difficult to predict without knowing the algorithm and seed, and the values are close to evenly-distributed, which is enough like random numbers for a lot of use cases.

Here's an example in Ruby:

seed = Random.new_seed()
=> 142757148148443078663499575299582907518
prng_1 = Random.new(seed=seed)
prng_1.rand()
=> 0.6702742156250219
prng_2 = Random.new(seed=seed)
prng_2.rand()
=> 0.6702742156250219
prng_1.rand()
=> 0.9667236181962573
prng_2.rand()
=> 0.9667236181962573

If you run this yourself using 142757148148443078663499575299582907518 as the seed, your first two pseudorandom numbers will also be 0.6702742156250219 and 0.9667236181962573, assuming your version of Ruby hasn't changed its PRNG.

[–] Zak 2 points 2 weeks ago (1 children)

typically portraits are taken with 50mm lenses

While photographers use a variety of focal lengths for portraits, the focal length that's most associated with portrait photography is 85mm. This article from lens review site Imaging Resource illustrates the point; most of the lenses are 85mm or equivalent (e.g. 42.5mm on m43 with a crop factor of 2 making the field of view equivalent to 85mm).

[–] Zak 3 points 2 weeks ago

Only certain mirrorless lenses ate compatible with teleconverters, and that one isn't. Teleconverters are also surprisingly expensive. RF mount is also expensive because Canon banned third party lenses entirely until recently and continues to heavily restrict them.

[–] Zak 16 points 2 weeks ago

I think the the least amount of BS from a major camera company is probably Panasonic:

  • Panasonic uses two lens mounts (micro four thirds and L-mount), both of which are shared with other body and lens manufacturers
  • Old bodies get firmware updates
  • Features are rarely artificially restricted for market segmentation
  • Third parties have written apps to talk to Panasonic cameras

The biggest downside to the brand is that until very recently, Panasonic bodies had only contrast-detection autofocus, which can pulse if used in video and doesn't track moving subjects very well.

[–] Zak 1 points 2 weeks ago (1 children)

I'm disappointed in Sofirn for not making the battery in their bike light field-replaceable without tools. They're a real flashlight company. They know how to do this.

15
submitted 1 year ago* (last edited 1 year ago) by Zak to c/selfhosted
 

I just updated my Mastodon server to the latest version due to a security vulnerability. I got a 500 page and error:0308010C:digital envelope routines::unsupported in the logs from mastodon-web.

I could reproduce by running bin/webpack from the command line. Some searching led me to try Node 16 LTS, but then I get an apparently blank page when I load the site and call to eval() blocked by CSP in the browser console.

The API works normally; this only affects the website.

3
submitted 1 year ago* (last edited 1 year ago) by Zak to c/[email protected]
 

I want a folding knife that can get away with most most of the things I know better than to do with a folding knife. That leads to specific criteria:

  • Price: under $100, lower is better. I might break it.
  • Lock: crossbar, backlock, compression, or something similarly strong. Not liner/frame/button. I might want to trust the lock more than is prudent.
  • Steel: tough stainless like AEB-L, 14C28N, or Nitro-V. I might baton through salt-driftwood with it and put it away wet. See toughness chart.
  • Blade: Ideally 3.25-2.5" (85-90mm) and a tip that isn't dainty. I might pry with it.
  • Pivot: washers, not bearings. I might get mud in it.
  • I dislike thumbstuds, but will accept them if they're not in the cutting path.
30
Update: Olight paid me (self.flashlight)
submitted 1 year ago by Zak to c/flashlight
 

Less than 24 hours after yesterday's post, an Olight rep got in touch by email. A few hours after that, they sent the full payment.

57
submitted 1 year ago* (last edited 1 year ago) by Zak to c/flashlight
 

We just hit 1000 subscribers! I'd like to thank everyone for showing up here to create a new community, and what better way than giving stuff away?

I'm giving away the Acebeam Pokelit 2AA I recently reviewed. I can ship it anywhere in the USA or EU, but EU winners will have to wait until late July.

To enter, leave a top-level comment on this post before midnight UTC on Monday, July 3 2023. Only accounts that have posted or commented on /c/flashlight prior to this being posted are eligible to win.

Winner selection

I extracted the usernames of commenters, manually removed those who said they weren't in and got these:

  1. "@[email protected]"
  2. "@containerfan"
  3. "@DuckDuckGoneForGood"
  4. "@UndulyUnruly"
  5. "zzap"
  6. "@ScratchDiggity"
  7. "@[email protected]"
  8. "@Minsk_trust"
  9. "@lemmy_party"
  10. "pickle"
  11. "@[email protected]"
  12. "@[email protected]"
  13. "@jewinthebag"
  14. "@Hilgerone"
  15. "@MashedPotatoJeff"
  16. "@poudi8"
  17. "@zumlin"
  18. "@AmbitiousView"
  19. "@rule1n2"
  20. "@escew"
  21. "@PsychedSy"
  22. "@masterironchef"

I then requested a random integer from 0 to 21 (inclusive) from random.org. The winning number was 2 and the winner is @[email protected]

33
Can I eat lens hoods? (zaktakespictures.com)
submitted 1 year ago by Zak to c/pics
 
8
Can I eat lens hoods? (zaktakespictures.com)
submitted 1 year ago by Zak to c/geese
 
 

I'm assuming this will fit the C8 and many S-series lights. 8A is suitable for the SST-40 and SFT40, but will likely be limited by forward voltage with most emitters.

5A is running a 519A, SST-20, etc... fairly hard, while 3A is a pretty average single-emitter light.

 

Why YSK: I've been seeing an increasing number of phone photos shared online in 9:16, 9:21 or similarly tall aspect ratios, often with parts of the subject cut off. I've asked a few people why they cropped their images that way, and none of them knew they were cropped.

5
Would you like a leaf? (social.goodanser.com)
submitted 1 year ago by Zak to c/[email protected]
 

cross-posted from: https://social.goodanser.com/users/zaktakespictures/statuses/110593997907473033

Would you like a leaf?

Greylag goose (Anser anser)

Olympus E-M1 II, Olympus 12-40/2.8

31mm, f/3.5,1/1250s, ISO 200

#goose #geese #bird #birds #photo #photography #BirdPhotography #UrbanWildlife @photography

 

cross-posted from: https://social.goodanser.com/users/zakreviews/statuses/110579018555180709

Review: Acebeam Pokelit 2AA - an almost-penlight with high output and great color quality

https://zakreviews.com/pokelit-2aa.html

#edc #EveryDayCarry #flashlight #review #FlashlightReview @flashlight

14
Juicy freak (lemmy.world)
submitted 1 year ago by Zak to c/beerwithaview
 
view more: ‹ prev next ›