Manjaro might be good, but you’ll have to adjust the vacuum’s clock every time you want to clean
- 0 Posts
- 19 Comments
myersguy@lemmy.simpl.websiteto Lemmy@lemmy.ml•Suggestion: expand pictures by default on post pages.English1·6 months agoI disagree with this as a default, but think it might be a good idea as something users could toggle.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•How am i supposed to learn C# ?7·6 months agoTim Corey on YouTube has excellent beginner C# material. I would start there.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•Looking for a system/application language that is better than C/C++6·10 months agoThe OP ruled out zig and rust already
myersguy@lemmy.simpl.websiteto Programmer Humor@programming.dev•Hey it's free, so I'm not complaining85·11 months agoThey are for sure talking about the ARM servers from Oracle. You get 24gb of memory and 4 cpu cores that you can carve into virtual machines.
Issue is that the free stock is very limited, and there have been some claims of people having their free service resources reclaimed by Oracle.
Still, if you can get one, it is probably the best you can get for free.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•How Standard Ebooks serves millions of requests per month with a 2GB VPS8·2 years ago$10-20 is what that VPS costs at a cloud provider. You could also dockerize and use a container service like GCP Cloud Run combined with cloud storage within that budget.
I’m not a big node guy, but I also kind of doubt nodejs would fail to handle 10RPS on 2gb of memory. I guess it all depends on what the requests are doing.
myersguy@lemmy.simpl.websiteto Programmer Humor@lemmy.ml•Looking at you Ionic, Tauri, ...6·2 years agoAvalonia and Uno Platform if you are working with C#
myersguy@lemmy.simpl.websiteto Programming@programming.dev•I accidentally removed the WHERE clause from my SQL query in a personal tool. Every row is now the same. I overwrote 206,000+ rows. I have no backup, I am stupid.26·2 years agoMySQL (and by extension, MariaDB) has an even better option:
mysql --i-am-a-dummy
myersguy@lemmy.simpl.websiteto Programming@programming.dev•Introducing ONCE, a new line of software products from 37signals: Pay one time, own forever.201·2 years agoFew thoughts:
- What is being made? Can’t really care about it without having some idea
- What makes this company’s version of it worth our interest?
- How is it better than the FOSS solutions that in this day and age almost definitely already exist
- Why are we to put our faith in this group for pay once software when their two major products are SaaS?
myersguy@lemmy.simpl.websiteto Programming@programming.dev•What are your programming hot takes?2·2 years agoI guess I need to refactor for readability. What you just explained is the entire point of the comment I posted. Refactoring is part of the job. Don’t give your manager a choice on whether or not it needs done.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•What are your programming hot takes?7·2 years agoC# is great. VS is fine, but being bolted to Windows is no go for me. Rider all the way.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•What are your programming hot takes?41·2 years agoWho is in the wrong? Your manager, for not giving you time to refactor? Or you for giving him the option?
myersguy@lemmy.simpl.websiteto Programming@programming.dev•Why Linux is better for (most) developers!362·2 years agoTrue, but he mentions .NET development is Windows first, and even mentions that you have “some IDE’s that work with it, like Rider”. He kind of said it without mentioning the specific IDE.
Rider is the real MVP anyways.
Ah yes, I see. Thanks for the link!
Lemmy was created because of reddit fucking BS
Lol, no.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•Google Launches Project IDX, A web-based IDE2·2 years agoIt’s selling itself as more than an IDE. The idea is to have templates for common languages/frameworks. Ideally, this would mean not having to learn how to init a project in a given framework, not having to learn the build tools, not having to learn deployment, ci/cd, etc. Just open this new webapp, pick a framework, develop, and click a “launch” button to have it spin up in GCP.
myersguy@lemmy.simpl.websiteto Programming@programming.dev•Google Launches Project IDX, A web-based IDE3·2 years agoI imagine they mean launching in more of a release sense (IE: Announcing the launch of new app XYZ). I sure hope so, anyways.
TBF, that’s pretty much how mystical it is: https://www.geeksforgeeks.org/how-to-clear-ram-memory-cache-buffer-and-swap-space-on-linux/