Skip Navigation

Posts
1
Comments
156
Joined
2 yr. ago

  • That, and regulating how social media companies can operate their platforms to reduce addictive behaviors.

  • Commit 77a294d

    Update maintainer and author info. The other maintainer suddenly disappeared.

    Lmao, that's putting it lightly.

  • I've been interested in doing this, but I can't tell why I need to login to Beeper in order to self host. I noticed their previous self-host solution did not require that.

    Because of that login step, I decided to look into this other repo which uses Ansible to deploy a Matrix homeserver and the same bridges that Beeper uses. I haven't finished it yet since there's a lot of config and choices to make, but it seems like it'll serve the same end goal.

    Edit: lol, maybe if I read the intro, I'll get my answer.

    You can connect any† standard Matrix application service to your Beeper account without having to self-host a whole Matrix homeserver.

    Still might go with the second option so that I don't rely on their cloud services.

  • That would be awesome. I wish banks would also have standardized (or at least open) APIs so I could use FOSS financial software to pull my live purchase history and then categorize that and etc. I think some banks do this, but not very common in the US from what I can tell.

  • The best you can do is use OSS software that has been battle tested. Stuff like OpenSSH and OpenVPN are very unlikely to have backdoors or major vulnerabilities currently being exploited. If you don't trust something to not be vulnerable, you're best to put it behind a more robust layer of authentication and access it only by those means.

  • I understand that software directly and silently changing the default software can be a security issue. But it's only because it happens silently. Does Windows allow for showing a system prompt that confirms the change to the user? If not, then that's just plain ol' anti-competitive. Especially with how pushy Edge and Bing can be.

  • NLPs

    Jump
  • I think NLPs have been less helpful for me. Like I'll go to work and it'll think I'm in another state (our internet uses the same IP as our headquarters, and the SSID is the same for all locations). Not sure why it can't reject the bad guess when it sees how off it is from my GPS coordinate.

  • I wanna use Rust to build mobile apps so bad. I don't really know what I want to build, but I want to use Rust to do it

  • Be me

    Jump
  • The text isn't loading for me

  • I just started using Backblaze B2, switching from AWS S3. I use it through Rclone to encrypt everything before I upload it. Only $6/TB/mo and it only charges what you use. You can download up to 3x your data stored per month for free, so if you ever decide to move or you need to restore a backup, you don't have to pay egress costs. It was the cheapest service I could find, but there may be others.

    You can set price limits on your account to ensure you don't go over too. It will alert you when you approach the limit. There are some minor costs, like pinging the API, but they are free up to a reasonable amount.

  • You need to swipe harder for it to work

  • A backdoor is very distinct from a vanilla vulnerability. Heartbleed was a vulnerability, meaning the devs made a mistake in the code, introducing a method of attack. XZ was backdoored, meaning a malicious actor intentionally introduced a method by which he could exploit systems.

    Both are pretty serious vulnerabilities, but a backdoor, especially introduced so high in the supply chain, would have been devastating had it not been caught so early.

  • Too complicated. Just enter a negative number.

  • While you definitely should be able to get a full night's sleep, sleeping all day (at least consistently) could lead to physical and mental problems. So a humane prison should get the prisoners out of bed and doing something productive.

  • RIP that one guy who relied on this bug. He's gonna have to create a bookmark now, which will ruin his whole workflow.

  • Really just an English problem. Read it as it is a subsystem by Windows for Linux.

    But yeah, LSW would've been more clear. Plus, it's almost LSD.

  • There are situations where it does make sense to rent or put a property up for rent. For example, if you are relocating temporary for a job or education, it would make a lot of sense to get a short term lease, rather than buy or stay in a hotel (depending on price, of course). An individual who know that a property of theirs won't be used for some time can then lease it out to this person. It's a win-win, as tenants don't deal with the process of closing or the responsibility of ownership, and the landlord makes some extra cash on the underutilized property.

    However, the problem really comes down to when it becomes a business. Companies buy up large quantities of land and property and rent them out, allowing them to shift the costs of mortgage and taxes to the tenant while reaping the benefits of increasing equity. Furthermore, the amount of property for sale decreases, artificially lowering supply for housing to own. This drives up costs. As the company buys up more and more property, they also get to jack up the prices because of their local monopoly. In the individual landlords case, this wouldn't happen because they have to compete with the rest of the diverse market. So overall, prices go up for housing everywhere.

    I see a few paths to a solution.

    1. Limit the number of properties a corporation/individual can lease and/or increase taxes exponentially. This prevents the ability to lease out tons of property, while still allowing businesses to own multiple properties as needed for actual work.
    2. Remove restrictions on single family only housing and residential zoning. This is mainly a US issue, but it would allow for denser housing options, increasing supply in places where that is currently impossible. It would also create more opportunities for economic growth, as placing residencies in areas with businesses reduces demand on cars and makes it easier to network with people.
  • As mentioned, binary test files makes sense for this utility. In the future though, there should be expected to demonstrate how and why the binary files were constructed in this way, kinda like how encryption algorithms explain how they derived any arbitrary or magic numbers. This would bring more trust and transparency to these files without having to eliminate them.

  • You will blindly accept our terms and be happy

  • Rclone is awesome! It lets you mount cloud storage to directories. It even supports encrypting any backend, so you can use cloud storage privately.