pingveno

joined 6 years ago
[–] pingveno@lemmy.ml 3 points 1 year ago

Fandom was exactly what I was thinking of. Just maybe without having more ads than content. That I'm not a fan of, especially for volunteer supplied content.

Extra thought on search: add a weighting option so individual servers can be searched, but don't come up as high in the rankings. So keeping with the superhero theme, have the Flash comic wiki with a 1 weighting and the more general DC comic and Arrowverse wikis with 0.8 weightings.

[–] pingveno@lemmy.ml 5 points 1 year ago* (last edited 1 year ago) (2 children)

I think this would be immensely helpful for niche topics, but I don't really see it as much of a direct competitor to Wikipedia. Interwiki links have been a thing for a long time, but they're not really used that much. They also are used by specialized shortcut syntax instead of using a more intuitive domain name syntax. So let's say you have a wiki for the Flash TV show and you want to link to an article in the Flash comic wiki. This would be great for that. Maybe have "search related wikis" as an option to search some hand picked wikis?

But for going head-to-head with Wikipedia, I don't really see it so much. Part of the success of Wikipedia is that it forces editors to work in a single namespace, debate the contents, use a common set of policies, and so on. There is also a lot of policy, process, human knowledge, and institution built up over the years geared solely towards writing an encyclopedia. If you go to Wikipedia, it may not be perfect, but it will have gone through that process. Trying to wade through hundreds of wikis to find a decent article does not sound like a treat, especially if effort gets spread across multiple wikis.

Like with Lemmy, I am excited to see where this goes. And nutomic, congratulations with your daughter!

[–] pingveno@lemmy.ml 2 points 1 year ago

Yes, but some of us aren't the everyday user.

[–] pingveno@lemmy.ml 1 points 1 year ago

I'm going to be honest, as long as the terminal does its job reasonably well and with good readability then I'm pretty much satisfied. It's one of those tools that I want to just work well the first time. I've become a man of simple tastes in my (not so) old age.

[–] pingveno@lemmy.ml 4 points 1 year ago (2 children)

Usually whatever fits in best with the DE I'm using. I'm on Pop!, so that's Gnome Terminal currently. I'm excited to see when System76's Pop!_OS's COSMIC Desktop will bring with an alacritty-based terminal emulator.

[–] pingveno@lemmy.ml 3 points 1 year ago

Love me some fish! Though for more complex data processing, I'm working on learning nushell. Being able to work with more complex data structures is amazing.

[–] pingveno@lemmy.ml 2 points 1 year ago

Right. I mean something like an embedded terminal in an IDE that has full shell access to the host environment.

[–] pingveno@lemmy.ml 3 points 1 year ago

I think their uses extend beyond obsolete software. In particular, trying to get updates out to a wide variety of Linux distros has generally meant a tradeoff between "move fast, break things" and "move slow, never change". Flatpak gives you a stable set of libraries to work with and the ability to run multiple versions of those libraries at once. Linux package managers have a place, but their sheer proliferation means that for most applications to reach all desktop Linux users, they have to go through something like Flatpak for distribution.

[–] pingveno@lemmy.ml 1 points 1 year ago

Interesting, thank you. I'm definitely running into trouble for things like shells, but it works okay.

[–] pingveno@lemmy.ml 1 points 1 year ago (2 children)

Other way around, accessing command line tools. As far as I know, there is no sandbox setting to allow access to execute commands directly on the host system.

[–] pingveno@lemmy.ml 3 points 1 year ago (2 children)

I think pyenv would be the appropriate tool for doing a native install. And of course when it comes to CLI, Flatpak isn't really for that.

[–] pingveno@lemmy.ml 2 points 1 year ago (7 children)

The sandbox can be very cumbersome when there is not a way to break out. I'm thinking specifically of command line tools for developers. You can poke holes in the sandbox to access the filesystem, but the moment you want to run an executable it won't let you.

view more: ‹ prev next ›