Skip to content

Commit 452e7e9

Browse files
committed
Minor adjustments
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent 0fba1d2 commit 452e7e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

website/blog/agentic-scancode-port-case-study/2026-06-23-agentic-rust-port-case-study.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ We also need practitioners on both sides of this conversation, open source maint
107107

108108
Building those frameworks begins with the next conversation, and that conversation is open to everyone.
109109

110-
P.S. Detecting this kind of AI-assisted obfuscated porting is exactly the problem that motivated our recent AI-Generated Code Search project, now integrated into AboutCode MatchCode code matching engine. MatchCode is designed to identify code that has been structurally reproduced across language boundaries. This matches not just token-level similarity but also algorithmic and architectural similarities using fingerprints. If you are a maintainer concerned that your project may have been ported or replicated without attribution, it is worth joining us so we can assist you in running your codebase through MatchCode as a baseline. The tool exists precisely because provenance questions like this one are becoming more common. This is not a silver bullet, but it can help.
110+
P.S. Detecting this kind of AI-assisted obfuscated porting is exactly the problem that motivated our recent AI-Generated Code Search project, now integrated into AboutCode MatchCode code matching engine. MatchCode is designed to identify code that has been structurally reproduced across language boundaries. This matches not just token-level similarity but also algorithmic and architectural similarities using fingerprints. If you are a maintainer concerned that your project may have been ported or replicated without attribution, it is worth joining us so we can assist you in running your codebase through MatchCode as a baseline. The tool exists precisely because provenance questions like this one are becoming more common. This is not a silver bullet, but it can help.

website/src/components/HomepageContent/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190

191191
.projectLinkRow {
192192
max-width: 1200px;
193-
margin: 1rem auto 0;
194-
text-align: right;
193+
margin: 0.4rem auto 0;
194+
text-align: left;
195195
}
196196

197197
.projectLink {

0 commit comments

Comments
 (0)