|
Reply to Roberto :emacs:: "Very often I need to review some logs of a given …" - Fosstodon I've been using lnav for this, but Emacs can be a better choice. We can probably also combine this with TRAMP to view remote logs. indieweb.social/@robjperez@fosstodon.org/113204768213409307
|
|
I have been using #karousel on #KDE for several weeks, and yesterday shifted to #PaperWM on #GNOME. Took some time to configure things like I wanted, but it's much smoother than karousel (and fancier). Overall, I like the scrolling tiling pane paradigm. I realized I've been manually doing something like this using workspaces with 1-2 windows per workspace with two keybindings - one to change …
|
|
Reply to ruby-dmtx compatibility with Ruby 3.1.6 It should be compatible. The error you're getting is Rdmtx.c:26:10: fatal error: 'dmtx.h' file not found, which makes me think that it cannot find the dmtx shared library needed for compilation. Check if that's installed for your system. Syndicated to: https://github.com/srijan/ruby-dmtx/issues/11#issuecomment-2386203141
|
|
Emacs #TIL : I learned about save-interprogram-paste-before-kill - which saves the existing system clipboard text into the kill ring before replacing it. This ensures that Emacs kill operations do not irrevocably overwrite existing clipboard text. A common workflow for me is to copy some text from a different application and paste it inside Emacs. But, if I want to first delete a word or region …
|
|
Reply to Improving how I handle secrets in my work notes The nice thing about auth-source is that it has a pluggable backend - it can be used with any password store like OS keyring, password manager, etc. See some backends at https://melpa.org/#/?q=auth-source- and https://github.com/search?q=%22auth-source%22+language%3A%22Emacs+Lisp%22+&type=repositories I use it with the 1password …
|
|
Reply to Music library management It's a little costly ($15 per month or $150 per year), but I've been using Roon for this for the last few years. You can run the roon server either on MacOS or any laptop/desktop, or on a homelab server. And the mobile client app has download support and CarPlay support. I actually use it linked to Tidal for new music discovery, and if I like something, then I …
|
|
Something precious stolen by magic. #WitchHatAtelier #Manga #Magic Syndicated to: https://bsky.app/profile/srijan4.bsky.social/post/3l36vuzxpbp24
|
|
My small #emacs #orgmode #gtd customization of the day: org-edna is a plugin that can be used to setup auto triggers (and blockers) when completing a task. org-gtd uses it to auto-forward the next TODO item in a project to NEXT when a task in the project is marked as DONE. The #orgedna trigger it uses is: relatives(forward-no-wrap todo-only 1 no-sort) todo!(NEXT). This works okay for me, but also …
|
|
Reply to Issues · mauricerenck/komments · GitHub Compatibility issue with indieConnector v2.1.1? I get this error when getting an indieweb reply: Error: Call to a member function kommentsInbox() on string #18 /var/www/html/site/plugins/komments/utils/receiveKomment.php(14): mauricerenck\Komments\KommentReceiver::storeData #17 /var/www/html/site/plugins/komments/components/hooks.php(28): …
|
|
Reply to IndieWeb, 2024 edition | Joel Auterson Nice. I've been using a kirby plugin for micropub, but have always wanted to customize it for handling tags like you mentioned. Note: Your last link to a note is a broken link (references localhost).
|
|
Reply to JP: "I couldn't figure out what was causing a bug in s…" - eigenmagic.net Yeah, happens a lot. I think your brain kept working on the problem in background for the week.
|
|
Note to followers of my site using RSS feeds - I've removed the microblog replies/likes etc kind of posts from the "All Posts" feed. I feel social interaction posts like that should not be part of the default feed of my website. There is always the notes feed that includes all microblog posts including reactions / interactions. A list of feeds available can be found here: https://srijan.ch/feed/ …
|
|
Reply to Álvaro R. #FreeVenezuela 🇻🇪: "Chrome #emacs looks neat. Anyone using it? https:…" - Indieweb.Social Looks nice. Would be endgame if it supported editing in confluence.
|
|
I have been reading books mostly on Kindle for the last 10 years or so. Visited a nearby library today. I didn't realize I was missing the experience of browsing shelves, stumbling upon unexpected gems, getting lost in the recommendations section, and choosing something physical to checkout. Syndicated to: https://bsky.app/profile/did:plc:6koasqt256b6jwfrn74vwbg5/post/3l2br4drpjc2r
|
|
Webmention rocks tests Redoing these tests with indieConnector v2.1.0 Discovery Tests 1-22: PASS Discovery Test 23: FAIL Update Test 1: PASS Update Test 2: FAIL Delete Test 1: Not Tested Receiver Tests 1-2: PASS #IndieWeb #Webmention
|
|
Reply to can you share the sample library_inventory.erl ? · Issue #3 · srijan/rebar3_dialyzer_html · GitHub Yes, it's here: https://github.com/srijan/library_sample
|
|
Reply to https://bsd.network/@lattera/112441352564596038 One thing I sometimes do when facing this is run sudo strace -p
|
|
Using sysrq on my laptop - documenting mostly for myself. My laptop has started freezing sometimes, not sure why. Usually, I can just force power off using the power button and start it again, but it has happened twice that I had to recover the system by booting via a USB drive, chrooting, and recovering the damaged files using fsck or pacman magic. The linux kernel has: a ‘magical’ key combo you …
|
|
Liked: [Michał Sapka's website] Emacs: watching YouTube with Yeetube and mpv Yeetube is an Emacs wrapper around searching and viewing videos on Youtube.
|
|
Reply to mkj: "Actually, more important than backups is restores…" - Mastodon I reviewed this recently, and found that I needed at least one device where I was logged in to 1password to be able to restore everything. So, I've started keeping a paper key with the 1password secret key so that I can restore it as well. One addition I wanted to do was to have some kind of manual …
|
|
Reply to Anyone know where I can find all the valid values for ActiveState, SubState etc in systemd? According to https://www.freedesktop.org/software/systemd/man/latest/systemctl.html , the possible states are not constant and new systemd releases can both add and remove values. This command can be used to display the current set of possible values: systemctl --state=help
|
|
Reply to Missing exit signals for linked processes I can think of two reasons: You're not setting trap_exit and the process is exiting with normal reason. But it seems you're setting this. The exit message is somehow getting "eaten" by some other receive -> _ in your gen_server process. Also, I don't think live reload should affect this. It should work across reloads. Can you share the full …
|
|
Reply to [K4] 4.0 Compatibility · Issue #174 · fabianmichael/kirby-markdown-field · GitHub Just updated to 3.0.0-alpha.2 - it works for me as well without issues. Thanks 👍. Syndicated to: https://github.com/fabianmichael/kirby-markdown-field/issues/174#issuecomment-1834343827
|
|
Found Samuel's nice post on capturing data for org via email. This is very close to what I was looking for to be able to do GTD capture on-the-go either from phone apps like Braintoss or from any email app. One addition I would like to make is handling attachments in the email by downloading them and attaching to the org entry. This would be useful for voice notes from Braintoss - it does …
|
|
Reply to Issues: OblikStudio/kirby-git Unable to install with Kirby v4 via composer The composer.json in the current release requires "getkirby/cms": "^3.7",, which ^4.0.0 does not satisfy. Full error: Your requirements could not be resolved to an installable set of packages. Problem 1 - oblik/kirby-git[1.0.0, ..., 1.1.0] require getkirby/cms ^3.3 -> found getkirby/cms[3.3.0, ..., 3.9.8] but …
|
|
Reply to Simon Willison: "I extracted my explanation of prompt injection fr…" - Mastodon A nice summary of prompt injection. I think this is only solvable if the model natively takes two inputs and explicitly considers the second untrusted.
|
|
Liked: Implement Custom Tramp Method in Emacs As expected, everything in Emacs is very customizable, including custom transport handlers in tramp and even custom completions for tramp.
|
|
Liked: Cloudflare does not consider vary values in caching decisions I've not encountered this problem before, but good to keep it in mind.
|
|
rogerlipscombe@hachyderm.io has a nice post on using git with multiple identities. His recommended way (using includeIf to include different config files for different parent folders) also makes sense to me the most.
|
|
Liked: A story about MS Swaminathan and India’s Green Revolution A nice short history about India's Green Revolution and the balance needed between short-term yields and long-term soil fertility.
|
|
Reply to For anyone making use of my RSS feeds You can also use paged feeds to provide access to older entries, though I'm not sure how many feed readers support that.
|