bdonvr

joined 1 year ago
MODERATOR OF
[–] bdonvr@thelemmy.club 7 points 9 hours ago

Pick whatever looks best. It's not a big of a deal as we make it out to be.

Fedora KDE is also an awesome choice though if you must choose something else.

[–] bdonvr@thelemmy.club 7 points 9 hours ago

It's THE problem

[–] bdonvr@thelemmy.club 16 points 15 hours ago (1 children)

I'm more of a control-R kinda guy

[–] bdonvr@thelemmy.club 3 points 2 days ago

Shit I was tired, but I meant 42, counting the top right and left black areas too.

[–] bdonvr@thelemmy.club 12 points 2 days ago (1 children)

I'm not interested in conjecture I'm interested in facts. Get me some research papers. Get me some court docs. Something.

[–] bdonvr@thelemmy.club 13 points 2 days ago

No it's because they're demeaned using it.

[–] bdonvr@thelemmy.club 6 points 2 days ago* (last edited 2 days ago) (6 children)

I count ~~33~~ 42 triangles, counting black space and outlines made of other triangles.

[–] bdonvr@thelemmy.club 5 points 2 days ago (1 children)

Cox got caught buying that data, and when confronted about it, Google, Amazon, and Meta all failed to deny that they also buy that data from those malicious app makers

But what is that based on? This paragraph?

A spokesperson for CMG told Newsweek that "CMG businesses have never listened to any conversations nor had access to anything beyond third-party aggregated, anonymized, and fully encrypted data sets that can be used for ad placement."

I don't think that explicitly means they had datasets made up of clandestinely recorded conversations in the wild.

third-party aggregated, anonymized, and fully encrypted data sets that can be used for ad placement.

Really could describe ANY possible set of tracking data... Unless you put this quote into a clickbaitey article and strongly imply it's something sinister.

[–] bdonvr@thelemmy.club 30 points 2 days ago* (last edited 2 days ago) (7 children)

Someone back this up with proof. Security researchers would've noticed this. They'd've had to have hacked their way around the microphone permission systems and microphone use indicator (depending on OS) on your phone and upload that data without being caught by security analysts. That kind of bug would probably be worth a fairly decent bounty too.

The article talks about a slide in a PITCH to advertisers. But not a concrete system. Then it goes on to say advertisers bought a dataset from other sources. What dataset? From where? It doesn't say. Transcriptions from voice assistants? Maybe. But without hard evidence I don't believe random apps are just recording clandestinely in the background. But people want to believe this so writing shitty unsourced articles with click bait titles and tenuous-if-I'm-generous linking of weak facts lacking entirely in context generates lots of clicks.

[–] bdonvr@thelemmy.club 2 points 2 days ago (2 children)

See email is one of the few things I don't host. I host a webmail frontend, and use my domain. But PurelyMail is an amazing service that's so cheap it's basically free at personal scale with very few limits. I didn't really care to try and deal with having all my mail sent to spam.

[–] bdonvr@thelemmy.club 2 points 2 days ago (2 children)

Same with the HP mini PC. But I have a $12/yr dotcom domain and a script on my server updates the DNS record anytime the IP changes.

[–] bdonvr@thelemmy.club 5 points 2 days ago* (last edited 2 days ago)

Yes, they're not the most common but they're in most places here. Lidl too but there's far less of them (apparently only in the northeast)

315
submitted 3 months ago* (last edited 3 months ago) by bdonvr@thelemmy.club to c/videos@lemmy.world
 

Edit: YouTube link if Vimeo gives you issues

https://youtu.be/qq8zFLIftGk

 

Personally, I'm heading to Texas to see family. Flying out to Abilene, then the morning of I'll drive out to the path, see the eclipse, and then drive on to San Antonio where I have more family.

 

v1.99.0

New logo

The new logo is now rolled out on all platforms, including the web, mobile, and documentation pages. If you are a content creator, you can grab the logo vector and raster files in the repository's design folder.

Social Preview

Highlights

Welcome to release v1.99.0 of Immich. This release adds the new logo, fixes many bugs, and improves the application. Some of the highlights include:

  • [WEB] Sort photos and videos to display direction in an album.
  • On-disk cache on the mobile app to provide a better viewing experience.
  • There is a new endpoint for OpenTelemetry metrics to monitor performance.
  • Optimized queries for large libraries.
  • Add upload progress and speed indicator.
  • XMP sidecar file is now recognized with both photo.ext.xmp and photo.xmp extensions.
  • Drag to select - Now press your thumb to drag and select in the selection mode.
  • Improve user feedback in the mobile app's backup and album selection screen.
  • Various improvements for the library scanning process.

Asset's display direction in the album

We added an option to change the order of the assets in the album so you can view the assets from older to newest and vice versa.

album.view.order.mp4

Mobile asset caching

Improving cache for remote thumbnails and the images, they now stay on disk so that they can load faster and give a better experience while used offline. You should feel a faster loading experience across the app.

Performance monitoring with OpenTelemetry integration

Immich provides a variety of performance metrics to allow for local monitoring and insights. This integration is primarily in the form of Prometheus metrics. However, exporting traces is also possible due to OpenTelemetry instrumentation. Please visit the documentation to learn how to enable this feature

Note

This opt-in feature allows you to monitor Immich's performance. This data isn't sent anywhere beyond what you've configured.

File size progress and upload speed indicator

We added an indicator to show the file's size that has been uploaded and the upload speed under the progress bar in the backup screen.

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-03-14.at.18.08.37.mp4

Drag to select

You can now drag to select in the mobile app when in selection mode; this will help make selecting in bulk easier.

drag_to_select.mp4

And lastly, I want to express my gratitude to @immich-app/contributor who make this behemoth of a release happen 🎉


And as always, bugs are fixed, and many other improvements also come with this release.

What's Changed

🗄️ Server

  • fix(server): face search results not always sorted by @mertalev in #7839
  • fix(server): serve static directory only if it exists by @benmccann in #7857
  • feat(server): Add OAuth auto-redirect enable/disable CLI commands by @ddshd in #7841
  • feat(server): OpenTelemetry integration by @mertalev in #7356
  • feat(server): YAML config file support by @bo0tzz in #7894
  • feat(server): Update XMP sidecar search to look for both photo.ext.xmp and photo.xmp by @kokulshan in #7813
  • feat(server): lower library scan memory usage by @mertalev in #7939
  • perf(server): optimize getByIds query by @mertalev in #7918
  • fix(server): queue library asset refresh in batches by @etnoy in #7914
  • feat(server, web): album orders by @martabal in #7819
  • feat(server): added support for SVG files by @declan8010 in #7960
  • refactor: global validation pipe by @jrasm91 in #7985
  • feat(web): add millisecond options to storage template settings by @sevtdy in #7942
  • fix(server): prevent feedback loop during library scan by @mertalev in #7944
  • feat(server): use nestjs events to validate config by @danieldietzler in #7986
  • feat(server): memory includes partners assets on timeline by @alextran1502 in #7993
  • refactor(server): library service by @jrasm91 in #8050
  • chore(server): change save -> update in asset repository by @mertalev in #8055
  • fix(server): "view all" for cities only showing 12 cities by @mertalev in #8035
  • fix(server): use extension in originalFileName for libraries by @etnoy in #8083
  • test: temporarily disable flaky audit e2e test until #7436 is fixed by @zackpollard in #8089

📱 Mobile

🖥️ Web

🧠 Machine Learning

  • fix(server): ml gunicorn listen on ipv4 and ipv6 by default by @growse in #7930
  • chore(deps): update onnxruntime-openvino by @mertalev in #7854
  • feat(ml): add cache_dir option to OpenVINO EP by @dvdblg in #8018

⚡ CLI

📓 Documentation

🔨 Maintenance

 

It's distrohop time. Want to go immutable for the first time. But waiting for KDE6.

view more: next ›