[-] oscar@programming.dev 2 points 4 months ago* (last edited 4 months ago)

That's OK, we all got our own preferences 😉 But I think you will be pretty good to go on t495. It has apparently been linux certified on older Ubuntu, which Mint is based on.

https://ubuntu.com/certified/201905-27049

Also linux certified by Lenovo:

https://support.lenovo.com/us/en/solutions/pd500343-linux-certification-thinkpad-t495-20njz4krus

[-] oscar@programming.dev 2 points 5 months ago* (last edited 5 months ago)

Try running this: :set indentexpr= and then :set noautoindent. Without any config file, this works for me while in a makefile that looks like this:

foo: foo.c bar.h
        $(CC) $< -o $@

The indentexpr option is set by filetype, but disabling filetype indent after already opening a makefile is too late, it would need to happen before opening it (in either a config file or directly after running nvim without any file specified).

However, indentexpr seems to only control the automatic indentation when hitting enter at the target line, but not within the recipe for it. To fix that I also had to disable autoindent.

[-] oscar@programming.dev 2 points 5 months ago

C is a pretty simple language and relatively easy to learn. But it's a lot harder to be proficient with.

[-] oscar@programming.dev 2 points 9 months ago

But you can't assume that it follows the github format of https:////.git. In my example, I meant that you would just use that url to clone it:

git clone https://myawesomeproject.dev

One real-world example of this is ziglings.org (though it's technically just a redirect).

[-] oscar@programming.dev 2 points 9 months ago* (last edited 9 months ago)

Ok, then I don't understand at all. What happens if I host my git project on https://myawesomeproject.dev/? How can the application infer anything by this URL?

[-] oscar@programming.dev 2 points 1 year ago

I would start by looking at what files are included. There's the obvious .desktop entry, but also checking if there are any files put into /bin/, /usr/bin/, /usr/sbin/ etc. should suffice.

If you consider some of these packages as "dependencies" then look at if anything depends on it. But there are application-packages that others depend on, such as coreutils.

[-] oscar@programming.dev 2 points 1 year ago

without explicit consent

Couldn't they just add another ToS checkbox to click when installing the game?

[-] oscar@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Something i especially appreciate about winget us that it will "index" (or whatever you want to call it) software that was installed outside of it. For example if I install app XYZ through an .msi setup file, I can update it using winget.

So it seems I can also use scoop or chocolatey to install new software and then keep managing them through winget.

[-] oscar@programming.dev 2 points 1 year ago

I don't think it's available on android. But if it is, then I would expect it to be it's own separate app that can coexist with the regular firefox. That's how it is on PC.

[-] oscar@programming.dev 2 points 1 year ago

When does it hang? If it's after you log into your user, you could try to instead when on the login screen open a shell by pressing Ctrl + Alt + F2, uninstall Nvidia drivers and install mesa drivers. Or maybe at least investigate further.

[-] oscar@programming.dev 2 points 1 year ago* (last edited 1 year ago)

I think this was created before the "new" UI. Check the slogan above the logo.

view more: ‹ prev next ›

oscar

joined 1 year ago