• 0 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • Signal Just Works™️

    Until you drop your phone in the swimming pool, and every message/photo you’ve ever received is just… gone. Forever.

    Sorry but I don’t buy any claim that Signal “just works”. It’s pretty clear they care about security more than anything else even when that means making decisions that are user hostile. And that’s fine - if you feel like you need that level of security I’m glad Signal exists. But it doesn’t really align with the general public and Signal is never going to be a mass market messaging service unless something changes (Signal or the general public).

    What’s weird to me is an app that excludes itself from phone backups considers SMS a valid form of authentication when a user links a device to a phone number - especially when you can necessarily link a device to a number that is already tied to someone else’s device. Like how is that ever going to be secure? Spoiler: it’s not. It’d make a lot more sense to me if users simply crated a username and shared it with other people instead of a phone number… and if they forget their password… come up with new username.





  • Ah - that’s got nothing to do with supported features. Apple has always been a major backer of web based video distribution - a lot of the tech (from video formats to delivery platforms like HTTP Live Streaming to the tag were partially or even fully invented by Apple.

    Your video wasn’t working because the by default Safari assumes (correctly) that most video on the web is an ad. Safari generally only tolerates text/image ads* and to get video to work, you need to make it clear to Safari that the video is a real video the user wants to see.

    Safari also silently blocks something like 99% of cookies… only cookies that behave like login/session/etc cookies are allowed. That’s a lot more problematic than blocking video… since there’s often just no way around it.

    (* even text/image ads are barely tolerated… as far as I know, Safari is the only major browser that includes explicit support for ad blockers - Chrome/FireFox/etc allow extensions to arbitrarily manipulate the page, but safari actually has an ad blocking API - though they call it “content blocking”).




  • Yes there’s software for this, but I think you can keep it simpler than that.

    Just tell them to create a new spreadsheet every day (possibly by creating a copy of yesterday’s spreadsheet). Obviously name the files by date. With a new directory for each month.

    Also, it sounds like they don’t have good backups. Help them with that.


  • First of all, this isn’t a settled issue. Some people would argue Zarya of the Dawn is owned by everyone who created a copyrighted work that was used to train Midjourney. I hope these people are wrong, but it’s a legal grey area right now.

    The copyright office is not an authoritative source on legal issues. For that you need to find a criminal copyright infringement court case where someone with good lawyers enters a not guilty plea and the case goes all the way through to a final verdict.

    Second - if your code is so simple that you can just ask an LLM to write the entire thing for you… then who cares if it’s copyrighted? Anyone else in the world can just ask the LLM to write it separately for them. Why would they risk a lawsuit by copying your work? They’ll get a better end product by using the latest version of the LLM anyway.






  • if two people use the same prompt, do they get the same result?

    Usually part of the prompt includes a very large random number that is impossible to guess - so two people cannot use the same prompt. And therefore will get different outputs.

    There are some tools that let you specify a fixed number instead of a random one, and in that case yes the output would be the same. But that’s not the norm.

    Also the prompt is usually very complex. For example if you were to use Stable Diffusion to generate comic book images… you’d normally use a prompt that is close to ten gigabytes in size. Sure, it might include the words “cat sits on a hill looking over the sunset” but it also includes gigabytes of data that tells the model what style of drawing to do. You might also be happy with the cat sitting on the hill, but not the sunset, and can select the sunset in the image and have it draw that again with a different prompt, leaving the cat and hill untouched from the previous prompt.

    I’ve been working on and off for the last month on a single image. AI doesn’t mean the human does no work at all - especially if you want a specific result.