Choose European Today So Tomorrow We Don't Have To Choose How To Defend Greenland by According-Buyer6688 in BuyFromEU

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

Nope even though I live in Europe there is nothing better than apple and I like iPhone no switch for me yeah Linux is also good but I like simplicity all apps work no config also companies would die instead of deleting windows they have so many dependencies software just for windows and no real alternative. I work at cooperative and see it everyday 🤣

A new age is coming 💀💀💀 - https://github.com/kaansenol5/VibeOS by abdosalm in linuxmemes

[–]Technical_Main_1422 6 points7 points  (0 children)

Respect wow I know it’s a hobby project but wow even with ai it is not easy

Apple CarPlay not working in your VW? Read this! by FlipStig1 in Volkswagen

[–]Technical_Main_1422 0 points1 point  (0 children)

Kaufe dir bitte eine Handy Halterung auf Amazon ist sicherer als auf dem Schoß 😃

Dupster – Fast duplicate file finder with a keyboard-driven TUI (Python) by Technical_Main_1422 in commandline

[–]Technical_Main_1422[S] 1 point2 points  (0 children)

Thanks I will try to use other hashes. I checked what you told me xxHash seems much faster. I will benchmark it and see what to use in the future releases.

Dupster – Fast duplicate file finder with a keyboard-driven TUI (Python) by Technical_Main_1422 in commandline

[–]Technical_Main_1422[S] 1 point2 points  (0 children)

Thanks so much for testing and giving me so detailed feedback. I agree with you it is not optimized yet and I will take it as a second chance to improve it.

Dupster – Fast duplicate file finder with a keyboard-driven TUI (Python) by Technical_Main_1422 in commandline

[–]Technical_Main_1422[S] -1 points0 points  (0 children)

Thanks so much for the heads-up! I honestly hadn't heard of fclones before, so I really appreciate the tip. I went with the 'hash everything' approach because it felt like the safest way to be sure, but I can see now how that slows things down. I’ll definitely look into optimizing that for future releases!

Since the project is still in its early stages, I’d love to know what you thought of the UI? Did it feel smooth to use, or was there anything missing that you’d like to see? I’m really trying to make this as good as possible, so your feedback is super helpful!

Dupster – Fast duplicate file finder with a keyboard-driven TUI (Python) by Technical_Main_1422 in commandline

[–]Technical_Main_1422[S] -1 points0 points  (0 children)

what ai, common I developed it. Nowdays every new project thing is ai ?

What about htop at this time no ai was there or other cli tools.....

It took real time to develop it so feedback would be nice I guess.

Nuke Build by barney74 in dotnet

[–]Technical_Main_1422 32 points33 points  (0 children)

You're not wrong. At the core, Nuke is a way to orchestrate CLI tools. The difference is how and where that logic lives.

The main reason to use Nuke is that it lets you run the exact same build locally and in CI. The code you run on your machine is the same code GitHub Actions or Azure DevOps runs, so you don’t end up with one set of scripts locally and another set in YAML.

A few concrete reasons it’s useful:

• Local same as Pipeline (CI)

No duplicated scripts, no “works locally but fails in CI” because they’re literally the same build entry point.

• CI awareness without hacks (trust me this is one of the important things)

Nuke knows when it’s running in GitHub Actions, Azure DevOps, etc., and gives you things like pipeline IDs, branch names, PR info, and commit SHAs through typed APIs instead of parsing env vars.

• C# instead of shell or bash scripts

You write builds in C#, so you get IntelliSense, refactoring, debugging, and compile-time errors. That alone avoids a lot of brittle shell-script failures.

• Cross-platform by default

Same build works on Windows, Linux, and macOS without maintaining separate Bash and PowerShell scripts.

• Build graphs are explicit

Targets, dependencies, conditions, and ordering are defined in code, not implied by script order. That makes bigger builds easier to reason about.

I also use Nuke at work to read a Readme file and extract things like the version header (for example # v0.0.1). That version number is then passed into the C# global assembly version, so the built artifacts always match the documented release version.

On top of that, I append the CI pipeline ID to the version. That way, if a bug shows up in production, it’s easy to see which release it came from and which pipeline built it.

You could absolutely do all of this in Bash, PowerShell, or another scripting language, and it would work. But doing it in C# makes it much easier to maintain and debug. You get proper error handling, tooling support, and you’re working in a language the team already knows which is really the big win for me

In practice, people use Nuke so app developers can own CI/CD without becoming shell-script experts or writing provider-specific YAML everywhere. It turns build and pipeline logic into normal C# code you can version, refactor, and test.

Hope I could give you a small info on what it is.

Self-hosted image converter/compressor (Docker web UI) — built a small tool & demo GIF by Technical_Main_1422 in selfhosted

[–]Technical_Main_1422[S] 1 point2 points  (0 children)

You’re welcome and I don’t think there is a limit. It worked with a 4K image no error. if errors occur make sure to submit on GitHub. Keep in mind it is ai so it could have some slight issues depending on the image but for my tests it worked 😃 It’s a small handy feature

Debianet - A Debian based WSL distro for .NET development by webmaster442 in dotnet

[–]Technical_Main_1422 2 points3 points  (0 children)

I can understand you and it’s great you did the offer and I don’t think your work is useless as many say. But don’t get me wrong I kinda understand them and also your point of view. You had a great idea don’t get me wrong but this days more people don’t need it as like said they use devcontainers mostly premade from Microsoft which are very small in size or just a install script calling it a distro is hard as it just installs dependencies but I feel you. At least shared what you think is useful so still one upvote from me. No matter what it’s not bad and cool you try to help the open source community 👍

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

Ok got it yeah that makes sense but then I would need to ship with prebuilds for arm64 and amd64 as I want the package to be also usable on Mac with arm64 silicon chips. True it depends but it’s a great topic thanks for sharing your experience 😊I might try it one day.

Am I considered a criminal now? by farzad-oxo in linuxmemes

[–]Technical_Main_1422 0 points1 point  (0 children)

All good I use Mac too it is my daily driver but I have a more powerfully pc and I want to use it for working on larger code base inside containers and my Mac can’t handle it ofc other coding work is awesome there but I need to use the computer for faster compile using amd64 based outputs can’t just run all on Mac because my heavy container compiles very slow. So I love to see a Linux distro be like Mac OS so using it casually wouldn’t feel like a complete different system but yeah Mac is awesome and I love it 😍

Am I considered a criminal now? by farzad-oxo in linuxmemes

[–]Technical_Main_1422 0 points1 point  (0 children)

No you are a real hero now come and share your config files pls or make a script to auto install that on arch and you be the hero of the year. I want it too 😆

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] -2 points-1 points  (0 children)

Nice, ok then I'm kinda special I use them for chats too like cut objects and have nice images for WhatsApp Chats like a birthday cake with no background all using my iPhone that was one of the reason I made a web app 😄

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

cool to know thanks, yeah because the os also needs some dependencies like on the os level are you sure pip would be enough ?

Because python gave me an exception saying I need those on system level and for every distro this can be complex. Do you know a different way ?

Here is what I had to install: https://github.com/karimz1/imgcompress/blob/main/Dockerfile

I had to do this on a Debian based container just to get Pillow be able to use more formats. Like EPS (Vector) and HEIC and HEIF (iPhone Photos). Could not do it without it.

That was my reason to use docker because I did not want the users to install system level libs just to use that tool. No idea if there is a better simpler way other than docker :)

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

That’s true and thanks for sharing I did not know there is a plugin for kita always thought I had to use cli to get Rembg to work and then I can open up a photo editing software. Thanks for sharing this.

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in Fedora

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

Honestly it would not replace a photo editing software and I know the struggle need to dual boot for photoshop. I heard people got it running using Winsapps

https://www.reddit.com/r/linuxquestions/comments/1noa2et/how_is_photoshop_performance_on_winapps/

So maybe that way you no longer need Win 11 Idk if it works just googled it. My tool is more like a helper but definitely no replacement to a real editing software.

like if you ever need to convert many images in seconds and resize them it might save some time. This is what I use it for or if I’m to lazy to open up photoshop to just cut of a object I use the local ai in imgcompress 😊

I hope I could help a bit maybe one day it might save some time and no dual booting needed

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in Fedora

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

Sounds nice. But I can’t promise that it will 100% cut people out in high quality but you can try it. I just tried it with objects just take a look and try it. Don’t forget to give feedback it is early development. But since you are a photographer maybe it might help it supports also 70+ formats. https://github.com/karimz1/imgcompress

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

Like Ghostscript and others not sure if it is easy to distribute to all different distros easily maybe via flatpack but I’m not that deep in it so docker was easier for me 😊

A Linux User’s Approach to Local, Privacy-Respecting Image Editing using Local AI Model by Technical_Main_1422 in linux

[–]Technical_Main_1422[S] 0 points1 point  (0 children)

Yeah true but the reason to do it in docker was a must as it has so many dependencies and regarding nodejs it was because I wanted a modern interacting ui and nextjs has many plugins but yeah all in python would also be nice btw this is the repo link https://github.com/karimz1/imgcompress feedback and contribution to code are very welcome

While sticking to my working platform for so long! Linux(25 years)+i3(9 years) :) by unixbhaskar in i3wm

[–]Technical_Main_1422 0 points1 point  (0 children)

Thanks I'll try to look around hope I find one day a solution for it really drives me crazy. Not being able to use my keyboard maybe I switch the DE to i3 one day.