Readit News logoReadit News
kreco commented on How we enforce .NET coding standards to improve productivity   anthonysimmon.com/worklea... · Posted by u/fratellobigio
maltalex · a month ago
If you’re working in the .net ecosystem, you need to grok msbuild. Is not exactly painless or elegant, but is incredibly powerful. Creating a nuget package that applies settings and configuration files to consuming projects is the tip of a very deep iceberg.

I’m the author and owner of a similar code style/code quality package in a fairly large company and went through a very similar process, culminating with writing our own Roslyn-based analyzers to enforce various internal practices to supplant the customized configuration of the Microsoft provided analyzers. Also, we discovered that different projects need different level of analysis. We’re less strict with e.g test projects than core infrastructure. But all projects need to have the same formatting and style. That too can be easily done with one nuget using msbuild.

kreco · 23 days ago
While msbuild is powerful, I strongly believe it should have been a standard C# language build system instead of a XML-based one.

Any non-trivial thing to do is a pain to figure out if the documentation is not extensive enough.

I really love C#, but msbuild is one of the weak links to me, almost everything else is a joy to use.

kreco commented on Copyparty – Turn almost any device into a file server   github.com/9001/copyparty... · Posted by u/saint11
chickenzzzzu · a month ago
Don't let others stop you. Pretend you never saw it
kreco · a month ago
Thank you!
kreco commented on Copyparty – Turn almost any device into a file server   github.com/9001/copyparty... · Posted by u/saint11
kreco · a month ago
Coincidentally, I started to do media server similar to this 3 days ago. I just want to serve any folder, then be able to download a file and watch videos with a decent video player.

Now I feel like crap seeing how amazing this project is.

kreco commented on I designed my own fast game streaming video codec – PyroWave   themaister.net/blog/2025/... · Posted by u/Bogdanp
kreco · a month ago
I have nothing interesting to say, but thanks for author and for the one who shared the article. It was a good read.
kreco commented on Instapaper Rakuten Kobo Integration   blog.instapaper.com/post/... · Posted by u/robin_reala
exe34 · a month ago
Is there a good open source version of instapaper? I need to give Wallabag another look - has anyone used it recently?
kreco · a month ago
I tried a year ago and then stopped after few days because it couldn't save properly reddit pages (new design or old design, does not matter).

From my experience it had the exact same behavior as the "Reading mode" feature from browsers. Which was not great overall.

No clue if there is something better than that though.

kreco commented on Steam, Itch.io are pulling ‘porn’ games. Critics say it's a slippery slope   wired.com/story/steam-itc... · Posted by u/6d6b73
JumpCrisscross · a month ago
> the evidence is coming half a century after when everyone got cancer

Yes. Then the evidence was suppressed for decades more. We have no analogy here.

> Precautionary principle should always prevail

Why? Why assume the status quo is perfect? Also, what part of pornography isn't embedded into the human status quo?

> don't use a random pesticide, unless you have a full proof that's it's harmless

There is no such thing as "full proof."

> without cigarette, without GMO and without pesticide humanity would still be fine, and maybe better without (if we stick with the cigarette)

Now do vaccines, antibiotics, filtered water, the agricultural revolution and every other life-saving invention.

kreco · a month ago
> Why? Why assume the status quo is perfect? Also, what part of pornography isn't embedded into the human status quo?

No one said that. But you should fool yourself saying that absence of evidence is evidence of absence.

Here is your own quote:

> I have seen zero evidence that any of these games are harmful.

kreco commented on Steam, Itch.io are pulling ‘porn’ games. Critics say it's a slippery slope   wired.com/story/steam-itc... · Posted by u/6d6b73
JumpCrisscross · a month ago
> when you see something that you think is harmful to society, what determines whether or not it's moral and appropriate to advocate for and work towards its abolition

Evidence. If you think something is harmful to society, you have a hypothesis. The next step is to test it. Not assume it's true and ban everything.

I have seen zero evidence that any of these games are harmful. If I had to hazard a guess, and this is again just a hypothesis, I'd actually suspect that a teenager exposed to porn games is less likely to suffer mental-health issues than one on algorithmic social media or forming intimate connections with chatbots.

kreco · a month ago
This is not the correct way.

If cigarette was banned from the beginning, we would still see people getting mad without much evidence.

The truth is the evidence is coming half a century after when everyone got cancer.

Precautionary principle should always prevail.

That's why we just don't go full GMO, and you would still not wait for any proof that "it's harmless".

You also don't use a random pesticide, unless you have a full proof that's it's harmless.

Additionally, without cigarette, without GMO and without pesticide humanity would still be fine, and maybe better without (if we stick with the cigarette).

TL;DR: You actually need a proof, but it's a proof that it's harmless and not the other way around.

kreco commented on The future is not self-hosted   drewlyton.com/story/the-f... · Posted by u/drew_lytle
esseph · a month ago
Can't backup game save on switch, then what am I doing with these memory cards with switch games data on them?
kreco · a month ago
Yeah.

The website [0] is pretty clear that the content of the game can go into a SD card, but the game save resides only in the internal memory.

You can find some ways to get them with some modding but nothing official.

[0] https://www.nintendo.com/ph/support/switch/data_management/i...

kreco commented on The future is not self-hosted   drewlyton.com/story/the-f... · Posted by u/drew_lytle
kreco · a month ago
I strongly agree with the global sentiment.

If you can't actually download a copy of a digital content as a mere file, then you can't really host it and serve it.

You can't host your own Spotify-clone even if you are allowed to listen to songs. However, you can still download music on Bandcamp to feed your Spotify-clone.

You can't host your own your own digital Video Game Store usually because of various DRM, or because it's painful to "export" the content and painful to "import" it back.

Still on the video game side, You can't even backup your game save (at least on the Nintendo Switch, Nintendo Switch 2 and Xbox Series), it's not because of any copyright infringement or IPs misuse, it's only a way for them to get more online subscription with online game save backup.

There is still a positive side: when it will become impossible to legally own anything, I'm pretty sure some illegal system will enable you to have a massive library of whatever you want at the cost of few clicks and/or a couple of bucks. I'm saying "positive side" even though it's illegal because I mostly talk about the comfort of having your own local library.

kreco commented on TODOs aren't for doing   sophiebits.com/2025/07/21... · Posted by u/todsacerdoti
zahlman · a month ago
I like these, although I wonder about the value of speculating about a performance optimization while neither just doing it nor profiling.
kreco · a month ago
I take it mostly as "I'm aware that it's algorithmically slow and could become a bottleneck if it scales but I have no time to profile it right now" so you create a note to point this out.

TL;DR: it's just a "TODO profile this".

u/kreco

KarmaCake day189January 26, 2018View Original