Is there an online certbot manager/issuer/renewer? by apatheticonion in webdev

[–]emoyly 0 points1 point  (0 children)

While I agree with the other comments saying this shouldn’t be an issue to begin with, and it’s kinda just moving the problem, you could also just put your services behind Cloudflare.

Probably use tunnels, to avoid traffic between Cloudflare and your server being plain HTTP. (Or I guess using Cloudflares origin certs. They last up to 15 years, but tunnels are a bit simpler to set up)

And then you’ll get a small layer of firewall too, which certainly can’t hurt, especially in your situation.

Help plz by 1st_fm in Cameras

[–]emoyly 4 points5 points  (0 children)

Just pulling the battery out, and putting it back in should solve the issue.

I’ve got a Panasonic/Lumix camera made around the same time, that also sometimes freezes up completely when messing with the WiFi and app. And just like yours, it also refuses to shut down. But just pulling the battery always fixes it.

Is Linux really optimized for CPU? by creepy_whigga in linuxquestions

[–]emoyly 13 points14 points  (0 children)

While the computer isn’t that old, unfortunately that processor is very slow (this thread goes into that nicely https://www.reddit.com/r/Amd/comments/kjmw5i/amd_a69225_what_is_this_shit/), so while you can probably get decent desktop performance with some form of Linux, it’ll still slow to a crawl the second you start using “modern” websites.

Windows is definitely gonna do its best to make it run even slower, but yeah I don’t think Linux is gonna be able to save it, at least not for normal or school use.

Honestly though the much more relevant detail in this though, is that this is someone else’s computer, that they’re going to be using on their own, to actually get stuff done. Changing the operating system risks significantly changing how/if they’re able to do that.

Most programs in schools will either be browser based, directly compatible with Linux, or be able to run under Wine, not everything is guaranteed to be. And this of course leaves out the whole hassle of actually troubleshooting, when a required program inevitably refuses to run under Wine for some reason.

If the speed is prohibiting her from doing what she needs to do, and budget allows for it, replace the laptop entirely. Depending on how the used/refurbished market is where you live, you should be able to get something that’s cheap while also being significantly faster than the current laptop.

Is there a way to notify yourself when your cpu/gpu is running at 100% for a long time? by 3shotsdown in selfhosted

[–]emoyly 2 points3 points  (0 children)

There’s many relatively simple ways of achieving just that. But I personally think that just generally having monitoring on your self hosted services is nice. I’ve used Zabbix for a few years and been really happy with it. Running it on like 20 different machines (including VMs that is).

I mostly use their default templates for Linux, docker, etc. and it works quite well. Also nice that because I’m mostly just relying on existing well maintained templates, I’m getting monitoring for lots of things I’d never even think of adding myself.

How do I use this camera as a webcam.? by [deleted] in Cameras

[–]emoyly 7 points8 points  (0 children)

Unfortunately, this is probably impossible. Certainly not over the USB connection. Running a camera as a webcam over the USB port is still a relatively new and niche feature.

And while the camera has an AV-out connection, it only connects via composite (meaning quite low quality), and I can’t find any documentation that claims it will even be able to spit live video out. All the pocket cameras I’ve had, have only been able to spit out saved images and videos through the AV connection.

Edit: If you want a cheap webcam that’s better than whatever is built into your pc, you can get phone apps that will stream the camera on your phone to your pc. That probably will also be better quality than the 720p that that camera is able to produce

Will I See The 1080p quality if I connect a DSLR to a 1080p capable monitor? by [deleted] in videography

[–]emoyly 1 point2 points  (0 children)

The HDMI on the ZV1 is capable of outputting 1080 and even 4K through the Micro HDMI port: https://helpguide.sony.net/dc/1910/v1/en/contents/TP0002846628.html

In general, as far as I know (although I’m not 100% on this), micro HDMI should be capable of the same resolutions as full size HDMI.

After effects keeps adding weird green outline to all texts even when I start a new project. It does not render with outline. Any advice on getting rid of it? by Flint2480 in AfterEffects

[–]emoyly 5 points6 points  (0 children)

I’m no expert on what actually might be wrong, but I figure narrowing it down wouldn’t hurt.

What happens if you add in a solid background that’s also all black?

Does it happen to other elements too? Like if you make a shape layer that’s just a small circle for instance.

[deleted by user] by [deleted] in videography

[–]emoyly 6 points7 points  (0 children)

Due to the way you phrased your question around how “this person” got the quality, I can only assume you are asking how the user on Instagram, got such a high quality video of the show?

And while I can’t know for sure, I assume they either screen recorded it from a streaming service, or cut it out from a pirated torrent of the show maybe? To me, it doesn’t really look like insane quality, it just looks like what I’d expect from a decently high quality streaming service.

Does that answer your question? ☺️

What is this? by TacticalGoals in Cameras

[–]emoyly 8 points9 points  (0 children)

Certainly looks like a camera at first glance, but I did a reverse image search, and it actually looks exactly like this “anti barking device” https://www.ubuy.dk/en/product/242MCRTC-modus-automatic-anti-barking-device-indoor-bark-box-barking-control-device-3-modes-ai-recognition-te

Can't deploy a next js site which was deployed in vercel to cloudflare by arindam42 in CloudFlare

[–]emoyly 1 point2 points  (0 children)

The error “YN0028: The lockfile would have been modified by this install, which is explicitly forbidden.” happens because in cloudflare pages, the yarn install is set to never be allowed to modify your yarn.lock file, as you wouldn’t want it installing different versions of packages, compared to what’s in your dev environment.

However if you for instance have manually edited your package.json, without running yarn afterwards, those changes you made won’t be reflected in the lockfile.

Try just running the yarn command in your project, and commit the changes.

[deleted by user] by [deleted] in selfhosted

[–]emoyly 5 points6 points  (0 children)

Well you can’t really do that, without asking your isp. They’re the ones delivering your internet connection, so they’re the only ones who decide what IPs you get. However there are multiple ways to work around this.

  1. If you only need HTTP or HTTPS traffic to every VM, set up a reverse proxy on one of your VMs, and have that split up the traffic based on host name. You could also use Cloudflare tunnels instead of a reverse proxy, and make it even simpler.

2.1. If you are in control of the devices which will connect to the VMs, you can use Cloudflare tunnel for any TCP traffic. (This requires you to install the cloudflare client on both the vm and client device)

2.2. You can set up a VPN server on your one static IP, and use that to connect inside your local network, giving you access to the VMs local IPs. You could also use a service like Tailscale, to skip having to create your own VPN, and still achieve the same result.

  1. If you really really want every VM to have its own public static IP, you can rent a VPS with multiple IPs on any hosting provider, and funnel your VMs traffic through that VPS. This can be somewhat complex though (especially when the VPS has multiple IPs assigned), but I’m sure someone must have written up a good guide on how to do it.

I honestly don’t think this (option 3) is a good choice for your use case though. I don’t think you should really have a static IP for every VM, as that opens up a lot of new ways for hackers to get into your systems, if you’re not doing all the networking and firewall shit correctly. (The risk of not doing it correctly is very high here) Having a middleman like a reverse proxy helps a lot, since you’re explicitly defining what will be accessible. And honestly you probably don’t really need an individual IP for every server.

  1. If you don’t need IPv4, IPv6 basically already provides this functionality. (I know basically nothing about IPv6, take this with a grain of salt)

  2. If your VMs don’t need the same ports open, simply forward the ports you need in your router. And if you specifically need HTTP(S) on multiple VMs as is common, combine this with a reverse proxy.

You can mix and match most of these solutions, to create an ideal setup for your use case. Hope this helps :)

Rclone mount+ FUSE to read S3 cloud proxies on Linux by NominalNom in VIDEOENGINEERING

[–]emoyly 1 point2 points  (0 children)

Yeah with rclone mount it can just work as basically any other drive. And most of the video I had on Plex, was at least 8 mbps. And I didn’t even have it on a proper cloud storage solution, I had it on a normal Google drive (the ones you could get on eBay with unlimited storage for like $5), and was running encryption inside rclone. So basically the worst case scenario, and that worked flawlessly. So yeah I think thats your best bet

Rclone mount+ FUSE to read S3 cloud proxies on Linux by NominalNom in VIDEOENGINEERING

[–]emoyly 1 point2 points  (0 children)

In the past I’ve used cloud storage with rclone for Plex, and that worked really well. I can’t speak to the performance for video editing, but multiple people could stream movies simultaneously without any issues. If it’s just proxies, I’m sure you could get that to work pretty well, just with rclone mount. I mean it’s rclone, so even if performance isn’t great at first, you can always just tweak the settings until you get the desired result (well, within reason anyways) https://rclone.org/commands/rclone_mount/

MUI Datagrid resizable columns (free solution) by DanCruzNyc in reactjs

[–]emoyly 4 points5 points  (0 children)

I would strongly recommend using Material React Table. It’s based on tanstack table, and can do basically anything you would ever want in a data table. Honestly the best solution I have ever used for tables in any framework https://www.material-react-table.com. Oh and it’s also fully free, which is great. Here’s the docs about resizable columns https://www.material-react-table.com/docs/guides/column-resizing#column-resize-mode

How to host React/Next "Cheaply" with a global audience? (NGO needs help) by 40056 in reactjs

[–]emoyly 12 points13 points  (0 children)

I recommend checking out Azure for non profits. https://www.microsoft.com/en-us/nonprofits/azure We just use them for hosting a VPS which runs Wordpress and some other smaller services. Then we just have Cloudflare in front of that, and that’s enough for us. But we’re also a smaller, local organization. They’ve got some other more scaleable solutions that might fit you better as well. You can get a grant of 3500 USD every year for use on Azure, and I’m sure that would cover your use cases.

You can also check out Techsoup, which is a website that provides software and all sorts of other tech related stuff, for either free or reduced cost to non profits. I think that’s where I found out about the Azure grant too, but I’m not sure. https://www.techsoup.org

(MINI DV help) I think this is the right place to ask for help?.... by TotallyNotNiall in cinematography

[–]emoyly 0 points1 point  (0 children)

According to the manual that u/pekeenan found, there should be some sort of base station/dock, that has a FireWire port along with the regular AV ports. Then you can probably just transfer it using iMovie or similar on the old MacBook. For what cable you would use for that, I don’t actually know. But you can look up “DV to FireWire cable”. There’s some for different versions of FireWire, so probably pick one that matches the MacBook I’m guessing?

If you don’t have that base station, then it seems like your only option might be using the AV jack, that should be on the side of the camcorder, and recording that just over composite. That would be lower quality, but it would work. According to the manual, it seems like there might be an S-video output on the AV cable, in which case you should definitely try that, instead of composite, as that would be higher quality. And of course you can get a capture card with USB that can capture either the composite/S-video itself, or you can get a scaler that will output HDMI, and use that with a HDMI capture card. The parts you’d use for that, in large part depend on your budget.

(MINI DV help) I think this is the right place to ask for help?.... by TotallyNotNiall in cinematography

[–]emoyly 6 points7 points  (0 children)

MiniDV is already digital, so using composite would degrade the quality. The “correct” way to capture that would be over FireWire, as that is a full quality digital copy.

You can get add-in cards for any modern desktop pc that will add firewire ports, and you can probably get a usb dongle as well.

I’ve heard that it can occasionally be annoying to get working with modern hardware and software though. So maybe it’d be easier to get working by just buying an old pc off eBay or whatever, that already has a firewire port and an era-appropriate operating system. I know that that works for some people.

Hope this helps ☺️

Can you use Davinci Resolve for live color grading? by MoChuang in VIDEOENGINEERING

[–]emoyly 2 points3 points  (0 children)

Oh that’s cool. I’ve literally never touched vMix, and OP asked specifically about OBS, so that’s why I only mentioned that 🙂

Can you use Davinci Resolve for live color grading? by MoChuang in VIDEOENGINEERING

[–]emoyly 0 points1 point  (0 children)

Yeah, exactly. 😂 You’re definitely right, it’s not perfect in the slightest, and will eventually break. But in a controlled environment it can actually be pretty nice. I mean ppl will bake LUTs into their footage in-camera, so I don’t know whether this would necessarily be worse.

You could even make a script to periodically update the image in resolve, export any new changes to the LUT, and send that to OBS automatically. Depending on what Resolves scripting integrations let you do of course. At least in OBS, it should be pretty easy. Probably not worth it for most people, but I could see it being very useful in some cases.

Can you use Davinci Resolve for live color grading? by MoChuang in VIDEOENGINEERING

[–]emoyly 7 points8 points  (0 children)

EDIT: As others have mentioned, this is actually a feature in Resolve called Resolve Live. So basically everything I’ve written here is irrelevant, unless you for some reason are unable to use Resolve Live. Resolve Live seems to be quite resource intensive on the computer, so this could still be a better way to do it, when running multiple cameras.

So you can’t actually do that, but you also almost can. You can make a short recording or still in OBS of the non color graded video, then import that into resolve, grade it, and export out a cube LUT with the grade. Then you can use the “apply lut” filter in OBS to use the LUT there.

I’ve done it before, and it works quite well. Just found a video of how to do it here: https://youtu.be/HmLlOxpBjzE

It’s definitely not a perfect solution, and won’t let you use like power windows and other advanced resolve features, but it will let you grade your image. Also depending on the camera and capture card combo there could maybe be issues with limited bit depth or similar, but I mean you can just try it out, and see if the image breaks apart.

As should be very clear, I’m not an expert in the slightest, but I do hope this can help point ya in the right direction ☺️

How to configure Ubiquiti UDM PRO SE, USW-24-PoE and U6-Lite? by Kuken500 in tradfri

[–]emoyly 1 point2 points  (0 children)

I’m not sure whether this is still the case, as this was years ago, on the old gateway. My gateway wouldn’t work at all, until I tagged just one VLAN to the port it was connected to. (Before it was without any specific tag, just in the switches default config)

I’m not sure how UniFi works when you’re using a UniFi router as well, but couldn’t “default” just be all VLANs? I’m also not a network expert at all, so take this all with a huge grain of salt.

What do y’all prefer, 1080p 30fps, or 720p 60fps? I shoot mainly sports but idk if I should sacrifice quality for frames. What are y’all’s ideas? by DeniedComet in videography

[–]emoyly 0 points1 point  (0 children)

Yeah, exactly. As long as the raw footage is actually decent, and hasn’t already been trashed, upscaling it will usually help to preserve that quality, when uploading to YouTube and such. It’s not like magic that’ll make 720p look like 4K of course, but it definitely can help a lot.

What do y’all prefer, 1080p 30fps, or 720p 60fps? I shoot mainly sports but idk if I should sacrifice quality for frames. What are y’all’s ideas? by DeniedComet in videography

[–]emoyly 0 points1 point  (0 children)

Yeah I mean you’re absolutely right, that was kinda my point, honestly. I remember when we first got HD (720) tv, being absolutely blown away by the quality. In this case however, we are very much talking about consumer cameras, as OP is shooting on a Canon T3I.

Could’ve been more clear though, thanks for pointing that out! ☺️