ari_verse

joined 2 years ago
MODERATOR OF
[–] ari_verse@lemm.ee 1 points 1 month ago (1 children)

fair point! I forgot I was posting a comment in the budget audiophile community :). Still, looking at the sound quality/price ratio, they are up there. If you can find a pair second hand, well taken care of these should last a loooong time. I also have a pair of version 1 since 2017 that I got half price at the time. version 1 had a design issue and kef replaced the electronics for free in 2018 or so. I have them paired with a raspberry pi + hifi berry card in the family room. Looks like they will last a lifetime.

[–] ari_verse@lemm.ee 2 points 1 month ago (3 children)

Kef ls50we2. Amazing sound. Used them daily for 4 years now

[–] ari_verse@lemm.ee 2 points 1 month ago

TBH yes, agreed, that would be fair. F1 though is such a tough, brutal environment for pilots, fairness doesn't always apply. Teams try and discard

[–] ari_verse@lemm.ee 2 points 1 month ago (2 children)

Hoping he is ok. Opportunity for colapinto?

[–] ari_verse@lemm.ee 1 points 1 month ago

Using the flatpak release 5.0.1. Solid, zero issues so far.

[–] ari_verse@lemm.ee 1 points 2 months ago (1 children)

I tested this and could not reproduce the problem, filtering by score = "rejected" works as in prior versions. I am able to see only rejected photos if I choose that. I use this as part of photo culling fairly often, to delete the photos I do not need.

In this version they expanded the light table filtering capabilities to make it more flexible (you can filter by many different metadata fields now and create filter expressions, I think) , so you may want to first click on "reset filters" and then rebuild your filter.

[–] ari_verse@lemm.ee 2 points 2 months ago

I always thought the sidecars are not touched unless you edit an image. And even in that case they should be very solid. All these years using darktable and never an issue

[–] ari_verse@lemm.ee 7 points 6 months ago

Well arguably the crash during the race was mostly their own doing. Colapinto had been asking for the right tires for the intense rain and for reasons unknown they kept him waiting.

[–] ari_verse@lemm.ee 1 points 6 months ago (1 children)

I am using N100 and it works great in my case, custom build with with a mini ITX n100 board, with real NVMe, SSDs, using a regular Linux distro. Really happy with it

[–] ari_verse@lemm.ee 5 points 7 months ago

What a drive by Franco! He almost got fastest lap as well. Amazing battle with Magnussen

[–] ari_verse@lemm.ee 1 points 7 months ago (3 children)

Did you explore Hugin? I thought it was the standard tool for this in Linux

 

I thought this was a boost issue, but even using lemm.ee's web site, when browsing to my Nikon subscription (https://lemm.ee/c/nikon@lemmy.world) I don't see any post. If I go to the same community from lemmy.world's own site, I can see recent posts: https://lemmy.world/c/nikon I noticed the same problem in other communities (but I thought the issue was my lemmy client). Can this be fixed?

1
submitted 1 year ago* (last edited 1 year ago) by ari_verse@lemm.ee to c/askto@lemmy.ca
 

Looking for recommendations for a touchless car wash. Currently using the shell at Burnharmthorpe and Mavis but its kind of far. There is another one I used in the past in Dixon and Islington that is supposed to give both touchless and roller options, selectable in the screen, but the last time i was there it didnt ask, used rollers.

 

If you use Reolink wifi cams via the Frigate integration in homeassistant, you may be used to seeing tons of "ffmpeg has crashed unexpectedly" in your frigate logs. I have 3 older reolink wifi cams in frigate (510WA, 511WA) which most in the community seems to advise against and indeed since I've been running frigate, while they worked, they have been problematic since Frigate 0.12 and the arrival of go2rtc

Cutting down to the chase, when I was using the standard common configuration with these cameras:

go2rtc:
  streams:
    driveway:
      - "http://192.168.x.y/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=USER&password=PASSWORD#video=copy"
    driveway_sub:
      - "http://192.168.x.y/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=USER&password=PASSWORD"

... frigate would generally work with them however in the logs I could see that the ffmpeg process that frigate creates for each re-stream would crash every few minutes, accumulating thousands of crashes over time. I assume that the crashes would also cause event detection to be unavailable for a brief period each time they happened.

With Frigate 0.13, it got even worse, as with each crash, the HA dashboard would show a black image with a "No frames received" message that would only go away after a manual dashboard refresh.

I believe the issue is that go2rtc was unable to properly handle the streams from these old cams, while in the past, ffmpeg directly in frigate could do it, adding some ffmpeg parameter.

The solution I found a few days ago that ALMOST COMPLETELY eliminated all the "ffmpeg crashed unexpectedly" situations (I went from THOUSANDS of errors to just one or two errors after a few days) is to change the go2rtc configuration so that it uses ffmpeg instead of it's own code to connect to the cams:

go2rtc:
  streams:
    driveway:
      - "ffmpeg:http://192.168.x.y/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=USER&password=PASSWORD#video=copy"
    driveway_sub:
      - "ffmpeg:http://192.168.x.y/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=USER&password=PASSWORD"

I also have the following global ffmpeg configuration in frigate's config file, not sure if it helps or not:

ffmpeg:
  global_args: -hide_banner -loglevel error
  hwaccel_args: preset-vaapi
  input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -flags low_delay -strict experimental -analyzeduration 1000M -probesize 1000M -rw_timeout 5000000

This go2rtc configuration decreased CPU utilization significantly (frigate 0.13 itself also helped apparently). Hoping this will help others in the same situation, as the cams themselves are not bad, it's just their software that sucks, but that can be worked around quite nicely with ffmpeg.

 

There is a reco to wait for 4.6.1 due (for flatpak) in a few days that should fix a photo import issue

 

With the release of 2023.8 I noticed there is built-in shopping list functionality in HA. Up to now at home we have been using Alexa's shopping list (we have an old echo in the kitchen so it's been practical). My question: is there a way to somehow have the Echo's/alexa's shopping list feature to manage HA's shopping list by default? I recall from ages ago that there were Alexa skills like todoist that could take over the shopping list in the echo, is there anything equivalent from the HA community?

 

DT 4.4.2 is out... And the website and forums are back up and running. Also the flatpak release in flathub has been updated and runs neatly

 

I wanted to create the first thread on this community about DT 4.4.1, only to find that the darktable.org site is down.

Also the DT forum at pixls.us has been down for a few days.

Regardless, what an amazing re DT release 4.4.1 is. Having used DT since the early 2.x days, it's incredible how far the software has evolved. It's very technical, but totally worth the learning curve.

I am using the flatpak version these days, on ubuntu 22.04.

 

Years on the waiting and finally a replacement for my fanless Apollo lake home server seems to be on the way! After the disappointments of Jasper lane and prior announcements this one seems for real. 3-4 times better compute metrics and half the power.

Wondering what are others in the community using these days for always-on home server/media streaming needs?

view more: next ›