• 5 Posts
  • 12 Comments
Joined 9 months ago
cake
Cake day: February 5th, 2025

help-circle
  • It’s unfortunate that sweden decided to lock 2FA behind proprietary smartphone apps.

    For every country its going to be a different story. I think instead of trying to build an app ecosystem for things like bank apps on linux it would be easier for citizens of those countries to convince the government / banks to allow other 2FA methods like OTPs that can work on any a device using an OTP client. That would honestly benefit more people as whole since they wouldn’t be lock down to just Android/Apple or even owning a smartphone. They could do all their important government/finance stuff just with a computer.










  • Totally agree we should invest more in trains and other forms of transit. Especially in areas where it would relieve a lot of car traffic like the Toronto to Montreal route. I dream off a day where I could ditch my car and be easily able to travel between those cities without breaking the bank, or being stuck with freight rail traffic. Honestly I think I would settle for VIA having more priority on the rails. The travel time isn’t that bad when compared to driving. The costs and the uncontrolled delays are really killer.

    With that being said, I think Canada would be better off aligning their tariffs on China with the EU. I don’t think we need to cut of China completely but we would be better off aligning with the EU and keeping our options open to have a diverse set of trading partners instead of relying on one big partner like we do now with the US.




  • How long does it take you to walk to a grocery store? I’m looking on google maps and it only really looks like there are the stores on bank st you could walk to and it honestly doesn’t seem like that great of walk. Like most of the neighbourhood is > 30 minute walk to them. Are there any other stores nearby you can walk to < 20 minutes?



  • I’m not sure if you can do it without authenticating on the remote. Have you seen sshuttle? Maybe you can run that on the remote to connect to the local machine. If the issue is that the remote “can’t see” the local machine to ssh into it then you could try something like reverse tunnel the ssh port to the remote, and then use sshuttle to connect to the local port that is forwarding traffic.


  • Do you mean sending patches by email? The author for the article also despises them as suggest alternatives for collaboration where you do “pull request” by people giving you a link to their repo and branch name (like literally asking you to try pulling from their git repo), or sending git bundle files which get around a lot of the problems of trying to send patch files around.