e0qdk

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

Google puts telemetry in the default keyboard app. Let that sink in for a moment.

[–] [email protected] 5 points 1 month ago (2 children)

I have a few of those, and while the ones I bought have worked out fine so far, I think it's worth cautioning people that they are annoyingly loud doing basic operations.

[–] [email protected] 13 points 2 months ago

I'm not sure if I've ever fallen in love with a completely imaginary dream person, but I did dream about my ex once years and years after we broke up. I don't remember what I dreamed about exactly, but I do remember waking from it. The happiness fading as the realization set in that it was all a dream -- I was by myself in bed and none of it had been real. I'm usually pretty good at dealing with solitude, but that moment... that was the most intense loneliness I think I've ever felt.

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

You might find writing guides relevant to your interests. For example, "How to Write Science Fiction and Fantasy" by Orson Scott Card contains some details about how the author came to write Hart's Hope and other novels. "Scene & Structure" by Jack Bickham might also be interesting -- I don't remember discussion of specific books in it, but it might scratch a similar itch for how-it's-made style content.

Some books also contain introductions/forewords/afterwords with details about how the book was written. A bunch of OSC's novels (like some editions of Ender's Game) come to mind specifically -- I read those back when I was curious about maybe trying to become a writer, so that's the most prominent example in my mind, but I'm sure there are others. I've also seen translations of a number of works where the translators include really long introductions explaining some of their choices -- and sometimes criticize earlier translations.

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

Everything I've set in Settings is forgotten: Default Listing reverts to All, Default Post Sort reverts to Hot, and so on.

mlmym (the "old" interface) stores its front-end specific settings in your browser via cookies and local storage. The way it's implemented works for the most part and probably makes the front-end simpler, but has some downsides like not retaining your choices between logins. There's an issue open for this in the bug tracker: https://github.com/rystaf/mlmym/issues/104

I'm not sure why it forces a logout periodically even when you're using it regularly though. (I mean, the cookies are probably not being updated and just expire eventually -- but I don't know if that was a deliberate choice or not.) It might be a good idea to open an issue for this?

[–] [email protected] 2 points 5 months ago

Now imagine if to buy a car you had to tolerate cameras and other forms of tracking your telemetry just to get to work and feed yourself.

Sorry to be the bearer of depressing news, but that's basically already happening in new cars.

https://foundation.mozilla.org/en/blog/privacy-nightmare-on-wheels-every-car-brand-reviewed-by-mozilla-including-ford-volkswagen-and-toyota-flunks-privacy-test/

https://jacobin.com/2024/03/car-spying-insurance-surveillance-data/

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

I wonder what cuil things it will say if you start asking questions about hamburgers instead...

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

I ran into an example of the thumbnail issue again today -- this time on a post from kbin: https://old.reddthat.com/post/19193476

The thumbnail looks like this in the HTML:

<div class="thumb">
  <a class="url"
     href="https://media.kbin.social/media/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg"
     >
    <div  style="background-image: url(https://media.kbin.social/media/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg?format=jpg&amp;thumbnail=96)"></div>
  </a>
</div>

Note that it's making a request to kbin.social with ?format=jpg&thumbnail=96 parameters in the CSS -- which results in the full image being loaded since kbin doesn't run pictrs.

The versions in use on reddthat (according to the settings page) are:

lemmy: 0.19.4-beta.7

mlmym: 0.0.44

[–] [email protected] 12 points 6 months ago

Mrs Bighead?!

...

*hangs up the phone*

[–] [email protected] 82 points 6 months ago (2 children)
[–] [email protected] 6 points 6 months ago (1 children)

Personally, I prefer it when people do one of the following:

  • upload the file to catbox.moe and link it here (for clips up to 200MB)
  • upload the file directly to their lemmy instance (if their instance allows it)
  • self-host it on their own web server (with no bullshit crappy JS interface, please -- just give me the file; I'll play it with VLC if it doesn't work in my browser)

PeerTube is also a reasonable choice -- although I don't like its UI very much.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

I'm having trouble finding an example of the thumbnail issue again right now but I was seeing the pictrs conversion parameters passed to URLs from catbox.moe, i.postimg.cc, and other sources in the CSS for the thumbnail when I reported the issue to Tiff ~3 weeks ago. It's possible that it got fixed/suppressed by another change since then though. (0.0.44 was deployed a few hours ago and I think there may have also been a beta patch bump for the lemmy backend at some point since I reported the issue originally in our local support community.)

I'll let you know if I see it pop up again.

For the text handling issue, I was seeing text like " by in " (i.e. "<thread title> by <username> in <community>" if it still happens) getting misinterpreted as raw HTML instead of being escaped. (i.e. <!-- raw HTML omitted --> was showing up in the HTML output for the page.)

You may recognize that text as the pattern for a recently fixed bug in the user profiles; I found the text handling issue while trying to explain the other issue to Tiff a few weeks ago.

Will edit this comment immediately after posting to let you know if I still see the text issue.

EDIT: I still see the text issue show up in this comment. https://old.reddthat.com/comment/10370610

view more: next ›