Explore >> Select a destination


You are here

themythicalengineer.com
| | blog.craftyguy.net
1.8 parsecs away

Travel
| | Due to a current lack of usable Weechat relay clients on Linux that work well with mobile display sizes, and a lack of free time on my part to write one, I've come up with this simple (albeit not elegant) way to "run" Glowing Bear in a way that doesn't take up valuable tab space in Firefox. This essentially just runs a new Firefox window in kiosk mode, so that the tab bar, menus, etc are hidden, and makes it "feel" a bit more like a "native app" than a web thing running in a browser tab.
| | whynothugo.nl
2.2 parsecs away

Travel
| | [AI summary] The author describes a method to quickly generate a QR code from the clipboard content for easy transfer to a phone without requiring internet connectivity.
| | blog.jdboyd.net
1.8 parsecs away

Travel
| | [AI summary] A guide on setting up the BitWarden appimage on Ubuntu by creating a desktop entry file and configuring the application icon for proper launch from the dock.
| | danielmangum.com
19.7 parsecs away

Travel
| Isolating sensitive data and operations is a fundamental issue in computing. Ideally, we want to minimize the possibility of a software defect compromising the security of a device. However, in order for the software we write to be useful, it typically needs to interact with that sensitive data in some form or fashion. So how do we interact with sensitive data without being able to access it? The answer is that we bring only the operations that must access the sensitive data closer to the data, then force all other software to invoke those operations via some sort of interface.