Logo The Stone
  • Home
  • About
  • Skills
  • Posts
  • Notes
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • AI
    • Performance
  • Algorithm
    • Memory Allocation
  • Dev
    • Conventions
  • Projects
    • Base Template
      • v1.0.0
    • Coffee Brew
      • v1.0.0
    • DevOps Automation
      • v1.0.0
      • v1.1.0
      • v1.1.1
      • v1.2.0
      • v1.2.1
      • v1.2.2
      • v1.2.3
      • v1.3.0
      • v2.0.0
      • v2.1.0
      • v2.2.0
      • v2.3.0
      • v2.3.1
    • Homelab
      • v1.0.0
      • v1.0.1
      • v1.1.0
      • v1.2.0
      • v1.3.0
      • v1.4.0
      • v1.5.0
      • v1.5.1
    • Node.js Template
      • v1.0.0
      • v1.1.0
      • v1.1.1
      • v1.1.2
      • v1.2.0
      • v1.2.1
      • v1.3.0
      • v1.4.0
      • v1.4.1
      • v1.5.0
      • v1.6.0
      • v1.7.0
      • v1.8.0
    • Obsidian Library - Markdown Notes
      • v1.0.0
      • v1.1.0
      • v1.1.1
      • v1.2.0
      • v1.2.1
    • Obsidian Plugin - Translate Code Block
      • v1.0.0
      • v1.0.1
    • Obsidian Plugin - Zettelkasten Operator
      • v1.0.0
      • v1.1.0
      • v1.10.0
      • v1.10.1
      • v1.11.0
      • v1.12.0
      • v1.12.1
      • v1.2.0
      • v1.3.0
      • v1.3.1
      • v1.3.2
      • v1.3.3
      • v1.4.0
      • v1.5.0
      • v1.6.0
      • v1.7.0
      • v1.7.1
      • v1.8.0
      • v1.9.0
      • v1.9.1
    • Obsidian Template
      • v1.0.0
      • v1.1.0
      • v1.2.0
      • v1.3.0
      • v1.4.0
    • Obsidian Zettelkasten Plugin
      • v1.0.0
      • v1.1.0
      • v1.10.0
      • v1.10.1
      • v1.11.0
      • v1.2.0
      • v1.2.1
      • v1.2.2
      • v1.2.3
      • v1.2.4
      • v1.2.5
      • v1.3.0
      • v1.4.0
      • v1.4.1
      • v1.4.2
      • v1.4.3
      • v1.5.0
      • v1.6.0
      • v1.7.0
      • v1.7.1
      • v1.8.0
      • v1.8.1
      • v1.9.0
      • v1.9.1
      • v1.9.2
      • v1.9.3
    • Repo Template
      • v1.0.0
    • URes
      • v1.0.0
      • v1.10.0
      • v1.11.0
      • v1.2.0
      • v1.3.0
      • v1.3.1
      • v1.4.1
      • v1.4.2
      • v1.5.0
      • v1.5.1
      • v1.6.0
      • v1.7.0
      • v1.7.1
      • v1.8.0
      • v1.9.0
      • v1.9.1
      • v2.0.0
      • v2.0.1
      • v2.1.0
      • v2.1.1
      • v2.2.0
      • v2.2.1
      • v2.3.0
      • v2.3.1
      • v2.3.2
    • URes-Visual
      • v1.0.1
      • v1.0.2
      • v1.0.3
Hero Image
URes v1.3.1

1.3.1 (2025-01-22) Bug Fixes publish: change the trigger to release (f80d038) Read more at URes

  • project
  • release
Wednesday, January 22, 2025 Read
Hero Image
URes v1.3.0

1.3.0 (2025-01-22) Features release: insert a new publish workflow when a new tag is created (8bfe30d) Read more at URes

  • project
  • release
Wednesday, January 22, 2025 Read
Hero Image
Memory Allocation Algorithms

Memory allocation is a critical process in computer systems, enabling efficient management of memory resources for running applications, especially for AI model training and inferencing in this era. Allocation algorithms determine how memory is divided, assigned, and freed for use by various programs. These algorithms ensure optimal use of limited memory while minimising fragmentation and performance bottlenecks. Why is it Important? Efficiency: Efficient memory allocation maximises the use of available RAM, allowing multiple programs to run smoothly without crashing. Performance: The speed at which programs access and use memory directly impacts overall system performance. Fragmentation Before diving into specific algorithms, let’s understand fragmentation:

  • algorithm
Thursday, January 2, 2025 Read
Hero Image
URes v1.2.0

1.2.0 (2025-01-01) Features ci: add a new ci action for creating a release blog in target repo (d5e9742) Read more at URes

  • project
  • release
Wednesday, January 1, 2025 Read
Hero Image
Development Conventions

A few conventions should be followed in a development chain to facilitate collaboration, maintainability, and clarity. Generally speaking, I follow the points below in my development. Commit Message Development workflow CI/CD Commit Message The Conventional Commits is a regular specification I used in my development for providing an easy set of rules for creating an explicit commit history. <type>[optional scope]: <description> [optional body] [optional footer(s)] The commit types which is based on Angular Convention are listed in the below table:

  • git
  • conventions
Monday, December 23, 2024 Read
  • ««
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • »»
Navigation
  • About
  • Skills
Contact me:
  • github@stone-bo.com
  • https://github.com/stonebo

Toha Theme Logo Toha
© 2020 Copyright.
Powered by Hugo Logo