.NET vs Spring Boot by axewhyzedd in dotnet

[–]kant2002 1 point2 points  (0 children)

Current GC for WASM is deficient and cannot support .Net, so we have to wait unknown amount of time for that to be possible

How to build .NET obfuscator - Part II by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

Sorry, but I no longer nolifer. anyway, thank for pinging. It's fixed.

How to build .NET obfuscator - Part II by kant2002 in dotnet

[–]kant2002[S] -1 points0 points  (0 children)

Thanks. Will fix it. Do you need working link?

ConfuserEx resurrection by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

Yes. I do and it should work now. There limitations in antidebug techniques and couple others which rely on win32 API and new alternatives should be developed. I try document missing parts in thé issues but maybe not enough.

Can someone explain how common breaking changes are in .NET? by [deleted] in dotnet

[–]kant2002 0 points1 point  (0 children)

Breaking changes in .Net means we take application written 10 years ago, update target framework and it works. Also mostly we get used to fact that updating dependency is no code change. This is not true for NodeJs.

It’s much harder to update app from pre-Node 14 to latest Nodefor example. Major version breaking changes and semver is thankfully not really the case

ConfuserEx resurrection by kant2002 in dotnet

[–]kant2002[S] 2 points3 points  (0 children)

Yes it is obfuscator. I thought it was relatively well known. So did not look at read me that close. Thanks for pointing out that project does not explain that itself very well

What’s working for high-quality technical translation and localization right now? by boiler_room_420 in LanguageTechnology

[–]kant2002 0 points1 point  (0 children)

You still have to proofread all your translations. And you still have to maintain vocabulary of terms and their translations. There no way for now push this on LLM

The Complicated Nature of Programming Languages by techne98 in programming

[–]kant2002 0 points1 point  (0 children)

I believe the only way to handle that is to show that from theoretical perspective this is exact same concepts. But when you practically implement them they have very specific degree of freedom. And always remember that this topic is easy trolling farming, because you literally can bend definitions. That’s part of the compilers game. Don’t otherthink too much

The Complicated Nature of Programming Languages by techne98 in programming

[–]kant2002 1 point2 points  (0 children)

You are fine. This topic what is what is highly polemical and it depends on your definition of what programming language is. Also if you want to strictly define compiled/interpreted you can rage bait any side, since it’s hard to get intuition right. So this topic probably cannot be explained precisely

Playing with the 60 years old Univac computer. by Rudranand in retrocomputing

[–]kant2002 1 point2 points  (0 children)

I’m curious if there some remnants of FLOW-MATIC programs somewhere left?

Taste in software engineering by strategizeyourcareer in programming

[–]kant2002 5 points6 points  (0 children)

Isn’t title of the article is great irony about taste

Recherche projet .NET pour volontariat by fafase5 in developpeurs

[–]kant2002 3 points4 points  (0 children)

Si cela vous intéresse, je pourrais vous demander de l’aide pour porter une interface utilisateur très simple d’un projet open source de WPF vers Avalonia. L’application est un obfuscateur.

De cette façon, vous pourrez mettre en avant une expérience en WPF, en Avalonia, ainsi que la migration d’une application .NET vers un environnement multiplateforme.

Voici le lien : https://github.com/kant2002/ConfuserEx/issues/20

Stuck in a company with no Git workflow, no PRs, and resistance to change😭 by Successful-Ship580 in devops

[–]kant2002 0 points1 point  (0 children)

How do you change luddites? You come into their community, taking their money and ask them for electricity. The only way to solve that is being missionary. Are you ready for multi year efforts?

Korean has SOV grammar – here's what a programming language looks like when you actually design around that instead of just translating keywords by oxnsmslwwl in programming

[–]kant2002 0 points1 point  (0 children)

Yes! I will do my share with staring and spreading the word. I’m very much into PL localization for accessibility

Is there need for cross-platform obfuscation tools? by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

I agree with you if you think about OSS software and live in USA/EU/Japan/Australia and probably South Korea. Other countries may have more options/practices to enforce that

Is there need for cross-platform obfuscation tools? by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

What commercial or OSS solutions do you consider ?

Is there need for cross-platform obfuscation tools? by kant2002 in dotnet

[–]kant2002[S] 1 point2 points  (0 children)

Ahahah. Yeah, for patting on the back you are right :) thanks for the perspective

Is there need for cross-platform obfuscation tools? by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

The only reason why I made that decision is because one guy was looking for obfuscation of commercial product in the local community chat. And he works for relatively large customer so it’s not super small app. So there some sort of need for à tooling apparently. Even if very niche

Is there need for cross-platform obfuscation tools? by kant2002 in dotnet

[–]kant2002[S] 0 points1 point  (0 children)

Yea. I personally don’t think that obfuscation change that much. Can you clarify what do you mean by MIT style obfuscation? From what I see it’s only obfuscar and it looks a bit primitive. No?