Articles for category: Software (Tech & Development)

Good host with free subdomain option?

Hi all, My google searches hate me and I need help finding a hosting service with: completely free hosting including a free subdomain with choice of domain to have the subdomain in no adverts good customer support one or both of web based file manager and/or sftp I'm only hosting a few files, html/javascript/css and maybe an image or two, I don't need anything special besides that. Cheers! submitted by /u/140BPMMaster [comments] Source link

I created a desktop app for Firefox’s offline translation models

Hi everyone, I want to share my new project, LocalTranslate with you guys. It’s an open source desktop translation app that lets you run all of Firefox's neural translation models offline, so you can translate text securely without the need for an internet connection. It also transliterates non latin scripts to latin using ICU and MeCab. LocalTranslate is available on Flathub, and I’d love for you to give it a try: LocalTranslate on Flathub submitted by /u/s20nters [comments] Source link

Electric Cooler vs. Ice Cooler: Which is Better? I Tested Both To Find Out

Everything from cars to bikes to coolers is getting new electric components even while their legacy counterparts remain on the market. For example, you can get an electric wine opener even though regular elbow grease wine openers are still available. The same is true for the trusty old icebox cooler, which now comes with battery and charging options, letting you keep food and drinks chilled on the go for longer.   At least, that’s how it’s supposed to work in theory. The unfortunate truth is that electrification usually adds considerable cost to most products against what was already available. This

Ghosts in the Kinect | The Verge

Billy Tolley swings a Microsoft Kinect around an abandoned room in sudden, jittery movements. “Whoa!” he says. “Dude, it was so creepy.” On the display, we see an anomaly of arrows, spheres, and red lines that disappears almost as soon as it arrives. For Tolley and Zak Bagans, two members of the Ghost Adventures YouTube channel, this is enough to suggest they should leave the building. Because for this team and other similar enthusiasts, that seemingly innocuous blotter of white arrows means something more terrifying: a glimpse at specters and phantoms invisible to the human eye. Fifteen years after its

Steps to Deploy Angular Application on EC2

Step 1: Create EC2 Instance Step 1.1 : Connecting EC2 Instance via SSH To securely connect to your EC2 instance, you’ll need the .pem private key file you downloaded during the creation of your EC2 instance. Use the following SSH command to connect: ssh -i /path/to/your/private-key.pem ec2-user@<your-ec2-public-ip> Enter fullscreen mode Exit fullscreen mode Note: If you encounter permissions issues, you might need to adjust the permissions of the .pem key file: chmod 400 /path/to/your/private-key.pem Enter fullscreen mode Exit fullscreen mode Once connected, you should see a terminal prompt for the EC2 instance. Step 2: Create the Build for Angular Application

PDF Reports for SonarQube ( Community Edition ) Analysis

Hi everyone, Hope you're all doing well. I know SonarQube tends to be a polarizing topic here—I've seen my fair share of "X vs SonarQube" threads on this sub. I'm not exactly a SonarQube fanboy either, but in most corporate environments I've worked in, SonarQube has been the default choice—mostly because it's mature and ticks the compliance boxes. That being said, I recently ran into a frustrating gap: there's no easy way to generate and share PDF reports from the SonarQube Community Edition. This was becoming a bit of a blocker for reporting and stakeholder communication, so I ended up