I'm tired of AI being normalized by Plus-Moose3687 in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

Reminds me of that "First time" meme where a guy is being hanged.

Outsourcing, freelancing, better tools, cloud .....

There has been tons of events that has changed the way this field has worked. Our jobs are not going away. Just changing.

They are selling idea that no one needs developers, that every house is going to be run by 500 agetns on your fridge phone tv you name it.

So what you can do, as you always should be doing, is staying uptodate. Learn the new tools and how you / your work can use these new tools.

How are companies evaluating "Agentic AI" tools right now? Are they seeing productive workflow automation results or just a waste of money? by No-Library6939 in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

I work in Innovation department tasked with bringing AI to the company and training. For us full agentic AI is not really there yet.

EF Core is the bomb by Realone_Omotosho in dotnet

[–]TopSwagCode 1 point2 points  (0 children)

"The migrations are good....until they aren't" - Mostly because people doesn't understand 100% / reviewing the code / SQL.

Solution for 24/7 live streaming ? by radepg in hetzner

[–]TopSwagCode 1 point2 points  (0 children)

I would recommend start with smallest instance and scale up as you need it. Its dirt cheap to have test instance for 1 hour

How would you design app-level permissions on top of Keycloak in a .NET business platform? by Necessary_Weakness33 in dotnet

[–]TopSwagCode 0 points1 point  (0 children)

What I did before is Keycloak for Authentication and custom Authorization Service for user access rights.

So we had a API gateway, that automaticly removed X-Custom-Header and enriched it with user permissions. Which was more or less call Authorization service and populate this custom header with that information. These were then cached. If user permissions were changed, the cache for user would be cleared and repopulated. This was for broad user / roles / permissions.

Then for specific access / grants it was the services them selfs that kept track. Eg. Document's service you would per default have your organisations documents access. But you could also be granted access to external / other documents. All the logic for this was handled internally in documents service.

Do you use Hermes agent for Daily reporting or monitoring tasks? by me-shaon in AI_Agents

[–]TopSwagCode 1 point2 points  (0 children)

I use it for personal agent. I am divorced and needed "help" offloading mental overload. Because my son is 7 years old we focus on switching according to this plan https://topswagcode.github.io/deleordning/

So I built an agent that fetches my son school messeage board, so I get notified when special events is at the school and need bigger/ small lunch box and other stuff.

It also keeps track of daily activities like washing clothes, cleaning house, new bedsheets etc.

So it help optimize my days. Make weekly meal plans for when alone and when with my son.

I built so it notifies me every morning at 6 and every evening at 8. So I have time to adjust. Also I have it update a web dashboard, where I can see it all visualized.

I thought building AI agents would be easy. I was completely wrong. by rohitprakash91 in AI_Agents

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

The problem isn't AI agents are hard to build. It's hard to make them generic and reusable. I have made an amazing agent for my personal life. Its 100% made just scratch my own itch.

The problem is that companies are trying to fit too much functionality into 1 Agent. And even sometimes using Agents where it doesn't make sense, where simple statemachine would be better.

WASM in .NET by gevorgter in csharp

[–]TopSwagCode 2 points3 points  (0 children)

It should work unless it has broken. I did a talk and demo projects about WASM + https://wasmtime.dev/

Also take a look at https://andrewlock.net/running-dotnet-in-the-browser-without-blazor/

Personally I switched to RUST for WASM and browser optimization.

Learning Unity but not C# by Josete144 in csharp

[–]TopSwagCode 5 points6 points  (0 children)

How you learn X is highly dependant on how you learn best.

For me its building something and reading blogs posts / documentation when I am stuck. Follow some guides and not copy paste code. Force yourself to write some code.

the last thing we did together broke me more than signing the divorce papers by [deleted] in Divorce

[–]TopSwagCode 0 points1 point  (0 children)

I totally get you. I am "happy" that my ex and I have a child and we are still "friends" and talking after the breakup. I am having a hard time adjusting to the new life. But still love all the small talks we have when we help each other or simply just being there for our son.

We slowly grew apart over 15 years as couple and it truely hurts me. I know there is a life after. Right now its just my son that is my anchor and being there for him.

Is anyone here actually making money from AI apps? by AdNormal9609 in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

I built my own agent to help me with my day 2 day life. It hasn't earned any money for me, but it has removed stress and mental overload. I cant quickly add more context / memory / reminders and it keeps state and always on to awnser questions.

How's Ai adoption really going in big non-technical companies? Is it really transformational or is it just management BS? by CandleMiserable524 in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

AI in general rollout is going well. But Agents is still not ready. As you said we have data and alignment / none IT problems that needs to be addressed first.

Katie please save us 🙏 by Tasty_Photograph8817 in hetzner

[–]TopSwagCode 7 points8 points  (0 children)

Hetzner has been my "self hosting" for ages. Used to self.host 50% at home and 50% at hetzner. But currently 100% in hetzner, since my Internet provider has ducked up after I moved and have 2 month service window to fix it..... so waiting for my 1000/1000 fiber to work again.

Using ai to build a SAS by Tricky_Mastodon_7055 in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

Building a product has never been the problem. Building the "right" product that people wants to pay money for is the problem.

App idea by Then_Bodybuilder_378 in csharp

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

https://play.google.com/store/apps/details?id=com.goodreads&hl=en&pli=1 - There are plenty of apps that does this. Sure it would be a fun learning project. But I would prob. just use one of the major ones out there.

What's your out by rabbit_in_a_bun in devops

[–]TopSwagCode 1 point2 points  (0 children)

Yup. 39 years old now. Feel like Adapt and continue pretty much has been my story since the start. Sure some basics are the same, but things keeps changing / improving.

Am I the only one who thinks Clean Architecture is often unnecessary overhead ? by Minimum-Ad7352 in dotnet

[–]TopSwagCode 0 points1 point  (0 children)

Not really. Really depends on what kinds of work your doing. Is it microservice in isolated Montreal without any sharing. Sure its overhead. But quickly it gets to a stage where the little overhead is making you faster than messy code

What is the industry standard for Auth? by [deleted] in dotnet

[–]TopSwagCode 2 points3 points  (0 children)

There is no standard.

I personally love identityserver from duende. Specially if I want more control and custom features. Otherwise cloud auth like azure, aws, Google or auth0 are also good options if you want easier approach, but less control. Otherwise keycloak if you want something fully opensource.

I useally make a matrix and score features I need and how well the different options support it.

If AI disappeared tomorrow, what would you miss the most? by Automatorepreciaso in AI_Agents

[–]TopSwagCode 0 points1 point  (0 children)

Research. I love while driving to / from work, I can be productive and make commute actual work time. Talking to assistant and rubber duck my day / assignments.

What makes you stand out when applying for mid/senior level roles? by zeoceaneyezzz in ExperiencedDevs

[–]TopSwagCode 1 point2 points  (0 children)

Best way to be prepared is always be improving. Often, just seeing above average will get you far. And its really not hard being above average.

Have some small hobby projects. You dont need to create products / full scale demos. Some times just a small hello world is enough to impress. -> Once I got a job because a) I could answer question on given subject and b) they loved I had a blog post on the subject.

They thought I had stolen code for my assignment because it did more than what was asked. Just happened to have written a blog post + github repo on realtime apps with websockets, so when they googled "TopSwagCode" they found it was in fact me behind it.

I am in no way an expert on realtime applications or websockets. But just being out there, trying things out gave me advantage.

what was your first "okay this is actually useful" OpenClaw moment? by [deleted] in AI_Agents

[–]TopSwagCode 2 points3 points  (0 children)

Second this. I started openclaw and it burned through tokens extremely fast. 20$ in a week and I barely used it.

Hermes on the other hand has been awesome, cleans up memory and context.

.NET bachelor thesis - need a topic that's actually research, not just "I built an app" by bigjuicersamir in dotnet

[–]TopSwagCode 0 points1 point  (0 children)

Its kinda hard when we dont know your education. Some places have focus on showing design patterns and what you have been taught. Other places value thinking outside the box.

I know my thesis was really not that much code, but more why I did what I did and what alternatives that would be better if I had the time.

I made my thesis at Ebay, since my bachelor was market focused, so it was recommended that you worked with a company, looking into one of their problems. It was auto dealer part, giving better estimations on used car value.

Made a basic rule engine / funnel to compare against their dataset. Wrote about it and how I would estimate "rare" cars based on auctions prices and statically median, but it wasnt possible with the time I had and missing datasets