elk
A nimble Mastodon web client (by elk-zone)
printf
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing. (by mpaland)
| elk | printf | |
|---|---|---|
| 65 | 16 | |
| 6,012 | 2,966 | |
| 0.2% | 0.0% | |
| 9.5 | 0.0 | |
| 2 days ago | about 3 years ago | |
| Vue | C | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
elk
Posts with mentions or reviews of elk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-18.
- 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.)
printf
Posts with mentions or reviews of printf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-27.
- Nanoprintf – The smallest public printf implementation for its feature set
- Thank you senpai!
-
Sprintf without C library
https://github.com/mpaland/printf i think this would work
- Nolibc: A minimal C-library replacement shipped with the kernel
-
How should I go about implementing printf-like function in my library?
I wrap this C implementation in a C++ Logger class and use it to "print" into a simple buffer. Then the static buffer is periodically unrolled into a transport layer using a static Logger::transmit() function in my BSP. I'm working with very little flash, so the linked implementation is essential.
-
A 1 hour interview for an embedded engineering position
There are many good and tiny printf's fir embedded on GitHub. https://github.com/mpaland/printf eg Better than the bsd printf mostly
- is it safe to use printf()?
-
Sprintf on STM32?
I'm sure sprintf itself is working in their library, so try to find other issues first, BUT, as a last resort you can try another lib: https://github.com/mpaland/printf/
-
Would you merge with them?
looked at that account, found this one too
What are some alternatives?
When comparing elk and printf you can also consider the following projects:
mjs - Embedded JavaScript engine for C/C++
lopaka - Lopaka - Stunning graphics for embedded systems displays
phanpy - A minimalistic opinionated Mastodon web client
z88dk - The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
urbit - An operating function
nanoprintf - The smallest public printf implementation for its feature set.