I've started building a visualization tool for mobile robots using the VDA5050 communication standard. There are some solutions already out there but most are either slow, resource intensive, or both. Especially for…
It depends for me. For my blog I have a web based editor, but one, that is just plain markdown with a preview. Similar to your described workflow. For a note taking app I decided to use WYSIWYG because I don't have the…
With how many times I have seen the "forum" for a community be a Discord server I would say that there has been a noticable shift away from independently hosted forums. Which is what I would associate with a "proper"…
I agree with your points, I just struggle with the stance that something is bad simply because AI was in the mix (which tbf is not what you are saying). The writing style is a little too much for my taste as well. At…
Thats a fair take. I think it still holds some value because an opinion does not lose validity simple because its being presented poorly, but I also understand that the importance an opinion has for you, should inform…
If you do end up joining feel free to dm me. same user as here.
I found great enjoyment from https://late.sh/. I'm not as active as I would like to be but the small community is still active enought that there is basically always someone around to chat with.
Thank you. That is want I attempted to say.
Does this actually relate to the code quality being observed by the agent? The readme isn't very clear on that IMO. I have some projects I'd love to try this out on, but only if I am to get an accurate representation of…
Funny, just today I talked with a co-worker about how be both feel like we are approaching Idiocracy. His nephew 'watered' their plants with Coke. Not quite Mountain Dew, but also not far off.
A statement made from either privilige, ignorance or both. Just because you might agree with the actions and behaviour of your current government enough, that you don't mind them being able to have a hand in your…
Looks really cool, though I don't know if the name is conducive to business. With just the URL I would not have clicked to see that the business is about.
My main takeaway was that I had no clue how large Krill can get. To think that Antarctic Krill is as long as the Bee Hummingbird is tall is absurd to me.
I really enjoyed building small apps with wails. Even though people would prefer that we all used native UI frameworks, the DX is simply incomparable to that of web technologies. And for most apps using browser based…
If you write your code such that you are hard to replace, because noone else would be able to understand what you were doing, I would consider that to be "bad taste" and "bad form".
I may be misunderstanding what you're trying to say, but I feel like this still suffers from one of the mentioned issues - situationality. Even the best actionable principles can be incorrect given a certain set of…
True, but I think its worth noting that inferring what a parameter could be is much easier if its something other than a boolean. You could of course store the boolean in a variable and have the variable name speak for…
When the message you push out through that websocket are something that server knows about intrinsically, as in, the message contents are produced by the server there is nothing wrong with the approach. When your server…
I have thought about this and I'm not sure that Electron really is to blame here. It makes building an application accessibile, which means that there will be lots of apps built with it, many of which won't be any good.…
Cool, I didn't know that. I agree that this is, at least often, a case of where your roots lie. Whats most shocking to me is that the likes of Apple and Mircosoft don't seem to be interested in/capable of building an…
I think the popularity of Electron is merely a testament to the fact that native UI libraries need to step up their game in terms of approachability.
I like and understand the paradigm of using web technologies to build GUI apps. I have yet to find any desktop framework that even comes close to the DX of using web tech. I recently explored both Tauri [1] and Wails…
Whilst I'm generally not against piracy - I think there are valid reasons as to why it's a thing - I can't help but feel like disguising pirating content under the veil of fair use is a bit far fetched and disingenuous.…
The generated images have an interesting surrealist feeling to them. This also makes me think that, for now atleast, including mirrors in photos/videos would be pretty potent to help prove that something is not AI…
I guess somone will have to create one. Same thing happened pretty quickly after FluentAssertions went paid. It then becomes a question if someone is willing to put in the work to actually maintain that project.
I've started building a visualization tool for mobile robots using the VDA5050 communication standard. There are some solutions already out there but most are either slow, resource intensive, or both. Especially for…
It depends for me. For my blog I have a web based editor, but one, that is just plain markdown with a preview. Similar to your described workflow. For a note taking app I decided to use WYSIWYG because I don't have the…
With how many times I have seen the "forum" for a community be a Discord server I would say that there has been a noticable shift away from independently hosted forums. Which is what I would associate with a "proper"…
I agree with your points, I just struggle with the stance that something is bad simply because AI was in the mix (which tbf is not what you are saying). The writing style is a little too much for my taste as well. At…
Thats a fair take. I think it still holds some value because an opinion does not lose validity simple because its being presented poorly, but I also understand that the importance an opinion has for you, should inform…
If you do end up joining feel free to dm me. same user as here.
I found great enjoyment from https://late.sh/. I'm not as active as I would like to be but the small community is still active enought that there is basically always someone around to chat with.
Thank you. That is want I attempted to say.
Does this actually relate to the code quality being observed by the agent? The readme isn't very clear on that IMO. I have some projects I'd love to try this out on, but only if I am to get an accurate representation of…
Funny, just today I talked with a co-worker about how be both feel like we are approaching Idiocracy. His nephew 'watered' their plants with Coke. Not quite Mountain Dew, but also not far off.
A statement made from either privilige, ignorance or both. Just because you might agree with the actions and behaviour of your current government enough, that you don't mind them being able to have a hand in your…
Looks really cool, though I don't know if the name is conducive to business. With just the URL I would not have clicked to see that the business is about.
My main takeaway was that I had no clue how large Krill can get. To think that Antarctic Krill is as long as the Bee Hummingbird is tall is absurd to me.
I really enjoyed building small apps with wails. Even though people would prefer that we all used native UI frameworks, the DX is simply incomparable to that of web technologies. And for most apps using browser based…
If you write your code such that you are hard to replace, because noone else would be able to understand what you were doing, I would consider that to be "bad taste" and "bad form".
I may be misunderstanding what you're trying to say, but I feel like this still suffers from one of the mentioned issues - situationality. Even the best actionable principles can be incorrect given a certain set of…
True, but I think its worth noting that inferring what a parameter could be is much easier if its something other than a boolean. You could of course store the boolean in a variable and have the variable name speak for…
When the message you push out through that websocket are something that server knows about intrinsically, as in, the message contents are produced by the server there is nothing wrong with the approach. When your server…
I have thought about this and I'm not sure that Electron really is to blame here. It makes building an application accessibile, which means that there will be lots of apps built with it, many of which won't be any good.…
Cool, I didn't know that. I agree that this is, at least often, a case of where your roots lie. Whats most shocking to me is that the likes of Apple and Mircosoft don't seem to be interested in/capable of building an…
I think the popularity of Electron is merely a testament to the fact that native UI libraries need to step up their game in terms of approachability.
I like and understand the paradigm of using web technologies to build GUI apps. I have yet to find any desktop framework that even comes close to the DX of using web tech. I recently explored both Tauri [1] and Wails…
Whilst I'm generally not against piracy - I think there are valid reasons as to why it's a thing - I can't help but feel like disguising pirating content under the veil of fair use is a bit far fetched and disingenuous.…
The generated images have an interesting surrealist feeling to them. This also makes me think that, for now atleast, including mirrors in photos/videos would be pretty potent to help prove that something is not AI…
I guess somone will have to create one. Same thing happened pretty quickly after FluentAssertions went paid. It then becomes a question if someone is willing to put in the work to actually maintain that project.