@vekzdran@hachyderm.io
@vekzdran@hachyderm.io avatar

vekzdran

@vekzdran@hachyderm.io

Freelance software developer enjoying the .NET and web land. I love learning, talking and teaching all tech! 😎

I like to paint! Toots in HR and EN.

I will follow you back, like in the old Twitter days. :-)

This profile is from a federated server and may be incomplete. Browse more on the original instance.

vekzdran, to dotnet
@vekzdran@hachyderm.io avatar

Installed @jetbrainsrider 2024.1 today HOLY COW!

Awesome!

Good job JBR team! Awesome! The terminal is super great now!! The monitoring window is very useful! The top of editor code snippet is super cool like in VSCode!

vekzdran, to dotnet
@vekzdran@hachyderm.io avatar

Hear me out folks.

If I could ask for one wish from the C# team, it would be naming generic parameters of types eg.

Dictionary<int userId, string username>

List<string username>

How would that make the world much easier...

I don't want to use own types*, yes I know I can do that.

Also, I do not like DDD and I enjoy primitive obsession.

vekzdran, to hardware
@vekzdran@hachyderm.io avatar

This is a mindblowing read. I know shit about , , remote accessing physical servers, ... literally my first encounter with this topic, and this was so good, so happy for the author that they now made it a to a full-fledged product: https://mtlynch.io/tinypilot/

vekzdran,
@vekzdran@hachyderm.io avatar

Such an inspirative story: https://mtlynch.io/solo-developer-year-6/

vekzdran, to blender
@vekzdran@hachyderm.io avatar

Friends, I am a total noob developer to CGI and Perl!

So I decided to finally try it.

It is so good and fun! I can totally understand the hype people had when then I was playing in the sandbox, literally in a sandbox.

This is my first CGI server app, screenshot is just amazing. Definitely adding this to my toy Github projects.

vekzdran,
@vekzdran@hachyderm.io avatar

If anyone is interested, here is the source code: https://github.com/vmandic/cgi-perl-hello-http

You can run it in two commands as I explain in the "how to use" section.

Enjoy!

vekzdran, to mastodon
@vekzdran@hachyderm.io avatar

How do I modify the followed tags on ?

vekzdran, to dotnet
@vekzdran@hachyderm.io avatar

I have not tried Aspire.

Have you?

I work on an ideal stack from what I understand for it - docker swarm.

J_aa_p, to CSharp
@J_aa_p@mastodon.social avatar

TIOBE Index for January 2024

January Headline:

C# is programming language of the year 2023!

https://www.tiobe.com/tiobe-index/

#csharp #dotnet #blazor

vekzdran,
@vekzdran@hachyderm.io avatar

@J_aa_p cool, but IMHO Tiobe is just plain useless. It is kind of misleading to say C# is PLOTY. The metric measures search engine results. So we can say it is the language with the most search engine results.

What it proves is that just more people write about it.

But then again... I am happy that C# is being accepted more and more 😀

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Hey folks, I need your help.

In your opinion, what are the core concepts of memory management in the .NET space?

Please boost for reach.

vekzdran,
@vekzdran@hachyderm.io avatar

@khalidabuhakmeh

  1. Understand GC, basics at least, collection generations
  2. Understand work modes of GC server vs worker and bg processing
  3. Configuring GC with ton of its flags
  4. Reference and value types in C#
  5. What "zero allocation means", test in practice with some sample code (I'd love to see this from both .NET docs and JBR docs)
  6. Understand that the compiler will generate more code than the user writes eg. async state machine, closures
  7. Use memory profiler & snapshots
paulcook, to dotnet

Visual Studio vs JetBrains Rider.

⚔️ FIGHT!🛡️

I've been using JetBrains Rider for the past few months and it's been great - but I'm not 100% convinced it's better than Visual Studio.

Some things - yes.

But VS has really caught up in most areas.

What's your opinion?

vekzdran,
@vekzdran@hachyderm.io avatar

@paulcook It's hard to say for me, I have switched explicitly to Rider for the last 1-2y, what I can say is that I did not have a need to ever go back into VS, Rider does everything I need, even the performance measurements for memory and object allocation tracking, very well, both on Mac and Windows.

I am very happy with JBR and will continue to use it mostly as I work from a MacOS partially.

vekzdran,
@vekzdran@hachyderm.io avatar

@paulcook I don't know what is that feature, you mean (re)format code? I don't use it so I don't know, I run a dotnet format on pre-commit instead.

vekzdran, to random
@vekzdran@hachyderm.io avatar

Ping!

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar
vekzdran,
@vekzdran@hachyderm.io avatar

@khalidabuhakmeh id go verbosity++ as default but… one can always build a static analyzer to suggest this or force editorconfig ie. dotnet format

vekzdran, to random
@vekzdran@hachyderm.io avatar

So birdsite has 40x users than masto? Over half bil.

vekzdran,
@vekzdran@hachyderm.io avatar

@khalidabuhakmeh right, ah, like total count also makes sense… 🙈 but undeniably a lot larger user base, guess masto users are not all fediverse ones also.

thomasfuchs, to random
@thomasfuchs@hachyderm.io avatar

Twitter is pulling a self-DDoS? 😂

vekzdran,
@vekzdran@hachyderm.io avatar

@thomasfuchs because tweets cant be loaded better retry getting them 🤪😂🤣

Migueldeicaza, to random
@Migueldeicaza@mastodon.social avatar

Become ungovernable

vekzdran,
@vekzdran@hachyderm.io avatar
vekzdran, to random
@vekzdran@hachyderm.io avatar

Good morning - that is "dobro jutro" in Croatian.

vekzdran,
@vekzdran@hachyderm.io avatar

@sharan and that is right! I sometimes tell people it’s “Balkanian”😄 (sounds cool to me).

vekzdran, to random
@vekzdran@hachyderm.io avatar

Why are claims named claims in websec? What do we or someone or sth claim? I hate the word in mothertongue (Croatian) - “vjerodajnice”, literally meaning the thing you put trust into or you could trust? So… translating back to English would be: Trustables 🤣 I like trustables!

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

👋 Hey folks. Do you feel like there are any gaps in the ecosystem when it comes to solving your issues and developing solutions? If so, what are they?

Please boost for reach :)

vekzdran,
@vekzdran@hachyderm.io avatar

@khalidabuhakmeh native AOP or method templating, and you know it... killer AOT :D

vekzdran,
@vekzdran@hachyderm.io avatar

@khalidabuhakmeh that is great point to worry about, never thought that far "out of the box", well, we shall see, lets hope for the best

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • Durango
  • thenastyranch
  • ngwrru68w68
  • InstantRegret
  • DreamBathrooms
  • modclub
  • magazineikmin
  • Youngstown
  • everett
  • ethstaker
  • slotface
  • rosin
  • anitta
  • kavyap
  • osvaldo12
  • GTA5RPClips
  • cisconetworking
  • provamag3
  • khanakhh
  • tacticalgear
  • cubers
  • Leos
  • normalnudes
  • megavids
  • tester
  • lostlight
  • All magazines