I joined Lemmy back in 2020 and have been using it as qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.
Google Search - Syartpage
Do you mean startpage?
Old PC’s and especially laptops (make sure to consider removing the battery though) make great homeservers. You can run dozens of services on old hardware.
Yes, but if you care about power efficiency then they really aren’t a great option. Most professional server hardware that you can get for a decent price uses significantly more power than an old mini computer or a cheap N100 PC. I own a proliant but rarely power it on due to the fact that I could rent an similarly performant VPS for 2x the power bill. Besides that many server CPU’s don’t have integrated GPU’s and will require additional hardware if you want to run something like Jellyfin.
I assume not, but we didn’t discuss that
It’s further than you think. I spoke to someone today about and he told me it produced a basic SaaS app for him. He said that it looked surprisingly okay and the basic functionalities actually worked too. He did note that it kept using deprecated code, consistently made a few basic mistakes despite being told how to avoid it, and failed to produce nontrivial functionalies.
He did say that it used very common libraries and we hypothesized that it functioned well because a lot of relevant code could be found on GitHub and that it might function significantly worse when encountering less popular frameworks.
Still it’s quite impressive, although not surprising considering it was a matter of time before people would start to feed the feedback of an IDE back into it.
const ref or unique_ptr if you need ownership
Have you tried converting it to a webp first? That usually solves it for me.
I’m not sure why people are downvoting you, since Fortran is known to be extremely performant when dealing with multidimensional arrays.
Of course, for hot paths or small examples it is, but I doubt it’s feasible or maintainable to write a “real” projects like core utilities in assembly.
Rust is better for writing multithreaded applications which means that the small amount of utilities that can utilize parallelism receive a significant speedup. uutils multithreaded sort was apparently 6x faster than the GNU utils single threaded version.
P.S. I strongly doubt handwritten assembly is more efficient than modern C compilers.
The uutils should be compatible so I don’t think so
Sorry, I only watched it very briefly after receiving the report, it seems to be fine. Sorry for bothering you.
EDIT: I just watched it fully, and it’s painful how relevant it is, but I hope that one day we will look and see, how through perseverance and collaboration we’ve overcome it yet again.
Yes I remember the lemmy.world servers being DDOS’ed every couple of days and having to switch between 3 clients and the webinterface because all of the apps were missing some features. The alternative frontends like photon and tesseract have really improved and imo should be the new defaults.
Hi OP, it seems like this is a political video, could you post these videos to !politicalvideos@lemmy.world next time?
It is to some degree, but since I’m late, I’m going to let it stay up.
Are you aware about the reasons behind this decision?
FYI, Tailscale is not fully open source