Please Don’t Make Me Download Another App | Our phones are being overrun
  • Zak Zak Now 100%

    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.

    38
  • Please Don’t Make Me Download Another App | Our phones are being overrun
  • Zak Zak Now 100%

    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.

    17
  • Men Harassed A Woman In A Driverless Waymo, Trapping Her In Traffic
  • Zak Zak Now 100%

    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.

    5
  • Paralyzed Man Unable to Walk After Maker of His Powered Exoskeleton Tells Him It's Now Obsolete
  • Zak Zak Now 100%

    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.

    3
  • Paralyzed Man Unable to Walk After Maker of His Powered Exoskeleton Tells Him It's Now Obsolete
  • Zak Zak Now 80%

    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.

    13
  • Men Harassed A Woman In A Driverless Waymo, Trapping Her In Traffic
  • Zak Zak Now 100%

    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.

    34
  • How are pseudo/true random numbers generated mathetmatically, what sorcery is this?
  • Zak Zak Now 100%

    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.

    4
  • Advice Request - Lens question
  • Zak Zak Now 100%

    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.

    3
  • What camera should I buy
  • Zak Zak Now 100%

    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.

    18
  • Flashlight for EUC riding
  • Zak Zak Now 100%

    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.

    1
  • Flashlight for EUC riding
  • Zak Zak Now 100%

    Zebralight W51

    You probably mean H51, or H51w. The H53 series is the current equivalent.

    I think OP wants something with a little more power. Zebralight has a suitable offering in the SC700d HI. It is, by all accounts excellent, and it is priced accordingly.

    4
  • I tried to selfhost Nextcloud at work
  • Zak Zak Now 100%

    There was a recent related discussion on Hacker News and the top comment discusses why this sort of solution is not likely to be the best fit for smaller organizations. In short, doing it well requires time and effort from someone technically sophisticated, who must do more than the bare minimum for good results, as you just learned.

    Even then, it's likely to be less reliable than solutions hosted by big corporations and when there's a problem, it's your problem. I don't want to discourage you, but understand what you're committing to and make sure you have adequate buy-in in your organization.

    8
  • What's your default pocket loadout?
  • Zak Zak Now 100%
    • side left: flashlight, keys
    • front left: phone
    • front right: knife
    • side right: pepper spray, coins
    • back left: wallet
    2
  • Meet DAVE: Discord’s New End-to-End Encryption for Audio & Video
  • Zak Zak Now 100%

    I'm confused by why they would do this, and at the same time, why not for private text messages.

    I'm in favor of encrypting as much communication as possible, but I don't think many of Discord's users were complaining that their voice chart wasn't secure. I'd expect more of them to care about text chart, which is less effort to spy on.

    12
  • Threads makes it easier to evangelize the open social web with a new direct link feature | TechCrunch
  • Zak Zak Now 33%

    The fact that it's been out for a year and federation is still only half-implemented suggests to me the decision to add it was pretty late in the development process, even if it was early in the marketing process.

    -1
  • Threads makes it easier to evangelize the open social web with a new direct link feature | TechCrunch
  • Zak Zak Now 66%

    Threads is for whoever Meta can sell it to, and I think it was pretty far along in its development before they actually committed to ActivityPub support.

    1
  • iFixit wants to fix the soldering iron
  • Zak Zak Now 100%

    Having used a butane iron before, I don't think it would. They don't have the temperature control modern digital irons can, and they're forbidden on flights.

    1
  • United Airlines to Provide Starlink-powered Wi-Fi For Free on all flights
  • Zak Zak Now 100%

    Signal and WhatsApp work with the free messaging option. I was a little surprised by Signal.

    14
  • Arguments why Telegram is not a good idea for anyone
  • Zak Zak Now 100%

    I'm inclined to agree, and said so in the linked thread.

    3
  • Arguments why Telegram is not a good idea for anyone
  • Zak Zak Now 100%

    Lemmy thread and link.

    Basically, anyone who can read your home directory could decrypt your Signal database. That's about typical of traditional desktop applications, but questionable for security-oriented software. Mac OS and (sometimes) Linux have more robust credential management options, and Signal signaled (yes, pun intended) its intent to adopt them.

    7
  • * Old leather wallet * Flashlight (Skilhunt H150) * Knife (Spyderco UKPK) * Pepper spray (Sabre Red, with a pocket clip from a random flashlight) * Phone (Pixel 4A) * Keys, and another flashlight (Skilhunt EK1) * Flash drive (Sandisk 128gb) * 1.38€

    85
    14

    I've been self-hosting email with [Maddy](https://maddy.email/) for a bit, but haven't shared any of the addresses widely yet in part because I haven't set up a spam filter. I'm pleased with Maddy; there's much less to learn to get a server up and running with sane default behavior than with the email software of old. Ideally, I'd like to go beyond just spam filtering and have something with arbitrary categories like newsletters and password resets. I would prefer that it learn categories when I move messages to IMAP folders from a mail client. Maddy can feed messages into arbitrary programs and pick a destination folder based on their output. Web searches turn up a ton of classification programs, most of which seem to be more interested in playing accuracy golf with well-known corpora than expanding functionality beyond simple spam filtering.

    15
    5

    I often use a commercial VPN service, which I suspect is not rare among Lemmy users. Most of the time, I'm able to post to lemmy.world, but on occasion I am not. The default web UI provides zero feedback, just a spinning submit button forever, but if I look in the browser dev tools, I can see it's being blocked. I understand that some limitations are necessary to prevent spam and other abuse, however this is a very blunt instrument. The fact that I have a 10 month old account with consistent activity should outweigh any IP address reputation issues. Perhaps the VPN limitations could be narrowed in scope to cover only account creation and posts from young accounts.

    34
    17

    If I want to quickly pitch "you should follow X, Y, and Z using RSS because [problems with social media]" to people who have never heard of RSS, what readers should I recommend? I want at least web (not self-hosted), Android, and iOS options. Native apps for Mac and Windows would be nice as well. Linux users probably already know what RSS is. There absolutely must be a free option good for at least 25 feeds because unfamiliar tech is a hard enough sell without having to pay. I'll grudgingly accept ads if that's the tradeoff for something beginner-friendly.

    24
    20

    When I attempt to upload images to lemmy.world via the desktop web UI, I get the following error message: > SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Looking at network traffic in dev tools, I see that I'm getting a 403 page from Cloudflare saying: > Sorry, you have been blocked > You are unable to access lemmy.world > Why have I been blocked? > This website is using a security service to protect itself from online attacks.... I also get error messages when trying to upload images using Connect and Sync on an Android device. I successfully uploaded images in the past.

    12
    6

    We just hit 2000 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 Nitecore MH10 v2 I [reviewed](https://zakreviews.com/nitecore-mh10v2.html). I can ship it anywhere in the USA or EU, but EU winners will have to wait until mid September. This is a basic, beginner-friendly flashlight that can accept almost all 18650 and 21700 batteries. To enter, leave a top-level comment on this post before midnight UTC on Sunday, August 27, 2023. Only accounts that have posted or commented on /c/flashlight prior to this being posted are eligible to win.

    137
    51

    cross-posted from: https://lemmy.world/post/1730120 > Caught a cute moment on film. Look at that balance!

    1
    0

    * Skilhunt M150 v2 (519A swap) * Kershaw Launch 5

    9
    1

    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.

    15
    2

    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](https://i1.wp.com/knifesteelnerds.com/wp-content/uploads/2021/02/magnacut-stainless-toughness.jpg?w=755&ssl=1). * 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.

    1
    4

    Less than 24 hours after [yesterday's post](https://lemmy.world/post/1065437), an Olight rep got in touch by email. A few hours after that, they sent the full payment.

    30
    5

    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](https://zakreviews.com/pokelit-2aa.html). 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](/c/flashlight@lemmy.world) 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: 0. "@2throwfar@lemmy.fmhy.ml" 1. "@containerfan" 2. "@DuckDuckGoneForGood" 3. "@UndulyUnruly" 4. "zzap" 5. "@ScratchDiggity" 6. "@billwashere@vlemmy.net" 7. "@Minsk_trust" 8. "@lemmy_party" 9. "pickle" 10. "@kubusikan@feddit.de" 11. "@SammysHP@feddit.de" 12. "@jewinthebag" 13. "@Hilgerone" 14. "@MashedPotatoJeff" 15. "@poudi8" 16. "@zumlin" 17. "@AmbitiousView" 18. "@rule1n2" 19. "@escew" 20. "@PsychedSy" 21. "@masterironchef" I then requested a random integer from 0 to 21 (inclusive) from random.org. The winning number was 2 and the winner is [@DuckDuckGoneForGood@lemmy.world](https://lemmy.world/u/DuckDuckGoneForGood)

    24
    22
    10
    2
    https://www.aliexpress.us/item/3256805582954343.html

    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.

    5
    6

    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.

    62
    26
    Zak Now
    33 906

    Zak

    lemmy.world