termplay
linux
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
- SonarQube - Static code analysis for 29 languages.
termplay | linux | |
---|---|---|
2 | 898 | |
530 | 152,410 | |
- | - | |
0.0 | 10.0 | |
12 months ago | about 11 hours ago | |
Rust | C | |
MIT License | GNU General Public License v3.0 or later |
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.
termplay
-
A new way of drawing boxes in the terminal?
Displaying images in the terminal has actually been possible for a while (through sixel and friends) and video playback has been demonstrated as well (https://github.com/jD91mZM2/termplay). Terminals also have had mouse support for years now (most ncurses based applications have mouse support out of the box and xterm and friends will often work with mice just fine as well). Really, it's only a matter of picking a modern terminal emulator. I like Wezterm but others prefer Kitty. There are more options, of course, pick the one you like most.
-
Wayland/X11 is bloat, any video players that run on cli direct to framebuffer?
you could use a program like https://github.com/jD91mZM2/termplay to watch videos without xorg
linux
-
The duality of developers
Like the Linux Kernel
-
When people assume open source also means open to contribution
I dunno about real-world on normal projects since I'm invisible, but https://github.com/torvalds/linux/pulls
-
Testing against upstream kernel
Is rebasing the sched_ext tree on top of upstream kernel the best method for testing against an upstream baseline? I thought I'd start testing by running a performance comparison between the current release kernel (6.3) and sched_ext with no special scheduling active to verify my assumption that there will be no perf delta without a special scheduler active. I rebased https://github.com/sched-ext/sched_ext/commit/82f404e53de0ac00040bccf2f7719159c25d4a11 on https://github.com/torvalds/linux/commit/457391b0380335d5e9a5babdec90ac53928b23b4 with no significant conflicts (just one documentation conflict), but I'm encountering the following error during build, which makes me uncertain that the rebase was clean:
-
FreeBSD spends 7% of its boot time running a bubblesort on its SYSINITs
So you're not wrong, but also, the Linux kernel uses a modified variant of alloc, so not only can it use sort_unstable, it also has access to sort https://github.com/torvalds/linux/blob/2d1bcbc6cd703e64caf8d...
-
Linux tool to show progress for cp, mv, dd
One of my quick-and-dirty gotos for getting a rough idea of buffered-writes size + disk-write activity on random linux systems is: `watch -n1 grep -ie dirty -e writeback /proc/meminfo`.
You can invoke `sync` to watch the buffered-writes queue burn down when you have lots of pending writes.
see: `LESS=+/meminfo man proc` or https://github.com/torvalds/linux/blob/master/Documentation/... for more info
-
Thinking about to switch from Fedora Sliverblue to NixOS with following use case…
As for ec_sys…. I have not done it myself but I bet you can customize your kernel https://nixos.wiki/wiki/Linux_kernel with the proper git source code https://github.com/torvalds/linux/blob/master/drivers/acpi/ec_sys.c and get it working to customize your fan profiles. I for one just got a pwm fan hub controller https://www.newegg.com/p/1YF-001G-002E5 and left relying on software to manage my temps behind.
-
Linux image for Allwinner D1 with vector extension enabled that has working ethernet
Hmm, so the thead kernel (https://github.com/T-head-Semi/linux) has the struct __riscv_v_state, but I note that https://github.com/torvalds/linux does not have *any* related structure as far as I can tell.
-
How to Get Started with Open Source
Linux
- Safest way to copy a string?
-
OMG 😱
https://github.com/torvalds/linux I found the code and the Attackers had the audacity to post the code on Linus‘s GitHub
What are some alternatives?
zen-kernel - Zen Patched Kernel Sources
DS4Windows - Like those other ds4tools, but sexier
winapps - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
Open and cheap DIY IP-KVM based on Raspberry Pi - Open and inexpensive DIY IP-KVM based on Raspberry Pi
RyzenAdj - Adjust power management settings for Ryzen APUs
serenity - The Serenity Operating System 🐞
void-packages - The Void source packages collection
edk2-sdm845 - (Maybe) Generic edk2 port for sdm845
DsHidMini - Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
AutoEq - Automatic headphone equalization from frequency responses
vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
illumos-gate - An open-source Unix operating system