this post was submitted on 03 May 2025
568 points (98.3% liked)

Linux

53866 readers
1733 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Thousands of users wanted it, so Firefox delivered it. Tab Groups are now live to help you declutter and stay organized while browsing.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 hours ago (1 children)

if only there was a fuzzy content search included. usually i don't remember the page, or the topic, but just like... a quote.

that's actually a good use for this local ai stuff, take the contents of pages i bookmark and auto-tag it based on that. for that matter, archive the contents as well.

[–] [email protected] 2 points 7 hours ago (1 children)

nb will do that for you whenever you create a bookmark with it.

nb embeds the page content in the bookmark, making it available for full text search with nb search and locally-served, distraction-free reading and browsing with nb browse. When Pandoc is installed, the HTML page content is converted to Markdown. When readability-cli is installed, markup is cleaned up to focus on content. When Chromium or Chrome is installed, JavaScript-dependent pages are rendered and the resulting markup is saved.

[–] [email protected] 1 points 6 hours ago (1 children)

that is... pretty neat. is there some way to get it to interop with a browser's bookmarks?

[–] [email protected] 2 points 5 hours ago

You mean like syncing the two? Not that I know of. The most you can do is open nb bookmarks in the browser. If you know how to do any shell scripting, there's probably a way to export your browser bookmarks and then import them into nb. I'll have to research this.