@aleq@lemmy.world avatar

aleq

@aleq@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

aleq,
@aleq@lemmy.world avatar

IMO Discord is the best platform for this right now, which is unfortunate. The little I’ve tried Matrix has not been very impressive (single chatrooms, slow, bad self-hosting experience IMO), IRC is a bit better (though very dated in many regards, esp. user management) but still doesn’t have the categories/channels that make discord nice. And most other chats are proprietary with discord just being the best one.

Which one would you like them to use?

aleq,
@aleq@lemmy.world avatar

That’s very helpful because glusterfs and ceph are probably my top two candidates. Will probably try it out.

aleq,
@aleq@lemmy.world avatar

Anything happens anywhere in the world.

The US: “Oh, this is about me!”

aleq,
@aleq@lemmy.world avatar

News isn’t that he died, it’s that he did so 100 years ago.

aleq,
@aleq@lemmy.world avatar

well that’s fucking dark (and as others have pointed out, misguided - won’t solve a thing)

aleq,
@aleq@lemmy.world avatar

the biggest selling point for me is that I’ll have a mounted folder or two, a shell script for creating the container, and then if I want to move the service to a new computer I just move these files/folders and run the script. it’s awesome. the initial setup is also a lot easier because all dependencies and stuff are bundled with the app.

in short, it’s basically the exe-file of the server world

runs everything as root (not many well built images with proper useranagement it seems)

that’s true I guess, but for the most part shit’s stuck inside the container anyway so how much does it really matter?

you cannot really know which stuff is in the images: you must trust who built it

you kinda can, reading a Dockerfile is pretty much like reading a very basic shell script for the most part. regardless, I do trust most creators of images I use. most of the images I have running are either created by the people who made the app, or official docker images. if I trust them enough to run their apps, why wouldn’t I trust their images?

lots of mess in the system (mounts, fake networks, rules…)

that’s sort of the point, isn’t it? stuff is isolated

aleq,
@aleq@lemmy.world avatar

4 000 000 a missile, 100 000x times more expensive than a military drone? what military drone costs $40?

I don’t know what models are in use today, but a Bayraktar TB2 costs 4 million.

aleq,
@aleq@lemmy.world avatar

I think Twitter is going down, may or may not go bankrupt but I think it will lose relevance. Wonder if it will be replaced. Lots of people (myself included) kinda assume that bluesky, mastodon or some other twitter-like service will take over. But Twitter is not really necessary, so I don’t think it’s a given that something will take its place.

As a time sink, more multimedia-oriented platforms like Reddit/Lemmy, Instagram, Tiktok or Youtube, seem more attractive.

aleq,
@aleq@lemmy.world avatar

You won’t be able to catch one on camera.

Firefox is giving Android users a sneak peek at its open extensions (www.androidpolice.com)

• Firefox for Android is reintroducing an open ecosystem of extensions, set to be available on December 14, with a dedicated extension page for easy discovery. • Mozilla has released a preview of the upcoming extensions, including popular ones like Bitwarden’s password manager and AdGuard’s ad blocker. • Firefox aims...

aleq,
@aleq@lemmy.world avatar

Right before the Mozilla buyout, Fakespot added a clause to their TOS giving them the right to give user data to Mozilla.

There’s one possible interpretation of that, which would be my guess, that this was somehow necessary as part of the purchase. Before purchasing a company the company being purchased has to show the buyer what their assets are and give them a fair and accurate representation of what the company is. It’s possible that this clause was necessary in order to enable this.

aleq,
@aleq@lemmy.world avatar

I use SauceCode Pro (variant of SourceCode Pro with nerdfonts stuff). I’ve given up on changing it because everytime I do I find stuff that’s “non-standard” in the fonts I test and it bugs the hell out of me. @ signs are the absolute worst offenders, which is weird because they have a very uniform look everywhere that’s not a specialized “programming” monospace font.

aleq,
@aleq@lemmy.world avatar

I generally don’t understand why people go for the smaller ones at all. I guess it’s good that someone does to prevent the whole scene being dominated by a single distro, but with some exceptions (e.g. you hate systemd for some reason and really want systemd-less arch, or you have a super niche preferences). For 99% of distros it makes very little difference which one you use, except that you’ll have fewer resources at your disposal (fewer packages, fewer stack overflow threads, fewer everything).

aleq,
@aleq@lemmy.world avatar

Given your background it should come to no surprise that it doesn’t really matter much.

That said, I recommend Arch with some caveats, mainly with regards to the “very little effort to start using” requirement. If you know how to follow instructions, it should only be about 30-45 minutes to install it. It will on the other hand fit your other requirements of good defaults and not shipping with loads of applications. When you install an app you will get that app and nothing else, and the defaults will either be exactly what the upstream defaults would be if you built it yourself or something very close to that. You also have everything available through the AUR, and after using it for years I’ve yet to run into an update not going smoothly.

aleq,
@aleq@lemmy.world avatar

This is what happens when you think you have a story, but it turns out you don’t. Image editing apps exist and are getting easier to use, big whoop?

I for sure thought this was gonna be about “AI cameras”. Seems all phones nowadays have some kind of software to make the camera seem less shitty, but nope, it’s about people making a choice to edit their photos.

aleq,
@aleq@lemmy.world avatar

I thought France only allowed violent protests to begin with. :)

aleq,
@aleq@lemmy.world avatar

This is probably the first time I’ve seen anyone argue that paying Google is the more ethical choice. Fuck that company with all of my heart, I literally pay for both email and search just to use their services as little as possible, and will be caught dead before I start paying for YouTube.

aleq,
@aleq@lemmy.world avatar

How is it a pain? You just change the origin on your existing project, and new projects you just use the new one to start with.

aleq,
@aleq@lemmy.world avatar

I’m well familiar with EEE, I’ve used Linux off and on for something like 20 years, back when Microsoft really was the boogeyman. I don’t think VS code qualifies for this category since it was originally (ish, has roots in Atom I think) open source and Microsoft. It was never embraced/extended, and extinguishing their own product makes no sense. (btw I don’t even use VS Code, shit vim plugins in my experience, jetbrains all the way)

WSL IMO is a concession on Microsoft’s part, because most dev tools nowadays are being made primarily with Linux in mind. It’s what makes Windows at all usable as a development platform in many situations. And pretty much nothing developed specifically for WSL. All WSL has on a normal Linux distro is integration with the host system AFAIK.

aleq, (edited )
@aleq@lemmy.world avatar

I hate Windows and dislike a lot of Microsoft products, but I think we’re way past Microsoft being the bad guy. They kinda like Linux now, and probably do more good than bad for it. There are much worse companies in tech, I think Microsoft’s worst crimes as of late is creating Teams and being boring.

aleq,
@aleq@lemmy.world avatar

Gradle is fantastic, but there is this mantra you have to chant while tinkering with it:

I hate Gradle, I hate Gradle, I hate Gradle, I hate Gradle, I hate Gradle

But once you get it to do whatever you want it’s way more powerful than Maven, since it’s actual code. Also you will never get me to voluntarily define my project structure in XML.

aleq,
@aleq@lemmy.world avatar

That’s gonna work splendidly since underage people would never dare to smoke!

aleq,
@aleq@lemmy.world avatar

Reasonable and sane behavior of cd. Just get into the habit of always using lower case names for files and directories, that’s how our forefathers did it.

aleq,
@aleq@lemmy.world avatar

If a directory has multiple words in it I usually do kebab case: i-like-mine-in-a-way-i-can-read-them-properly. Both easier to read and type than pascal case.

For more complex filenames I use a combination of kebab-case and snake_case, where the underscore separates portions of the file name and kebab-case the parts of those portions. E.g. movie-title_release-date-or-year_technical-specifications.mp4

aleq,
@aleq@lemmy.world avatar

Anyone know if I can get the highres image previews in foot? I think I saw something about foot supporting the kitty graphics protocol, but I can’t get it to work. If I start it like normal I get low res previews, if I start it with TERM=kitty I get no previews.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines