Picked these up at an estate sale today. How'd I do?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    That's the plan! But it's still nice to know if these are the find I thought they were even if I don't plan on reselling them any time in the near future.

    2
  • https://lemmy.world/pictrs/image/d9019745-8675-4dc4-942c-cd81416b7980.jpeg

    Smaller one is a Griswold No. 8, marked 704H. ![](https://lemmy.world/pictrs/image/6b52b7ef-ece7-42ff-9226-f398bf32fa5d.jpeg) Larger one is a Wagner Ware 11 ^3^/~4~ Inch Skillet, with a "10" on the handle. ![](https://lemmy.world/pictrs/image/c08dc352-46f8-4f6e-9f1f-dbd0982de5a5.jpeg) I managed to get them for $50 total. I can't find exact matches online, but I *think* this is a good deal for these two. Is it?

    83
    13

    They charged him with possession

    113
    2
    The Flaws of Flatpak - What do you think about Flatpak Security?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    OK, so I looked though my browser history, and here are some relevant pages I found:

    I don't remember how much I used each one, but eventually I pieced together enough information information to get the Browserpass extension working in the Google Chrome flatpak. But three of those links are KeePassXC, which should be useful for adapting this for your use.

    The main file that was having problems was the Browserpass Native Messaging Hosts file in my config directory for the Chrome flatpak, ~/.var/app/com.google.Chrome/config/google-chrome/NativeMessagingHosts/com.github.browserpass.native.json. Originally it was a symlink to a file at /usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json:

    {
        "name": "com.github.browserpass.native",
        "description": "Browserpass native component for the Chromium extension",
        "path": "/usr/bin/browserpass-linux64",
        "type": "stdio",
        "allowed_origins": [
            "chrome-extension://naepdomgkenhinolocfifgehidddafch/"
        ]
    }
    

    The call to /usr/bin/browserpass-linux64 did not see to work for me, so I ended up making a copy of the file in the NativeMessagingHosts directory and modified it to point to a script in my home mount:

    wile_e8 NativeMessagingHosts $ diff com.github.browserpass.native.json.orig com.github.browserpass.native.json
    4c4
    <     "path": "/usr/bin/browserpass-linux64",
    ---
    >     "path": "/home/wile_e8/.config/browserpass/browserpass.sh",
    
    

    I don't remember why I picked to do it inside the ~/.config directory, but it worked so I left it. And here is the script I put at ~/.config/browerpass/browserpass.sh:

    #!/bin/sh
    cd ~
    /usr/bin/flatpak-spawn --host /usr/bin/browserpass-linux64 2>/tmp/error.log
    

    I don't remember how I came up with that script, it must be somewhere in the four links at the top.

    Finally, I needed to use Flatseal to allow access to the script. In the Google Chrome settings, under "Filesystem->Other files", I added an entry saying ~/.config/browserpass:ro. Also modified from the default in Flatseal, I have "Filesystem->All user files" enabled, along with "Socket->D-Bus session bus" and "Socket->D-Bus system bus". I don't know how necessary the last three are, but I'm not messing with it now that I have it working.

    So, that's what I did to get the Browserpass extension working in the Google Chrome flatpak. You'll have to modify some things to get it working for KeePassXC, or for Firefox. But that general pattern should work.

    5
  • The Flaws of Flatpak - What do you think about Flatpak Security?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Keep an eye out, I'll come back to this. It involves posting config file diffs and a script I wrote, it'll be a longer post I don't have the time to write right at this moment.

    But yes, the fact that I need to find the time to post all the changes I needed to make to get this to work is part of the problem here.

    4
  • The Flaws of Flatpak - What do you think about Flatpak Security?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    FWIW I figured out how to get a password manager (Browserpass, not KeePassXC) to communicate with flatpak Chrome if you want some advice on how to get it to work.

    But yes, it was way more difficult than it should have been (which is "should work out of the box, just like a regular package"). So if you're just listing some of the shortcomings of flatpak, never mind.

    4
  • Google Wallet lets you disable animations, rolling out Photo passes
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Wait, are photo passes really happening this time? Google has made a couple of blog posts announcing the feature, but I've been regularly checking for the last several months and haven't seen it. It was a nice feature of the original Google Wallet that was removed in one of the rebrands, I'd really like it to actually be back instead of just "coming soon" (not that soon)

    12
  • Most US voters in favour of introducing more pro-LGBTQ+ laws
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 98%

    And then a whole bunch of them will turn around and vote for anti-LGBTQ+ Republicans because "They're for the economy" (please ignore how the economy actually performs under Republican control)

    78
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Michigan GOP tilt toward Christian nationalism vexes Muslim party leaders
    www.mlive.com

    cross-posted from: https://kbin.social/m/politics@lemmy.world/t/532599 > In a Michigan Republican Party where three of the six vice chairs are Muslim, “we feel like we’re in a club where we’re not really welcome."

    226
    21
    Stable Android 14 OTA is rolling out now
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Hasn't Android had a thing for a while where it gives update priority to people who manually check for updates? Like, my phone (7a) didn't say an update was available, but then I clicked the "Check for update" button, and now it said Android 14 is available.

    So I don't think anyone who really wants the update soon needs to sideload the OTA, just check for an update and you'll probably get it.

    10
  • 21 Useful Linux Terminal Shortcuts Pro Users Love
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Is there any mirror for this? I don't know if this has been posted to some other site as well, but the web site seems to be overloaded with traffic right now and I can't see the article.

    1
  • Alabama turning to Tyler Buchner at QB? Notre Dame transfer expected to replace Jalen Milroe vs. USF
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Well, I don't know if Buchner is actually going to be better than Milroe. But from what I saw on Saturday, Alabama isn't going to win anything significant with Milroe under center. So maybe it's worth a shot to see if Buchner can perform against live competition.

    5
  • College Football TV Ratings: Texas-Bama and Colorado-Nebraska both draw 8.7M viewers
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Am I crazy, or does 8.76M for Texas/Alabama seem low? I was expecting at least 10+M for a hugely hyped, prime time game between two of the biggest fan bases on the sport. Was it because it was on ESPN and not a broadcast network?

    5
  • Can someone tell me the benefit of season tickets?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 83%
    • Back in the day, it used to be cheaper to buy season tickets than to buy tickets for every individual game. So a whole lot of if it inertia from being the standard way to go to all/most home games.
    • Knowing you have the same seats in the same location near (mostly) the same people for every game it pretty nice.
    • You can just relax with the comfort of having tickets in hand before a game instead of regularly having to go through the hassle of finding decently priced tickets before any game you want to attend.

    But yeah, the administrative need to maximize revenue in the next quarter and the enshittification of everything means these benefits are hardly worth the cost any more. Which is why we've seen lots of articles the past few years about decreasing attendance in stadiums nationwide. Surely it must be because the fans aren't supporting the teams hard enough any more!

    4
  • MGoBlog Opponent Watch 2023: Week 1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    These weekly articles were fairly popular on that old site people used last season, and I figured I'd bring them to the CFB community that actually has people posting now.

    5
  • American Electric Car Selector
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wile_e8
    Now 100%

    Thanks, that's close, and has all the filterable options I was looking for. However, it seems more tilted towards "individual cars that are for sale in your area now", while I was thinking "models that fit our criteria so we can order one for delivery in the future". It's useful for looking at options, but doesn't list things that aren't available here right now.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    Now
    65 43

    wile_e8

    lemmy.world