Rahul TR@blog : ~/posts
8 posts
$
sort:
view:
Terminal Commands
Navigation
cd <category> - Navigate to categorycd .. - Go back to all categoriescd ~ - Go to home (all posts)Listing & Sorting
ls - List itemsls -lt - Sort by time (newest first)ls -ltr - Sort by time (oldest first)ls -lS - Sort by sizels -la - Expand all detailsFiltering
grep <term> - Search in titles/contentclear - Clear filtersTips
• Use Tab for autocomplete• Press Ctrl+K to focus command bar
• Click buttons in control bar for quick actions
./
0 items
Epistemology/ 5 posts
07:32
Notes on Neil Gaiman's Storytelling MasterClass
14 min read · 2623 words
## Executive Summary This note collects the core principles of storytelling as articulated by author Neil Gaiman. The central thesis is that fiction is the art of "using memorable lies" to communicate profound human truths. Effective storytelling hinges on achieving…
#literature #book #writing #neil-gaiman
2623w
06:42
The Kindle reviews were right about Frankenstein being difficult to read
4 min read · 637 words
Mary Shelley's 1818 preface begins with this passage: > The event on which this fiction is founded has been supposed, by Dr. Darwin, and some of the physiological writers of Germany, as not of impossible occurrence. I shall not be…
#literature #book #classics #epistemology
637w
06:52
American Transparent Voice
1 min read · 194 words
The term "American transparent" refers to a specific type of narrative persona, or voice, that Neil Gaiman employed in his novel *American Gods*. - **Definition of the Persona**: The "American transparent" is a writing style that is characterized by being…
#literature #book #writing #neil-gaiman
194w
06:54
Creative writing principles translated to technical writing
5 min read · 903 words
From [Neil Gaiman Teaches The Art Of Storytelling](https://www.classcentral.com/course/masterclass-neil-gaiman-teaches-the-art-of-storytelling-36452) The principles developed for creative writing, although rooted in fiction, translate powerfully to technical writing by focusing on the universal elements of clarity, economy, and commitment to truth, shifting the application from…
#literature #book #writing #neil-gaiman
903w
+1 more
SharpFocus/ 3 posts
04:30
SharpFocus Part 1: Understanding Code Through Data Flow
10 min read · 1882 words
### The Dependency Problem Consider this C# code: ```csharp public class OrderProcessor { private Order? _currentOrder; private readonly IOrderRepository _repository; private readonly IOrderCache _cache; public OrderProcessor(IOrderRepository repository, IOrderCache cache) { _repository = repository; _cache = cache; } public async Task…
#csharp #roslyn #static-analysis #program-slicing #dataflow
1882w
05:30
SharpFocus Part 2: The Analysis Engine
12 min read · 2388 words
**Part 2 of 3** in the [SharpFocus](https://github.com/trrahul/SharpFocus) series. Read [Part 1: Understanding Code Through Data Flow](/posts/part1-getting-started/) first if you haven't already. The first article introduced program slicing and demonstrated its applications. This article examines the analysis engine that makes slicing…
#csharp #roslyn #static-analysis #control-flow #dataflow-analysis
2388w
06:30
SharpFocus Part 3: Advanced Analysis Techniques
9 min read · 1750 words
**Part 3 of 3** in the [SharpFocus](https://github.com/trrahul/SharpFocus) series. Read [Part 1: Understanding Code Through Data Flow](/posts/part1-getting-started/) and [Part 2: The Analysis Engine](/posts/part2-core-technology/) first. The previous articles introduced program slicing and examined the core analysis techniques. This final article explores advanced…
#csharp #roslyn #static-analysis #transfer-functions #interprocedural
1750w
07:44
Robert Heinlein's Rules for Writers
3 min read · 409 words
Robert A. Heinlein, the prolific science fiction author, formulated five “Business Rules” for writers seeking publication. These rules, originally published in his essay “On the Writing of Speculative Fiction” (1947), have become foundational advice in the writing community.
#writing #robert-heinlein #business-rules
409w
06:54
Creative writing principles translated to technical writing
5 min read · 931 words
From Neil Gaiman Teaches The Art Of Storytelling
#literature #book #writing #neil-gaiman
931w
06:52
American Transparent Voice
1 min read · 192 words
The term “American transparent” refers to a specific type of narrative persona, or voice, that Neil Gaiman employed in his novel American Gods.
#literature #book #writing #neil-gaiman
192w
06:42
The Kindle reviews were right about Frankenstein being difficult to read
4 min read · 631 words
Mary Shelley’s 1818 preface begins with this passage: The event on which this fiction is founded has been supposed, by Dr. Darwin, and some of the physiological writers of Germany, as not of impossible occurrence. I shall not be supposed...
#literature #book #classics #epistemology
631w
07:32
Notes on Neil Gaiman's Storytelling MasterClass
14 min read · 2690 words
Executive Summary This note collects the core principles of storytelling as articulated by author Neil Gaiman. The central thesis is that fiction is the art of “using memorable lies” to communicate profound human truths. Effective storytelling hinges on achieving verisimilitude,...
#literature #book #writing #neil-gaiman
2690w
06:30
SharpFocus Part 3: Advanced Analysis Techniques
13 min read · 2472 words
Part 3 of 3 in the SharpFocus series. Read Part 1: Understanding Code Through Data Flow and Part 2: The Analysis Engine first.
#csharp #roslyn #static-analysis #transfer-functions #interprocedural
2472w
05:30
SharpFocus Part 2: The Analysis Engine
16 min read · 3098 words
Part 2 of 3 in the SharpFocus series. Read Part 1: Understanding Code Through Data Flow first if you haven’t already.
#csharp #roslyn #static-analysis #control-flow #dataflow-analysis
3098w
04:30
SharpFocus Part 1: Understanding Code Through Data Flow
13 min read · 2522 words
The Dependency Problem
#csharp #roslyn #static-analysis #program-slicing #dataflow
2522w
No results found
Try adjusting your query or clearing filters.