I updated my personal website to add some fun themes, like Windows XP and Windows 98! cyrialize.dev
About | Cyrialize
cyrialize.dev
cyrialize
@cyrialize.dev
#emacs, #unix, #ruby, #bash for my scripts, #zsh for my shell I still haven't gotten over Google Reader getting shut down SEERialize | cyrialize.dev
I updated my personal website to add some fun themes, like Windows XP and Windows 98! cyrialize.dev
About | Cyrialize
cyrialize.dev
To quote the Emacs tutorial: "...don't sit and blame yourself - complain!" #Emacs
Apple TV is making me love screensavers again. Do you guys remember the endless pipes in Windows? Bring back screensavers!
I’m a huge god-mode user for #Emacs. I love using a mostly modal like interface (I still press ctrl most of the time). I think because of that I’m just addicted to Hydra now. I love to jump into an interface with singular key presses instead of chaining keybindings over and over.
Here's my commit! github.com/cyrialize/.e... I have multiple org files for tasks. `cyr-org-tasks` loads a desktop view of these and calls `hydra-org`, which has commands to switch windows, refile tasks, add new tasks, etc. I defined a func to insert a task so that I won't exit out of the hydra!
Set up hydra org for tasks and desktop · cyrialize/.emacs.d@52e77c9
github.com
I rediscovered Hydra this past weekend for #Emacs. I combined this with a saved desktop (using ‘desktop-mode’) to open up a window layout for my task files. I was able to build a nice pseudo task management app! I haven’t pushed the changes yet, but I will soon.
I rediscovered Hydra this past weekend for #Emacs. I combined this with a saved desktop (using ‘desktop-mode’) to open up a window layout for my task files. I was able to build a nice pseudo task management app! I haven’t pushed the changes yet, but I will soon.
It took trying to make a static site generator to make me realize I should just use an already made static site generator. I wanted to make one because I found many SSGs to have too many features, but if my home made SSG is like Jekyll without extra features - I’ll just use Jekyll!
when you find a new theme in one place you gotta change it everywhere else. This includes: your text editor, terminal emulator, computer, and house
It’s tough to create an #Emacs package because every time I have a new idea, I find out it’s already been made (or it has existed in Emacs for 30 years)
I never took dired in #Emacs seriously until now. I apologize dired, I wasn’t familiar with your game! My keybindings along with dired’s makes moving and deleting files so nice!
I feel like every time I dive into an #Emacs package I find out that it was already in Emacs 30 years ago. Yassnippet? Meet tempo and skeleton.
I reinstalled #Emacs Helm after not using it for /years/, I completely forgot about the action sub-menu on items. Honestly, super helpful. I know you can achieve something similar via Embark - I’ve been meaning to dig into that package more!
Correction: this is an interview posted on Sacha’s blog as the interviewer didn’t have a blog of their own.
This interview of Helm's maintainer, Thierry Volpiatto, by @sachachua.com is one that I mention often to... well everyone! It's wild that one of the most well-known Emacs packages is by a mountain guide in the alps. sachachua.com/blog/2018/09...
This interview of Helm's maintainer, Thierry Volpiatto, by @sachachua.com is one that I mention often to... well everyone! It's wild that one of the most well-known Emacs packages is by a mountain guide in the alps. sachachua.com/blog/2018/09...
Interview with Thierry Volpiatto, maintainer of Emacs Helm :: Sacha Chua
sachachua.com
I really like #Ruby meta programming capabilities because every single side project I have starts out simple, but then I think “what if I could make the code write the code” or “a DSL would go really nice here” (I’ve never finished a side project)
Finally learning more #Emacs elisp is bad for me, now I’ll NEVER leave Emacs.
I forgot that my standing desk had buttons
Standing Desk Celebrates 4th Year At Lowest Possible Setting
Shout outs to xahlee for amazing #emacs content like this one: xahlee.info/emacs/emacs/... It’s making me stop being lazy and actual commit to learning some elisp, instead of copy-pasting and then trying whatever works like a mad man
Elisp: Lisp Basics
xahlee.info
I like that #emacs just inundates you with options for everything. Is it overwhelming sometimes? Yes, totally. But is it cool to fine tune exactly how Emacs handles and shows white space? Yes, totally!!
Prot is one of my most favorite #emacs people because he consistently puts out amazing content like this: protesilaos.com/codelog/2024... I especially love using the `after-init` hook instead of just calling the mode. I've already adapted my config to this!
Emacs: a basic and capable configuration
A basic yet fully capable setup for GNU Emacs. It covers all the essentials.
protesilaos.com
Playing around with corfu in #emacs! I was a big company guy for a long time, it’s fun to see alternatives. I like that corfu is UI only, hooking into Emacs whereas company is UI and has its own backends. github.com/minad/corfu company-mode.github.io
GitHub - minad/corfu: :desert_island: corfu.el - COmpletion in Region FUnction
:desert_island: corfu.el - COmpletion in Region FUnction - minad/corfu
github.com
who knew that reading the #emacs ‘use-package’ documentation is better than just copy-pasting random declarations until you break your config and then just ‘git revert’ everything
@appsonthemove.bsky.social Thank you so much for creating beorg! I’ve been a daily user for years - it’s definitely one of my most favorite apps.
if you set your database browser font to Comic Sans it's less serious when you accidentally drop a table. follow for more development tips
Finally cleaned up my #emacs config! Check it out here: github.com/cyrialize/.e... I mentioned this in previous posts, but I followed an approach in this reddit post: www.reddit.com/r/emacs/comm... for manually maintaining my `package-selected-packages` list.
GitHub - cyrialize/.emacs.d: My Emacs configuration files!
My Emacs configuration files! Contribute to cyrialize/.emacs.d development by creating an account on GitHub.
github.com
Instead of updating my website, I instead spent the past couple of months creating my own static site generator I don't think I'm any closer to updating my website