Replies

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

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

There are days when I hate programming. I've wasted a few hours realising that the difference between those two images caused random crashes. Shall I tell you what was wrong, or do you want to solve the riddle?

image/png

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh @ferrata or to be precise, await... The async/await model in .NET is definitely not the favourite part of it...

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh @ferrata you know that I'm using Rider, but it didn't help me this time 🤷‍♂️

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

Some time ago, I wrote that I won't use .NET for now, and now I checked it again. Result? It got better! Now I can finally use it! 😅 I faced some issues again, but non-blocking this time. It's clearly visible that the team is motivated and working hard to improve it.

I was really impressed by the response time, discussion on Discord with @davidfowl and quick turnaround for the issues I found. Much appreciated!

1/

oskardudycz,
@oskardudycz@hachyderm.io avatar

Aspire still has rough edges, but now I see already that it can become useful for the local dev. For deployment? Possibly, but I need to learn more.

It's not yet time to say for 100% that it'll be my default option for .NET projects, but I appreciate the pace at which it evolves. I'm planning to spend more time on it and maybe even contribute. Definitely not Nay anymore 🙂

2/

oskardudycz,
@oskardudycz@hachyderm.io avatar

If you're curious my current state of the art, check the PR https://github.com/oskardudycz/EventSourcing.NetCore/pull/250

It's not perfect, but it already uses multiple services with service discovery, Kafka, PostgreSQL with Marten.

Stay tuned, I'll have more stuff there soon.

3/3

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Time to start up a VM, in an Emulator, in a Simulator, in another VM, in a sandbox, in a simulator emulator.

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh so you’re telling me that you’re going cloud native? 🤔

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

I really think that Event Sourcing, with its repeatable patterns and focus on business, can streamline development. Yet, learning it may be challenging. You need to learn both new approaches and tooling. That’s why I decided to publish Emmett to package safe defaults and my state-of-the-art. I don’t want to replace or compete with existing tooling but guide you through this journey.

1/

oskardudycz,
@oskardudycz@hachyderm.io avatar

Tests are first-class citizens in Emmett. I think that’s a pretty rare thing. I want to make getting the trust in your code and yourself smoother while going through the Event Sourcing journey. The proportion between unit, integration and end-to-end tests is up to you. The most important part is that I’ve got you covered. How?

So here it is, new article: Testing Event Sourcing, Emmett edition: https://event-driven.io/en/testing_event_sourcing_emmett_edition/

Feedback is more than welcome! 🙂

2/2

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

What's the most challenging in building Node.js or TypeScript applications? What's the most annoying for you or missing feature in current tools?

I have a few ideas on how to improve DevEx experience in , but I wouldn't like to only base on my own bias. Any feedback counts 🙂

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh that's true. I'm lucky that I can be opinionated here and assume some stuff (for now). Plus TypeScript helps a bit, as you still need to do transpilation.

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

We're too often trying to show ourselves as busy bees. Sometimes it's a 21st-century fetish, sometimes it's accidental. In both cases, this can be dangerous as we may be putting pressure on other people who follow us. I wrote a short article on that for you and myself not to forget about that.

https://event-driven.io/en/keeping_overachieving_freak_on_a_leash/

1/

oskardudycz,
@oskardudycz@hachyderm.io avatar

Too often, people tell me that I'm constantly busy while I'm working less than I did a few years ago. Knowing myself and how mental health is important, I should also look more at not leaving such false impressions as that can cause FOMO for others.

2/2

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh 💯

Plus, with the constant flow of the information, all those updates are mixing each other. It's easy to fall into the vicious circle of being obliged to do something.

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

Prepare 🍿 for the next epic idea from the .NET Team!
https://github.com/dotnet/aspnetcore/issues/53219

oskardudycz,
@oskardudycz@hachyderm.io avatar

@khalidabuhakmeh MS will do MS things 🤷‍♂️

oskardudycz,
@oskardudycz@hachyderm.io avatar

@wikiyu @khalidabuhakmeh I think that they're just doing what they believe is good for their business. That'd be fine if they were frank on that.

I think that .NET is becoming more and more MS internal tool.

oskardudycz, to random
@oskardudycz@hachyderm.io avatar

It always amazes me how easy it is to project our biases into general advice and best practice. It's hazardous if they're made into "just do X" or "don't do Y".

E.g. "just use trunk-base development", "don't do code reviews on feature branches". Is it really so easy? Is it "just"?

I remember trunk-based development done in SVN when code reviews weren't the norm. I don't regret that they're past.

1/

oskardudycz,
@oskardudycz@hachyderm.io avatar

Conway's law should taught us already that changing a tool without changing the organisation won't make a bigger impact.

I'm fed up seeing it again, bashing one approach and just praising the other.

I'd like to see the nuanced take explaining how to transition from one method to another. How to make that actionable and why to apply it and in which context.

Pros and cons of choosing one over another and explaining the problem we want to address.

2/

oskardudycz,
@oskardudycz@hachyderm.io avatar

So if one doesn't have the time to do a code review on the feature branch, then do we really believe that one will find it to do it after the merge?

Is the feature branch actually an issue? Or maybe long-lived branch.

We should explain how to teach people and how to shape team culture. Showing how to apply that in contexts other than small teams and being an architect. But taking the bigger organisation with older practices and showing the journey also for middle-managers

3/

oskardudycz,
@oskardudycz@hachyderm.io avatar

I think that all people that want to impact others should read before: https://martinfowler.com/articles/authorial-stance.html

4/4

natalie_perret, to random

Tried out Marten with F# again at work today, the amount of unmanaged memory: thru the roof of JetBrains dotMemory (~2GB+).

One day, I might be able to afford spending some time coding a repro, but the stuff was clearly occurring in a Marten-only section, and only with a handful of calls, just appending a bunch of events and then reading them.

As a matter of fact, replacing Marten with a full in memory event store (backed with a .NET Dictionary<string, obj list>) proved to be using less mem).

oskardudycz,
@oskardudycz@hachyderm.io avatar

@natalie_perret @khalidabuhakmeh @jeremydmiller that may be related. Keep us posted when you’re able to reproduce it 🤞

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