• 6 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle
  • The old laptop is the same one I use for all computing. So using an SBC would just add to the energy consumption.

    But an SBC could be interesting anyway because there could be moments when I would want a phone to connect without the laptop dependency. So I would be interested in hearing how it works. Does the SBC also charge the phone over USB? Does the reverse tethering software exist that can run on an SBC? It would be cool to have this configuration:

    phone → USB → SBC → ethernet → router…

    Especially cool if the SBC could run Tor and proxy all traffic over Tor (though I suppose that job would best be served by the router).


  • It doesn’t and can’t exist, because the networks keep changing. You could have a 2005 phone that still is perfectly solid, but it’s a 2g phone and the networks now are all 4g and 5g.

    Indeed the amount of lifetime you get out of a phone depends on what you need. I don’t actually use a smartphone as a phone. My phone has no SIM chip inserted. Wi-Fi is not getting outpaced as quickly. If you have sufficient control over your device, you can reverse tether as well.

    This is how my old AOS 5 device connects (2 ways):

    ① AOS 5 → Wi-Fi → router w/usb port → USB mobile broadband stick → LTE(4g)
    ② AOS 5 → USB 2 reverse tethered → 16 year old laptop → router w/usb port → USB mobile broadband stick → LTE(4g)

    My AOS 2 phone (from ~2009ish?) can also still connect via method ① but I have no use for putting it online.

    What I care about is the phone-laptop connection so I can side-load f-droid apps, OSMand in particular. I will always be able to hack together a hotspot to update the OSMand maps.

    and the networks now are all 4g and 5g.

    You may have just helped solve a mystery for me. I was using an HSDPA stick to connect 2 yrs ago. Then one day I suddenly had no internet. Had to scramble to get another mobile broadband stick, which happened to be LTE – which worked. I bitched to the carrier. I thought maybe they pushed a faulty baseband update to my hardware and broke it. They claimed my modem just died. I thought no fucking way does a simple solid state USB device like that just croak. Maybe they pulled the plug on 3g and didn’t inform anyone.

    (update) Nope… Just checked and it was this year that they pulled the plug on 3g… just last month for one carrier. So my mystery is still unsolved. Though I don’t suppose it matters… what good is a 3g modem now? I wonder if there are any hacks to get a 3g modem talking to a self-hosted fake tower.
















  • Cashier’s checks existed in Belgium a few years ago but I heard they are under fire and will be discontinued at some point.

    Personal checks seem to be non-existent but I heard they can be requested but the banks give some resistance and try to steer people away from it. They only work domestically. I think if you gave a Belgian personal check to a Belgian, they would not generally know what to do with it.

    Impulsive donations have been relatively killed off because cash donations are banned (I think because scammers impersonate charities). So that leaves check and electronic payment. Oxfam does not (AFAIK) carry payment terminals. Checks would make sense, but they are taboo. So they have to ask for a bank transfer, which gives donors a chance to be lazy and forget about it.





  • Why?

    1. It’s a big database. It would be a poor design to replicate a db of all links in every single client.
    2. Synchronization of the db would not be cheap. When Bob says link X has anti-feature Y, that information must then be shared with 10s of thousands of other users.

    Perhaps you have a more absolute idea of centralized. With Mastodon votes, they are centralized on each node but of course overall that’s actually decentralized. My bad. I probably shouldn’t have said centralized. I meant more centralized than a client-by-client basis. It’d be early to pin those details down at this point other than to say it’s crazy for each client to maintain a separate copy of that DB.

    And how would guarantee the integrity of the ones holding the metrics?

    The server is much better equipped than the user for that. The guarantee would be the same guarantee that you have with Mastodon votes. Good enough to be fit for purpose. For any given Mastodon poll everyone sees a subset of votes. But that’s fine. Perfection is not critical here. You wouldn’t want it to decide a general election, but you don’t need that level of integrity.

    A lot less effort than having to deal with the different “features” that each website admin decides to run on their own.

    That doesn’t make sense. Either one person upgrades their Lemmy server, or thousands of people have to install, configure, and maintain a dozen different browser plugins ported to a variety of different browsers (nearly impossible enough to call impossible). Then every Lemmy client also has to replicate that complexity.