Umar
@syedumar.bsky.social
📤 11
📥 39
📝 22
Foot vs Ghostty – Memory Consumption I use Ghostty as my primary terminal emulator. I’ve never had any issues with it—it's fast and displays icons and images flawlessly. While Alacritty, Kitty, and WezTerm have all pushed terminal emulation forward, each has a few weak spots that Ghostty addresses…
loading . . .
Foot vs Ghostty – Memory Consumption
I use Ghostty as my primary terminal emulator. I’ve never had any issues with it—it's fast and displays icons and images flawlessly. While Alacritty, Kitty, and WezTerm have all pushed terminal emulation forward, each has a few weak spots that Ghostty addresses particularly well. Another popular terminal emulator in the Wayland (Linux) world is foot. Its tagline is: …
https://umaranis.com/2025/12/12/foot-vs-ghostty-memory-consumption/
16 days ago
0
1
0
BosGame M4Neo Mini PC – Thermal Management I recently purchased the BosGame M4Neo Mini PC, and so far it has been an impressive little machine. Its compact design fits perfectly on my limited desk space, yet it still delivers strong performance. The AMD Ryzen 7 processor handles multitasking…
loading . . .
BosGame M4Neo Mini PC – Thermal Management
I recently purchased the BosGame M4Neo Mini PC, and so far it has been an impressive little machine. Its compact design fits perfectly on my limited desk space, yet it still delivers strong performance. The AMD Ryzen 7 processor handles multitasking smoothly and powers through everyday applications without breaking a sweat. There are a couple of areas I’ve been concerned about:
https://umaranis.com/2025/12/09/bosgame-m4neo-mini-pc-thermal-management/
19 days ago
0
0
0
Svelte State: Deep Reactivity, Proxies, and Snapshots One of the most powerful features in Svelte 5's new reactivity system is deep reactivity. At first glance, it feels magical: wrap an object in state(), and suddenly every nested property, array, and child object becomes reactive. But under the…
loading . . .
Svelte State: Deep Reactivity, Proxies, and Snapshots
One of the most powerful features in Svelte 5's new reactivity system is deep reactivity. At first glance, it feels magical: wrap an object in state(), and suddenly every nested property, array, and child object becomes reactive. But under the hood, how does Svelte achieve this? And what happens to the original object when you start mutating the state?
https://umaranis.com/2025/11/23/svelte-state-deep-reactivity-proxies-and-snapshots/
about 1 month ago
0
2
0
Comparing IDEs – Part 5 -Zed: The Promising Newcomer This is fifth post of the 5 part series: VScode - leader of the pack NeoVim - modal editing experience VSCode with Vim extension - the allure of vim bindings in VSCode WebStorm - the premium editing experience Zed - the newcomer A Fresh Approach…
loading . . .
Comparing IDEs – Part 5 -Zed: The Promising Newcomer
This is fifth post of the 5 part series: VScode - leader of the pack NeoVim - modal editing experience VSCode with Vim extension - the allure of vim bindings in VSCode WebStorm - the premium editing experience Zed - the newcomer A Fresh Approach to Code Editing The final IDE I want to explore is Zed—an exciting new open-source editor developed in Rust.
https://umaranis.com/2025/11/16/comparing-ides-part-5-zed-the-promising-newcomer/
about 1 month ago
0
0
0
Comparing IDEs – Part 4 -WebStorm: Polish, Power, and Limitations A Premium IDE Experience WebStorm represents the premium end of the IDE spectrum—a polished, feature-rich environment specifically designed for web development. When working with TypeScript, CSS, and related technologies, WebStorm…
loading . . .
Comparing IDEs – Part 4 -WebStorm: Polish, Power, and Limitations
A Premium IDE Experience WebStorm represents the premium end of the IDE spectrum—a polished, feature-rich environment specifically designed for web development. When working with TypeScript, CSS, and related technologies, WebStorm offers a level of maturity that immediately stands out. The IDE excels at providing built-in validation across multiple technologies. For example, CSS errors are flagged automatically without requiring additional extensions. Its IntelliSense capabilities are faster and more comprehensive than alternatives, and the entire user interface feels thoughtfully designed.
https://umaranis.com/2025/11/10/comparing-ides-part-4-webstorm-polish-power-and-limitations/
about 2 months ago
1
5
1
Comparing Modern IDEs – Part 3: VSCode with Vim extension The Allure of Vim Keybindings in VS Code After discussing Neovim as a standalone editor, let's examine another approach: using Vim-style editing within VS Code through extensions. For those who appreciate Vim's keyboard-centric editing but…
loading . . .
Comparing Modern IDEs – Part 3: VSCode with Vim extension
The Allure of Vim Keybindings in VS Code After discussing Neovim as a standalone editor, let's examine another approach: using Vim-style editing within VS Code through extensions. For those who appreciate Vim's keyboard-centric editing but want to retain VS Code's ecosystem, two main options exist: VS Code Vim and the VSCode Neovim extension. While these extensions seem to offer the best of both worlds, my experience suggests they create more problems than they solve.
https://umaranis.com/2025/11/10/comparing-modern-ides-part-3-vscode-with-vim-extension/
about 2 months ago
0
0
0
Comparing Modern IDEs: A Developers Guide (Part 2: NeoVim) Introduction to Modal Editing At the opposite end of the spectrum from our previous topic is Neovim, a text editor that emphasises keyboard-focused interaction rather than mouse-driven operations. Neovim features an extraordinary approach…
loading . . .
Comparing Modern IDEs: A Developers Guide (Part 2:Â NeoVim)
Introduction to Modal Editing At the opposite end of the spectrum from our previous topic is Neovim, a text editor that emphasises keyboard-focused interaction rather than mouse-driven operations. Neovim features an extraordinary approach to text navigation and manipulation through keyboard shortcuts. For example, you can press vi{ to select everything inside curly brackets. These thoughtfully designed shortcuts make text editing not just efficient but genuinely enjoyable.
https://umaranis.com/2025/11/04/comparing-modern-ides-a-developers-guide-part-2-neovim/
about 2 months ago
0
2
0
Comparing Modern IDEs: A Developer’s Guide (Part 1 – VS Code) In this five-part series, I'll compare four popular Integrated Development Environments (IDEs): Visual Studio Code, JetBrains WebStorm, NeoVim, and Zed. Each offers unique advantages for different development workflows, but let's start…
loading . . .
Comparing Modern IDEs: A Developer’s Guide (Part 1 – VS Code)
In this five-part series, I'll compare four popular Integrated Development Environments (IDEs): Visual Studio Code, JetBrains WebStorm, NeoVim, and Zed. Each offers unique advantages for different development workflows, but let's start with what I consider the most versatile option. Why VS Code Should Be Your Default IDE Visual Studio Code (VS Code) stands out as an ideal choice for developers of all skill levels, from beginners to seasoned professionals.
https://umaranis.com/2025/11/02/comparing-modern-ides-a-developers-guide-part-1-vs-code/
about 2 months ago
0
0
0
Released svelte-lexical 0.6.2: diff in code block svelte-lexical 0.6.2 brings support for code diff inside a code block. You can get into the diff mode by using the markdown shortcut (```diff-javascript) followed by the space key. There is also support for creating tables using the markdown…
loading . . .
Released svelte-lexical 0.6.2: diff in code block
svelte-lexical 0.6.2 brings support for code diff inside a code block. You can get into the diff mode by using the markdown shortcut (```diff-javascript) followed by the space key. There is also support for creating tables using the markdown shortcut now. For instance, typing/pasting the following text and hitting the spacebar will convert it into a table. | Column 1 | Column 2 | Column 3 | | Row 1 | Data | More | | Row 2 | Data | More | There are a few more enhancements and bug fixes. Check out the release notes here.
https://umaranis.com/2025/09/24/released-svelte-lexical-0-6-2-diff-in-code-block/
3 months ago
0
3
0
Svelte: Maintaining state of hidden components In a complex UI, we often need to hide components—for example, switching between tabs, showing a modal, or collapsing a section. In Svelte, the natural way to conditionally render is with an if block: {#if showComponent} {/if} But there’s a…
loading . . .
Svelte: Maintaining state of hidden components
In a complex UI, we often need to hide components—for example, switching between tabs, showing a modal, or collapsing a section. In Svelte, the natural way to conditionally render is with an if block: {#if showComponent} <Child /> {/if} But there’s a catch: when a component is hidden with if, Svelte actually unmounts it from the DOM. That means the component is destroyed and its state is lost.
https://umaranis.com/2025/09/09/svelte-maintaining-state-of-hidden-components/
4 months ago
0
3
0
Taking advantage of fine-grained reactivity in
#Svelte
loading . . .
Taking advantage of fine-grained reactivity in Svelte
Let’s consider the example of a list component where we want to differently style the selected item. Approach 1: Selection at List level One way of doing it is to keep a variable at the level of th…
https://umaranis.com/2025/04/12/taking-advantage-of-fine-grained-reactivity-in-svelte/
4 months ago
0
0
0
Different ways of adding SVG to HTML and their implications on styling and bundling
loading . . .
Different ways of adding SVG to HTML and its implications on styling and bundling
SVGs are often used as icons in web applications. As vector graphics, SVGs are small in size and high in quality even when scaled. Another benefit is the ability to style them using CSS. It comes i…
https://umaranis.com/2025/08/23/different-ways-of-adding-svg-to-html-and-its-implications-on-styling-and-bundling/
4 months ago
0
0
0
Thanks for having me on
@paolo.ricciuti.me
add a skeleton here at some point
6 months ago
0
0
0
Released svelte-lexical 0.6.0 – Dark mode & Embed videos/tweets Release 0.6.0 has a bunch of exciting new features and several bug fixes. See the GitHub release page for the complete change log. Dark Mode Finally, we have support for dark mode out-of-the-box. There are three themes to choose from:…
loading . . .
Released svelte-lexical 0.6.0 – Dark mode & Embed videos/tweets
Release 0.6.0 has a bunch of exciting new features and several bug fixes. See the GitHub release page for the complete change log. Dark Mode Finally, we have support for dark mode out-of-the-box. There are three themes to choose from: default - light mode only light-dark - switch between light and dark mode based on system preferences system-light-dark - same as light-dark but also allows the user to manually override the mode Embed YouTube Video You can insert YouTube video in the editor. Embed a Tweet You can embed tweets and Bluesky posts.
https://umaranis.com/2025/06/03/released-svelte-lexical-0-6-0-dark-mode-embed-videos-tweets/
7 months ago
0
3
0
Svelte Reactivity : Beyond the basics Svelte 5 introduces a powerful and refined reactivity system that gives developers greater control and clarity. In this post, we’ll explore the key concepts behind Svelte 5’s reactivity model, from derived values to tracking rules and best practices. $derived…
loading . . .
Svelte Reactivity : Beyond the basics
Svelte 5 introduces a powerful and refined reactivity system that gives developers greater control and clarity. In this post, we’ll explore the key concepts behind Svelte 5’s reactivity model, from derived values to tracking rules and best practices. $derived Is Only Evaluated If Needed In Svelte 5, $derived computations are lazy—they are only evaluated when their value is actually needed. This helps avoid unnecessary work and keeps your app fast.
https://umaranis.com/2025/05/28/svelte-reactivity-beyond-the-basics/
7 months ago
0
3
0
Released svelte-lexical 0.5.3: new documentation website This release introduces a new documentation website developed using Startlight that is an Astro framework template for creating documentation sites. Breaking change breaking: refactor font size update methods New Features feat: export all…
loading . . .
Released svelte-lexical 0.5.3: new documentation website
This release introduces a new documentation website developed using Startlight that is an Astro framework template for creating documentation sites. Breaking change breaking: refactor font size update methods New Features feat: export all $create..Node methods to programmatically create content Bug fixes bug: HR not selection outline not displayed in some demos bug: fix the shell styling for more examples…
https://umaranis.com/2025/03/19/released-svelte-lexical-0-5-3-new-documentation-website/
7 months ago
0
0
0
svelte-lexical: Released version 0.5.1 We've just released v0.5.1 of svelte-lexical, featuring important bug fixes and a default theme included in the npm package. The default theme makes it more convenient to include the default theme for the editor and shell in your project. Instead of copying…
loading . . .
svelte-lexical: Released version 0.5.1
We've just released v0.5.1 of svelte-lexical, featuring important bug fixes and a default theme included in the npm package. The default theme makes it more convenient to include the default theme for the editor and shell in your project. Instead of copying files manually, a single import statement can bring in all the required styles. Here are the release notes:
https://umaranis.com/2025/02/22/svelte-lexical-released-version-0-5-1/
8 months ago
0
3
0
Released a new documentation site for svelte-lexical
#svelte
#lexical
svelte-lexical.vercel.app
loading . . .
svelte-lexical
An highly configurable rich-text editor for Svelte
https://svelte-lexical.vercel.app
9 months ago
0
3
0
Tree-Shaking CSS in a Vite project Optimizing code delivery is crucial when building modern web applications to ensure faster load times and better performance. One common optimization technique is tree-shaking, where unused code is eliminated from the final bundle. It is easier to achieve for…
loading . . .
Tree-Shaking CSS in a Vite project
Optimizing code delivery is crucial when building modern web applications to ensure faster load times and better performance. One common optimization technique is tree-shaking, where unused code is eliminated from the final bundle. It is easier to achieve for code than for CSS styles. In this blog post, we’ll explore how tree-shaking of CSS works in a Vite using an example with two projects:
https://umaranis.com/2025/02/01/tree-shaking-css-in-a-vite-project/
11 months ago
0
1
0
Upgraded
#svelte-lexical
to
#svelte
5. Kudos to the Svelte team for making such a major migration so easy. This must have required a lot of hard work.
@svelte.dev
@sveltesociety.dev
umaranis.com/2025/01/01/u...
loading . . .
Upgrading svelte-lexical to Svelte 5
I have upgraded svelte-lexical to Svete 5. It was a relatively smooth process considering the significant change of syntax. Here is the story of the upgrade: 1- Run the migration utility The Svelte…
https://umaranis.com/2025/01/01/upgrading-svelte-lexical-to-svelte-5/
12 months ago
0
2
0
Icon libraries for developers Here are some of the largest icon libraries: Library Number of Icons License Description 1.3+ Million - PNG: free with attribution- SVG: 15$ / month for 100 icons Each Icon is available in 47 different styles 226K+ Open Source - Consolidate icons from other…
loading . . .
Icon libraries for developers
Here are some of the largest icon libraries: Library Number of Icons License Description 1.3+ Million - PNG: free with attribution- SVG: 15$ / month for 100 icons Each Icon is available in 47 different styles 226K+ Open Source - Consolidate icons from other open-source libraries
https://umaranis.com/2024/11/28/icon-libraries-for-developers/
about 1 year ago
0
1
0
you reached the end!!
feeds!
log in