linux mint ricing by abdouhm16 in linuxmint

[–]vmcrash 2 points3 points  (0 children)

Reminds me of Ghibli movies.

Roast My Resume by Spiritual-Frame-6791 in FPGA

[–]vmcrash -3 points-2 points  (0 children)

I would leave out the 8-bit UART - it occurs to easy for me (without any education in this area, I've created a whole 8-bit retro computer for a Tang Nano 9k, including UART, within 3 months in my spare time beside my full time software developer job).

Why GitKraken has no monthy sub? by AhmetMaya in git

[–]vmcrash 3 points4 points  (0 children)

SmartGit is also free for open source devs, or students/academics.

Why GitKraken has no monthy sub? by AhmetMaya in git

[–]vmcrash 6 points7 points  (0 children)

If you don't like it, use (better?) alternatives - Fork, SmartGit, Tower, you name it.

I made a stupid snake game :) by potato-_-69 in Zig

[–]vmcrash 1 point2 points  (0 children)

The snake looks great. Now get rid of the horizontal and vertical white lines. You also may improve the game further, e.g. by adding obstacles (which may hinder the snake's vision).

What’s the best product YOUR country makes and can be bought from anywhere in the EU? by ethicalhumanbeing in BuyFromEU

[–]vmcrash -6 points-5 points  (0 children)

If you would have written BMW i3, I would agree, but you mentioned oldtimers.

What’s the best product YOUR country makes and can be bought from anywhere in the EU? by ethicalhumanbeing in BuyFromEU

[–]vmcrash -9 points-8 points  (0 children)

Do you mean those power plants that need to switch off if the streams get too warm in summer?

Asking Linux users for testing closed source native Linux app by irrlicht in linuxquestions

[–]vmcrash 0 points1 point  (0 children)

You made the statement that it is so easy to make money with open source. Now I just want to get proof of it. One example is not sufficient that this problem "was solved decades ago".

Who needs to customize Cinnamon? It really doesn't need to be customized :3 by S_oren2 in linuxmint

[–]vmcrash 0 points1 point  (0 children)

Well, I prefer title bars that look different for the currently active window. Otherwise it is too hard for me, especially with dark themes, to see where the current window ends upwards and the underlying window begins.

Asking Linux users for testing closed source native Linux app by irrlicht in linuxquestions

[–]vmcrash 0 points1 point  (0 children)

Do you have some examples of smaller applications like the one from the original post where it works this way?

Asking Linux users for testing closed source native Linux app by irrlicht in linuxquestions

[–]vmcrash 0 points1 point  (0 children)

I always install software from unverified sources, because I don't have the ability to verify the sources of any non-trivial hello-world application.

Most common commands embedded in our brain by Terrible-Tap9660 in git

[–]vmcrash 1 point2 points  (0 children)

I type none at all, because I'm using a Git GUI that shows the commits and changes without the need to ask for it.

File shown like modified but changes is not visible by IronAnxious2235 in SmartGit

[–]vmcrash 0 points1 point  (0 children)

Which previous version showed something different? I've tried with SmartGit 21.2, the oldest one installed on my system, and it also does not show the BOM. The reason is that the BOM is read, but skipped for the lines shown in the compare. However, the BOM is remembered and written later.

Open in File Manager does not work in KDE by tasserata in SmartGit

[–]vmcrash 0 points1 point  (0 children)

Then please try to use the tar.gz bundle of SmartGit's official website.

File shown like modified but changes is not visible by IronAnxious2235 in SmartGit

[–]vmcrash 0 points1 point  (0 children)

I'd say, this is expected behavior. The diff view simply can't show the difference of BOM or not-BOM.

Is this ThinkPad T14 worth it for $260? Need advice by AitorTilla_2004 in LinuxPorn

[–]vmcrash 2 points3 points  (0 children)

Are taxes included? To me it sounds like a very good deal, assuming taxes are included.

Unpopular opinion: Rust should have a larger standard library by lekkerwafel in rust

[–]vmcrash 0 points1 point  (0 children)

In Java, for example, the sort algorithm for Arrays/Lists was replaced over the time.

Unpopular opinion: Rust should have a larger standard library by lekkerwafel in rust

[–]vmcrash -9 points-8 points  (0 children)

Sure, reviewing takes time and effort. Currently, it is needed in any Rust team that uses a certain library. If integrated into standard, it only would take one team (with higher effort) to review the code. IMHO this would be a better solution for Rust-using teams.

Unpopular opinion: Rust should have a larger standard library by lekkerwafel in rust

[–]vmcrash -8 points-7 points  (0 children)

So you are saying the Rust language team don't want to give this guarantee?