Skip to content
  • Fri. May 22nd, 2026
Comrite blogs

Comrite blogs

software consultant, deep learning, machine learning, docker, voip, asterisk, kamailio, linux, network

  • Home
  • About
    • about_social
    • anti-spam-policy
    • privacy
    • privacy_account
    • privacy_social
    • prohibited
    • suggestions
    • tos
    • tos_account
    • tos_dating
    • tos_maps
  • About comrite
  • Account
  • Checkout
  • Courses
  • Dashboard
  • Instructor Registration
  • Instructors List
  • Learn
  • RAG query system
  • Student Registration

Latest Post

troubleshooing missing ip in k8s ( metallb-system) Q&A: Fine-Tuning and Guidance on diffusion models coding judge system what is std::forward and universal reference Update k8s certs
Linux Networking

troubleshooing missing ip in k8s ( metallb-system)

February 12, 2025 Min Wang
AI/Machine Learning

Q&A: Fine-Tuning and Guidance on diffusion models

August 3, 2024 Min Wang
software programming

coding judge system

July 27, 2024 Min Wang
software programming

what is std::forward and universal reference

July 17, 2024 Min Wang
cloud technology

Update k8s certs

July 17, 2024 Min Wang
  • Latest
  • Popular
  • Trending
Linux Networking
troubleshooing missing ip in k8s ( metallb-system)
AI/Machine Learning
Q&A: Fine-Tuning and Guidance on diffusion models
software programming
coding judge system
software programming
what is std::forward and universal reference
database
MySQL Binary field how to insert, search
cloud technology
AWS Lambda
software development process
Scrum or Kanban
software development process
Code Ownership on Software Quality
Linux Networking
troubleshooing missing ip in k8s ( metallb-system)
AI/Machine Learning
Q&A: Fine-Tuning and Guidance on diffusion models
software programming
coding judge system
software programming
what is std::forward and universal reference
software programming

c++ json lib: nlohmann::json

September 11, 2020 Min Wang

nlohmann::json is a popluar json lib. code at: https://github.com/nlohmann/json document at: https://nlohmann.github.io/json/doxygen/index.html sample code: #include <iostream> 2 #include <nlohmann/json.hpp> 3 4 using json = nlohmann::json; 5 6 int main() 7…

cloud technology Linux Networking

Kubernetes Quick Start

September 10, 2020 Min Wang

Learning curve for Kubernetes (K8s) could be steep. For most users who are already familiar with basic networking, OS/Linux, docker container technologies etc, the difficulties , I personally think, is…

AI/Machine Learning software programming

webassembly and web audio worklet

June 26, 2020 Min Wang

amanda peet nude Some notes: web assembly: a cool technology allows you to compile c/c++/rust and other languages into wasm, expose API to javascript world. Web audio worklet/worker: allows developer…

software development process

How to use gradle to build java app/project from command line

March 2, 2020 Min Wang

Install gradle ( on debian 10) Follow https://linux4one.com/how-to-install-gradle-on-debian-10/ download latest gradle at: https://gradle.org/releases/ for example: wget https://services.gradle.org/distributions/gradle-6.2.1-bin.zip -P /tmp sudo unzip -d /opt/gradle /tmp/gradle-6.2.1.zip sudo nano /etc/profile.d/gradle.sh export GRADLE_HOME=/opt/gradle/gradle-6.2.1 export…

software programming

C++ how to replace mutex code with CAS ( compare and exchange ) ( lock-less programming )

January 2, 2020 Min Wang

It is well known that if mutex protected codes could potentially be replaced by atomic compare exchange, thus we cab achieve lock-less programming. In practice, it may need several techniques…

Networking software programming

Janus Video Room plugin (how webrtc sfu works)

December 18, 2019 Min Wang

Repo: https://github.com/meetecho/janus-gateway code: video sfu code at: plugins/janus_videoroom.c How sub/pub works: in its plugin implementation: plugins/janus_videoroom.c , there is: struct janus_videoroom_publisher { GSList subscribers; / Subscriptions to this publisher (who’s…

software development process

how to cherry-pick a merge commit

November 26, 2019 Min Wang

Problem: For example: I have a merge in main dev branch, I want to cherry-pick that merge into a relatively old prod branch, If we directly do: git cherry-pick merge_commit_in_dev_branch,…

VoIP

How to synchronize audio video stream (a/v sync)

July 9, 2019 Min Wang

How to a/v sync in IETF RFC? The RFC specified how to do a/v sycn generally in https://tools.ietf.org/html/rfc6051 RTP flows are synchronised by receivers based on information that is contained…

software programming

how to submit a patch to google’s webrtc native

July 5, 2019 Min Wang

I recently submitted a patch to webrtc native. https://webrtc-review.googlesource.com/c/src/+/143841 https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/discuss-webrtc/zn4kmjflvt4 The process is not that difficult, but there could be some caveats depending on your os version etc. Here is…

software programming

vim how to install vim-grammarous plugin ( grammar check )

June 16, 2019 Min Wang

vim has a grammar check plugin https://github.com/rhysd/vim-grammarous How to install vim-grammarous? it uses new vim 8+ plugin mechanism, so we can easily install it by: mkdir -p ~/.vim/pack/bundle/start cd ~/.vim/pack/bundle/start…

Posts pagination

1 … 6 7 8 … 15

Recent Posts

  • troubleshooing missing ip in k8s ( metallb-system)
  • Q&A: Fine-Tuning and Guidance on diffusion models
  • coding judge system
  • what is std::forward and universal reference
  • Update k8s certs

Recent Comments

No comments to show.

You missed

Linux Networking

troubleshooing missing ip in k8s ( metallb-system)

February 12, 2025 Min Wang
AI/Machine Learning

Q&A: Fine-Tuning and Guidance on diffusion models

August 3, 2024 Min Wang
software programming

coding judge system

July 27, 2024 Min Wang
software programming

what is std::forward and universal reference

July 17, 2024 Min Wang

Transform your design skills with Clara’s comprehensive courses in UI/UX, tailored for beginners.. Aaspiring designers master the tools and mindset needed to design impactful digital experiences.

  • Facebook
  • Instagram
  • X
Comrite blogs

Comrite blogs

software consultant, deep learning, machine learning, docker, voip, asterisk, kamailio, linux, network

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • About
    • about_social
    • anti-spam-policy
    • privacy
    • privacy_account
    • privacy_social
    • prohibited
    • suggestions
    • tos
    • tos_account
    • tos_dating
    • tos_maps
  • About comrite
  • Account
  • Checkout
  • Courses
  • Dashboard
  • Instructor Registration
  • Instructors List
  • Learn
  • RAG query system
  • Student Registration