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
    • 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
    • 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.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.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
    • URes-Visual
      • v1.0.1
      • v1.0.2
      • v1.0.3
Hero Image
Obsidian Template v1.1.0

1.1.0 (2025-01-30) Bug Fixes basic: update tag for literature note - article (5259535) knowledge: update artificial intelligence’s tag (6320f1d) re-locate dir location of dataview (b4a8023) Features dataview: a new view table for showing relation between coffee bean and brews (0843d9f) Read more at Obsidian Template

  • project
  • release
Thursday, January 30, 2025 Read
Hero Image
URes v1.4.2

1.4.2 (2025-01-30) Bug Fixes zettelkasten: fix format issue of note id and create time (6fbd702) Read more at URes

  • project
  • release
Thursday, January 30, 2025 Read
Hero Image
DevOps Automation v1.1.1

1.1.1 (2025-01-24) Bug Fixes blog: miss –herp args in step of generate new blog (6fdae85) Read more at DevOps Automation

  • project
  • release
Friday, January 24, 2025 Read
Hero Image
DevOps Automation v1.1.0

1.1.0 (2025-01-24) Bug Fixes ci: fix invalid path issue, which casues the workflow is not able to run script (fca5260) Features blog: allow each workflow to pass a customized hero image for the project (f783398) Read more at DevOps Automation

  • project
  • release
Friday, January 24, 2025 Read
Hero Image
Obsidian Template v1.0.0

1.0.0 (2025-01-23) Bug Fixes ci: fix wrong variable name of onepassword token in all workflow (212f84d) ci: fix wrong variable name of onepassword token in blog workflow (6a32ec9) Features initialize obsidian template (54bdac8) Read more at Obsidian Template

  • project
  • release
Thursday, January 23, 2025 Read
Hero Image
DevOps Automation v1.0.0

1.0.0 (2025-01-22) Bug Fixes blog: remove command poetry from line 72 (b2a61bd) ci: fix trufflehog version issue (3ae6b85) ci: remove the variable for version of linter (f620374) ci: subfolder is not supported (85b14ae) ci: using input to specific version of linter (2c3552e) ci: wrong usage of environment in action (7d27196) release: wrong token variable name (bb5d9d7) semantic-release: add configuration file for it (341a396) Features blog: add a new workflow for creating a blog in another repo (2ec0161) linter: add resuing linter workflow (642209f) publish: add a new workflow for poetry publish (2a21bec) pytest: add a new reusable pytest workflow (3c5fb12) release: add a reusable workflow for release (31a9f8b) Read more at Git Convention

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

1.4.1 (2025-01-22) Bug Fixes blog: fix unexpected value (0150c3d) Read more at URes

  • project
  • release
Wednesday, January 22, 2025 Read
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
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
Navigation
  • About
  • Skills
Contact me:
  • github@stone-bo.com
  • https://github.com/stonebo

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