Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

1 2 3
2024-10-02-001 - srijan.ch - 1 year ago - bod
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

2024-10-01-002 - srijan.ch - 1 year ago - bod
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 …

2024-10-01-001 - srijan.ch - 1 year ago - bod
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

2024-09-24-001 - srijan.ch - 1 year ago - bod
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 …

2024-09-12-001 - srijan.ch - 1 year ago - bod

2024-09-08-001 - srijan.ch - 1 year ago - bod
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 …

2024-09-05-001 - srijan.ch - 1 year ago - bod
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 …

2024-09-02-001 - srijan.ch - 1 year ago - bod
Something precious stolen by magic. #WitchHatAtelier #Manga #Magic Syndicated to: https://bsky.app/profile/srijan4.bsky.social/post/3l36vuzxpbp24

2024-09-01-002 - srijan.ch - 1 year ago - bod
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 …

2024-09-01-001 - srijan.ch - 1 year ago - bod
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): …

2024-08-31-001 - srijan.ch - 1 year ago - bod
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).

2024-08-30-002 - srijan.ch - 1 year ago - bod

2024-08-30-001 - srijan.ch - 1 year ago - bod

2024-08-29-001 - srijan.ch - 1 year ago - bod

2024-08-26-002 - srijan.ch - 1 year ago - bod
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.

2024-08-26-001 - srijan.ch - 1 year ago - bod
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/ …

2024-08-22-002 - srijan.ch - 1 year ago - bod
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.

2024-08-22-001 - srijan.ch - 1 year ago - bod
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

2024-08-20-001 - srijan.ch - 1 year ago - bod
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

2024-06-21-001 - srijan.ch - 1 year ago - bod

2024-06-09-001 - srijan.ch - 1 year ago - bod

2024-05-17-001 - srijan.ch - 2 years ago - bod
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

2024-05-14-002 - srijan.ch - 2 years ago - bod
Reply to https://bsd.network/@lattera/112441352564596038 One thing I sometimes do when facing this is run sudo strace -p to see what system calls it is making. Is it even doing something or stuck.

2024-05-14-001 - srijan.ch - 2 years ago - bod

2024-04-29-001 - srijan.ch - 2 years ago - bod
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 …

2024-04-26-001 - srijan.ch - 2 years ago - bod

2024-03-01-001 - srijan.ch - 2 years ago - bod
Liked: [Michał Sapka's website] Emacs: watching YouTube with Yeetube and mpv Yeetube is an Emacs wrapper around searching and viewing videos on Youtube.

2024-02-28-002 - srijan.ch - 2 years ago - bod
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 …

2024-02-28-001 - srijan.ch - 2 years ago - bod
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

2024-01-05-001 - srijan.ch - 2 years ago - bod

2023-12-08-001 - srijan.ch - 2 years ago - bod

2023-12-01-001 - srijan.ch - 2 years ago - bod
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 …

2023-11-30-002 - srijan.ch - 2 years ago - bod
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

2023-11-30-001 - srijan.ch - 2 years ago - bod
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 …

2023-11-29-001 - srijan.ch - 2 years ago - bod

2023-11-28-003 - srijan.ch - 2 years ago - bod

2023-11-28-002 - srijan.ch - 2 years ago - bod

2023-11-28-001 - srijan.ch - 2 years ago - bod
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 …

2023-11-27-001 - srijan.ch - 2 years ago - bod
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.

2023-11-23-001 - srijan.ch - 2 years ago - bod
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.

2023-11-21-001 - srijan.ch - 2 years ago - bod
Liked: Cloudflare does not consider vary values in caching decisions I've not encountered this problem before, but good to keep it in mind.

2023-11-20-001 - srijan.ch - 2 years ago - bod
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.

2023-11-18-001 - srijan.ch - 2 years ago - bod
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.

2023-11-17-001 - srijan.ch - 2 years ago - bod
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.

1 2 3
1 visitor online