Y’all only have 1 comma in your AWS bills?
- 0 Posts
- 31 Comments
renegadespork@lemmy.jelliefrontier.netto Steam@lemmy.ml•Steam adds accessibility features to store pages and filters for searchingEnglish3·19 days agoNGL as someone with the disability of “not having time for that”, I’ll be filtering by “Save Anytime”.
Also, adjustable text size is huge for handhelds / far away TVs.
renegadespork@lemmy.jelliefrontier.netto Steam@lemmy.ml•Steam OS page gets a redesign, finally retiring the old design from the Steam OS 2.0 eraEnglish18·1 month agoAlso: Valve is so obviously cooking up new hardware.
renegadespork@lemmy.jelliefrontier.netto Linux@lemmy.ml•Is there a way to send your phone calls to your laptop?English0·3 months agoKDE Connect is great, but the simplest solution would be to just pair your phone and laptop via Bluetooth. Your phone will just treat your PC as a Bluetooth headset.
Not 100% sure with Ubuntu, but I do this on EndeavourOS and it just worked without any tinkering.
renegadespork@lemmy.jelliefrontier.netto Programmer Humor@lemmy.ml•Labels go brrrrEnglish2·3 months agoJust a snippet from a bigger function.
renegadespork@lemmy.jelliefrontier.netto Programmer Humor@lemmy.ml•Labels go brrrrEnglish5·3 months agolet comment: String = String::from(“lol”);
println!(“{}”, comment);
Task failed successfully.
At least you know the web server is accessible and working and the error is within the application.
renegadespork@lemmy.jelliefrontier.netto Open Source@lemmy.ml•The Value of Open Source SoftwareEnglish10·4 months agoFor those that didn’t read the paper, they are literally attempting to calculate the monetary value of top open source projects.
We first estimate the supply-side value by calculating the cost to recreate the most widely used OSS once. We then calculate the demand- side value based on a replacement value for each firm that uses the software and would need to build it internally if OSS did not exist. We estimate the supply-side value of widely-used OSS is $4.15 billion, but that the demand-side value is much larger at $8.8 trillion. We find that firms would need to spend 3.5 times more on software than they currently do if OSS did not exist.
This is the huge takeaway for me. Open Source saves companies and organizations so much money because it allows them to not have to make that component themselves. Having open standards literally saves the economy trillions of dollars not having to “reinvent the wheel”.
renegadespork@lemmy.jelliefrontier.netto Open Source@lemmy.ml•A collaborative note taking, wiki and documentation that scales. Built with Django and React. Opensource alternative to Notion or Outline.English1·4 months agoThis checks a lot of boxes for a collaborative notes app for the family, though I don’t see any mention of clients, so I’m assuming it’s just a web app at the moment?
renegadespork@lemmy.jelliefrontier.netto Firefox@lemmy.ml•The Manufactured Crashout of MozillaEnglish1·4 months agoIf you watched the video and read my comments, you could probably put that together.
renegadespork@lemmy.jelliefrontier.netto Firefox@lemmy.ml•The Manufactured Crashout of MozillaEnglish191·4 months agoI agree that the majority of the backlash is overblown, and mostly the result of unclear messaging. However, it’s important that Mozilla is held to a standard. They have presented themselves as a privacy-respecting alternative, and when they do things that sow distrust, it undermines their mission.
They’re one of the few nonprofit organizations that can reasonably compete with the other major players in the browser space, and I hope they can continue to exist while keeping their integrity intact. It seems that task is proving extremely difficult in the current industry.
renegadespork@lemmy.jelliefrontier.netto Firefox@lemmy.ml•The Manufactured Crashout of MozillaEnglish32·4 months agoDon’t bother commenting if you’re not even going to watch more than 10% of the video. You’re right that he has some bias, but he is aware of Mozilla’s flaws and presents some good points.
renegadespork@lemmy.jelliefrontier.netto Firefox@lemmy.ml•In the wake of Mozilla's TOS kerfuffle, is it time to ditch *****FF Relay*****?English284·4 months agoI would be way more concerned about Proton than Firefox atm.
renegadespork@lemmy.jelliefrontier.netto Linux@lemmy.ml•Being Forced to Say GoodbyeEnglish46·4 months agoThat sucks. I know what it’s like to feel like the only voice of reason when your company is shooting itself in the foot.
I see from other comments you’re already looking for a new job, which is a very good idea. From your description of this buyout, it seems very likely that you’re about 6 months to a year out from the layoff stage of the private equity playbook.
At the end of the day you’ll always have the experience you gained from building all that stuff. Perhaps you’ll get a chance to build it back even better somewhere else!
renegadespork@lemmy.jelliefrontier.netto Open Source@lemmy.ml•ArcaneChat: Private chats for the familyEnglish11·5 months agoAwesome. Once there’s an iOS app I’ll definitely try this out.
renegadespork@lemmy.jelliefrontier.netto Open Source@lemmy.ml•ArcaneChat: Private chats for the familyEnglish3·5 months agoThis looks neat! Can we host the server side, or does it have to sync with arcanechat.me?
renegadespork@lemmy.jelliefrontier.netto Linux@lemmy.ml•How do you, or do you vet if a software will paywall features or "enshittify"?English14·5 months agoYou can never be 100% sure, but there are protective factors that make it less likely, and they mostly boil down to incentive structure:
- Ownership - Is the project run by a non-profit? A for-profit company? A hobbyist? This is the best indicator of a project’s long-term trajectory, because it generally indicates the purpose behind creating it.
- Business model - How does the project make money? Donations? Subscription? One time payment? Generally models where you can outright purchase a copy of a particular version is insulated against future updates you don’t like. Donations protect against exploitation, but run the risk of the project being unsustainable and abandoned.
- Source - Open source code isn’t a silver bullet, but (especially with good licensing) it can make enshittification less likely as it’s a lot easier for dissenters to spin up a fork / competitor. It also makes it very difficult to hide sketchy stuff like data collection and back doors.
- Red flags - You should avoid anything that is SaaS, backed by an investment firm, or publicly traded. All of these involve incentive structures that encourage and reward exploitation of consumers and employees for increasing profit margins.
renegadespork@lemmy.jelliefrontier.netto Self Hosted - Self-hosting your services.@lemmy.ml•could you be able to self host on a raspberry piEnglish7·5 months agoYes. The Lemmy instance I’m commenting from is running on a Raspberry Pi 4. A couple things you’ll need to consider though:
- Any containers / applications you run need to be compiled for arm64. This is way more common now than it used to be, but there are still some things that only work on x86 (like many game servers)
- You should hook up external storage to your Pi. You can boot from an SSD via USB 3 and you’ll get way better performance, capacity, and write endurance than an SD card.
- RAM will likely be your first limitation. Many services can run well under 4GB, but once you start adding more, it can fill up if you’re not careful.
- You probably already knew this, but even though the Pi has WiFi, plug it into the network via Ethernet. As a rule, you should never run servers off WiFi if you can avoid it. You’ll get much better speeds and reliability.
renegadespork@lemmy.jelliefrontier.netto Steam@lemmy.ml•Valve ban advertising-based business models on Steam, no forced adverts like in mobile gamesEnglish40·5 months agoI honestly don’t really care about Valve’s motivations. It’s a good decision. This kind of trash can take over and ruin an entire marketplace if you let it.
https://github.com/thunderbird