Zak

joined 1 year ago
[–] Zak@lemmy.world 4 points 14 hours 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@lemmy.world 2 points 14 hours 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@lemmy.world 11 points 1 day 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@lemmy.world 35 points 1 day 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@lemmy.world 4 points 1 day ago* (last edited 1 day 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@lemmy.world 2 points 2 days 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@lemmy.world 9 points 1 week ago (1 children)

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.

[–] Zak@lemmy.world 2 points 2 weeks ago
  • side left: flashlight, keys
  • front left: phone
  • front right: knife
  • side right: pepper spray, coins
  • back left: wallet
[–] Zak@lemmy.world 13 points 2 weeks ago

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.

[–] Zak@lemmy.world 0 points 2 weeks ago

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.

[–] Zak@lemmy.world 2 points 2 weeks ago (2 children)

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.

[–] Zak@lemmy.world 1 points 2 weeks ago

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.

 
  • 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€
1
submitted 3 months ago* (last edited 3 months ago) by Zak@lemmy.world to c/selfhosted@lemmy.world
 

I've been self-hosting email with Maddy 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.

 

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.

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

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.

7
Can I eat lens hoods? (zaktakespictures.com)
 
 

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.

 
 
 
  • Skilhunt M200 v3 (Nichia 519A)
  • Artisan Cutlery Archaeo NL
  • Google Pixel 4A
  • An old leather trifold wallet
  • Keys
  • Sandisk USB A/C flash drive
  • A few Euros
view more: next ›