1
16
2
66

We’ve been searching for a memory-safe programming language to replace C++ in Ladybird for a while now. We previously explored Swift, but the C++ interop never quite got there, and platform support outside the Apple ecosystem was limited. Rust is a different story. The ecosystem is far more mature for systems programming, and many of our contributors already know the language. Going forward, we are rewriting parts of Ladybird in Rust.

Porting LibJS

I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. It was hundreds of small prompts, steering the agents where things needed to go. After the initial translation, I ran multiple passes of adversarial review, asking different models to analyze the code for mistakes and bad patterns.

3
62

Does anyone know of a FOSS weather station? I have a Linux based home computer lab and I want to be able to track atmospheric pressure, temperature, and wind specifically. It would be nice to be able to detect rain as well if possible.

So I need both a server to have on linux, PLUS the weather station. Does anyone have any recommendations? I strongly prefer large amounts of open documentation as well.

Thank you!

4
22
submitted 1 day ago* (last edited 1 day ago) by illusionist@lemmy.zip to c/opensource@lemmy.ml

I posted already in c/art https://lemmy.zip/post/59580730 but I'd love to have an open solution which is why I post it here as well

I'd like to view more art. Where do I find it?

And after finding a nice picture, how can I save it and store it for later? How can I share "my collection"?

Not only digital art but art from 100 years ago but digital. Is there some wikipedia/openstreetmap/listenbrainz/tmdb for art?

Currently, I save the images and post them to my pixelfed profile (privately) with the source link and a title. It works but it is stupid.

I already asked about theater and neodb was an option but I don't think that that you could apply it to art https://lemmy.zip/post/58053680

5
264

cross-posted from: https://sh.itjust.works/post/55598715

‘Privacy Nightmare on Wheels’: Every Car Brand Reviewed By Mozilla — Including Ford, Volkswagen and Toyota — Flunks Privacy Test

Originally found on privacy@lemmy.ml

6
219

About enshitification, open source and AI pollution

7
46

Recently I started doing translation suggestions for co-maps, and I felt like this was a good way to contribute to OSS (since I don't have much money lying around).

Are there any other projects that you know of that want/require translations to Pt-Br?

8
26

Supercell Wx is a free, open source application to visualize live and archive NEXRAD Level 2 and Level 3 data, and severe weather alerts. It displays continuously updating weather data on top of a responsive map, providing the capability to monitor weather events using reflectivity, velocity, and other products. I use the AppImage.

https://github.com/dpaulat/supercell-wx

9
70
submitted 5 days ago by Shatur@lemmy.ml to c/opensource@lemmy.ml

cross-posted from: https://ibbit.at/post/180472

When World of Warcraft was launched in 2004, it became somewhat of a juggernaut in the MMORPG space. Millions of players continue to login every month. [Kelsi Davis] is one such player, but she doesn’t always log in with the regular client anymore. That’s because she put together WoWee—an open-source alternative of her very own.

WoWee is an acronym—World of Warcraft Engine Experiment. Coded in native C++, it’s a homebrewed client that uses a custom OpenGL renderer to display the game world. [Kelsi] notes that it’s strictly an “educational/research” project, built without using any official Blizzard assets, data or code. Instead, it grabs some client data from a legally-obtained install to operate and loads certain assets this way.

It’s currently compatible with the vanilla game as well as The Burning Crusade and Wrath of the Lich King expansions. It should be highlighted how much work this project has already involved—with [Kelsi] needing to recreate various functional minutae in the game, from character creation screens to weather systems and skyboxes. There’s still a lot to do, as well, like adding 3D audio support and making it more interoperable with the quest system.

It’s rare that any MMO gets an open-source client, even less so while the original game is still being actively supported by the developers. Still, we do see some creative hacks in this space.


From Blog – Hackaday via this RSS feed

10
13

OK so this just happened to me. I have a Mozilla account since I was using their Monitor and VPN service. Last year I canceled those subscriptions because it wasn't really working for me. Today I start up Firefox and I was signed in to my Mozilla account! I never signed in through Firefox. They're sus now.

11
29
12
8

I want to make sure any interested parties know that 185 organizations have been announced for Google Summer of Code 2026 (GSoC - not the Grand Slam of Curling). More information on the Google Open Source blog at https://goo.gle/gsoc2026-organizations

@opensource@lemmy.ml #opensource @opensource@a.gup.pe

13
128
submitted 6 days ago* (last edited 6 days ago) by JRepin@lemmy.ml to c/opensource@lemmy.ml

cross-posted from: https://lemmy.ml/post/43288310

In KDE Plasma 6.6 Spectacle can read texts from screenshots, a new on-screen keybord is available for testing, a first-time wizard was added, current theme can be saved as a new global theme, emoji selector got a new easier skin tone selection, you can now connect to a Wi-Fi network via a QR code, application sound volume can be changed by scrolling over a taskbar button via mouse, and there is much more.

14
71
submitted 1 week ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
15
33

cross-posted from: https://piefed.zip/c/machinelearning/p/1092955/looking-for-ml-coders-for-help-with-open-source-creative-commons-board-game-ai-player-logi

I know this is probably a long shot, but I'm not sure where else to ask so I'm going to take a shot.

I've designed and abstract board game (think chess, shogi, go, etc) and have completed coding the rules for play against an AI player, however getting the actual AI to be good is a whole other problem.

I would love if someone who is experienced in ML would be interested in collaborating on this open source project.

The game is strictly a hobby project, with absolutely no plans for monitization or anything. Currently it's playable in the browser against AI (no multiplayer yet set up) at: https://greenants.github.io/Amalgam_Webgame/

GitHub Repo: https://github.com/GreenAnts/Amalgam_Webgame

Disclaimer: I've mostly used AI to code this project, as I'm a pretty novice programmer. Obviously that's controversial, so I want to make that clear - but remember this is simply a hobby project, and is a way for me to get my board game design digitized and actually played by others. The code will likely be a bit on the messy side, but I think for the most part the ML coder would only be interacting with the controller - so shouldn't be too much of a factor.

From my limited understanding, the actual search depth and complexity of the game is quite high, far higher than chess, so it's been quite hard for me to try and get this set up even with the help of AI coding with hueristics.

If you are interested in in the project at all, I'm always looking for help to farther this project - as I've been working on the board game itself (on and off) for more than 10 years.

The GitHub Repo listed above (in the README.md) has a graphical rulebook as well as a video tutorial linked for you to learn the rules and get an idea of the game complexity if you are interested.

Like I said, I know this is a long shot, and unlikely anyone will be interested, but I figured I'd give it a shot :)

16
79
submitted 1 week ago* (last edited 1 week ago) by ArkHost@lemmy.world to c/opensource@lemmy.ml

cross-posted from: https://lemmy.world/post/43147928

I built a note-taking app because the one I wanted didn't exist. Clean UI, local .md files, no cloud, no account.

Built with Rust + Tauri 2.0 + SvelteKit. Full-text search powered by Tantivy. Graph view, AI writing tools (bring your own key), Obsidian import, version history.

Available for Linux (AppImage, APT, AUR), Windows, and macOS. Source: https://codeberg.org/ArkHost/HelixNotes

17
22
submitted 1 week ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
18
65

Hey everyone, with the new Discord changes, I decided it was a great excuse for me to finally try to ditch discord. I mostly used discord for my creative endeavors through the years (collaborating on projects, help with software - looking at you Blender and Godot, and etc) but now I really only have my small community that I was trying to start back up based on my board game project.

As someone who drifts from project to project, and often tries to find other people who want to participate in projects - this forum is meant to fill two needs:

  1. A communication and contributor hub for the various open source and creative commons projects I am currently working on, as well as a centralized location to access information and assets for said projects.
  2. A place for other creative individuals to network, collaborate, and share their own projects - or even simply chat and meet like minded individuals.

I am a huge advocate for the creative commons, open source software, and the overall Libre community that counters the capitalist models that are so prevalent in the online space. While members of this community don't need to share these same ideals, I would like to foster a community that can lift up and encourage others who contribute to this space. It would be nice if we could create a community where people help and contribute to each others creative endeavors and improve the FOSS/CC community.

And honestly, I kind of miss the days when forums were the primary form of communication, before discord - so I am excited to see if this community can take off at all.


The community is non existent at the moment, but if any of you would be willing to check it out and stick around for a while to see if we can grow - I would be greatly appreciative. If anyone has feedback for improvement or ideas for direction of the forum, I would love to hear any and all constructive criticism.

19
25
submitted 1 week ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
20
29

It's an open source venture backed by $35M from FirstMark Capital, Spark Capital, and GV (Google Ventures). It's a drop-in replacement for MySQL with an extension architecture. See their native UUID extension with efficient 16-byte storage as an example.

21
8
Benefit of AI? (lemmy.world)

Maybe I'm seeing shadows in the clouds, but it seems like AI means a lot more people have been building open source tools.

I'm an AI skeptic, but I'm wondering if this can help undermine some of the shit software industry. Most AI tools sold by companies have an open source alternative.

I'm thinking that maybe AI will accidentally allow the private person to build free tools and reduce the market value of sold tools.

22
332
submitted 1 week ago* (last edited 1 week ago) by Beep@lemmus.org to c/opensource@lemmy.ml

GitHub Repo.

  • On-device translation using Mozilla's translation models
  • Transliteration of non-latin script
  • OCR (Optical Character Recognition) for translating text in images
  • Automatic language detection
  • Image translation overlay that preserves original formatting
  • Support for multiple language pairs
  • No internet required for translation once models are downloaded
  • All translation happens locally
23
26

This is probably a long shot, but I was wondering if anyone would be interested in helping me make a gamified Spanish vocabulary web application.

For context I'm working on this Chinese vocab app Repository: https://github.com/GreenAnts/HSK-3.0-Study-Game Website: https://greenants.github.io/HSK-3.0-Study-Game/

I was hoping to either: a. expand it to multiple languages and beef up the actual "gameplay" to feel more gamified and less like a flashcard app - while still keeping the high vocab repetition. (someone on Lemmy recommended making it like the game "minutequest" which I was not previously familiar with, but might be a good direction) b. create a separate application all together, focused purely on Spanish.

The primary goal for the app is:

  • Libre: Free and open source, easily accessible via browser, now sign-in, etc.
  • Vocab focused: Not trying to "teach" the language or create yet another "duolingo" clone. I want it to feel more like an Anki deck to get high repetition of vocabulary in.
  • Gamified: Too many "gamified" apps are not actually fun or even interesting in my opinion. I always have a hard time sticking with things, and I want to create something that is easy to open up and get addicted to the repetition enough to actually want to use it and start memorizing vocabulary.

Disclaimer: I have some programming experience, but I am pretty much a beginner without much work experience in the programming/IT field, and have been relying on "vibe coding" mostly to get work on these projects. While I know that is a huge turn-off, my main goal is to get the app actually created and usable - and if other experienced devs are willing to contribute, then obviously we would be able to have more maintainable infrastructure non-reliant on "ai-slop".

Like I said, I know this is a long shot, but I figured I would reach out and try regardless. Right now I was just starting to go through and create a rough draft of vocab words (https://github.com/GreenAnts/Spanish-Vocabulary) and will try to build up a foundational JSON before kicking off the web app. If anyone is interested in contributing I would love some help :)


Also, (mostly) shameless plug for my other long term project that I am hoping to get collaborators on [https://github.com/GreenAnts/Amalgam_Webgame] - an abstract 2 player strategy board game.


Anyways, regardless - I hope everyone out there is having a good day, and staying safe in these crazy times. ✊

24
136
Best apps for private messaging (www.privacyguides.org)
submitted 2 weeks ago by Maragato@lemmy.world to c/opensource@lemmy.ml

Hello. I am looking for an alternative to Telegram and I prefer an application that uses decentralised servers. My question is: why is the xmpp+omemo protocol not recommended on websites when it is open source and decentralised? The privacyguides.org website does not list xmpp+omemo as a recommended messaging service. Nor does this website include it in its comparison of private messaging services.

https://www.privacyguides.org/en/assets/img/cover/real-time-communication.webp

Why do you think xmpp and its messaging clients such as Conversations, Movim, Gajim, etc. do not appear in these guides?

25
73
submitted 2 weeks ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
view more: next ›

Open Source

44789 readers
245 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS