Challanger 2 tank with a folding anti-drone net in the Kursk region.
  • Darkassassin07 Darkassassin07 Now 100%

    I have to wonder how effective those nets/fences/cages are; especially with the vastly varying build quality. (everything from plastic construction fencing, to metal chicken wire, to steel gratings.)

    5
  • Anyone ever buffed out small eyeglass scratches? What did you use and how did it go?
  • Darkassassin07 Darkassassin07 Now 100%

    If I remember right, it was just over 2 weeks; but it's been a couple years since I ordered.

    I've ordered my last 2 sets from there, and had at least 3 family members ordering from there too. We've never had any issues aside from one poorly fitting set, which they returned and got fresh ones free of charge. I really couldn't be happier with goggles4u.

    I've really got to get around to seeing the optometrist and getting a fresh prescription... Time flies.

    2
  • Protestation
  • Darkassassin07 Darkassassin07 Now 100%

    Dismantled the education system

    15
  • Anyone ever buffed out small eyeglass scratches? What did you use and how did it go?
  • Darkassassin07 Darkassassin07 Now 66%

    https://www.goggles4u.com/

    Code at checkout: BOGO

    Last time I bought glasses there, it cost me ~60$ for 2 pairs. Both with scratch resistant coatings, and one with a photochromic coating (auto tint in sunlight).

    1
  • Meta smart glasses can be used to dox anyone in seconds, study finds
  • Darkassassin07 Darkassassin07 Now 100%

    The glasses are just a camera. Pretty much any camera can be used for this; Metas glasses are just a bit more discreet than pointing your phone at someone. Cameras are pretty ubiquitous and come in many many form factors, including super small easily hidden forms like clothes pins/buttons.

    The real news here:

    reverse face search engines like PimEyes and Facecheck ID, as well as people search engines like FastPeopleSearch, CheckThem, and Instant Checkmate.

    Can be used to dox people in seconds.

    18
  • College students used Meta’s smart glasses to dox people in real time
  • Darkassassin07 Darkassassin07 Now 100%

    So... Add high-contrast uniquely identifiable markings to yourself?

    Seems counterproductive.

    35
  • P. Diddy promises to 'ban women from his home' if he's released from jail
  • Darkassassin07 Darkassassin07 Now 100%

    The filing from his new legal team members Anthony Ricco and Alexandra Shapiro states that Diddy has agreed to a ban on women visiting his home, that he will undergo weekly drug testing, and that he will not meet with anyone who could be considered a witness or “co-conspirator” if his release on bail is granted.

    Seems like less than he 'promised' last bail attempt...

    9
  • This smart front door can go from clear to opaque with a voice command
  • Darkassassin07 Darkassassin07 Now 85%

    Been around since the 80's

    Someone just slapped an IoT box on it for spyware voice integration.

    https://en.m.wikipedia.org/wiki/Smart_glass

    5
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    @bobslaede@feddit.dk I could kiss you. You've been invaluable my friend, thank you!

    Just gave this a test: CNAME ombi.domain -> local.domain with cloudflares proxy re-enabled.

    Now the HTTPS, A, and AAAA requests all receive the CNAME response and browsers are happy. I didn't even have to modify ngnix to recognize local.domain like I thought I might.

    2
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    I think I've found the problem:

    It seems my issue is pihole being unable to block/modify dns requests for HTTPS records, which don't match the LAN IPs pihole handed out in A/AAAA records.

    I've disabled cloudflare proxying so they don't have HTTPS records to serve, but I'll have to replace pihole with a better lan DNS solution if I want to turn that back on.

    3
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    Thanks. That seems to be a similar, but slightly different error. I think the below may apply though.

    I believe I've tracked down more of my issue, but fixing it is going to be a hassle:

    When cloudflare proxying is enabled, there are 3 DNS records involved; A record with cloudflares ipv4, AAAA record with cloudflares IPV6, and the key to this puzzle: an HTTPS record with cloudflares ech/https config.

    With pihole I can set DNS records for A/AAAA, but I have no way of blocking/setting the HTTPS record so it gets through from cloudflare.

    The LAN A/AAAA records don't match the HTTPS record from cloudflare, so browsers freak out.

    Once I disabled cloudflares proxying, I no longer get HTTPS records returned and all works as intended.

    I'll either have to keep cloudflare proxying disabled, or switch pihole out for a more comprehensive DNS solution so I can set/block HTTPS records :(

    Thank you @bobslaede@feddit.dk for pointing me in the right direction.

    2
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    That unfortunately did not work. I am only getting the ipv4 address now, but I still get the same ECH error in chrome 1/5 tries.

    Firefox now changed errors from 'invalid certificate' to 'connection is insecure but this site has HSTS' (true). Still wont show the cert or provide any further info. (forgot to grab a screenshot before the below 'solution')

    I'm really annoyed at this point and have just disabled cloudflare proxying for this service. That seems to have sorted it for all browsers. I may look further later, I may just say fuck it and leave it like this. Gotta walk away for a bit.

    2
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    I'll look into that next if what I've done doesn't work. (see other comments)

    1
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    Added an AAAA record to pihole:

    ombi.mydomain.example 0000:0000::0000:0000

    Now nslookup returns the correct ipv4 address, and '::' as the ipv6.

    We'll see if that works.

    3
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    Crap, looks like that's exactly what it is.

    Now how to fix that...

    5
  • [solved] Randomly getting ECH errors on self-hosted services.
  • Darkassassin07 Darkassassin07 Now 100%

    I do have external acces to Ombi via cloudflare; but the device I'm seeing this problem on is permanently connected to a VPN hosted from the same server machine as ombi/nginx with 'block all connections without VPN' enabled. And this testing has been done from within the same LAN.

    It should never see/reach cloudflare for this service.

    /edit; I've also disabled 'use secure DNS' in chrome. I host a local DNS within that lan/vpn network.

    4
  • In the last couple of weeks, I've started getting this error ~1/5 times when I try to open one of my own locally hosted services. ![](https://lemmy.ca/pictrs/image/7e029ce2-86e5-4839-a0fa-a2b21ff89719.jpeg) I've never used ECH, and have always explicitly restricted nginx to TLS1.2 which doesn't support it. Why am I suddenly getting this, why is it randomly erroring, then working just fine again 2min later, and how can I prevent it altogether? Is anyone else experiencing this? I'm primarily noticing it with Ombi. I'm also mainly using Chrome Android for this. But, checking just now; DuckDuckGo loads the page just fine everytime, and Firefox is flat out refusing to load it at all. ![](https://lemmy.ca/pictrs/image/f6e03ea6-69a2-48d0-9fb3-10c8947e4597.jpeg) Firefox refuses to show the cert it claims is invalid, and 'accept and continue' just re-loads this error page. Chrome will show the cert; and it's the correct, valid cert from LE. There's 20+ services going through the same nginx proxy, all using the same wildcard cert and identical ssl configurations; but Ombi is the only one suddenly giving me this issue regularly. The vast majority of my services are accessed via lan/vpn; I don't need or want ECH, though I'd like to keep a basic https setup at least. Solution: replace local A/AAAA records with a CNAME record pointing to a local only domain with its own local A/AAAA records. See below comments for clarification.

    23
    16
    Is dockge abandoned?
  • Darkassassin07 Darkassassin07 Now 100%

    You've done enough, keeping it behind your routers firewall.

    You could block LAN access and require a VPN connection to that specific machine if you really wanted more, but I'm not that concerned about it.

    2
  • Is dockge abandoned?
  • Darkassassin07 Darkassassin07 Now 100%

    Yup. Point is; if you're not depending on just its login page to keep it secure, there's not a whole lot needing 'security patches', so I wouldn't be all that concerned about slow updates. As long as it remains bug free, I'm happy.

    2
  • Send Nudes
  • Darkassassin07 Darkassassin07 Now 86%

    I'm always a bit put off when she shows off her dick.

    16
  • I've been using paperless-ngx to consume mail from outlook/hotmail for a while now, but recently had the mail server refuse connections while mail was being processed. (Not sure why, consuming is working now with no changes and no errors besides 'connection refused', while retrieving that mail. Temporary outage I guess?) This left me with a couple pieces of mail not imported. However, now everytime the mail consume task runs, it recognizes that those pieces of mail are there but refuses to process them with the message: >Skipping mail '421' '\<email subject>' from '\<sender email>', already processed. How can I get it to recognize those mails HAVE NOT been processed?

    25
    4
    https://www.reuters.com/legal/texas-sues-general-motors-allegedly-collecting-selling-drivers-private-data-2024-08-13/

    >Aug 13 (Reuters) - General Motors (GM.N), has been sued by the state of Texas, which accused the automaker of installing technology on more than 14 million vehicles to collect data about drivers, which it then sold to insurers and other companies without drivers' consent.

    105
    8

    I've noticed with the last 2-3 versions of the app (currently 0.0.69, nice); the app crashes 2/3rds of the time when returning to it from being in the background. Open the app, switch to another app, switch back a couple min later and it closes then reopens as if you'd just started it for the first time today (losing whatever post you had open). Curious if others are experiencing this? Android 14, One UI 6.1

    15
    9

    All ~~roads~~ videos lead here: ![](https://lemmy.ca/pictrs/image/58a12370-6271-41bc-83fa-e89bd7449de5.jpeg) Honestly I'm surprised it took this long. The only other issue I've ever seen (between revanced and the original vanced app) is the watch history not saving a couple weeks back.

    18
    3

    When a file is manually replaced, for example after converting from an mp4 to an mkv; radarr decides to delete everything in that movies folder: posters, backdrops, subtitles, NFO files, leaving only the new video file; even though none of these were created or managed by Radarr ever. This causes Emby to have to rescan/reidentify the item, re-downloading all the extra data, and it's now lost all custom metadata that was stored in the nfo, particularly the original date added to emby and it now has no subtitles. How can I prevent this?

    5
    6

    I've started noticing this icon more and more: usually on comments with no downvotes. What's it mean? ![](https://lemmy.ca/pictrs/image/ccfb86f8-7b05-4dc3-85a4-fd23dcd15e32.jpeg)

    22
    9

    CPU/GPU/RAM/Disk usage, logs, errors, network usage, overall status, etc What do you use/prefer? Mainly looking for self-hosted web based tools, stuff I can view from a browser; but desktop and CLI apps are welcome too :)

    35
    19

    I have what may be a stupid question... How is it your master password is both used to decrypt your vault and used to authenticate with bitwardens public servers to acquire a copy of your vault/view it in the web app, but bitwarden can't use that password entry to decrypt the vault themselves? (please correct me if I'm misunderstanding, as I use self-hosted vaultwarden for my server instead of the public ones)

    1
    5

    After almost a year of repeated emails stating the transition from Google Domains will have no effect on customers, no action is required; I just got this email: > Update Dynamic DNS records Hi there, As previously communicated, Squarespace has purchased all domain name registrations and related customer accounts from Google Domains. Customers are in the process of being moved to Squarespace Domains, but before we migrate your domain [redacted] we wanted to inform you that a feature you use, Dynamic DNS (DDNS), will not be supported by Squarespace. So apparently SquareSpace will be entirely useless to me and I've got "as soon as 30 days" to move. Got any suggestions for good registrars to migrate to? (it's a .pw domain if that matters) /edit. I'm a moron. I already use cloudflare as my name server, Google/SquareSpace only handles the registration. I'll be fine. Thanks for the help everyone!

    84
    26
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Paperless-ngx behind nginx? I'm lost.

    -post won't delete, so redacted instead-

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Anyone else locked out of Jerboa?

    Got 'invalid login' when viewing my profile after the lemmy update, logged out, re-setup 2fa using a browser and now Jerboa crashes when pressing the 'login' button after entering my details. Disabled 2fa and still the same results. Consistently crashing in the same spot every time I try. Switched to Boost for this post.

    4
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Can you recommend a good Docker tutorial?

    I've got docker installed and I've got a single container running (vaultwarden) via the docker pull/docker run commands [provided on its Github page](https://github.com/dani-garcia/vaultwarden). I'm not sure how to learn more about that container or how to build (compose?) others myself. I'd like to learn how to transition nginx and pihole to containers and network them together. I'd also like to add paperless-ngx to my setup. (note: I'm very new to Linux in general, mostly rpis, poking around with debian now)

    8
    2

    Does boost support 2 factor auth? I can't login: If i use the incorrect user+pass I get 'incorrect login' if I use the correct ones I get 'login failed'. There is no option to enter my required 2fa code... /edit switched apps then switched back and the 2fa field showed up but refused my code. Force stopped the app and got the same 'login failed' message switched apps again and back; now it shows all fields and finally logged me in correctly. Seems buggy af.

    10
    2

    I've only ever had my domain registered via Google Domains (~7 years), mostly because it was cheap+convenient, and google already had my billing info. Google has however sold its domain registration services to SquareSpace and will soon be transitioning customers there. Not upset to be removing one more bit of google from my life, but I don't know much about SquareSpace and I'm not sure if I should just go with the transition to them or perhaps move to a different registrar... If I was to move, where too? Curious what others think about the situation and company. Are you a Google domains customer? What's your plan? Why?

    40
    17

    Using Chrome, Firefox, Brave, Samsungs 'Internet' app, and every other browser I've used/tried on Android: I'll go to select some text on a page by long-pressing on it and it'll select the word I'm touching as well as expand that selection to a somewhat random amount of additional text (usually not following any structure such as selecting a whole sentence for example). I'll then go to adjust that selection by grabbing one of the two tabs on either end of it and the moment I do, the opposite tab jumps to a completely random spot on the page vastly expanding the selection, then the whole page scrolls to an entirely different section; Leaving me holding one end of the selection unable to see what was originally selected. I can't scroll to where I was, and If I let go and just click copy I've now copied 90%of the page to my clipboard.... Attempting to modify the selection any further yields the same lack of control and just makes things worse. This doesn't happen everywhere, but I get these results far far more often than a successful copy+paste. Like just now trying to copy an address from a local transit guide. I end up having to drop the paste into a notepad app, reselect the bit I actually wanted (if it even made it into the pile of garbage I was forced to grab) then delete the note once I'm done. This is fucking stupid and I hate it. Rant over. Thank you for listening. /edit: I don't have the power to pin a comment, but d3Xt3r@lemmy.world has a great solution: Use the rectangle select tool in androids 'Edge Panel' (must be enabled in settings), then press the 'T' button to copy text from the area you've selected.

    239
    42

    I'm not talking about an extra 10-15sec, but easily 2-3 full minutes (I've sat here with a timer checking) to load pages, sometimes not loading them at all. Particularly with login pages, but even just homepages. Dropbox, Cloudflare, Various companies forums, My bank, Google; each of these sites and more I've had firefox either not load at all, or take so long I've been able to copy the link into Chrome, do what I need there, then come back to Firefox still 'loading' a blank white page. I just don't understand. I want to migrate away from Chrome and use Firefox, but it's been unusably slow when it even loads anything at all. P.S. In the time I've taken to write this (~5min) plus the time to decide to post and find this community firefox has still not loaded my cloudflare dash... (typed in the address, waited a while, gave up and came here but left it open) /edit: I should note I have ublock installed, but I get the same results with it disabled most of the time.

    46
    40
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Block an entire instance

    How do I block an entire instance? I'm getting really really sick of blocking dozens of communities from lemmynsfw every single day. It never ends ffs. If I want porn, I'll go looking for porn. It shouldn't be every third post in my feed. Honestly, how is anyone supposed to join Lemmy if they all just get flodded with mountains of porn??? I can't imagine anyone that's not already invested in being here wanting to join. (unless their looking for a pornhub alt I guess...) Not everything NSFW is porn and I'm not looking to remove non-porn so permanently hiding everything tagged NSFW isn't a solution.

    1
    0

    When viewing individual comment trees, usually by opening a comment from my own history that has replies on it, or just clicking view context: the original comment is the furthest indented, with the replies indented one less, and further replies to those less indented still until the lowest level comment appears as the oc, but at the bottom of the list. Here's an example: ![](https://lemmy.ca/pictrs/image/8822ee10-95b9-4376-a8dc-b57d05077134.jpeg)

    19
    5

    An example (text obfuscated as it's irrelevant): ![](https://lemmy.ca/pictrs/image/46524c01-835f-48c4-80f6-61b0df360764.jpeg) The entire area of this screenshot except the white text, post time, and space immediately between those two; opens one of the hyperlinks. (ie: all of the empty space to the right of the green links, all the way up to the edge of the screen, as well as the green text itself) I wouldn't expect or want empty space to open links, particularly if I'm trying to minimize/collapse a comment with questionable links in it.

    14
    1
    Darkassassin07 Now
    23 1.5K

    Darkassassin07

    lemmy.ca

    🇨🇦