m_r_butts

joined 1 year ago
 

Over on feddit.uk I saw this fun thread, with multiple people confidently claiming "anyone who is in a public place can have no reasonable expectation of privacy". (If I screwed up my link, sorry, I'm still not great at more than posting comments.) That may be a legally correct understanding, but it's overreach.

I counter that there should likewise be no expectation of absolute exposure. In a natural setting, I might expect to be observed by passersby, but I don't also expect to be recorded for posterity, and to have that recording shared with no limits in perpetuity.

I think a more balanced position would be something like this:

  • private citizens can record freely for their own purposes (i.e., if you're in the background of someone's family photo or home video, no need to get your permission)

  • any recording of individuals not considered public figures, made for the purpose of broadcast or dissemination, must be authorized for release by the subject(s) of the recording (if you're in the background of a news crew's recording, no need to check with you, but if you're the subject of a broadcast and basically not either a notorious felon or a celebrity in some way -- which is the state of things in that thread I saw -- it requires your express consent to be broadcast)

  • any recording produced as broadcast entertainment (versus news, which should be less restricted), whether by a corporation or by an individual, and regardless of whether the recording is intended or anticipated to have commercial use, should require prior permission to film via public land permits and/or location release forms, as well as requiring signage indicating that the recording is taking place, so the public has an informed opportunity not to participate (I do not want to be in your fucking twerking video for TikTok, and I don't want to be there in the milk aisle when you cunts are tossing all the jugs around or getting violently "pranked" on the street)

  • any recording made in a public space for the purpose of surveillance should be regarded as confidential and cannot be disseminated outside the agency responsible for the recording, save for cooperation with law enforcement

I'm sure I've got a lot of details there that need refinement, because I'm only reacting to what I read. This isn't a thought-out manifesto here, and I hope I won't be crucified for the suggestion being imperfect. But I feel strongly that the basic idea has merit, however it would be written out. What do you guys think?

[–] [email protected] 1 points 11 months ago

A reasonable concern but also a shame, because data is data and PornHub has a massive userbase. I trust Backblaze stats for hard drives because they just have a shit-ton of real-world metrics. I'm inclined to trust PornHub stats for the same reason.

[–] [email protected] 0 points 11 months ago (2 children)

My brain goblins love refactoring. I love taking a rusty pile of shit and making it shine. I want to polish something old, or build something completely new. Adding features to existing code is the part I hate.

[–] [email protected] 0 points 11 months ago (6 children)

How alone am I in disliking the word "allistic"? To me it feels like an outgrowth of a persecution fetish, literally defining an outgroup. Especially since it has zero mainstream adoption, where "non-autistic" is immediately clear to anyone.

 

I couldn't sleep. Also I don't know how to deal with formatting this because of the apostrophes and I don't care that much

Function CreateUUIDv4$ ()
' this routine generates about 23 guids per second at 4.77 MHz

' define a UUID string template
Dim result As String * 36
result = "00000000-0000-0000-0000-000000000000"
'         123456789012345678901234567890123456

Dim substring$
Dim index%, offset%

' enumerate the indices where we should insert values
For index% = 1 To 33 Step 4

    ' skip over the separators
    If index% = 9 Or index% = 14 Or index% = 19 Or index% = 24 Then
        index% = index% + 1
    End If

    ' generate a value from 0x0000 to 0xFFFF
    substring$ = Hex$(Int((&HFFFF& - 0 + 1) * Rnd + 0))

    ' add an offset that permits leading zeroes if the hex representation
    ' of the value to insert is less than 4 characters
    offset% = 4 - Len(substring$)

    ' insert the substring at the specified location
    Mid$(result, index% + offset%) = substring$
Next

' version 4 (random data)
Mid$(result, 15) = "4"

' variant DCE 1.1, ISO/IEC 11578:1996 (0x1000 - 0x1011)
Mid$(result, 20) = Hex$(Int(Rnd * 4 + 8))

CreateUUIDv4$ = result

End Function

[–] [email protected] 1 points 11 months ago (1 children)

I think this is funny, but it's hard for me to hate too much on flatpaks. Disk space is practically free now, and having spent a good chunk of my career fighting DLL hell, I have a lot of sympathy for the problem it's trying to solve.

[–] [email protected] 0 points 1 year ago (2 children)

All they have left is the nuke threat and that can never be acted upon.

I hope it isn't acted upon. But I'm no longer able to expect sanity from people, especially ones in power.

[–] [email protected] 0 points 1 year ago (1 children)

I'm 237 years old, a retired phosphate miner in Nauru. I learned to drive on manual transmissions but now refuse to drive anything not powered by a turbo-encabulator, with the exception of Starfleet shuttlecraft. I also hate questions that encourage people to give away personal or census data without considering that is what's happening.