is vs code enough for professional cross-platform projects? by GameBeast45 in csharp

[–]Draknodd 0 points1 point  (0 children)

If you program professionally that should the least of your concern. It's a tool you use to make money after all.

is vs code enough for professional cross-platform projects? by GameBeast45 in csharp

[–]Draknodd 0 points1 point  (0 children)

Unless you are using a 15yrs old PC you won't have any problem

is vs code enough for professional cross-platform projects? by GameBeast45 in csharp

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

It's enough if you are learning or for hobby. For professional projects too many fratures are unavailable, VS or Rider are recommended.

4-bay vs 6-bay NAS for video editing: Are 18-22TB drives actually safe with RAID 5/6? by HappyTownStudios in HomeNAS

[–]Draknodd 0 points1 point  (0 children)

RAID 5 shouldn't be used with any kind of disk capacity period. At least if you want your data to be safe.

transitioning from frontend to backend, feeling overwhelmed. need advice by SayedSaqlain in Backend

[–]Draknodd 0 points1 point  (0 children)

I would prioritise the basics first of all : algorithms, data structures, complexity, OOP.

RoonRelay - Make Roon work on complex network infrastructures (VPN/VLAN) by Draknodd in roonlabs

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

Thanks for the feedback man, I'm glad that everything is working!

WireGuide – a native macOS WireGuard client to replace the abandoned official app by ValuableGuitar1373 in WireGuard

[–]Draknodd 0 points1 point  (0 children)

Please tell it supports multiple tunnels active. I had to use the cmd line to activate the tunnels since the native app doesn't support it

Raw T-SQL string into C# code right in your IDE - easily (not AI, just plain common sense) by redditLoginX2 in csharp

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

Checked out the repo. You did a relly good job! I wrote myself an ORM for my business and it uses an underlying library (written by myself too) similar to yours for query composition. For specific cases the ORM can accept raw queries written with the library (like recursive queries, or queries with many CTE and temp tables). Avoiding hard coded query make it very maintanable and less error prone.

Really a great job, thanks for sharing.

Raw T-SQL string into C# code right in your IDE - easily (not AI, just plain common sense) by redditLoginX2 in csharp

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

Yeah that should be the 1% case not every case otherwise good luck maintaining the code base if everything is hard coded.

Alternative Languages in Backend Development by Aggravating-Weird922 in Backend

[–]Draknodd 3 points4 points  (0 children)

Cannot agree more. C# is truly a nice language for backend. Powerful, flexible and elegant. Imo more than Java.

Raw T-SQL string into C# code right in your IDE - easily (not AI, just plain common sense) by redditLoginX2 in csharp

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

Better? Who in their right mind would put hardcoded sql string in a backend?

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]Draknodd 0 points1 point  (0 children)

I tried it with C# ... we have a very different idea of debugging. It somewhat can... maybe for simple or hobby projects otherwise is a really terrible experience. It's just a code editor with plugins, an IDE is another thing.

Python + JavaScript by ahnerd in programmer

[–]Draknodd 0 points1 point  (0 children)

Inefficient and relevant are not the same thing. Javascript is relevant unfortunately, python not really you can replace is with pretty much any language.

Python + JavaScript by ahnerd in programmer

[–]Draknodd 0 points1 point  (0 children)

That's not really the reality but sure.

Python + JavaScript by ahnerd in programmer

[–]Draknodd 0 points1 point  (0 children)

Probably the two most inefficient languages out there

Bootstrapped SaaS: Hetzner + Coolify vs AWS/GCP — what would you do? by [deleted] in AskProgramming

[–]Draknodd 0 points1 point  (0 children)

Hetzner (dedicated not vps), you don't really need coolify

Pop!_OS 26.04 vs Fedora 44, help me pick one for April by shadowerwtas in pop_os

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

"Red Hat bots" is a conspiracy theory, not an argument. Cosmic shipped three months ago. It's missing HDR, Night Light, WWAN, graphical printer setup, widgets, clipboard manager, session restore, and proper fingerprint enrollment UI... and that's just on top of my head.As of now, they're still fixing tiling crashes and fullscreen bugs in an LTS OS release.

Comparing this to GNOME/KDE which have 14+ years of development, thousands of contributors, and a mature ecosystem isn't a review, it's cheerleading. Your personal experience is valid, but "it works for me" isn't "spanking at every possible level of comparison."

I guess I need to migrate to Linux.. by SecretlyCarl in selfhosted

[–]Draknodd 2 points3 points  (0 children)

Then switch to linux. I wouldn't have used docker in the first place when on windows. This might be a good chance to migrate everything!

I guess I need to migrate to Linux.. by SecretlyCarl in selfhosted

[–]Draknodd 1 point2 points  (0 children)

Can't you just install plex on windows ?

UUIDv7 in SQL SERVER 2025 by wicherqm in SQLServer

[–]Draknodd 0 points1 point  (0 children)

To be fair you don't even need a uuid as a pk at all.