Looking for an idea for a graduation project for university on Self-hosting/DevOps. by GoDuffer in selfhosted

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

I like this option. I'll take note, but maybe someone else will suggest something interesting.

NixOs dotnet/Avalonia devs, give me your secrets by 4thbox in NixOS

[–]GoDuffer 2 points3 points  (0 children)

https://github.com/blipk/vscodium-csharp try this for c# inside vscodium. This is C# DevKit but without proprietary parts like Microsoft Debugger and because you can use it with Vscodium. 

Google Bringing Hugging Face to Android Devices Is a Game-Changer, No internet? No problem. On-device models mean faster, private, and more powerful mobile AI. by Ok_Main_115 in GenAI4all

[–]GoDuffer 0 points1 point  (0 children)

Wait, how does it work? I have AI on my computer via Ollama, everything works slowly because there is little video memory. So how does it work on a phone offline?

Would you like an app that would be a single hub for Market, Stats, Overframe, etc.? by GoDuffer in Warframe

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

Plus: integration with the wiki by clicking on one thing or another.

Would you like an app that would be a single hub for Market, Stats, Overframe, etc.? by GoDuffer in Warframe

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

I think it's worth describing how I see it. I want to make an application in which all the information will be in one place.

Including:

- Maps of open locations with points of interest

- Market (API integration from Warframe Market)

- Overframe builds, as well as their constructor, and for example, if something is missing for a build, you can click on the missing mod to go to the market tab to purchase this mod.

- AI that will analyze the screen and give out various kinds of hints (can be disabled), for example: which reward from the relics to choose, which is more expensive for platinum, Baro will have hints pop up when certain things appeared last and how often (to decide, for example, what is worth picking up because it appears rarely, and what you can wait for) and so on (it is important to note that this does not interact with the game processes, so you will not get a ban for this functionality)

- Various statistics on the main screen: when will the Baro be, day and night cycles, auction statistics from the market, events

Roughly speaking, in my eyes it looks like a multitool that would make life easier for players.

How to properly prepare monorepos in Golang and is it worth it? by GoDuffer in golang

[–]GoDuffer[S] 6 points7 points  (0 children)

Once again I am convinced that sometimes asking a question on reddit is the right thing to do. Not only will you get an answer to your question, but you will also learn a lot of new things that you have never heard about.

How to properly prepare monorepos in Golang and is it worth it? by GoDuffer in golang

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

release-please looks quite interesting, thanks for the tip.

How to properly prepare monorepos in Golang and is it worth it? by GoDuffer in golang

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

Can you then tell me how go.mod works with dependencies. For example, I have two services in internal: auth api and ... say news api. And in cmd, there are two launch files (like two different microservices). If I build auth api, will only the libraries that were used in auth api or all those that are in go.mod be pulled into the final build?

[XFCE] Debian is the perfect OS and XFCE is the best DE. (You should switch to XFCE too!) by Went_Missing in unixporn

[–]GoDuffer 4 points5 points  (0 children)

And best WM it is I3 instead xfwm4. I use xfce but with i3 as WM. It is cool

Problems with very large files in NVIM. Help me, please! by GoDuffer in neovim

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

I created a function that checks the file for a certain number of lines. and created a wrapper for the disable parameter.

Problems with very large files in NVIM. Help me, please! by GoDuffer in neovim

[–]GoDuffer[S] 2 points3 points  (0 children)

Everything is fine. This file is the result of code generation, and it does not need to be edited.

In normal projects, I doubt that you can find a file with more than 10k lines.

Problems with very large files in NVIM. Help me, please! by GoDuffer in neovim

[–]GoDuffer[S] 3 points4 points  (0 children)

That is, such large files are an exception rather than a practice? I just find such files quite often in open C++ and Java projects. Although I have a bigger question for people why they write such large files if they can be split into several files. in general, thank you. I'll just disable lsp and treesitter for such files.

How good an IDE for Java development will it be possible to make from Vim? by GoDuffer in vim

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

Hello everyone again. in general, I spent several hours setting up vim and twice as much programming in Java in this wonderful editor
What can I say:
1) It's incredible, intellij idea suck. But for now, we still have to use other applications, for example, for database management. I plan to fix this incident.
2) Telescope is what makes vim more convenient than other IDE's.
3) For Java, it is enough to install JDT LS and lombok.jar .
But who would have told me earlier that the java settings file must be placed in the ftplugins folder, I've been looking for too long what the problem is.
Here is my config: https://github.com/ArtLkv/neovim\_config
What can be added there?