

at this point “prism” must be one of the most overused project names, there’s no hope for any seo using that name


at this point “prism” must be one of the most overused project names, there’s no hope for any seo using that name


yeah, I know of two other tools with that name just from my workplace, both probably suggested by ai


those samples sounded better than these ones from 2023 to me, but can we even know that apple is or isn’t using AI for new versions of say?


not true, you can enable authentication via CF Access
https://developers.cloudflare.com/cloudflare-one/access-controls/applications/http-apps/


I’d just take it out if it’s removable. If you really care about keeping it on during power outages, I’d get an actual UPS to have router and potentially other equipment also plugged in, because I don’t see a “remote” laptop on its own as being very useful without at least the local network up.
if you decide to leave it plugged in, you can configure it to stop charging at e.g. 80% and charge it again at e.g. 30%, that way it keeps a percentage that will extend the battery life.


that section 2.8 was removed https://blog.cloudflare.com/updated-tos/
new terms https://www.cloudflare.com/terms/


I believe that’s not in their terms for years now, at least in my untrained eyes


worth mentioning the old TOS banned video streaming across cloudflare products, but I don’t see a similar umbrella restriction in the current base terms, or in the terms of cloudflare zero trust.
also, make sure you have the rights to transmit the content and are not infringing anyone’s intellectual property rights, ofc 😇


is that a bundle, or are you rally paying like $0.50 a month for a VPS?


afaict they just run the LSP automatically when the agent uses the file edit tool, passing errors/warnings as a response of the tool. Maybe they run it before and after to get only the warnings introduced after the change, maybe they filter by the lines changed, I’m not sure.
at least that one still requires you to be familiar with a work of fiction
because it does mean evil, the words share the same root
I thought that would be too on-the-nose, but people really fail to see that apparently


something is wrong with my instance, I’m not getting any ads here


good to know!


right, but remote code execution comes in many different ways. Having a machine vulnerable to this kind of privilege escalation is a really bad thing.


wdym by duplicating?


ok, to start with, if you need a POSIX interface to the filesystem, you already have an SSH connection to that server, and don’t need much stability across multiple clients, SSHFS may do just fine. For a homelab, that is likely the case.
now, if you’re hosting a web server that needs data distributed across drives/nodes, data redundancy, and the usage is primarily programmatic, closer to a CDN’s or machine learning pipeline than a single user browsing files; then you want an S3-compatible solution. The S3 API makes it easier to plug it into your application, while allowing you to migrate to a different one - which I’m actually currently doing for a MinIO deployment at work.


SSHFS is a hack and has nothing to do with the proposal of S3 compatible backends
I was reading this yesterday
https://tailscale.com/docs/reference/faq/other-vpns
I probably won’t do it myself, but maybe it works for you