#glide

Firefox is getting a split window feature, it's already possible to turn it on by adding this to your user.js (or setting the named option in about:config:

user_pref("browser.tabs.splitView.enabled", true);

Glide also has this enabled by default and exposes it through its glide.unstable.split_views API. So I wanted to easily split my views:

// Split windows

const split_window = glide.excmds.create({
    name: 'split_window',
    description: 'Ask for a tab and show it in a split with this window',
}, async () => {
    const activeTab = await glide.tabs.active();
    const tabs = await glide.tabs.query({});

    glide.commandline.show({
        title: "Show other",
        options: tabs.map(t => ({
            label: t.title,
            async execute() {
                glide.unstable.split_views.create([activeTab.id, t.id]);
            }
        })),
    });
});

const unsplit_window = glide.excmds.create({
    name: 'unsplit_window',
    description: 'Remove the current split of windows',
}, ({ tab_id }) => {
    glide.unstable.split_views.separate(tab_id);
});

const other_window = glide.excmds.create({
    name: 'other_window',
    description: 'Focus other window',
}, async ({ tab_id }) => {
    const split_tabs = await glide.unstable.split_views.get(tab_id);
    const other_tab = split_tabs.tabs.filter(t => t.id !== tab_id)[0];

    await browser.tabs.update(other_tab.id, { active: true });
});

glide.keymaps.set('normal', '<C-x>4b', 'split_window');
glide.keymaps.set('normal', '<C-x>1', 'unsplit_window');
glide.keymaps.set('normal', '<A-o>', 'other_window');

This allows me to use C-x 4 b to create a split with another tab of my choosing. Then C-x 1 to remove the split. And M-o to switch between the two panes.

Really enjoying this browser so far :)

#glide #GlideBrowser

2026-01-17

@mariusor

If you like firefox and qutebrowser, you should give a try to #glide browser

github.com/glide-browser/glide

Its almost like native vim style of keymaps and provides APIs to hack around browser.

WordofTheHourwordofthehour
2026-01-17

: to pass along without noise, violence, or apparent effort

- French: glisse

- German: gleitet

- Italian: planare

- Portuguese: deslizar

- Spanish: planear

------------

A daily challenge to chain words together @ wordwallgame.com

EVL Magazineevlear
2025-11-09

Issued on their own Good People Records imprint, Glide is the joyful third single taken from MF Robots' forthcoming album III (three).

evl.one/glide-with-mf-robots

2025-10-13

#Glide is the world’s first autonomous and intelligent guide for people who are #blind or have low #vision.

To find out more and pre-order your Glide today, saving a total of 25%, be sure to use this referral code.
PIONEEROYHRP
glidance.io/preorder/
#AI #orientation #mobility

DISCLAIMER:
I do not work for #Glidance, but I have pre-ordered one. Up to three people can use this referral code, which gets me a discount on the optional Glide software subscription for my own unit.

2025-10-12

#NorthKorea showcased latest #military hardware during parade marking 80th anniversary of ruling Workers’ Party of Korea

Among the systems presented were:

- #Hypersonic medium-range #ballistic #missiles
- Missiles equipped with hypersonic #glide #warheads
- Hwasong-20 intercontinental ballistic missiles (ICBMs)

North Korea unveils the Hwasong-20, a new solid-fueled ICBM, hailed as its most powerful #nuclear weapon yet.

kyivindependent.com/north-kore

#aggression #RussianAggression

WordofTheHourwordofthehour
2025-09-14

: to pass along without noise, violence, or apparent effort

- French: glisse

- German: gleitet

- Portuguese: deslizar

- Spanish: planear

------------

Fill in missing translations @ wordofthehour.org/r/translatio

2025-07-14

I have never been a lover of canes. I own an Ambutech Slimline with a glide tip (used with the constant contact technique), which I bought due to its lightness and slim design.

ambutech.com/products/slimline

In the future, I may try the Glide, as it sounds very promising and helpful.

glidance.io/

But for now, what I really enjoy using is my amd or adaptive mobility device.

ambutech.com/products/rectangu

From the few conversations I have had on the topic, as well as the decent amount of research I have done online, it seems that most blind people, and even mobility instructors, don't know about them. I discovered them on my own a few years ago, while looking for alternatives to canes. There are different types of amds, but mine is made by ambutech. It looks like four canes put together to form a square frame. On the bottom are wheels and on the top are three handles, one on each side, plus one in the middle. Normally, I stand in the middle, hold onto the side handles and push the amd in front of me. But when walking up or down stairs, or when holding something, I use the middle handle. The reason I prefer an amd over a cane is that there is no swinging, wrist movement, or worrying about the width of an arc or whether it will get caught in a sidewalk. I just push it forward, and it covers my whole body from the waist down. The amd can be folded, but only vertically, so it is still wide and a bit large. I do think that some improvements can be made there, and that a telescoping device with locks, similar to an umbrella or suitcase handle, would make things easier. But even as it is, it is a pleasure to use. Admittedly, I don't go out much and don't walk to places when I do, so perhaps someone else might have a different view. I have read, though, that many enjoy the drop-off detection that they offer, and I find that, while it doesn't prevent me from veering, it does help a bit.

Have any of you used an amd? If so, what was your experience? Do you feel, as I do, that it shouldn't be marketed just as a pre-cane or learning device but as a viable alternative to a traditional cane?

#accessibility #AdaptiveMobilityDevice #Ambutech #AMd #blind #blindness #cane #Glide #independence #mobility #technology #walking #WhiteCane

2025-06-12

Going for the hitchhiking bird trifecta:

HEY, I was doing just fine! Go find your OWN branch!

There are branch managers, and then there are BRANCH MANAGERS.

#bird #birds #branch #branchmanager #hitchhiking #hitchingaride #glide #trifecta

2025-06-12

Continuing the hitchhiking bird theme...

When an Uber driver gives a Lyft driver a lift:

#bird #birds #seagull #gull #hitchhiking #hitchingaride #glide #soundon #uber #lyft

2025-06-12

Glide... glide... glide... hitching a glide...

When a vulture hitches a ride for a bit:

#bird #birds #vulture #sky #hitchhiking #hitchingaride #glide #soundon #nature

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst