jen
jen
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
theres many ways of doing it that doesnt require storing them in a list somewhere
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
:nso_ame_shrug:
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
with an event
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
or just invert the responsibility
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
no?
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
yes, it keeps looping
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
you dont need to have a "list" of them anywhere
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
its just a normal http call
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
you dont have to no
134 replies
CC#
Created by Lamar on 2/17/2025 in #help
✅ How to notify clients when an db update occurs
ive done something similar, sse + push an update when something occurs somewhere else, i used normal .net events, the class handling the sse connection has an event listener for it and an async loop
134 replies
CC#
Created by Pdawg on 11/17/2024 in #help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
a pointer is just as fast for anything as long as its in cache
259 replies
CC#
Created by Pdawg on 11/17/2024 in #help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
nativememory and a pointer
259 replies
CC#
Created by pseudo on 10/18/2024 in #help
Any case where `TError` can't be boxed in example?
just make the fields unnullable and cope with it
15 replies
CC#
Created by pseudo on 10/18/2024 in #help
Any case where `TError` can't be boxed in example?
thats just how it works
15 replies
CC#
Created by pseudo on 10/18/2024 in #help
Any case where `TError` can't be boxed in example?
and honestly dont put too much thought into it
15 replies
CC#
Created by pseudo on 10/18/2024 in #help
Any case where `TError` can't be boxed in example?
thats just a nullable value type
15 replies
CC#
Created by pseudo on 10/18/2024 in #help
Any case where `TError` can't be boxed in example?
i dont know what you mean by boxing here
15 replies
CC#
Created by TJacken on 3/8/2024 in #help
Template system for chat gpt ASP.NET Core
this adds an unnecessary indirection when value could be in template_tag just fine
11 replies
CC#
Created by TJacken on 3/8/2024 in #help
Template system for chat gpt ASP.NET Core
i dont see anything wrong with the initial picture you posted, except that tag has a template_id. tags should be reusable across templates
11 replies
CC#
Created by TJacken on 3/8/2024 in #help
Template system for chat gpt ASP.NET Core
i dont see if that adds any value, compared to your initial design
11 replies