I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.
- 175 Posts
- 90 Comments
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
4·13 days agoThey also scraped some of my assembly code of which I’m pretty sure the latest version has a major bug. Let’s hope they don’t use these models to program my new PC’s bios.
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
1·13 days agoThe right move is to private all repositories you are uncertain of that you want them to be preserved forever in an AI training set.
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
13·13 days agoI just followed the opt out link and they’re making you open a public issue with a Markdown list with all your repositories you want removed.
Surely there has to be a better way to do this (probably the point).
Also why are they storing 4.71 TB in a Git repo? How are they going to deal with removal requests?
EDIT: It seems like they’re manually responding to the issues, wtf? There’s a perfectly fine GitHub auth system that they could use to verify everyone’s GitHub account / repository ownership
EDIT 2: This is apperently a collaboration between Hugging Face and ServiceNow, why is my companies IT ticketing system scraping all of GitHub?
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
2·13 days agoMy list includes GPL licensed repo’s
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
5·13 days agoIt doesn’t seem that way. My list contains several repositories that don’t have licenses, even some with GPL.
qaz@lemmy.worldto
Programming@programming.dev•Huggingface have scraped the entirety of Github.English
5·13 days agoNo, it seems to only be a subset of public repo’s.
I have like 65 repo’s and only 13 were scraped. I don’t get why they specifically scraped those though. They don’t have the most stars, they aren’t the oldest or newest, not the ones with the most forks, nor do I see a pattern based on programming language.
Too many people gloss over the fact how insane it is that some people genuinely believe non-believers burn forever in a magic post death torture world. Like how can someone think that while talking with someone, and be like, aw sucks for them, glad I submit to this ancient chain email creepypasta.
It still baffles me when I realize someone thinks like that.
qaz@lemmy.worldOPto
Programming@programming.dev•Codeberg voted to disallow projects consisting mostly by "generative AI"-toolsEnglish
141·17 days agoI don’t think the cost of hosting the repositories itself is the issue, more the legal problems and the fact that real projects get drowned out by the noise
It’s interesting how certain companies and organizations have such large ranges, 16m IP’s each for both that old printer company and a farmaceutical company is a lot. It really shows the history of the internet and how seemingly certain companies that adopted it first ended up with huge chunks of the available IPv4 space.
qaz@lemmy.worldto
Programmer Humor@programming.dev•git-llmfs, a git filter that will reduce your repo code size through the power of LLMs!English
2·21 days agoBetter than that
qaz@lemmy.worldto
Linux@programming.dev•Visor Is a New Graphical UEFI Boot Manager for LinuxEnglish
2·24 days agoHaven’t used Claude code myself, so I wouldn’t know, but a commit to delete only a comment is indeed pretty weird, also most of the commit messages are the GitHub default like “Update gui.h” which is also a bit odd.
qaz@lemmy.worldto
Linux@programming.dev•Visor Is a New Graphical UEFI Boot Manager for LinuxEnglish
18·24 days agoLooking at the GitHub repo it seems like the first commit was actually just 2 weeks ago and contained 12k lines. I can’t spot any AGENT.md files, but it does feel like the author quite new to this. That could be explained by them being 16 though like they say on their profile.
qaz@lemmy.worldto
Programmer Humor@programming.dev•Behold the future of programmingEnglish
8·25 days agoDeepseek recently published a paper in which they describe that vision tokens contain more information than text tokens and that this can be used to compress context.
We present DeepSeek-OCR as an initial investigation into the feasibility of compressing long contexts via optical 2D mapping.
Experiments show that when the number of text tokens is within 10 times that of vision tokens (i.e., a compression ratio < 10×), the model can achieve decoding (OCR) precision of 97%. Even at a compression ratio of 20×, the OCR accuracy still remains at about 60%. This shows considerable promise for research areas such as historical long-context compression and memory forgetting mechanisms in LLMs.
It reminds me of LLM caveman speak, it used to have another option to use Chinese instead of English. A language like Chinese is seemingly better at encoding information in fewer tokens and I think this is the same mechanism why OCR tokens work so well.
That said, I also doubt that voice messages are more efficient than text prompts, but it’s best not to waste too much time engaging with these sorts of LinkedIn posts (and LinkedIn in general).
qaz@lemmy.worldto
Linux@programming.dev•Avoiding Vendor Lock-in By Using KDE Plasma As Personal Knowledge BaseEnglish
4·28 days agoThis does not seem convenient at all, from the bash script to get relative links, to the file tags which are not synced across devices by standard git or file sync.
qaz@lemmy.worldto
Programming@programming.dev•OpenAI joins The Rust Foundation as a Platinun member and donates funds to support Rust maintenanceEnglish
5·2 months agoGreat choice, using some of that VC money for things that actually benefit the world
I think the original post/image kinda was, but the response/retweet doesn’t seem like it
Fun fact the LessWrong guy Yudkowsky who was/is an influential person in silicon valley wrote one of the most well known Harry Potter fanfics. At some point he apparently tried to get JK Rowling’s permission to publish it.
qaz@lemmy.worldto
Programming@programming.dev•Is there any use in learning an "easy" programming language?English
3·2 months agoGo seems like a good option to begin with; you can do a lot with it, and it’s not that complicated but does expose you to concepts like pointers.
There are plenty of very “serious” systems written in Go (e.g. Kubernetes), it’s not a toy language.


















True, I understand why this is better than all those companies scraping it individually (for both ability to opt out and site load), but the way they handled opt out is still quite silly.