代码 标签归档

Vibe Coding - Rethinking Project Management in the Age of AI

2026-01-09 19:18:33

[网站记录 | Web Dev] ,

For a long time, software project management has relied heavily on documentation. High level design documents, data flow diagrams, architecture charts, and endless wiki pages were created to preserve context and ensure alignment. This approach made sense in a world where written artifacts were the primary way to transfer knowledge. Today, however, it increasingly feels inefficient and misaligned with how teams actually work.

Vibe Coding - There Are No Simple Answers to Complex Questions

2025-09-07 22:28:49

[工作记录 | Work Record] ,

It's 2025, and Vibe Coding has truly become a reality—I find this development genuinely exciting.

After successfully completing several projects using exclusively Vibe Coding, I now feel confident in my ability to produce consistent results at a steady pace. While AI can help solve many well-defined smaller problems, there are no simple answers to complex questions. It remains humanity's role to ask the right questions, systematically break down never-before-solved complex problems into manageable parts, and then delegate execution to either people or AI.

一些有趣的C++和Java的研究

2018-04-14 23:39:08

[专业笔记 | Academic] , , ,

一些有用的链接,有空需要整理一下

EECS2011 Fundamentals of Data Structures

数据结构课程,其实用Java而不是用C / PASCAL来讲让我有点不太适应。

This content is for YorkU EECS 2011. As usual, I will post some "interesting" course note. This course is not that difficult. And our prof's ppt is so nice. Try not to miss any lecture and you will learn a lot from him. My professor is Andy Mirzaian.

 

CloudKit开发手记——队列管理

网上现在大部分的教程(包括苹果官方的CloudKit Quick Start)讲述的都是一种简易的方法(convience methods),我这里将要讲述的是如何有效使用队列进行数据库操作,使得操作更加有效规范可控。

 

EECS2031 Software Tools

2016-09-12 14:44:06

[专业笔记 | Academic] , , ,

This course introduces very very fundamental C/shell programming skills on linux.

We are using C89 standard in this  EECS 2031 course. That means you cannot declare the iterator variable in a for loop. And you should be very careful when you are trying to copy any C code from Google or Stack Overflow. Because those code fragments might be written in C with C99 standard or Cpp. Professor is very nice but TAs are not that efficient. We have to wait a long time for the grading.

EECS2030 Advanced Object Oriented Programming

2016-06-11 23:24:31

[专业笔记 | Academic] , ,

EECS2030课程的笔记

This content is for YorkU EECS 2030. I took this course in summer 2016. My professor Navid Mohaghegh is a very nice professor. I do strongly recommend his course.

 

定制XCode的UI控件

有时候我们需要一些深度定制的并且多次多次复用的UI控件,为了模块化程序,在iOS8 及以后,我们可以将常用的定制UI控件放到自己的Kit里面,在不同的项目中重复使用。

本文主要记录怎样定制UI控件

 

Copyright © 2013-2025 mc256. All Rights Reserved.
Powered by WordPress on top of a dual-stack k3s Cluster using JuiceFS.
Wordpress Theme Designed By mc256.
Encrypted By Let's Encrypt.  Hosted On Linode + OVH + AWS.
DNS Provided By Hostker.
Status Page by CloudFlare Worker.