Absolutely. I actually have an upgrade already planned, but it’s just that it’s not because I can’t run VMs, it’s more that I want to run more hungry services than will fit on those resources, whatever virtualisation layers were being used. The fact that it’s an easy fix to more a VM/lxc to a new host is absolutely it, though.
- 0 Posts
- 18 Comments
Am I looking at the wrong device? Beelink EQ15 looks like it has an N150 and looks like 16GB of ram? That’s plenty for quite few VMs. I run an N100 minipc with only 8GB of RAM and about half a dozen VMs and a similar number of LXC containers. As long as you’re careful about only provisioning what each VM actually needs, it can be plenty.
lucas@startrek.websiteto Technology@beehaw.org•Does AI need to be perfect to replace jobs?English9·19 天前Why would you use an LLM for this? This sounds like a process easily handled by conventional logic, which would be cheaper, faster, and actually reliable… (The ‘notes’ part notwithstanding I guess, but calculations in general are definitely not a good use of an LLM)
lucas@startrek.websiteto Programming@programming.dev•IT-TOOLS - Collection of handy online tools for developers, with great UXEnglish21·1 个月前Or use both. That’s what I do, they serve suitably different needs for different situations, even if there is an overlap, and it’s not like they’re heavy tools
lucas@startrek.websiteto Steam Deck@sopuli.xyz•[Meme] The software compiling experience on the DeckEnglish5·2 个月前But then for that you have distrobox, which is great. If that’s not enough, running another OS is also trivial, so that downside really is only ‘kinda’, as you say!
lucas@startrek.websiteto Star Trek Social Club@startrek.website•P+ SpongeBob crossover adEnglish2·5 个月前Also this Voyager/Frasier crossover (skit, rather than episode) https://www.youtube.com/watch?v=BIeEyDETaHY
lucas@startrek.websiteto Programming@programming.dev•Goodbye SASS, welcome back native CSSEnglish6·8 个月前They’re referring (I believe) to the screenshot right at the top of the article, which includes this absurd calculation:
border-radius: max (0px, min(8px, calc( (100vw - 4px - 100%) * 9999)) );
My guess (hope!) is that this is not ‘serious’ code, but padding for the sake of a screenshot to demonstrate that it’s possible to use each of these different features (not that you should!).
lucas@startrek.websiteto Programming@programming.dev•Working from multiple computers - thoughts on auto-push branch to git repository?English5·11 个月前Don’t even need to remote in to anything, just store your working code on a network share
lucas@startrek.websiteto Star Trek Social Club@startrek.website•Star Trek Resurgence GiveawayEnglish2·2 年前Grew up on Armada and Away Team, but of those, Away Team was definitely my favourite!
More recently played Elite Force, which was also pretty dang great.
lucas@startrek.websiteto Steam Deck@lemmy.ml•The Steam Deck's budget price tag is the reason I still rate it nearly two years onEnglish5·2 年前Not sure why people here are all arguing about why you would want to use discs, rather than the fact that the Steam Deck is a PC, of course you can absolutely used discs. All you need to do is plug in a USB disc drive, and it’s ready to go. I’ve installed a bunch of my older PC games from CD/DVD that way, and it works great. Even under Linux, applications like Lutris make installing Windows game discs pretty easy, and once they’re installed, you’re ready to go.
lucas@startrek.websiteto Steam Deck@lemmy.ml•Is anyone using the steam deck as their day to day computer?English3·2 年前Yes, CUPS is what I’m talking about there being no good way of setting it up. (Obviously can’t be a flatpak, and no dice installing it with distrobox – trivially, at least – too tied to the system, I think)
lucas@startrek.websiteto Steam Deck@lemmy.ml•Is anyone using the steam deck as their day to day computer?English12·2 年前I use it as my only personal (i.e. not work or shared) machine, and it is absolutely great. I expected to be installing a ‘proper’ linux distro on an external drive for the docked use-case, and it has turned out to be completely unnecessary. For those things not available as flatpak, distrobox/podman has been great. (The only thing that slightly irks me that is missing is support for a printing service, but I haven’t tried that hard to fiddle with that, since I can do it from my phone on those rare occasions I need to.)
lucas@startrek.websiteto Programming@programming.dev•The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)English6·2 年前To say I’m annoyed would be very much overstating it, just a (very minor) eye-roll at one small line in a generally very good article. Just the bit quoted:
currency symbols other than the $ (kind of tells you who invented computers, doesn’t it?)
So they could also be attributing it to some other country that uses
for their currency, which is a few, but it seems most likely to be suggesting USD.
lucas@startrek.websiteto Programming@programming.dev•The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)English71·2 年前Well, it’s not really clear-cut, which is part of my point, but probably the 2 most significant people I could think of would be Babbage and Turing, both of whom were English. Definitely could make arguments about what is or isn’t considered a ‘computer’, to the point where it’s fuzzy, but regardless of how you look at it, ‘computers were invented in America’ is rather a stretch.
lucas@startrek.websiteto Programming@programming.dev•The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)English133·2 年前currency symbols other than the $ (kind of tells you who invented computers, doesn’t it?)
Who wants to tell the author that not everything was invented in the US? (And computers certainly weren’t)
lucas@startrek.websiteto Selfhosted@lemmy.world•Any experiences with collaborative documents software like Collabora or OnlyOffice on a Raspberry Pi?English1·2 年前Onlyoffice does now have an ARM version, I run it on a raspberry pi 4 (integrated with seafile), and it works fairly well. Can’t vouch for how much power it needs, to say if a pi 3b+ will be enough, though. Pretty sure it’s lighter than collabora, since more is done on the client side.
I agree with the other commenter that suggested cryptpad, though. If all you’re after is a Google docs like collaborative experience, cryptpad is brilliant, and much more resource friendly. (The office editor it uses is also a slightly modified Onlyoffice, so almost exactly the same feature set)
lucas@startrek.websiteto Steam Deck@lemmy.ml•For those using Deck as your main PC, what OS do you prefer for normal computing?English7·2 年前Most things, if not available as flatpak, can be installed inside another distro on distrobox. It runs in containers, so things can access a root filesystem (Just not the main SteamOS one), and is a pretty seamless experience, once installed. I have a bunch of non-flatpak software running that way, and it works great.
See https://www.gamingonlinux.com/2022/09/distrobox-can-open-up-the-steam-deck-to-a-whole-new-world/
If you’re using the AIO image, backup/restore can handled for you, so no need to worry about the manual steps involved. Or if you’re using a VM, a backup can take the form of full system snapshots, so also no need to understand how data are stored. Granted it’s always helpful to know what your running, but not necessarily requisite, even for backups.