Skip to content

Commit 249db1b

Browse files
committed
added file
1 parent 7b74f04 commit 249db1b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3550
-237
lines changed

docs/Desktop /lifera.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/Desktop /readest.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/Desktop /ulancher.md

Whitespace-only changes.

docs/Desktop/lifera.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
2+
## RSS Reader (Why Engineers Use It)
3+
4+
As a developer, **learning never stops**.
5+
New tools, bugs, security issues, frameworks, and best practices appear every day.
6+
7+
Engineers use **RSS readers** to **stay updated without distractions**.
8+
9+
---
10+
11+
## What Is RSS?
12+
13+
**RSS (Really Simple Syndication)** is a way to **subscribe to websites** and receive new content automatically.
14+
15+
Instead of:
16+
17+
* visiting 10–20 blogs every day
18+
* scrolling through social media
19+
* relying on algorithms
20+
21+
You get **new posts delivered directly to you** in one place.
22+
23+
---
24+
25+
## Why Engineers Prefer RSS Readers
26+
27+
Engineers use RSS readers because they are:
28+
29+
### 🔕 Distraction-Free
30+
31+
* No ads
32+
* No notifications
33+
* No algorithm manipulation
34+
35+
You read **only what you choose**.
36+
37+
---
38+
39+
### 🧠 High-Signal Information
40+
41+
Engineers follow:
42+
43+
* Programming blogs
44+
* Linux news
45+
* Security advisories
46+
* Open-source project updates
47+
48+
RSS gives **pure content**, not noise.
49+
50+
---
51+
52+
### ⚡ Time Efficient
53+
54+
* Open one app
55+
* See all updates
56+
* Read what matters
57+
* Ignore the rest
58+
59+
Perfect for busy students and professionals.
60+
61+
---
62+
63+
### 📚 Learning-Oriented
64+
65+
RSS helps you build a **habit of reading technical content**, which is a core engineering skill.
66+
67+
Many senior engineers still rely on RSS daily.
68+
69+
---
70+
71+
## Engineer Blogs Commonly Followed via RSS
72+
73+
Examples of content engineers subscribe to:
74+
75+
* Linux & system blogs
76+
* Programming language blogs (Python, Rust, Java, C++)
77+
* Security blogs
78+
* Open-source project updates
79+
* Engineering blogs from companies
80+
81+
RSS lets you **own your learning feed**.
82+
83+
---
84+
85+
## Liferea – The RSS Reader Used in Codekub
86+
87+
**Liferea** (Linux Feed Reader) is a **simple, fast, and lightweight RSS reader**.
88+
89+
It is included in Codekub to encourage **healthy learning habits**.
90+
91+
---
92+
93+
### Why Liferea?
94+
95+
Liferea is:
96+
97+
* Easy for beginners
98+
* Very lightweight
99+
* No account required
100+
* Works fully offline once feeds are loaded
101+
* Native Linux application
102+
103+
Perfect for students new to RSS.
104+
105+
---
106+
107+
### What You Can Do with Liferea
108+
109+
* Subscribe to blog feeds
110+
* Read articles in a clean layout
111+
* Mark articles as read
112+
* Organize feeds into folders
113+
* Open links in your browser if needed
114+
115+
---
116+
117+
## How Engineers Actually Use RSS (Real Workflow)
118+
119+
A common habit:
120+
121+
1. Open Liferea once or twice a day
122+
2. Scan headlines
123+
3. Read 1–2 useful articles
124+
4. Ignore the rest without guilt
125+
126+
No doom-scrolling.
127+
No pressure.
128+

docs/Desktop/obsidian.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
2+
3+
## Obsidian (How Software Engineers Think With Notes)
4+
5+
As a software engineer, learning is not just about writing code —
6+
it’s about **thinking clearly**, **remembering concepts**, and **connecting ideas over time**.
7+
8+
That’s why many engineers use **Obsidian**.
9+
10+
---
11+
12+
## What Is Obsidian?
13+
14+
**Obsidian** is a **markdown-based note-taking app** designed for **thinking, learning, and knowledge building**.
15+
16+
Unlike normal note apps:
17+
18+
* Your notes are **plain text files**
19+
* Stored **locally on your computer**
20+
* Fully under **your control**
21+
22+
No cloud lock-in. No hidden formats.
23+
24+
---
25+
26+
## Why Software Engineers Use Obsidian
27+
28+
### 🧠 Engineers Think in Connections, Not Pages
29+
30+
Engineering knowledge is connected:
31+
32+
* Data Structures → Algorithms → Optimization
33+
* Linux → Processes → Containers → Docker
34+
* Git → Branching → CI/CD
35+
36+
Obsidian lets you **link notes together**, just like a graph of ideas.
37+
38+
This mirrors how engineers actually think.
39+
40+
---
41+
42+
### ✍️ Markdown Fits Engineers Perfectly
43+
44+
Obsidian uses **Markdown**, which engineers already use for:
45+
46+
* README files
47+
* Documentation
48+
* GitHub projects
49+
* Technical writing
50+
51+
You write notes using simple text like:
52+
53+
```md
54+
# Git Basics
55+
- git init
56+
- git commit
57+
- git push
58+
```
59+
60+
No formatting distractions.
61+
62+
---
63+
64+
### 🗂️ Your Knowledge Grows With You
65+
66+
Engineers don’t “finish learning” a topic.
67+
68+
With Obsidian:
69+
70+
* You start with simple notes
71+
* Add details over time
72+
* Link related concepts later
73+
* Revisit and improve understanding
74+
75+
Your notes become a **personal knowledge base**.
76+
77+
---
78+
79+
### 🔒 Local-First & Offline
80+
81+
Engineers value **control and privacy**.
82+
83+
Obsidian:
84+
85+
* Stores notes locally
86+
* Works fully offline
87+
* Uses normal folders and files
88+
89+
You can back it up with Git, cloud sync, or USB — your choice.
90+
91+
---
92+
93+
### 📈 Used by Real Engineers (Not Just Students)
94+
95+
Obsidian is used by:
96+
97+
* Software engineers
98+
* Security researchers
99+
* System architects
100+
* Researchers and writers
101+
102+
Many engineers treat Obsidian as their **second brain**.
103+
104+
---
105+
106+
## How Engineers Actually Use Obsidian
107+
108+
Typical real-world usage:
109+
110+
* Notes on programming languages
111+
* Linux command explanations
112+
* Debugging notes
113+
* Project architecture ideas
114+
* Interview preparation
115+
* Personal learning journal
116+
117+
It’s not about pretty notes — it’s about **useful notes**.
118+

docs/Desktop/readest.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
2+
3+
## Readest (Read Anywhere, Without Distractions)
4+
5+
Engineers read **a lot**:
6+
7+
* documentation
8+
* blogs
9+
* tutorials
10+
* long technical articles
11+
12+
But reading on the web is often **distracting**.
13+
14+
That’s why many engineers use **Readest**.
15+
16+
---
17+
18+
## What Is Readest?
19+
20+
**Readest** is a **read-it-later and distraction-free reading app**.
21+
22+
It allows you to:
23+
24+
* save articles to read later
25+
* remove ads and clutter
26+
* read in a clean, book-like view
27+
* sync your reading across devices
28+
29+
Think of Readest as a **personal reading library**.
30+
31+
---
32+
33+
## Why Engineers Use Readest
34+
35+
### 🧘 Focused Reading
36+
37+
Web pages are full of:
38+
39+
* ads
40+
* popups
41+
* banners
42+
* autoplay videos
43+
44+
Readest strips all of that away and shows **only the content**.
45+
46+
Engineers prefer **focus over noise**.
47+
48+
---
49+
50+
### 📚 Read When You’re Ready
51+
52+
When learning:
53+
54+
* you find good articles at random times
55+
* you don’t always have time to read immediately
56+
57+
Readest lets you:
58+
59+
* save links now
60+
* read later when your mind is fresh
61+
62+
---
63+
64+
### 🧠 Better Understanding
65+
66+
Clean text = better concentration.
67+
68+
Engineers often read:
69+
70+
* complex explanations
71+
* long technical posts
72+
73+
Readest makes long reading **less tiring**.
74+
75+
---
76+
77+
### 🌙 Comfortable Reading Experience
78+
79+
Readest supports:
80+
81+
* dark mode
82+
* font size adjustment
83+
* clean typography
84+
85+
This reduces eye strain during long study sessions.
86+
87+
---
88+
89+
## Cross-Sync: Mobile, Laptop, Everywhere
90+
91+
One of the biggest reasons engineers use Readest is **cross-sync**.
92+
93+
You can:
94+
95+
* save an article on your **laptop**
96+
* read it later on your **mobile**
97+
* continue where you left off
98+
99+
Your reading progress stays synced.
100+
101+
This is perfect for:
102+
103+
* commuting
104+
* breaks
105+
* late-night reading
106+
107+
---
108+
109+
## Typical Engineer Workflow with Readest
110+
111+
1. Find a good article while coding
112+
2. Save it to Readest
113+
3. Read it later on phone or laptop
114+
4. Come back with better understanding
115+
116+
No pressure. No distraction.
117+

0 commit comments

Comments
 (0)