Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rboy
- Question: why do Rust programmers always put "made in Rust" in a project description?
-
Hacker News top posts: Sep 24, 2021
RBoy: A Gameboy Emulator in Rust\ (39 comments)
-
RBoy: A Gameboy Emulator in Rust
For those looking to see an example of the match expressions:
https://github.com/mvdnes/rboy/blob/9f6b3bc47311ba687326bfff...
This process of matching on opcode and doing a marginally different version of the same basic few operations on one of a set of registers is something that is _much_ easier to do when you're able to see all the opcodes and activities in a densely packed set of lines like this.
(The start of the opcodes that I linked are not the best example of this, but they get more regular the further down the file you go. See https://github.com/mvdnes/rboy/blob/9f6b3bc47311ba687326bfff... )
Beyond knowing that they exist, I haven't explored macros in rust, but I'm curious if they could be of help here. But using cargo fmt, and spreading each of those lines into 3-10 lines would be awful, and would definitely lead to me making mistakes and not noticing typos.
- A Gameboy Color Emulator in Rust
elk
- Mozilla.social Is Shutting Down
- Elk – a nimble Mastodon web client
-
Phanpy: A minimalistic opinionated Mastodon web client
This has lead to a delightful variety of custom clients like https://phanpy.social/ - https://elk.zone/ is another example that I really like.
It's the complete opposite of the Twitter API situation, where they locked their API down and killed the entire ecosystem of third-party clients.
- Elk client for Mastodon is in Preview mode
- Mozilla.social is live and open to registration
-
Do we think about vector dbs wrong?
And there are tons of third party clients. I think Tusky is the best one I’ve seen for Android, and there’s an interesting web-based one called Elk that’s very nice. You load up https://elk.zone and then use it as a front-end to sign in to your server.
-
BBC on Mastodon: experimenting with distributed and decentralised social media
The answer to that is https://elk.zone atm, a fun and chef's kiss interface (built with nuxt). You can insert elk.zone/ before any Mastodon url. https://phanpy.social is also great, with multi columns even for lists.
A browser plugin (like "Mastodon – Simplified Federation") to follow, favorite, etc. directly on any server has also improved my experience a lot.
-
Ask HN: What will it take to get more people using Mastodon more?
Quick! Tell Obama and Taylor Swift about https://elk.zone! They're going to be so excited!
-
/r/WorldNews Live Thread: Russian Invasion of Ukraine Day 495, Part 1 (Thread #641)
Also try logging in through https://elk.zone/ if you want to stick with the familiar twitter interface
-
Why are reblog/favourite numbers different between platforms?
For me, the boost/reply-numbers using https://elk.zone have been much more reliable than the original app. (It's also the (web)app that convinced me. Mastodon is the real deal.)
What are some alternatives?
Mimic - A Gameboy emulator written in Rust
mastodon - A glitchy but lovable microblogging server
cerboy - my gameboy emulator
mjs - Embedded JavaScript engine for C/C++
elk - A low footprint JavaScript engine for embedded systems
Mastodon - Your self-hosted, globally interconnected microblogging community