[-] [email protected] 3 points 2 months ago

From a quick look into XMPP's clients for android, they seem nice and some have modern features too.

Is there any technical limitation that would prevent xmpp client from having a WhatsApp-like UI?? WhatsApp started out with XMPP and probably still uses a variant of it. If anything, I'd imagine its harder with matrix given the complexity of the protocol.

[-] [email protected] 4 points 2 months ago

Makes sense, but to me newness alone is not a benefit. In fact, it is a bit of a disadvantage. XMPP has more clients for example, and they are more mature.

[-] [email protected] 1 points 2 months ago

I just unpinned the post. I figured there may be others bothered by this, and plus its been enough weeks at this point. Thanks for voicing this to me :)

[-] [email protected] 5 points 2 months ago

Outside of academia, would you say it still provides significant upside over markdown?

[-] [email protected] 2 points 2 months ago

I'm sorry I don't know of any way to do that :( does it appear even when you're browsing your main feed??

[-] [email protected] 4 points 2 months ago

Is it practical outside of academia? I heard the learning curve is kinda big

[-] [email protected] 7 points 2 months ago

Markdown is awesome, I agree! I did not realize you could extend markdown with anything other than html. The html extension is quite nice to do anything that markdown doesn't support natively, but I wish there was an easier way to extend markdown. Maybe the ones you listed are what I need.

[-] [email protected] 3 points 2 months ago

Can you please explain what this is?

[-] [email protected] 3 points 2 months ago

Why not matrix?

[-] [email protected] 2 points 2 months ago

It uses the arkenfox thingie. It doesn't block JS, but it does block a lot of things and possibly certain JS features.

[-] [email protected] 4 points 2 months ago* (last edited 2 months ago)

You're correct that inflation is the devaluation of money. The value of a unit of money is represented by what that unit can buy, so the person you replied to is also correct. This is why the most used indicators of inflation are measures of buying power.

If my money is devalued, it means that when I was able to buy 1 gallon of milk, I can now only buy 3/4ths a gallon with the same amount.

So while you're correct in your over simplified example that inflation can be caused by the growth in "pool of money", as you alluded, it is not that simple and its not the only cause. Moreover, inflation still manifests itself in the form of prices increasing. If pool of money grows, but prices remain the same, there's no inflation.

This does not necessitate a "canal of businessmen" conspiring.

[-] [email protected] 3 points 2 months ago

Doesn't work on Mull browser (hardened Firefox for android) :(

1
submitted 9 months ago by [email protected] to c/[email protected]

Hi all,

I use a wayland Gentoo system, but I want to run Lutris for gaming. I would like to do this with at least some degree of filesystem isolation, as Lutris seems to install dependencies on its own and it pollutes the system in ways I cannot track.

What is the best way to do this? is it possible to do in a chroot? or mount namespaces? will it give me a lot of trouble?

It seems that merely installing things in a chroot and running it is not enough.

1
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

Most music videos, especially modern ones, are pretty boring.

34
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

So apparently there are two editors inspired by vim, but built from the ground up (as opposed to neovim, a vim fork that seeks to improve on top of vim).

I've heard of Helix several times prior, but it never quite attracted me. Seemed like vim, but different key bindings and much worse plugin system. It also has different visual and normal modes than vim, but it didn't quite click with me. I do like it's multi-cursor ability though.

Then it turns out that Helix was also inspired by not just vim, but also kakoune. Kakoune also has different keybindings, and different modes, but its different modes make sense to me. It fuses visual and normal mode into one. Your normal mode is for both navigation and selection.

Kakoune promotes the idea that you should visually see the text you're operating on before running the command. You know how in vim, "dd" deletes a line, "dw" deletes a word, and "d$" deletes to the end of the line? In vim, you don't see what you're deleting before its gone (which is fine and works for many). In kakoune, the selection happens first before the action. So you select the word or the line, and then you delete.

But what I found to be Kakoune's killer feature was its shell integration. Kakoune seemlessly integrates into the unix shell, allowing you to offload many tasks to it. For example, instead of it having a built-in sort command, you use the unix sort command to sort your lines.

I'm surprised kakoune isn't more popular. Yes, it is still in a much earlier phase than vim, and the ecosystem is far less mature, but I am surprised to see Helix gaining more traction.

I'm still very new to kakoune and exploring it. But I like it a lot so far.

89
submitted 9 months ago by [email protected] to c/[email protected]

Hi all,

I am looking for recommendations on resources to learn Linux networking. I am primarily hoping for text resources such as books, guides, blog series, articles, etc. I have trouble focusing on videos.

I am mainly targeting linux networking topics, such as how the linux networking stack works, and things like iptables, network namespaces, network interfaces, sockets, NAT, firewalls, internal IP-addressing, subnetting, routing, proxying, internal DNS, and anything that I may not know exists but is related to these concepts and linux networking in general.

Any recommendations?

30
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

Yes, I know so much of Alpine's lightweightness comes from not using glibc.

But still, the other options I see are far from being slimmed down. Debian, Ubuntu server, CentOS... They all could use some cuts.

What's the most slimmed down non-desktop distro that still has a glibc base? I honestly don't care if it has its own package manager (build tool handles this for me). Just wanna use it in containers for running server apps.

12
submitted 10 months ago by [email protected] to c/[email protected]

suppose I enable CONFIG_CMDLINE_BOOL=y and CONFIG_CMDLINE="...", but I also add a cmdline using efibootmgr via -u option, which one takes precedence and gets executed?

Does an initramfs make this more complicated? does it also have its own cmdline?

162
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

The majority of Linux distributions out there seem to be over-engineering their method of distribution. They are not giving us a new distribution of Linux. They are giving us an existing distribution of Linux, but with a different distribution of non-system software (like a different desktop environment or configuration of it)

In many cases, turning an installation of the base distribution used to the one they're shipping is a matter of installing certain packages and setting some configurations. Why should the user be required to reinstall their whole OS for this?

It would be way more practical if those distributions are available as packages, preferably managed by the package manager itself. This is much easier for both the user and the developer.

Some developers may find it less satisfying to do this, and I don't mean to force my opinion on anyone, but only suggesting that there's an easier way to do this. Distributions should be changing things that aren't easily doable without a system reinstall.

1
submitted 1 year ago by [email protected] to c/[email protected]

I have been having some trouble doing this and was wondering if it is a common theme or there is room to make it better.
Sometimes packages wont compile at all and thats fine. But recently I cross compiled some system packages and it bricked my system and was no longer able to ssh into it. I am not asking for help in this specific issue, but want to ask if this is a common occurrence for this kind of setup? It does not seem to be a popular setup

1
submitted 1 year ago by [email protected] to c/[email protected]

want to run a bittorrent client on a headless server. The server is a raspberry pi so it is limited a bit limited on resources.

Whats your favorite bittorrent client with a good command-line interface?

0
submitted 1 year ago by [email protected] to c/[email protected]

feel free to list other window managers you've used.

I have been happy with bspwm, but considering trying something else. I love its simplicity and immense customizability. I like that it is shell scriptable, but it is not a deal breaker feature for me.

I like how the binary split model makes any custom partition possible.

1
submitted 2 years ago by [email protected] to c/[email protected]
view more: ‹ prev next ›

cyclohexane

joined 2 years ago
MODERATOR OF