WSL
komorebi
WSL | komorebi | |
---|---|---|
432 | 106 | |
29,109 | 11,940 | |
3.9% | 3.0% | |
9.2 | 9.8 | |
7 days ago | 19 days ago | |
C++ | Rust | |
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.
WSL
-
Como resolvi o erro “REGDB_E_CLASSNOTREG” ao instalar o WSL no Windows 11
👉 Baixar WSL 2.3.24 (MSI)
-
Writing your own C++ standard library part 2
Microsoft's DirectX C++ example code needs to interact with DirectX' C APIs. That will easily lead to "C with classes" C++ when most of the code is interacting with foreign APIs, like these API demos do.
I think open-source software like https://github.com/microsoft/WSL is probably more representative of what modern C++ companies look like. Plenty of files that just interact with OS C APIs, but no shortage of modern C++ features in use.
-
Microsoft Build 2025 Wrapped
Microsoft continues to be a major contributor to open source and announced a couple major projects moving from closed-source to the open on GitHub. The first is a long-time coming project, the Windows Subsystem for Linux (WSL). I first used WSL to port a Java stack to Windows. That stack was a nightmare to run on Windows due to a team optimizing for macOS workflows but we wanted to enable new developers to use standard Windows dev machines and stop requiring expensive macOS hardware for a cross-platform native toolchain like Java. Today, WSL is a major part of the Windows developer experience. And now, Microsoft is open-sourcing WSL to allow the community to contribute and innovate on the project on GitHub.
- WSL(Windows Subsystem for Linux) is now open source
-
The Windows Subsystem for Linux is now open source
https://github.com/microsoft/WSL/issues/9049#issuecomment-26...
-
Windows Subsystem for Linux (WSL)
WSL GitHub Repository
- Microsoft's Windows Subsystem for Linux is now open-source
-
F2FS in Microsoft's WSL2? Closed without any word
https://github.com/microsoft/WSL/issues/7973#issuecomment-27...
Is there a way to push this without tripping the corporate auto-close bot?
-
What I wish I knew about Python when I started
If you are running Microsoft Windows, I want to advise one more prerequisite step that you need to take before getting started with Python or uv: install the Windows Subsystem for Linux, also known as WSL2. Do not, for the love of all that is good and holy, try and install Python tooling directly in Windows; install WSL first. This guide outlines all the steps you need to take to get started, though I recommend downloading WSL from the Releases page on Github instead of from the Microsoft Store as advised in Step 3.
komorebi
-
Microsoft is Getting Rusty [video]
Out of the major operating systems, Windows is probably by far my favorite to develop for[1] using Rust. windows-rs[2] is officially supported and is constantly being worked on and improved.
[1]: https://github.com/LGUG2Z/komorebi
[2]: https://github.com/microsoft/windows-rs
-
A mouseless tale: trying for a keyboard-driven desktop
If anyone is trying to reach mouseless nirvana on Windows, I maintain a tiling window manager[1] and a hotkey daemon[2] (though you can bring your own thanks to the architecture choices I made), the former of which provides a very robust event subscription system which you can integrate with using any language of your choice.
One of the cooler parts of my little mouseless ecosystem is that I automatically have different keyboard layers (QMK style) activate depending on which application is currently focused, saving me a whole bunch of time fumbling around with obscure hotkey combinations for changing layers![3]
[1]: https://github.com/LGUG2Z/komorebi
[2]: https://github.com/LGUG2Z/whkd
[3]: https://github.com/LGUG2Z/komokana
-
Hyprland 0.44.0 Is Out
> the biggest issue is the constant config changes. It seems every version changes the config file, and you have to resolve the new errors and find the new knobs to turn.
I also maintain a very popular tiling window manager now (after years of suffering through breaking configuration changes with other twms) and this is the one thing that I will not budge on as a maintainer: Breaking configuration changes are unacceptable. Period.
From the project README[1]:
> Breaking changes to user-facing interfaces are unacceptable
> ...
> No user should ever find that their configuration file has stopped working after upgrading to a new version of komorebi.
[1]: https://github.com/LGUG2Z/komorebi?tab=readme-ov-file#breaki...
- I3wm Inspired Wm for Windows
-
PowerToys Run: extensible quick launcher for power users
The whole PowerToys suite looks useful. I'm trying to find some time to get familiar with it all.
Also want to get going with komorebi (https://github.com/LGUG2Z/komorebi) as I've looked at the Linux tiling window managers for years with envy.
- Komorebi: Tiling Window Management for Windows
-
AeroSpace is an i3-like tiling window manager for macOS
Nice to see another twm on macOS.
Somehow over the past few years Windows became the more vibrant platform for twms (vs macOS) with developers (including myself) trying to push the envelope and introduce many quality of life features you still won't find even in Linux twms today.
https://github.com/LGUG2Z/komorebi
https://github.com/glzr-io/glazewm
https://github.com/dalyIsaac/Whim
- Komorebi – A tiling window manager for Windows written in Rust
-
An app can be a home-cooked meal
I love seeing whenever this is (re)posted.
This article had such a huge impact on my life and led to me creating many pieces of software[1][2][3] that were hyper-specific to myself and my needs at the time, which also later found an audience in others who think and work in ways similar to me.
[1]: https://notado.app - a "content-first" internet bookmarking and highlighting service which has been my second brain since 2020 after growing frustrated with Instapaper, Pinboard and Readwise. Eventually I expanded this to allow for RSS feed publishing on specific topics in an attempt to solve the "firehose" problem when following other peoples' bookmarks/shares, and at the end of last year I added what is now my most used feature of image generation from highlights for sharing on image-first/text-hostile social media platforms.
[2]: https://github.com/LGUG2Z/komorebi - tiling window manager for Windows. There wasn't really anything fit for purpose on Windows when I started, and I was too spoiled by bspwm and yabai on Linux and macOS that I just had to write something before I could become a truly productive Windows user. I'm astonished that this now has 50k+ downloads.
[3]: https://kulli.sh - I use this to aggregate comments from HN/Reddit/Lemmy/Lobsters on an article I'm interests in in one place to read. This has helped me find some interesting niche communities on Reddit and Lemmy who share and discuss things I'm interested in that I otherwise wouldn't have found.
-
Ask HN: What side projects landed you a job?
It's very heartening to see all of the stories here.
I've put the last few years of my life into working on komorebi, a tiling window manager for Windows[1], https://notado.app, a content-first social bookmarking service, and https://kulli.sh, a "bring your own links" comment aggregator which shows you comments from hn, reddit, lobsters, lemmy etc. on an article all in one place.
Unfortunately I was laid off after 5 years with the same company last month, and nobody seems to care about any of these projects when it comes to recruiting. There are people who use them that have reached out to me very kindly offering to make referrals, but the job market values LeetCode more than shipping real code these days.
[1]: https://github.com/LGUG2Z/komorebi
What are some alternatives?
Scoop - A command-line installer for Windows.
glazewm - GlazeWM is a tiling window manager for Windows inspired by i3wm.
wslg - Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
hidamari - Video wallpaper for Linux. Written in Python. 🐍
tilt-extensions - Extensions for Tilt
workspacer - a tiling window manager for Windows