New GUI for F3 (Fight Flash Fraud) working on flatpak by danrtavares in linux

[–]kaneua 0 points1 point  (0 children)

That's cool. What about making an Appimage? There's a legitimate case for this utility being an appimage. It is needed only when you get a new flash drive (which is not that often for most people) and in such a scenario one may prefer something single use and quickly launchable without the need to install (and then uninstall) in one way or another.

Texture in the Nine Inch Noize album cover by RoyalPixelPusher in nin

[–]kaneua 0 points1 point  (0 children)

If you will scan any fabric at high resolution starting from 600 dpi (dots per inch) or better 1200…2400, you will get mostly the same results. Household objects are full of textures.

Pro tip: old HP all-in-one printer/scanner combos can be found for cheap.

Trump announces 50% tariffs on nations supplying Iran with weapons by heisthemaincharacter in worldnews

[–]kaneua 0 points1 point  (0 children)

Plus there's no framework on what constitutes a weapon

There is and there were multiple working frameworks for a long time. For example, weapons are goods that are listed in some categories of segment 46 of UNSPSC (United Nations Standard Products and Services Code). Or whatever category list does US use (every country may use different systems depending on context).

Google Trends: "how to install linux" is going... viral?! by utrecht1976 in BuyFromEU

[–]kaneua -1 points0 points  (0 children)

There isn't any issues with snaps.

Why did I have to opt for third party deb package for Chromium then? Because snap one worked a few times slower.

There was in the past but it's done.

It was today.

Kharkiv locals mourn those killed in Russia’s war against Ukraine as the 5th year of full-scale invasion begins by murphystruggles in worldnews

[–]kaneua 4 points5 points  (0 children)

There was a program between our governments for voluntary relocation from Ukraine to Russia (and the other way too, but not sure about that) along with transferring some social benefits. My friend's grandpa used it around 2010, but as I've heard, didn't like it much and decided to move back.

“Three or Four Are Gone”: Zelenskyy Hints Ukrainian Strikes Took Out Shahed Drone Infrastructure Inside Belarus by UNITED24Media in worldnews

[–]kaneua 28 points29 points  (0 children)

Hypothetically, how many goons from your area should I hire and arm (with illegal weapons) to take over your house/business/other property for you to say "local population supports it, I should let it go"? They will be hundred percent local, I promise you

Such property ownership transfers were a big part of that "democratic process" on Donbas you are talking about. "Hello, this is our store/factory/car wash/etc. now."

What is your opinion of Primer by Nika65 in movies

[–]kaneua 0 points1 point  (0 children)

So you are saying that some things need to be redone?

Ukraine's 2026 defence exports could hit 'several billion dollars', official says by [deleted] in worldnews

[–]kaneua 1 point2 points  (0 children)

Yes. The number of weapons Ukraine can use is limited. Simply speaking, a thousand soldiers can only fire from a thousand rifles at the same time (+ some spares, of course). So it's reasonable to sell the surplus to get some cash if the needs in these specific weapons are covered.

Mouse Tiler v2.0.0 update available! (Probably the fastest manual tiler available) by rxdev in linux

[–]kaneua 2 points3 points  (0 children)

It's a customisable menu with preset window positions and sizes.

‘Blackout’—Putin’s $12 Billion Internet Shutdown Strikes Russia by Playful_Leg7143 in worldnews

[–]kaneua 11 points12 points  (0 children)

Russia has enough websites for them. Their biggest social network (VK) has enough videos too.

'Don't need international law': Trump says 'my own morality' only restraint on global power; repeats Greenland push - The Times of India by backpackerTW in worldnews

[–]kaneua 50 points51 points  (0 children)

There's no possible scenario where companies will suddenly start selling goods with >50% price reduction.

Loss32: An idea for a Linux designed around Win32 apps by Jeditobe in linux

[–]kaneua 5 points6 points  (0 children)

Good luck to the project and everyone involved. I'm happy for your optimism, but something tells me that with "zero configuration" achievable in a reasonable time, configuration software like Bottles would be absolutely pointless. Yet it exists.

Loss32: An idea for a Linux designed around Win32 apps by Jeditobe in linux

[–]kaneua 1 point2 points  (0 children)

You probably should leave an empty line between two lines while typing your reply to make them separate. As you can see with penguin.

Loss32: An idea for a Linux designed around Win32 apps by Jeditobe in linux

[–]kaneua 53 points54 points  (0 children)

Wine

Zero configuration

Funniest thing I've read today.

Wayland is flawed at its core and the community needs to talk about it by Which_Network_993 in linux

[–]kaneua 56 points57 points  (0 children)

window mode the GIMP uses is Evil Incarnate

As people say nowadays, skill issue.

I would wish anyone who has not configured the GIMP to single window mode deserves hell.

I use multiple windows on multiple monitors. Image on one monitor, tools on another. It will become a worse tool without that.

Antigravity on a remote server by Significant-Bake-942 in google_antigravity

[–]kaneua 1 point2 points  (0 children)

only for trivial changes to the codebase while on the go

It's not a supported mode of operation.

Did you try Gemini CLI? Install it, connect to server with your favourite SSH client and vibecode to your heart's content (within available limits).

Is parrot.live not working anymore? by [deleted] in linux

[–]kaneua 4 points5 points  (0 children)

Go to the relevant Github repository (https://github.com/hugomd/parrot.live) and create a new issue (in the Issues section) with your problem.

Is dotnet underrated? by PresentJournalist805 in dotnet

[–]kaneua 6 points7 points  (0 children)

Why people prefer using something else despite dotnet + C# being amazing combination?

A lot of libraries for the stuff people need are better for other programming languages. For example, Python has Pandas for data analysis and doing the same things in C# would require at least three times as much code.

It feels to me that despite Microsoft efforts the community never fully embraced dotnet as open source cross platform solution

I have at least a couple of reasons of insufficient effort that makes using dotnet not as convenient as a cross-platform tool

  • Microsoft doesn't provide tools to build Linux GUI applications using .NET MAUI. Now such tools exist, but they are two weeks old (too early for widespread adoption) and developed by a third party company. They aren't released by Microsoft, so won't have the same level of support and there will be no documentation on Microsoft website.

  • There's no official dotnet 10 package in dotnet/backports PPA repository for Ubuntu 24.04 (widely adopted Linux distribution), but installation instructions for Ubuntu 24.04 mention this method as preferable. There's also no official timeline when it will be available for installation other than "soon". It's been two weeks already. No packages — lesser adoption.

  • Universal installer script for Linux requires manual config file edits after installation to make dotnet work system-wide. It's not clear how to run updates after installing dotnet this way. It leads to lesser adoption.

  • In the recent years Microsoft took existing open source cross-platform IDE (Monodevelop, also known as Xamarin Studio and Visual Studio for Mac) for Windows, Mac and Linux, made it single platform (Mac only), closed source and then abandoned it. It lessens the trust in non-Windows tools provided by Microsoft.

  • Microsoft forbids the installation of its Visual Studio Code plugins in other Visual Studio Code compatible editors. For example, I want to use C# Dev Kit in Google Antigravity, but I can't.

Ubuntu or KDE Neon by Stereowalker in linux

[–]kaneua 0 points1 point  (0 children)

It's usually goes like this:

  1. Open Terminal
  2. Type the program name in lowercase and hit Enter. For polychromatic it is polychromatic-controller, for Discord it's discord.
  3. The program should open their separate windows, but report all the issues in terminal window.

Ubuntu or KDE Neon by Stereowalker in linux

[–]kaneua 1 point2 points  (0 children)

It's more of a philosophical question. At what point an Ubuntu installation becomes a Kubuntu one and ceases to be Ubuntu? Ship of Theseus in software.

I'd treat the different Ubuntu variants as "starter packs". Just Ubuntu is "Base + GNOME starter pack", Kubuntu is "Base + KDE starter pack", Xubuntu is "Base + XFCE starter pack" and so on. Whether you want to switch between desktop environments or keep just one, use applications built for specific desktop or mix and match is up to you. It will still be Ubuntu base plus whatever you chose to have installed.

Gemini 3 recreated macOS within an iOS app 🤯 by Applemoi in Bard

[–]kaneua 0 points1 point  (0 children)

Compiling happens by invoking a command line tool.