├── .github └── workflows │ └── schedule-update.yml ├── .gitignore ├── LICENSE ├── README.md ├── archives ├── 2021-01-06.md ├── 2021-01-07.md ├── 2021-01-08.md ├── 2021-01-09.md ├── 2021-01-10.md ├── 2021-01-11.md ├── 2021-01-12.md ├── 2021-01-13.md ├── 2021-01-14.md ├── 2021-01-15.md ├── 2021-01-16.md ├── 2021-01-17.md ├── 2021-01-18.md ├── 2021-01-19.md ├── 2021-01-20.md ├── 2021-01-21.md ├── 2021-01-22.md ├── 2021-01-23.md ├── 2021-01-24.md ├── 2021-01-25.md ├── 2021-01-26.md ├── 2021-01-27.md ├── 2021-01-28.md ├── 2021-01-29.md ├── 2021-01-30.md ├── 2021-01-31.md ├── 2021-02-01.md ├── 2021-02-02.md ├── 2021-02-03.md ├── 2021-02-04.md ├── 2021-02-05.md ├── 2021-02-06.md ├── 2021-02-07.md ├── 2021-02-08.md ├── 2021-02-09.md ├── 2021-02-10.md ├── 2021-02-11.md ├── 2021-02-12.md ├── 2021-02-13.md ├── 2021-02-14.md ├── 2021-02-15.md ├── 2021-02-16.md ├── 2021-02-17.md ├── 2021-02-18.md ├── 2021-02-19.md ├── 2021-02-20.md ├── 2021-02-21.md ├── 2021-02-22.md ├── 2021-02-23.md ├── 2021-02-24.md ├── 2021-02-25.md ├── 2021-02-26.md ├── 2021-02-27.md ├── 2021-02-28.md ├── 2021-03-01.md ├── 2021-03-02.md ├── 2021-03-03.md ├── 2021-03-04.md ├── 2021-03-05.md ├── 2021-03-06.md ├── 2021-03-07.md ├── 2021-03-08.md ├── 2021-03-09.md ├── 2021-03-10.md ├── 2021-03-11.md ├── 2021-03-12.md ├── 2021-03-13.md ├── 2021-03-14.md ├── 2021-03-15.md ├── 2021-03-16.md ├── 2021-03-17.md ├── 2021-03-18.md ├── 2021-03-19.md ├── 2021-03-20.md ├── 2021-03-21.md ├── 2021-03-22.md ├── 2021-03-23.md ├── 2021-03-24.md ├── 2021-03-25.md ├── 2021-03-26.md ├── 2021-03-27.md ├── 2021-03-28.md ├── 2021-03-29.md ├── 2021-03-30.md ├── 2021-03-31.md ├── 2021-04-01.md ├── 2021-04-02.md ├── 2021-04-03.md ├── 2021-04-04.md ├── 2021-04-05.md ├── 2021-04-06.md ├── 2021-04-07.md ├── 2021-04-08.md ├── 2021-04-09.md ├── 2021-04-10.md ├── 2021-04-11.md ├── 2021-04-12.md ├── 2021-04-13.md ├── 2021-04-14.md ├── 2021-04-15.md ├── 2021-04-16.md ├── 2021-04-17.md ├── 2021-04-18.md ├── 2021-04-19.md ├── 2021-04-20.md ├── 2021-04-21.md ├── 2021-04-22.md ├── 2021-04-23.md ├── 2021-04-24.md ├── 2021-04-25.md ├── 2021-04-26.md ├── 2021-04-27.md ├── 2021-04-28.md ├── 2021-04-29.md ├── 2021-04-30.md ├── 2021-05-01.md ├── 2021-05-02.md ├── 2021-05-03.md ├── 2021-05-04.md ├── 2021-05-05.md ├── 2021-05-06.md ├── 2021-05-07.md ├── 2021-05-08.md ├── 2021-05-09.md ├── 2021-05-10.md ├── 2021-05-11.md ├── 2021-05-12.md ├── 2021-05-13.md ├── 2021-05-14.md ├── 2021-05-15.md ├── 2021-05-16.md ├── 2021-05-17.md ├── 2021-05-18.md ├── 2021-05-19.md ├── 2021-05-20.md ├── 2021-05-21.md ├── 2021-05-22.md ├── 2021-05-23.md ├── 2021-05-24.md ├── 2021-05-25.md ├── 2021-05-26.md ├── 2021-05-27.md ├── 2021-05-28.md ├── 2021-05-29.md ├── 2021-05-30.md ├── 2021-05-31.md ├── 2021-06-01.md ├── 2021-06-02.md ├── 2021-06-03.md ├── 2021-06-04.md ├── 2021-06-05.md ├── 2021-06-06.md ├── 2021-06-07.md ├── 2021-06-08.md ├── 2021-06-09.md ├── 2021-06-10.md ├── 2021-06-11.md ├── 2021-06-12.md ├── 2021-06-13.md ├── 2021-06-14.md ├── 2021-06-15.md ├── 2021-06-16.md ├── 2021-06-17.md ├── 2021-06-18.md ├── 2021-06-19.md ├── 2021-06-20.md ├── 2021-06-21.md ├── 2021-06-22.md ├── 2021-06-23.md ├── 2021-06-24.md ├── 2021-06-25.md ├── 2021-06-26.md ├── 2021-06-27.md ├── 2021-06-28.md ├── 2021-06-29.md ├── 2021-06-30.md ├── 2021-07-01.md ├── 2021-07-02.md ├── 2021-07-03.md ├── 2021-07-04.md ├── 2021-07-05.md ├── 2021-07-06.md ├── 2021-07-07.md ├── 2021-07-08.md ├── 2021-07-09.md ├── 2021-07-10.md ├── 2021-07-11.md ├── 2021-07-12.md ├── 2021-07-13.md ├── 2021-07-14.md ├── 2021-07-15.md ├── 2021-07-16.md ├── 2021-07-17.md ├── 2021-07-18.md ├── 2021-07-19.md ├── 2021-07-20.md ├── 2021-07-21.md ├── 2021-07-22.md ├── 2021-07-23.md ├── 2021-07-24.md ├── 2021-07-25.md ├── 2021-07-26.md ├── 2021-07-27.md ├── 2021-07-28.md ├── 2021-07-29.md ├── 2021-07-30.md ├── 2021-07-31.md ├── 2021-08-01.md ├── 2021-08-02.md ├── 2021-08-03.md ├── 2021-08-04.md ├── 2021-08-05.md ├── 2021-08-06.md ├── 2021-08-07.md ├── 2021-08-08.md ├── 2021-08-09.md ├── 2021-08-10.md ├── 2021-08-11.md ├── 2021-08-12.md ├── 2021-08-13.md ├── 2021-08-14.md ├── 2021-08-15.md ├── 2021-08-16.md ├── 2021-08-17.md ├── 2021-08-18.md ├── 2021-08-19.md ├── 2021-08-20.md ├── 2021-08-21.md ├── 2021-08-22.md ├── 2021-08-23.md ├── 2021-08-24.md ├── 2021-08-25.md ├── 2021-08-26.md ├── 2021-08-27.md ├── 2021-08-28.md ├── 2021-08-29.md ├── 2021-08-30.md ├── 2021-08-31.md ├── 2021-09-01.md ├── 2021-09-02.md ├── 2021-09-03.md ├── 2021-09-04.md ├── 2021-09-05.md ├── 2021-09-06.md ├── 2021-09-07.md ├── 2021-09-08.md ├── 2021-09-09.md ├── 2021-09-10.md ├── 2021-09-11.md ├── 2021-09-12.md ├── 2021-09-13.md ├── 2021-09-14.md ├── 2021-09-15.md ├── 2021-09-16.md ├── 2021-09-17.md ├── 2021-09-18.md ├── 2021-09-19.md ├── 2021-09-20.md ├── 2021-09-21.md ├── 2021-09-22.md ├── 2021-09-23.md ├── 2021-09-24.md ├── 2021-09-25.md ├── 2021-09-26.md ├── 2021-09-27.md ├── 2021-09-28.md ├── 2021-09-29.md ├── 2021-09-30.md ├── 2021-10-01.md ├── 2021-10-02.md ├── 2021-10-03.md ├── 2021-10-04.md ├── 2021-10-05.md ├── 2021-10-06.md ├── 2021-10-07.md ├── 2021-10-08.md ├── 2021-10-09.md ├── 2021-10-10.md ├── 2021-10-11.md ├── 2021-10-12.md ├── 2021-10-13.md ├── 2021-10-14.md ├── 2021-10-15.md ├── 2021-10-16.md ├── 2021-10-17.md ├── 2021-10-18.md ├── 2021-10-19.md ├── 2021-10-20.md ├── 2021-10-21.md ├── 2021-10-22.md ├── 2021-10-23.md ├── 2021-10-24.md ├── 2021-10-25.md ├── 2021-10-26.md ├── 2021-10-27.md ├── 2021-10-28.md ├── 2021-10-29.md ├── 2021-10-30.md ├── 2021-10-31.md ├── 2021-11-01.md ├── 2021-11-02.md ├── 2021-11-03.md ├── 2021-11-04.md ├── 2021-11-05.md ├── 2021-11-06.md ├── 2021-11-07.md ├── 2021-11-08.md ├── 2021-11-09.md ├── 2021-11-10.md ├── 2021-11-11.md ├── 2021-11-12.md ├── 2021-11-13.md ├── 2021-11-14.md ├── 2021-11-15.md ├── 2021-11-16.md ├── 2021-11-17.md ├── 2021-11-18.md ├── 2021-11-19.md ├── 2021-11-20.md ├── 2021-11-21.md ├── 2021-11-22.md ├── 2021-11-23.md ├── 2021-11-24.md ├── 2021-11-25.md ├── 2021-11-26.md ├── 2021-11-27.md ├── 2021-11-28.md ├── 2021-11-29.md ├── 2021-11-30.md ├── 2021-12-01.md ├── 2021-12-02.md ├── 2021-12-03.md ├── 2021-12-04.md ├── 2021-12-05.md ├── 2021-12-06.md ├── 2021-12-07.md ├── 2021-12-08.md ├── 2021-12-09.md ├── 2021-12-10.md ├── 2021-12-11.md ├── 2021-12-12.md ├── 2021-12-13.md ├── 2021-12-14.md ├── 2021-12-15.md ├── 2021-12-16.md ├── 2021-12-17.md ├── 2021-12-18.md ├── 2021-12-19.md ├── 2021-12-20.md ├── 2021-12-21.md ├── 2021-12-22.md ├── 2021-12-23.md ├── 2021-12-24.md ├── 2021-12-25.md ├── 2021-12-26.md ├── 2021-12-27.md ├── 2021-12-28.md ├── 2021-12-29.md ├── 2021-12-30.md ├── 2021-12-31.md ├── 2022-01-01.md ├── 2022-01-02.md ├── 2022-01-03.md ├── 2022-01-04.md ├── 2022-01-05.md ├── 2022-01-06.md ├── 2022-01-07.md ├── 2022-01-08.md ├── 2022-01-09.md ├── 2022-01-10.md ├── 2022-01-11.md ├── 2022-01-12.md ├── 2022-01-13.md ├── 2022-01-14.md ├── 2022-01-15.md ├── 2022-01-16.md ├── 2022-01-17.md ├── 2022-01-18.md ├── 2022-01-19.md ├── 2022-01-20.md ├── 2022-01-21.md ├── 2022-01-22.md ├── 2022-01-23.md ├── 2022-01-24.md ├── 2022-01-25.md ├── 2022-01-26.md ├── 2022-01-27.md ├── 2022-01-28.md ├── 2022-01-29.md ├── 2022-01-30.md ├── 2022-01-31.md ├── 2022-02-01.md ├── 2022-02-02.md ├── 2022-02-03.md ├── 2022-02-04.md ├── 2022-02-05.md ├── 2022-02-06.md ├── 2022-02-07.md ├── 2022-02-08.md ├── 2022-02-09.md ├── 2022-02-10.md ├── 2022-02-11.md ├── 2022-02-12.md ├── 2022-02-13.md ├── 2022-02-14.md ├── 2022-02-15.md ├── 2022-02-16.md ├── 2022-02-17.md ├── 2022-02-18.md ├── 2022-02-19.md ├── 2022-02-20.md ├── 2022-02-21.md ├── 2022-02-22.md ├── 2022-02-23.md ├── 2022-02-24.md ├── 2022-02-25.md ├── 2022-02-26.md ├── 2022-02-27.md ├── 2022-02-28.md ├── 2022-03-01.md ├── 2022-03-02.md ├── 2022-03-03.md ├── 2022-03-04.md ├── 2022-03-05.md ├── 2022-03-06.md ├── 2022-03-07.md ├── 2022-03-08.md ├── 2022-03-09.md ├── 2022-03-10.md ├── 2022-03-11.md ├── 2022-03-12.md ├── 2022-03-13.md ├── 2022-03-14.md ├── 2022-03-15.md ├── 2022-03-16.md ├── 2022-03-17.md ├── 2022-03-18.md ├── 2022-03-19.md ├── 2022-03-20.md ├── 2022-03-21.md ├── 2022-03-22.md ├── 2022-03-23.md ├── 2022-03-24.md ├── 2022-03-25.md ├── 2022-03-26.md ├── 2022-03-27.md ├── 2022-03-28.md ├── 2022-03-29.md ├── 2022-03-30.md ├── 2022-03-31.md ├── 2022-04-01.md ├── 2022-04-02.md ├── 2022-04-03.md ├── 2022-04-04.md ├── 2022-04-05.md ├── 2022-04-06.md ├── 2022-04-07.md ├── 2022-04-08.md ├── 2022-04-09.md ├── 2022-04-10.md ├── 2022-04-11.md ├── 2022-04-12.md ├── 2022-04-13.md ├── 2022-04-14.md ├── 2022-04-15.md ├── 2022-04-16.md ├── 2022-04-17.md ├── 2022-04-18.md ├── 2022-04-19.md ├── 2022-04-20.md ├── 2022-04-21.md ├── 2022-04-22.md ├── 2022-04-23.md ├── 2022-04-24.md ├── 2022-04-25.md ├── 2022-04-26.md ├── 2022-04-27.md ├── 2022-04-28.md ├── 2022-04-29.md ├── 2022-04-30.md ├── 2022-05-01.md ├── 2022-05-02.md ├── 2022-05-03.md ├── 2022-05-04.md ├── 2022-05-05.md ├── 2022-05-06.md ├── 2022-05-07.md ├── 2022-05-08.md ├── 2022-05-09.md ├── 2022-05-10.md ├── 2022-05-11.md ├── 2022-05-12.md ├── 2022-05-13.md ├── 2022-05-14.md ├── 2022-05-15.md ├── 2022-05-16.md ├── 2022-05-17.md ├── 2022-05-18.md ├── 2022-05-19.md ├── 2022-05-20.md ├── 2022-05-21.md ├── 2022-05-22.md ├── 2022-05-23.md ├── 2022-05-24.md ├── 2022-05-25.md ├── 2022-05-26.md ├── 2022-05-27.md ├── 2022-05-28.md ├── 2022-05-29.md ├── 2022-05-30.md ├── 2022-05-31.md ├── 2022-06-01.md ├── 2022-06-02.md ├── 2022-06-03.md ├── 2022-06-04.md ├── 2022-06-05.md ├── 2022-06-06.md ├── 2022-06-07.md ├── 2022-06-08.md ├── 2022-06-09.md ├── 2022-06-10.md ├── 2022-06-11.md ├── 2022-06-12.md ├── 2022-06-13.md ├── 2022-06-14.md ├── 2022-06-15.md ├── 2022-06-16.md ├── 2022-06-17.md ├── 2022-06-18.md ├── 2022-06-19.md ├── 2022-06-20.md ├── 2022-06-21.md ├── 2022-06-22.md ├── 2022-06-23.md ├── 2022-06-24.md ├── 2022-06-25.md ├── 2022-06-26.md ├── 2022-06-27.md ├── 2022-06-28.md ├── 2022-06-29.md ├── 2022-06-30.md ├── 2022-07-01.md ├── 2022-07-02.md ├── 2022-07-03.md ├── 2022-07-04.md ├── 2022-07-05.md ├── 2022-07-06.md ├── 2022-07-07.md ├── 2022-07-08.md ├── 2022-07-09.md ├── 2022-07-10.md ├── 2022-07-11.md ├── 2022-07-12.md ├── 2022-07-13.md ├── 2022-07-14.md ├── 2022-07-15.md ├── 2022-07-16.md ├── 2022-07-17.md ├── 2022-07-18.md ├── 2022-07-19.md ├── 2022-07-20.md ├── 2022-07-21.md ├── 2022-07-22.md ├── 2022-07-23.md ├── 2022-07-24.md ├── 2022-07-25.md ├── 2022-07-26.md ├── 2022-07-27.md ├── 2022-07-28.md ├── 2022-07-29.md ├── 2022-07-30.md ├── 2022-07-31.md ├── 2022-08-01.md ├── 2022-08-02.md ├── 2022-08-03.md ├── 2022-08-04.md ├── 2022-08-05.md ├── 2022-08-06.md ├── 2022-08-07.md ├── 2022-08-08.md ├── 2022-08-09.md ├── 2022-08-10.md ├── 2022-08-11.md ├── 2022-08-12.md ├── 2022-08-13.md ├── 2022-08-14.md ├── 2022-08-15.md ├── 2022-08-16.md ├── 2022-08-17.md ├── 2022-08-18.md ├── 2022-08-19.md ├── 2022-08-20.md ├── 2022-08-21.md ├── 2022-08-22.md ├── 2022-08-23.md ├── 2022-08-24.md ├── 2022-08-25.md ├── 2022-08-26.md ├── 2022-08-27.md ├── 2022-08-28.md ├── 2022-08-29.md ├── 2022-08-30.md ├── 2022-08-31.md ├── 2022-09-01.md ├── 2022-09-02.md ├── 2022-09-03.md ├── 2022-09-04.md ├── 2022-09-05.md ├── 2022-09-06.md ├── 2022-09-07.md ├── 2022-09-08.md ├── 2022-09-09.md ├── 2022-09-10.md ├── 2022-09-11.md ├── 2022-09-12.md ├── 2022-09-13.md ├── 2022-09-14.md ├── 2022-09-15.md ├── 2022-09-16.md ├── 2022-09-17.md ├── 2022-09-18.md ├── 2022-09-19.md ├── 2022-09-20.md ├── 2022-09-21.md ├── 2022-09-22.md ├── 2022-09-23.md ├── 2022-09-24.md ├── 2022-09-25.md ├── 2022-09-26.md ├── 2022-09-27.md ├── 2022-09-28.md ├── 2022-09-29.md ├── 2022-09-30.md ├── 2022-10-01.md ├── 2022-10-02.md ├── 2022-10-03.md ├── 2022-10-04.md ├── 2022-10-05.md ├── 2022-10-06.md ├── 2022-10-07.md ├── 2022-10-08.md ├── 2022-10-09.md ├── 2022-10-10.md ├── 2022-10-11.md ├── 2022-10-12.md ├── 2022-10-13.md ├── 2022-10-14.md ├── 2022-10-15.md ├── 2022-10-16.md ├── 2022-10-17.md ├── 2022-10-18.md ├── 2022-10-19.md ├── 2022-10-20.md ├── 2022-10-21.md ├── 2022-10-22.md ├── 2022-10-23.md ├── 2022-10-24.md ├── 2022-10-25.md ├── 2022-10-26.md ├── 2022-10-27.md ├── 2022-10-28.md ├── 2022-10-29.md ├── 2022-10-30.md ├── 2022-10-31.md ├── 2022-11-01.md ├── 2022-11-02.md ├── 2022-11-03.md ├── 2022-11-04.md ├── 2022-11-05.md ├── 2022-11-06.md ├── 2022-11-07.md ├── 2022-11-08.md ├── 2022-11-09.md ├── 2022-11-10.md ├── 2022-11-11.md ├── 2022-11-12.md ├── 2022-11-13.md ├── 2022-11-14.md ├── 2022-11-15.md ├── 2022-11-16.md ├── 2022-11-17.md ├── 2022-11-18.md ├── 2022-11-19.md ├── 2022-11-20.md ├── 2022-11-21.md ├── 2022-11-22.md ├── 2022-11-23.md ├── 2022-11-24.md ├── 2022-11-25.md ├── 2022-11-26.md ├── 2022-11-27.md ├── 2022-11-28.md ├── 2022-11-29.md ├── 2022-11-30.md ├── 2022-12-01.md ├── 2022-12-02.md ├── 2022-12-03.md ├── 2022-12-04.md ├── 2022-12-05.md ├── 2022-12-06.md ├── 2022-12-07.md ├── 2022-12-08.md ├── 2022-12-09.md ├── 2022-12-10.md ├── 2022-12-11.md ├── 2022-12-12.md ├── 2022-12-13.md ├── 2022-12-14.md ├── 2022-12-15.md ├── 2022-12-16.md ├── 2022-12-17.md ├── 2022-12-18.md ├── 2022-12-19.md ├── 2022-12-20.md ├── 2022-12-21.md ├── 2022-12-22.md ├── 2022-12-23.md ├── 2022-12-24.md ├── 2022-12-25.md ├── 2022-12-26.md ├── 2022-12-27.md ├── 2022-12-28.md ├── 2022-12-29.md ├── 2022-12-30.md ├── 2022-12-31.md ├── 2023-01-01.md ├── 2023-01-02.md ├── 2023-01-03.md ├── 2023-01-04.md ├── 2023-01-05.md ├── 2023-01-06.md ├── 2023-01-07.md ├── 2023-01-08.md ├── 2023-01-09.md ├── 2023-01-10.md ├── 2023-01-11.md ├── 2023-01-12.md ├── 2023-01-13.md ├── 2023-01-14.md ├── 2023-01-15.md ├── 2023-01-16.md ├── 2023-01-17.md ├── 2023-01-18.md ├── 2023-01-19.md ├── 2023-01-20.md ├── 2023-01-21.md ├── 2023-01-22.md ├── 2023-01-23.md ├── 2023-01-24.md ├── 2023-01-25.md ├── 2023-01-26.md ├── 2023-01-27.md ├── 2023-01-28.md ├── 2023-01-29.md ├── 2023-01-30.md ├── 2023-01-31.md ├── 2023-02-01.md ├── 2023-02-02.md ├── 2023-02-03.md ├── 2023-02-04.md ├── 2023-02-05.md ├── 2023-02-06.md ├── 2023-02-07.md ├── 2023-02-08.md ├── 2023-02-09.md ├── 2023-02-10.md ├── 2023-02-11.md ├── 2023-02-12.md ├── 2023-02-13.md ├── 2023-02-14.md ├── 2023-02-15.md ├── 2023-02-16.md ├── 2023-02-17.md ├── 2023-02-18.md ├── 2023-02-19.md ├── 2023-02-20.md ├── 2023-02-21.md ├── 2023-02-22.md ├── 2023-02-23.md ├── 2023-02-24.md ├── 2023-02-25.md ├── 2023-02-26.md ├── 2023-02-27.md ├── 2023-02-28.md ├── 2023-03-01.md ├── 2023-03-02.md ├── 2023-03-03.md ├── 2023-03-04.md ├── 2023-03-05.md ├── 2023-03-06.md ├── 2023-03-07.md ├── 2023-03-08.md ├── 2023-03-09.md ├── 2023-03-10.md ├── 2023-03-11.md ├── 2023-03-12.md ├── 2023-03-13.md ├── 2023-03-14.md ├── 2023-03-15.md ├── 2023-03-16.md ├── 2023-03-17.md ├── 2023-03-18.md ├── 2023-03-19.md ├── 2023-03-20.md ├── 2023-03-21.md ├── 2023-03-22.md ├── 2023-03-23.md ├── 2023-03-24.md ├── 2023-03-25.md ├── 2023-03-26.md ├── 2023-03-27.md ├── 2023-03-28.md ├── 2023-03-29.md ├── 2023-03-30.md ├── 2023-03-31.md ├── 2023-04-01.md ├── 2023-04-02.md ├── 2023-04-03.md ├── 2023-04-04.md ├── 2023-04-05.md ├── 2023-04-06.md ├── 2023-04-07.md ├── 2023-04-08.md ├── 2023-04-09.md ├── 2023-04-10.md ├── 2023-04-11.md ├── 2023-04-12.md ├── 2023-04-13.md ├── 2023-04-14.md ├── 2023-04-15.md ├── 2023-04-16.md ├── 2023-04-17.md ├── 2023-04-18.md ├── 2023-04-19.md ├── 2023-04-20.md ├── 2023-04-21.md ├── 2023-04-22.md ├── 2023-04-23.md ├── 2023-04-24.md ├── 2023-04-25.md ├── 2023-04-26.md ├── 2023-04-27.md ├── 2023-04-28.md ├── 2023-04-29.md ├── 2023-04-30.md ├── 2023-05-01.md ├── 2023-05-02.md ├── 2023-05-03.md ├── 2023-05-04.md ├── 2023-05-05.md ├── 2023-05-06.md ├── 2023-05-07.md ├── 2023-05-08.md ├── 2023-05-09.md ├── 2023-05-10.md ├── 2023-05-11.md ├── 2023-05-12.md ├── 2023-05-13.md ├── 2023-05-14.md ├── 2023-05-15.md ├── 2023-05-16.md ├── 2023-05-17.md ├── 2023-05-18.md ├── 2023-05-19.md ├── 2023-05-20.md ├── 2023-05-21.md ├── 2023-05-22.md ├── 2023-05-23.md ├── 2023-05-24.md ├── 2023-05-25.md ├── 2023-05-26.md ├── 2023-05-27.md ├── 2023-05-28.md ├── 2023-05-29.md ├── 2023-05-30.md ├── 2023-05-31.md ├── 2023-06-01.md ├── 2023-06-02.md ├── 2023-06-03.md ├── 2023-06-04.md ├── 2023-06-05.md ├── 2023-06-06.md ├── 2023-06-07.md ├── 2023-06-08.md ├── 2023-06-09.md ├── 2023-06-10.md ├── 2023-06-11.md ├── 2023-06-12.md ├── 2023-06-13.md ├── 2023-06-14.md ├── 2023-06-15.md ├── 2023-06-16.md ├── 2023-06-17.md ├── 2023-06-18.md ├── 2023-06-19.md ├── 2023-06-20.md ├── 2023-06-21.md ├── 2023-06-22.md ├── 2023-06-23.md ├── 2023-06-24.md ├── 2023-06-25.md ├── 2023-06-26.md ├── 2023-06-27.md ├── 2023-06-28.md ├── 2023-06-29.md ├── 2023-06-30.md ├── 2023-07-01.md ├── 2023-07-02.md ├── 2023-07-03.md ├── 2023-07-04.md ├── 2023-07-05.md ├── 2023-07-06.md ├── 2023-07-07.md ├── 2023-07-08.md ├── 2023-07-09.md ├── 2023-07-10.md ├── 2023-07-11.md ├── 2023-07-12.md ├── 2023-07-13.md ├── 2023-07-14.md ├── 2023-07-15.md ├── 2023-07-16.md ├── 2023-07-17.md ├── 2023-07-18.md ├── 2023-07-19.md ├── 2023-07-20.md ├── 2023-07-21.md ├── 2023-07-22.md ├── 2023-07-23.md ├── 2023-07-24.md ├── 2023-07-25.md ├── 2023-07-26.md ├── 2023-07-27.md ├── 2023-07-28.md ├── 2023-07-29.md ├── 2023-07-30.md ├── 2023-07-31.md ├── 2023-08-01.md ├── 2023-08-02.md ├── 2023-08-03.md ├── 2023-08-04.md ├── 2023-08-05.md ├── 2023-08-06.md ├── 2023-08-07.md ├── 2023-08-08.md ├── 2023-08-09.md ├── 2023-08-10.md ├── 2023-08-11.md ├── 2023-08-12.md ├── 2023-08-13.md ├── 2023-08-14.md ├── 2023-08-15.md ├── 2023-08-16.md ├── 2023-08-17.md ├── 2023-08-18.md ├── 2023-08-19.md ├── 2023-08-20.md ├── 2023-08-21.md ├── 2023-08-22.md ├── 2023-08-23.md ├── 2023-08-24.md ├── 2023-08-25.md ├── 2023-08-26.md ├── 2023-08-27.md ├── 2023-08-28.md ├── 2023-08-29.md ├── 2023-08-30.md ├── 2023-08-31.md ├── 2023-09-01.md ├── 2023-09-02.md ├── 2023-09-03.md ├── 2023-09-04.md ├── 2023-09-05.md ├── 2023-09-06.md ├── 2023-09-07.md ├── 2023-09-08.md ├── 2023-09-09.md ├── 2023-09-10.md ├── 2023-09-11.md ├── 2023-09-12.md ├── 2023-09-13.md ├── 2023-09-14.md ├── 2023-09-15.md ├── 2023-09-16.md ├── 2023-09-17.md ├── 2023-09-18.md ├── 2023-09-19.md ├── 2023-09-20.md ├── 2023-09-21.md ├── 2023-09-22.md ├── 2023-09-23.md ├── 2023-09-24.md ├── 2023-09-25.md ├── 2023-09-26.md ├── 2023-09-27.md ├── 2023-09-28.md ├── 2023-09-29.md ├── 2023-09-30.md ├── 2023-10-01.md ├── 2023-10-02.md ├── 2023-10-03.md ├── 2023-10-04.md ├── 2023-10-05.md ├── 2023-10-06.md ├── 2023-10-07.md ├── 2023-10-08.md ├── 2023-10-09.md ├── 2023-10-10.md ├── 2023-10-11.md ├── 2023-10-12.md ├── 2023-10-13.md ├── 2023-10-14.md ├── 2023-10-15.md ├── 2023-10-16.md ├── 2023-10-17.md ├── 2023-10-18.md ├── 2023-10-19.md ├── 2023-10-20.md ├── 2023-10-21.md ├── 2023-10-22.md ├── 2023-10-23.md ├── 2023-10-24.md ├── 2023-10-25.md ├── 2023-10-26.md ├── 2023-10-27.md ├── 2023-10-28.md ├── 2023-10-29.md ├── 2023-10-30.md ├── 2023-10-31.md ├── 2023-11-01.md ├── 2023-11-02.md ├── 2023-11-03.md ├── 2023-11-04.md ├── 2023-11-05.md ├── 2023-11-06.md ├── 2023-11-07.md ├── 2023-11-08.md ├── 2023-11-09.md ├── 2023-11-10.md ├── 2023-11-11.md ├── 2023-11-12.md ├── 2023-11-13.md ├── 2023-11-14.md ├── 2023-11-15.md ├── 2023-11-16.md ├── 2023-11-17.md ├── 2023-11-18.md ├── 2023-11-19.md ├── 2023-11-20.md ├── 2023-11-21.md ├── 2023-11-22.md ├── 2023-11-23.md ├── 2023-11-24.md ├── 2023-11-25.md ├── 2023-11-26.md ├── 2023-11-27.md ├── 2023-11-28.md ├── 2023-11-29.md ├── 2023-11-30.md ├── 2023-12-01.md ├── 2023-12-02.md ├── 2023-12-03.md ├── 2023-12-04.md ├── 2023-12-05.md ├── 2023-12-06.md ├── 2023-12-07.md ├── 2023-12-08.md ├── 2023-12-09.md ├── 2023-12-10.md ├── 2023-12-11.md ├── 2023-12-12.md ├── 2023-12-13.md ├── 2023-12-14.md ├── 2023-12-15.md ├── 2023-12-16.md ├── 2023-12-17.md ├── 2023-12-18.md ├── 2023-12-19.md ├── 2023-12-20.md ├── 2023-12-21.md ├── 2023-12-22.md ├── 2023-12-23.md ├── 2023-12-24.md ├── 2023-12-25.md ├── 2023-12-26.md ├── 2023-12-27.md ├── 2023-12-28.md ├── 2023-12-29.md ├── 2023-12-30.md ├── 2023-12-31.md ├── 2024-01-01.md ├── 2024-01-02.md ├── 2024-01-03.md ├── 2024-01-04.md ├── 2024-01-05.md ├── 2024-01-06.md ├── 2024-01-07.md ├── 2024-01-08.md ├── 2024-01-09.md ├── 2024-01-10.md ├── 2024-01-11.md ├── 2024-01-12.md ├── 2024-01-13.md ├── 2024-01-14.md ├── 2024-01-15.md ├── 2024-01-16.md ├── 2024-01-17.md ├── 2024-01-18.md ├── 2024-01-19.md ├── 2024-01-20.md ├── 2024-01-21.md ├── 2024-01-22.md ├── 2024-01-23.md ├── 2024-01-24.md ├── 2024-01-25.md ├── 2024-01-26.md ├── 2024-01-27.md ├── 2024-01-28.md ├── 2024-01-29.md ├── 2024-01-30.md ├── 2024-01-31.md ├── 2024-02-01.md ├── 2024-02-02.md ├── 2024-02-03.md ├── 2024-02-04.md ├── 2024-02-05.md ├── 2024-02-06.md ├── 2024-02-07.md ├── 2024-02-08.md ├── 2024-02-09.md ├── 2024-02-10.md ├── 2024-02-11.md ├── 2024-02-12.md ├── 2024-02-13.md ├── 2024-02-14.md ├── 2024-02-15.md ├── 2024-02-16.md ├── 2024-02-17.md ├── 2024-02-18.md ├── 2024-02-19.md ├── 2024-02-20.md ├── 2024-02-21.md ├── 2024-02-22.md ├── 2024-02-23.md ├── 2024-02-24.md ├── 2024-02-25.md ├── 2024-02-26.md ├── 2024-02-27.md ├── 2024-02-28.md ├── 2024-02-29.md ├── 2024-03-01.md ├── 2024-03-02.md ├── 2024-03-03.md ├── 2024-03-04.md ├── 2024-03-05.md ├── 2024-03-06.md ├── 2024-03-07.md ├── 2024-03-08.md ├── 2024-03-09.md ├── 2024-03-10.md ├── 2024-03-11.md ├── 2024-03-12.md ├── 2024-03-13.md ├── 2024-03-14.md ├── 2024-03-15.md ├── 2024-03-16.md ├── 2024-03-17.md ├── 2024-03-18.md ├── 2024-03-19.md ├── 2024-03-20.md ├── 2024-03-21.md ├── 2024-03-22.md ├── 2024-03-23.md ├── 2024-03-24.md ├── 2024-03-25.md ├── 2024-03-26.md ├── 2024-03-27.md ├── 2024-03-28.md ├── 2024-03-29.md ├── 2024-03-30.md ├── 2024-03-31.md ├── 2024-04-01.md ├── 2024-04-02.md ├── 2024-04-03.md ├── 2024-04-04.md ├── 2024-04-05.md ├── 2024-04-06.md ├── 2024-04-07.md ├── 2024-04-08.md ├── 2024-04-09.md ├── 2024-04-10.md ├── 2024-04-11.md ├── 2024-04-12.md ├── 2024-04-13.md ├── 2024-04-14.md ├── 2024-04-15.md ├── 2024-04-16.md ├── 2024-04-17.md ├── 2024-04-18.md ├── 2024-04-19.md ├── 2024-04-20.md ├── 2024-04-21.md ├── 2024-04-22.md ├── 2024-04-23.md ├── 2024-04-24.md ├── 2024-04-25.md ├── 2024-04-26.md ├── 2024-04-27.md ├── 2024-04-28.md ├── 2024-04-29.md ├── 2024-04-30.md ├── 2024-05-01.md ├── 2024-05-02.md ├── 2024-05-03.md ├── 2024-05-04.md ├── 2024-05-05.md ├── 2024-05-06.md ├── 2024-05-07.md ├── 2024-05-08.md ├── 2024-05-09.md ├── 2024-05-10.md ├── 2024-05-11.md ├── 2024-05-12.md ├── 2024-05-13.md ├── 2024-05-14.md ├── 2024-05-15.md ├── 2024-05-16.md ├── 2024-05-17.md ├── 2024-05-18.md ├── 2024-05-19.md ├── 2024-05-20.md ├── 2024-05-21.md ├── 2024-05-22.md ├── 2024-05-23.md ├── 2024-05-24.md ├── 2024-05-25.md ├── 2024-05-26.md ├── 2024-05-27.md ├── 2024-05-28.md ├── 2024-05-29.md ├── 2024-05-30.md ├── 2024-05-31.md ├── 2024-06-01.md ├── 2024-06-02.md ├── 2024-06-03.md ├── 2024-06-04.md ├── 2024-06-05.md ├── 2024-06-06.md ├── 2024-06-07.md ├── 2024-06-08.md ├── 2024-06-09.md ├── 2024-06-10.md ├── 2024-06-11.md ├── 2024-06-12.md ├── 2024-06-13.md ├── 2024-06-14.md ├── 2024-06-15.md ├── 2024-06-16.md ├── 2024-06-17.md ├── 2024-06-18.md ├── 2024-06-19.md ├── 2024-06-20.md ├── 2024-06-21.md ├── 2024-06-22.md ├── 2024-06-23.md ├── 2024-06-24.md ├── 2024-06-25.md ├── 2024-06-26.md ├── 2024-06-27.md ├── 2024-06-28.md ├── 2024-06-29.md ├── 2024-06-30.md ├── 2024-07-01.md ├── 2024-07-02.md ├── 2024-07-03.md ├── 2024-07-04.md ├── 2024-07-05.md ├── 2024-07-06.md ├── 2024-07-07.md ├── 2024-07-08.md ├── 2024-07-09.md ├── 2024-07-10.md ├── 2024-07-11.md ├── 2024-07-12.md ├── 2024-07-13.md ├── 2024-07-14.md ├── 2024-07-15.md ├── 2024-07-16.md ├── 2024-07-17.md ├── 2024-07-18.md ├── 2024-07-19.md ├── 2024-07-20.md ├── 2024-07-21.md ├── 2024-07-22.md ├── 2024-07-23.md ├── 2024-07-24.md ├── 2024-07-25.md ├── 2024-07-26.md ├── 2024-07-27.md ├── 2024-07-28.md ├── 2024-07-29.md ├── 2024-07-30.md ├── 2024-07-31.md ├── 2024-08-01.md ├── 2024-08-02.md ├── 2024-08-03.md ├── 2024-08-04.md ├── 2024-08-05.md ├── 2024-08-06.md ├── 2024-08-07.md ├── 2024-08-08.md ├── 2024-08-09.md ├── 2024-08-10.md ├── 2024-08-11.md ├── 2024-08-12.md ├── 2024-08-13.md ├── 2024-08-14.md ├── 2024-08-15.md ├── 2024-08-16.md ├── 2024-08-17.md ├── 2024-08-18.md ├── 2024-08-19.md ├── 2024-08-20.md ├── 2024-08-21.md ├── 2024-08-22.md ├── 2024-08-23.md ├── 2024-08-24.md ├── 2024-08-25.md ├── 2024-08-26.md ├── 2024-08-27.md ├── 2024-08-28.md ├── 2024-08-29.md ├── 2024-08-30.md ├── 2024-08-31.md ├── 2024-09-01.md ├── 2024-09-02.md ├── 2024-09-03.md ├── 2024-09-04.md ├── 2024-09-05.md ├── 2024-09-06.md ├── 2024-09-07.md ├── 2024-09-08.md ├── 2024-09-09.md ├── 2024-09-10.md ├── 2024-09-11.md ├── 2024-09-12.md ├── 2024-09-13.md ├── 2024-09-14.md ├── 2024-09-15.md ├── 2024-09-16.md ├── 2024-09-17.md ├── 2024-09-18.md ├── 2024-09-19.md ├── 2024-09-20.md ├── 2024-09-21.md ├── 2024-09-22.md ├── 2024-09-23.md ├── 2024-09-24.md ├── 2024-09-25.md ├── 2024-09-26.md ├── 2024-09-27.md ├── 2024-09-28.md ├── 2024-09-29.md ├── 2024-09-30.md ├── 2024-10-01.md ├── 2024-10-02.md ├── 2024-10-03.md ├── 2024-10-04.md ├── 2024-10-05.md ├── 2024-10-06.md ├── 2024-10-07.md ├── 2024-10-08.md ├── 2024-10-09.md ├── 2024-10-10.md ├── 2024-10-11.md ├── 2024-10-12.md ├── 2024-10-13.md ├── 2024-10-14.md ├── 2024-10-15.md ├── 2024-10-16.md ├── 2024-10-17.md ├── 2024-10-18.md ├── 2024-10-19.md ├── 2024-10-20.md ├── 2024-10-21.md ├── 2024-10-22.md ├── 2024-10-23.md ├── 2024-10-24.md ├── 2024-10-25.md ├── 2024-10-26.md ├── 2024-10-27.md ├── 2024-10-28.md ├── 2024-10-29.md ├── 2024-10-30.md ├── 2024-10-31.md ├── 2024-11-01.md ├── 2024-11-02.md ├── 2024-11-03.md ├── 2024-11-04.md ├── 2024-11-05.md ├── 2024-11-06.md ├── 2024-11-07.md ├── 2024-11-08.md ├── 2024-11-09.md ├── 2024-11-10.md ├── 2024-11-11.md ├── 2024-11-12.md ├── 2024-11-13.md ├── 2024-11-14.md ├── 2024-11-15.md ├── 2024-11-16.md ├── 2024-11-17.md ├── 2024-11-18.md ├── 2024-11-19.md ├── 2024-11-20.md ├── 2024-11-21.md ├── 2024-11-22.md ├── 2024-11-23.md ├── 2024-11-24.md ├── 2024-11-25.md ├── 2024-11-26.md ├── 2024-11-27.md ├── 2024-11-28.md ├── 2024-11-29.md ├── 2024-11-30.md ├── 2024-12-01.md ├── 2024-12-02.md ├── 2024-12-03.md ├── 2024-12-04.md ├── 2024-12-05.md ├── 2024-12-06.md ├── 2024-12-07.md ├── 2024-12-08.md ├── 2024-12-09.md ├── 2024-12-10.md ├── 2024-12-11.md ├── 2024-12-12.md ├── 2024-12-13.md ├── 2024-12-14.md ├── 2024-12-15.md ├── 2024-12-16.md ├── 2024-12-17.md ├── 2024-12-18.md ├── 2024-12-19.md ├── 2024-12-20.md ├── 2024-12-21.md ├── 2024-12-22.md ├── 2024-12-23.md ├── 2024-12-24.md ├── 2024-12-25.md ├── 2024-12-26.md ├── 2024-12-27.md ├── 2024-12-28.md ├── 2024-12-29.md ├── 2024-12-30.md ├── 2024-12-31.md ├── 2025-01-01.md ├── 2025-01-02.md ├── 2025-01-03.md ├── 2025-01-04.md ├── 2025-01-05.md ├── 2025-01-06.md ├── 2025-01-07.md ├── 2025-01-08.md ├── 2025-01-09.md ├── 2025-01-10.md ├── 2025-01-11.md ├── 2025-01-12.md ├── 2025-01-13.md ├── 2025-01-14.md ├── 2025-01-15.md ├── 2025-01-16.md ├── 2025-01-17.md ├── 2025-01-18.md ├── 2025-01-19.md ├── 2025-01-20.md ├── 2025-01-21.md ├── 2025-01-22.md ├── 2025-01-23.md ├── 2025-01-24.md ├── 2025-01-25.md ├── 2025-01-26.md ├── 2025-01-27.md ├── 2025-01-28.md ├── 2025-01-29.md ├── 2025-01-30.md ├── 2025-01-31.md ├── 2025-02-01.md ├── 2025-02-02.md ├── 2025-02-03.md ├── 2025-02-04.md ├── 2025-02-05.md ├── 2025-02-06.md ├── 2025-02-07.md ├── 2025-02-08.md ├── 2025-02-09.md ├── 2025-02-10.md ├── 2025-02-11.md ├── 2025-02-12.md ├── 2025-02-13.md ├── 2025-02-14.md ├── 2025-02-15.md ├── 2025-02-16.md ├── 2025-02-17.md ├── 2025-02-18.md ├── 2025-02-19.md ├── 2025-02-20.md ├── 2025-02-21.md ├── 2025-02-22.md ├── 2025-02-23.md ├── 2025-02-24.md ├── 2025-02-25.md ├── 2025-02-26.md ├── 2025-02-27.md ├── 2025-02-28.md ├── 2025-03-01.md ├── 2025-03-02.md ├── 2025-03-03.md ├── 2025-03-04.md ├── 2025-03-05.md ├── 2025-03-06.md ├── 2025-03-07.md ├── 2025-03-08.md ├── 2025-03-09.md ├── 2025-03-10.md ├── 2025-03-11.md ├── 2025-03-12.md ├── 2025-03-13.md ├── 2025-03-14.md ├── 2025-03-15.md ├── 2025-03-16.md ├── 2025-03-17.md ├── 2025-03-18.md ├── 2025-03-19.md ├── 2025-03-20.md ├── 2025-03-21.md ├── 2025-03-22.md ├── 2025-03-23.md ├── 2025-03-24.md ├── 2025-03-25.md ├── 2025-03-26.md ├── 2025-03-27.md ├── 2025-03-28.md ├── 2025-03-29.md ├── 2025-03-30.md ├── 2025-03-31.md ├── 2025-04-01.md ├── 2025-04-02.md ├── 2025-04-03.md ├── 2025-04-04.md ├── 2025-04-05.md ├── 2025-04-06.md ├── 2025-04-07.md ├── 2025-04-08.md ├── 2025-04-09.md ├── 2025-04-10.md ├── 2025-04-11.md ├── 2025-04-12.md ├── 2025-04-13.md ├── 2025-04-14.md ├── 2025-04-15.md ├── 2025-04-16.md ├── 2025-04-17.md ├── 2025-04-18.md ├── 2025-04-19.md ├── 2025-04-20.md ├── 2025-04-21.md ├── 2025-04-22.md ├── 2025-04-23.md ├── 2025-04-24.md ├── 2025-04-25.md ├── 2025-04-26.md ├── 2025-04-27.md ├── 2025-04-28.md ├── 2025-04-29.md ├── 2025-04-30.md ├── 2025-05-01.md ├── 2025-05-02.md ├── 2025-05-03.md ├── 2025-05-04.md ├── 2025-05-05.md ├── 2025-05-06.md ├── 2025-05-07.md ├── 2025-05-08.md ├── 2025-05-09.md ├── 2025-05-10.md ├── 2025-05-11.md ├── 2025-05-12.md ├── 2025-05-13.md ├── 2025-05-14.md ├── 2025-05-15.md ├── 2025-05-16.md ├── 2025-05-17.md ├── 2025-05-18.md ├── 2025-05-19.md ├── 2025-05-20.md ├── 2025-05-21.md ├── 2025-05-22.md ├── 2025-05-23.md ├── 2025-05-24.md ├── 2025-05-25.md ├── 2025-05-26.md ├── 2025-05-27.md ├── 2025-05-28.md ├── 2025-05-29.md ├── 2025-05-30.md ├── 2025-05-31.md ├── 2025-06-01.md └── 2025-06-02.md ├── main.py ├── raw ├── 2021-01-06.json ├── 2021-01-07.json ├── 2021-01-08.json ├── 2021-01-09.json ├── 2021-01-10.json ├── 2021-01-11.json ├── 2021-01-12.json ├── 2021-01-13.json ├── 2021-01-14.json ├── 2021-01-15.json ├── 2021-01-16.json ├── 2021-01-17.json ├── 2021-01-18.json ├── 2021-01-19.json ├── 2021-01-20.json ├── 2021-01-21.json ├── 2021-01-22.json ├── 2021-01-23.json ├── 2021-01-24.json ├── 2021-01-25.json ├── 2021-01-26.json ├── 2021-01-27.json ├── 2021-01-28.json ├── 2021-01-29.json ├── 2021-01-30.json ├── 2021-01-31.json ├── 2021-02-01.json ├── 2021-02-02.json ├── 2021-02-03.json ├── 2021-02-04.json ├── 2021-02-05.json ├── 2021-02-06.json ├── 2021-02-07.json ├── 2021-02-08.json ├── 2021-02-10.json ├── 2021-02-11.json ├── 2021-02-12.json ├── 2021-02-13.json ├── 2021-02-14.json ├── 2021-02-15.json ├── 2021-02-16.json ├── 2021-02-17.json ├── 2021-02-18.json ├── 2021-02-19.json ├── 2021-02-20.json ├── 2021-02-21.json ├── 2021-02-22.json ├── 2021-02-23.json ├── 2021-02-24.json ├── 2021-02-25.json ├── 2021-02-26.json ├── 2021-02-27.json ├── 2021-02-28.json ├── 2021-03-01.json ├── 2021-03-02.json ├── 2021-03-03.json ├── 2021-03-04.json ├── 2021-03-05.json ├── 2021-03-06.json ├── 2021-03-07.json ├── 2021-03-08.json ├── 2021-03-09.json ├── 2021-03-10.json ├── 2021-03-11.json ├── 2021-03-12.json ├── 2021-03-13.json ├── 2021-03-14.json ├── 2021-03-15.json ├── 2021-03-16.json ├── 2021-03-17.json ├── 2021-03-18.json ├── 2021-03-19.json ├── 2021-03-20.json ├── 2021-03-21.json ├── 2021-03-22.json ├── 2021-03-23.json ├── 2021-03-24.json ├── 2021-03-25.json ├── 2021-03-26.json ├── 2021-03-27.json ├── 2021-03-28.json ├── 2021-03-29.json ├── 2021-03-30.json ├── 2021-03-31.json ├── 2021-04-01.json ├── 2021-04-02.json ├── 2021-04-03.json ├── 2021-04-04.json ├── 2021-04-05.json ├── 2021-04-06.json ├── 2021-04-07.json ├── 2021-04-08.json ├── 2021-04-09.json ├── 2021-04-10.json ├── 2021-04-11.json ├── 2021-04-12.json ├── 2021-04-13.json ├── 2021-04-14.json ├── 2021-04-15.json ├── 2021-04-16.json ├── 2021-04-17.json ├── 2021-04-18.json ├── 2021-04-19.json ├── 2021-04-20.json ├── 2021-04-21.json ├── 2021-04-22.json ├── 2021-04-23.json ├── 2021-04-24.json ├── 2021-04-25.json ├── 2021-04-26.json ├── 2021-04-27.json ├── 2021-04-28.json ├── 2021-04-29.json ├── 2021-04-30.json ├── 2021-05-01.json ├── 2021-05-02.json ├── 2021-05-03.json ├── 2021-05-04.json ├── 2021-05-05.json ├── 2021-05-06.json ├── 2021-05-07.json ├── 2021-05-08.json ├── 2021-05-09.json ├── 2021-05-10.json ├── 2021-05-11.json ├── 2021-05-12.json ├── 2021-05-13.json ├── 2021-05-14.json ├── 2021-05-15.json ├── 2021-05-16.json ├── 2021-05-17.json ├── 2021-05-18.json ├── 2021-05-19.json ├── 2021-05-20.json ├── 2021-05-21.json ├── 2021-05-22.json ├── 2021-05-23.json ├── 2021-05-24.json ├── 2021-05-25.json ├── 2021-05-26.json ├── 2021-05-27.json ├── 2021-05-28.json ├── 2021-05-29.json ├── 2021-05-30.json ├── 2021-05-31.json ├── 2021-06-01.json ├── 2021-06-02.json ├── 2021-06-03.json ├── 2021-06-04.json ├── 2021-06-05.json ├── 2021-06-06.json ├── 2021-06-07.json ├── 2021-06-08.json ├── 2021-06-09.json ├── 2021-06-10.json ├── 2021-06-11.json ├── 2021-06-12.json ├── 2021-06-13.json ├── 2021-06-14.json ├── 2021-06-15.json ├── 2021-06-16.json ├── 2021-06-17.json ├── 2021-06-18.json ├── 2021-06-19.json ├── 2021-06-20.json ├── 2021-06-21.json ├── 2021-06-22.json ├── 2021-06-23.json ├── 2021-06-24.json ├── 2021-06-25.json ├── 2021-06-26.json ├── 2021-06-27.json ├── 2021-06-28.json ├── 2021-06-29.json ├── 2021-06-30.json ├── 2021-07-01.json ├── 2021-07-02.json ├── 2021-07-03.json ├── 2021-07-04.json ├── 2021-07-05.json ├── 2021-07-06.json ├── 2021-07-07.json ├── 2021-07-08.json ├── 2021-07-09.json ├── 2021-07-10.json ├── 2021-07-11.json ├── 2021-07-12.json ├── 2021-07-13.json ├── 2021-07-14.json ├── 2021-07-15.json ├── 2021-07-16.json ├── 2021-07-17.json ├── 2021-07-18.json ├── 2021-07-19.json ├── 2021-07-20.json ├── 2021-07-21.json ├── 2021-07-22.json ├── 2021-07-23.json ├── 2021-07-24.json ├── 2021-07-25.json ├── 2021-07-26.json ├── 2021-07-27.json ├── 2021-07-28.json ├── 2021-07-29.json ├── 2021-07-30.json ├── 2021-07-31.json ├── 2021-08-01.json ├── 2021-08-02.json ├── 2021-08-03.json ├── 2021-08-04.json ├── 2021-08-05.json ├── 2021-08-06.json ├── 2021-08-07.json ├── 2021-08-08.json ├── 2021-08-09.json ├── 2021-08-10.json ├── 2021-08-11.json ├── 2021-08-12.json ├── 2021-08-13.json ├── 2021-08-14.json ├── 2021-08-15.json ├── 2021-08-16.json ├── 2021-08-17.json ├── 2021-08-18.json ├── 2021-08-19.json ├── 2021-08-20.json ├── 2021-08-21.json ├── 2021-08-22.json ├── 2021-08-23.json ├── 2021-08-24.json ├── 2021-08-25.json ├── 2021-08-26.json ├── 2021-08-27.json ├── 2021-08-28.json ├── 2021-08-29.json ├── 2021-08-30.json ├── 2021-08-31.json ├── 2021-09-01.json ├── 2021-09-02.json ├── 2021-09-03.json ├── 2021-09-04.json ├── 2021-09-05.json ├── 2021-09-06.json ├── 2021-09-07.json ├── 2021-09-08.json ├── 2021-09-09.json ├── 2021-09-10.json ├── 2021-09-11.json ├── 2021-09-12.json ├── 2021-09-13.json ├── 2021-09-14.json ├── 2021-09-15.json ├── 2021-09-16.json ├── 2021-09-17.json ├── 2021-09-18.json ├── 2021-09-19.json ├── 2021-09-20.json ├── 2021-09-21.json ├── 2021-09-22.json ├── 2021-09-23.json ├── 2021-09-24.json ├── 2021-09-25.json ├── 2021-09-26.json ├── 2021-09-27.json ├── 2021-09-28.json ├── 2021-09-29.json ├── 2021-09-30.json ├── 2021-10-01.json ├── 2021-10-02.json ├── 2021-10-03.json ├── 2021-10-04.json ├── 2021-10-05.json ├── 2021-10-06.json ├── 2021-10-07.json ├── 2021-10-08.json ├── 2021-10-09.json ├── 2021-10-10.json ├── 2021-10-11.json ├── 2021-10-12.json ├── 2021-10-13.json ├── 2021-10-14.json ├── 2021-10-15.json ├── 2021-10-16.json ├── 2021-10-17.json ├── 2021-10-18.json ├── 2021-10-19.json ├── 2021-10-20.json ├── 2021-10-21.json ├── 2021-10-22.json ├── 2021-10-23.json ├── 2021-10-24.json ├── 2021-10-25.json ├── 2021-10-26.json ├── 2021-10-27.json ├── 2021-10-28.json ├── 2021-10-29.json ├── 2021-10-30.json ├── 2021-10-31.json ├── 2021-11-01.json ├── 2021-11-02.json ├── 2021-11-03.json ├── 2021-11-04.json ├── 2021-11-05.json ├── 2021-11-06.json ├── 2021-11-07.json ├── 2021-11-08.json ├── 2021-11-09.json ├── 2021-11-10.json ├── 2021-11-11.json ├── 2021-11-12.json ├── 2021-11-13.json ├── 2021-11-14.json ├── 2021-11-15.json ├── 2021-11-16.json ├── 2021-11-17.json ├── 2021-11-18.json ├── 2021-11-19.json ├── 2021-11-20.json ├── 2021-11-21.json ├── 2021-11-22.json ├── 2021-11-23.json ├── 2021-11-24.json ├── 2021-11-25.json ├── 2021-11-26.json ├── 2021-11-27.json ├── 2021-11-28.json ├── 2021-11-29.json ├── 2021-11-30.json ├── 2021-12-01.json ├── 2021-12-02.json ├── 2021-12-03.json ├── 2021-12-04.json ├── 2021-12-05.json ├── 2021-12-06.json ├── 2021-12-07.json ├── 2021-12-08.json ├── 2021-12-09.json ├── 2021-12-10.json ├── 2021-12-11.json ├── 2021-12-12.json ├── 2021-12-13.json ├── 2021-12-14.json ├── 2021-12-15.json ├── 2021-12-16.json ├── 2021-12-17.json ├── 2021-12-18.json ├── 2021-12-19.json ├── 2021-12-20.json ├── 2021-12-21.json ├── 2021-12-22.json ├── 2021-12-23.json ├── 2021-12-24.json ├── 2021-12-25.json ├── 2021-12-26.json ├── 2021-12-27.json ├── 2021-12-28.json ├── 2021-12-29.json ├── 2021-12-30.json ├── 2021-12-31.json ├── 2022-01-01.json ├── 2022-01-02.json ├── 2022-01-03.json ├── 2022-01-04.json ├── 2022-01-05.json ├── 2022-01-06.json ├── 2022-01-07.json ├── 2022-01-08.json ├── 2022-01-09.json ├── 2022-01-10.json ├── 2022-01-11.json ├── 2022-01-12.json ├── 2022-01-13.json ├── 2022-01-14.json ├── 2022-01-15.json ├── 2022-01-16.json ├── 2022-01-17.json ├── 2022-01-18.json ├── 2022-01-19.json ├── 2022-01-20.json ├── 2022-01-21.json ├── 2022-01-22.json ├── 2022-01-23.json ├── 2022-01-24.json ├── 2022-01-25.json ├── 2022-01-26.json ├── 2022-01-27.json ├── 2022-01-28.json ├── 2022-01-29.json ├── 2022-01-30.json ├── 2022-01-31.json ├── 2022-02-01.json ├── 2022-02-02.json ├── 2022-02-03.json ├── 2022-02-04.json ├── 2022-02-05.json ├── 2022-02-06.json ├── 2022-02-07.json ├── 2022-02-08.json ├── 2022-02-09.json ├── 2022-02-10.json ├── 2022-02-11.json ├── 2022-02-12.json ├── 2022-02-13.json ├── 2022-02-14.json ├── 2022-02-15.json ├── 2022-02-16.json ├── 2022-02-17.json ├── 2022-02-18.json ├── 2022-02-19.json ├── 2022-02-20.json ├── 2022-02-21.json ├── 2022-02-22.json ├── 2022-02-23.json ├── 2022-02-24.json ├── 2022-02-25.json ├── 2022-02-26.json ├── 2022-02-27.json ├── 2022-02-28.json ├── 2022-03-01.json ├── 2022-03-02.json ├── 2022-03-03.json ├── 2022-03-04.json ├── 2022-03-05.json ├── 2022-03-06.json ├── 2022-03-07.json ├── 2022-03-08.json ├── 2022-03-09.json ├── 2022-03-10.json ├── 2022-03-11.json ├── 2022-03-12.json ├── 2022-03-13.json ├── 2022-03-14.json ├── 2022-03-15.json ├── 2022-03-16.json ├── 2022-03-17.json ├── 2022-03-18.json ├── 2022-03-19.json ├── 2022-03-20.json ├── 2022-03-21.json ├── 2022-03-22.json ├── 2022-03-23.json ├── 2022-03-24.json ├── 2022-03-25.json ├── 2022-03-26.json ├── 2022-03-27.json ├── 2022-03-28.json ├── 2022-03-29.json ├── 2022-03-30.json ├── 2022-03-31.json ├── 2022-04-01.json ├── 2022-04-02.json ├── 2022-04-03.json ├── 2022-04-04.json ├── 2022-04-05.json ├── 2022-04-06.json ├── 2022-04-07.json ├── 2022-04-08.json ├── 2022-04-09.json ├── 2022-04-10.json ├── 2022-04-11.json ├── 2022-04-12.json ├── 2022-04-13.json ├── 2022-04-14.json ├── 2022-04-15.json ├── 2022-04-16.json ├── 2022-04-17.json ├── 2022-04-18.json ├── 2022-04-19.json ├── 2022-04-20.json ├── 2022-04-21.json ├── 2022-04-22.json ├── 2022-04-23.json ├── 2022-04-24.json ├── 2022-04-25.json ├── 2022-04-26.json ├── 2022-04-27.json ├── 2022-04-28.json ├── 2022-04-29.json ├── 2022-04-30.json ├── 2022-05-01.json ├── 2022-05-02.json ├── 2022-05-03.json ├── 2022-05-04.json ├── 2022-05-05.json ├── 2022-05-06.json ├── 2022-05-07.json ├── 2022-05-08.json ├── 2022-05-09.json ├── 2022-05-10.json ├── 2022-05-11.json ├── 2022-05-12.json ├── 2022-05-13.json ├── 2022-05-14.json ├── 2022-05-15.json ├── 2022-05-16.json ├── 2022-05-17.json ├── 2022-05-18.json ├── 2022-05-19.json ├── 2022-05-20.json ├── 2022-05-21.json ├── 2022-05-22.json ├── 2022-05-23.json ├── 2022-05-24.json ├── 2022-05-25.json ├── 2022-05-26.json ├── 2022-05-27.json ├── 2022-05-28.json ├── 2022-05-29.json ├── 2022-05-30.json ├── 2022-05-31.json ├── 2022-06-01.json ├── 2022-06-02.json ├── 2022-06-03.json ├── 2022-06-04.json ├── 2022-06-05.json ├── 2022-06-06.json ├── 2022-06-07.json ├── 2022-06-08.json ├── 2022-06-09.json ├── 2022-06-10.json ├── 2022-06-11.json ├── 2022-06-12.json ├── 2022-06-13.json ├── 2022-06-14.json ├── 2022-06-15.json ├── 2022-06-16.json ├── 2022-06-17.json ├── 2022-06-18.json ├── 2022-06-19.json ├── 2022-06-20.json ├── 2022-06-21.json ├── 2022-06-22.json ├── 2022-06-23.json ├── 2022-06-24.json ├── 2022-06-25.json ├── 2022-06-26.json ├── 2022-06-27.json ├── 2022-06-28.json ├── 2022-06-29.json ├── 2022-06-30.json ├── 2022-07-01.json ├── 2022-07-02.json ├── 2022-07-03.json ├── 2022-07-04.json ├── 2022-07-05.json ├── 2022-07-06.json ├── 2022-07-07.json ├── 2022-07-08.json ├── 2022-07-09.json ├── 2022-07-10.json ├── 2022-07-11.json ├── 2022-07-12.json ├── 2022-07-13.json ├── 2022-07-14.json ├── 2022-07-15.json ├── 2022-07-16.json ├── 2022-07-17.json ├── 2022-07-18.json ├── 2022-07-19.json ├── 2022-07-20.json ├── 2022-07-21.json ├── 2022-07-22.json ├── 2022-07-23.json ├── 2022-07-24.json ├── 2022-07-25.json ├── 2022-07-26.json ├── 2022-07-27.json ├── 2022-07-28.json ├── 2022-07-29.json ├── 2022-07-30.json ├── 2022-07-31.json ├── 2022-08-01.json ├── 2022-08-02.json ├── 2022-08-03.json ├── 2022-08-04.json ├── 2022-08-05.json ├── 2022-08-06.json ├── 2022-08-07.json ├── 2022-08-08.json ├── 2022-08-09.json ├── 2022-08-10.json ├── 2022-08-11.json ├── 2022-08-12.json ├── 2022-08-13.json ├── 2022-08-14.json ├── 2022-08-15.json ├── 2022-08-16.json ├── 2022-08-17.json ├── 2022-08-18.json ├── 2022-08-19.json ├── 2022-08-20.json ├── 2022-08-21.json ├── 2022-08-22.json ├── 2022-08-23.json ├── 2022-08-24.json ├── 2022-08-25.json ├── 2022-08-26.json ├── 2022-08-27.json ├── 2022-08-28.json ├── 2022-08-29.json ├── 2022-08-30.json ├── 2022-08-31.json ├── 2022-09-01.json ├── 2022-09-02.json ├── 2022-09-03.json ├── 2022-09-04.json ├── 2022-09-05.json ├── 2022-09-06.json ├── 2022-09-07.json ├── 2022-09-08.json ├── 2022-09-09.json ├── 2022-09-10.json ├── 2022-09-11.json ├── 2022-09-12.json ├── 2022-09-13.json ├── 2022-09-14.json ├── 2022-09-15.json ├── 2022-09-16.json ├── 2022-09-17.json ├── 2022-09-18.json ├── 2022-09-19.json ├── 2022-09-20.json ├── 2022-09-21.json ├── 2022-09-22.json ├── 2022-09-23.json ├── 2022-09-24.json ├── 2022-09-25.json ├── 2022-09-26.json ├── 2022-09-27.json ├── 2022-09-28.json ├── 2022-09-29.json ├── 2022-09-30.json ├── 2022-10-01.json ├── 2022-10-02.json ├── 2022-10-03.json ├── 2022-10-04.json ├── 2022-10-05.json ├── 2022-10-06.json ├── 2022-10-07.json ├── 2022-10-08.json ├── 2022-10-09.json ├── 2022-10-10.json ├── 2022-10-11.json ├── 2022-10-12.json ├── 2022-10-13.json ├── 2022-10-14.json ├── 2022-10-15.json ├── 2022-10-16.json ├── 2022-10-17.json ├── 2022-10-18.json ├── 2022-10-19.json ├── 2022-10-20.json ├── 2022-10-21.json ├── 2022-10-22.json ├── 2022-10-23.json ├── 2022-10-24.json ├── 2022-10-25.json ├── 2022-10-26.json ├── 2022-10-27.json ├── 2022-10-28.json ├── 2022-10-29.json ├── 2022-10-30.json ├── 2022-10-31.json ├── 2022-11-01.json ├── 2022-11-02.json ├── 2022-11-03.json ├── 2022-11-04.json ├── 2022-11-05.json ├── 2022-11-06.json ├── 2022-11-07.json ├── 2022-11-08.json ├── 2022-11-09.json ├── 2022-11-10.json ├── 2022-11-11.json ├── 2022-11-12.json ├── 2022-11-13.json ├── 2022-11-14.json ├── 2022-11-15.json ├── 2022-11-16.json ├── 2022-11-17.json ├── 2022-11-18.json ├── 2022-11-19.json ├── 2022-11-20.json ├── 2022-11-21.json ├── 2022-11-22.json ├── 2022-11-23.json ├── 2022-11-24.json ├── 2022-11-25.json ├── 2022-11-26.json ├── 2022-11-27.json ├── 2022-11-28.json ├── 2022-11-29.json ├── 2022-11-30.json ├── 2022-12-01.json ├── 2022-12-02.json ├── 2022-12-03.json ├── 2022-12-04.json ├── 2022-12-05.json ├── 2022-12-06.json ├── 2022-12-07.json ├── 2022-12-08.json ├── 2022-12-09.json ├── 2022-12-10.json ├── 2022-12-11.json ├── 2022-12-12.json ├── 2022-12-13.json ├── 2022-12-14.json ├── 2022-12-15.json ├── 2022-12-16.json ├── 2022-12-17.json ├── 2022-12-18.json ├── 2022-12-19.json ├── 2022-12-20.json ├── 2022-12-21.json ├── 2022-12-22.json ├── 2022-12-23.json ├── 2022-12-24.json ├── 2022-12-25.json ├── 2022-12-26.json ├── 2022-12-27.json ├── 2022-12-28.json ├── 2022-12-29.json ├── 2022-12-30.json ├── 2022-12-31.json ├── 2023-01-01.json ├── 2023-01-02.json ├── 2023-01-03.json ├── 2023-01-04.json ├── 2023-01-05.json ├── 2023-01-06.json ├── 2023-01-07.json ├── 2023-01-08.json ├── 2023-01-09.json ├── 2023-01-10.json ├── 2023-01-11.json ├── 2023-01-12.json ├── 2023-01-13.json ├── 2023-01-14.json ├── 2023-01-15.json ├── 2023-01-16.json ├── 2023-01-17.json ├── 2023-01-18.json ├── 2023-01-19.json ├── 2023-01-20.json ├── 2023-01-21.json ├── 2023-01-22.json ├── 2023-01-23.json ├── 2023-01-24.json ├── 2023-01-25.json ├── 2023-01-26.json ├── 2023-01-27.json ├── 2023-01-28.json ├── 2023-01-29.json ├── 2023-01-30.json ├── 2023-01-31.json ├── 2023-02-01.json ├── 2023-02-02.json ├── 2023-02-03.json ├── 2023-02-04.json ├── 2023-02-05.json ├── 2023-02-06.json ├── 2023-02-07.json ├── 2023-02-08.json ├── 2023-02-09.json ├── 2023-02-10.json ├── 2023-02-11.json ├── 2023-02-12.json ├── 2023-02-13.json ├── 2023-02-14.json ├── 2023-02-15.json ├── 2023-02-16.json ├── 2023-02-17.json ├── 2023-02-18.json ├── 2023-02-19.json ├── 2023-02-20.json ├── 2023-02-21.json ├── 2023-02-22.json ├── 2023-02-23.json ├── 2023-02-24.json ├── 2023-02-25.json ├── 2023-02-26.json ├── 2023-02-27.json ├── 2023-02-28.json ├── 2023-03-01.json ├── 2023-03-02.json ├── 2023-03-03.json ├── 2023-03-04.json ├── 2023-03-05.json ├── 2023-03-06.json ├── 2023-03-07.json ├── 2023-03-08.json ├── 2023-03-09.json ├── 2023-03-10.json ├── 2023-03-11.json ├── 2023-03-12.json ├── 2023-03-13.json ├── 2023-03-14.json ├── 2023-03-15.json ├── 2023-03-16.json ├── 2023-03-17.json ├── 2023-03-18.json ├── 2023-03-19.json ├── 2023-03-20.json ├── 2023-03-21.json ├── 2023-03-22.json ├── 2023-03-23.json ├── 2023-03-24.json ├── 2023-03-25.json ├── 2023-03-26.json ├── 2023-03-27.json ├── 2023-03-28.json ├── 2023-03-29.json ├── 2023-03-30.json ├── 2023-03-31.json ├── 2023-04-01.json ├── 2023-04-02.json ├── 2023-04-03.json ├── 2023-04-04.json ├── 2023-04-05.json ├── 2023-04-06.json ├── 2023-04-07.json ├── 2023-04-08.json ├── 2023-04-09.json ├── 2023-04-10.json ├── 2023-04-11.json ├── 2023-04-12.json ├── 2023-04-13.json ├── 2023-04-14.json ├── 2023-04-15.json ├── 2023-04-16.json ├── 2023-04-17.json ├── 2023-04-18.json ├── 2023-04-19.json ├── 2023-04-20.json ├── 2023-04-21.json ├── 2023-04-22.json ├── 2023-04-23.json ├── 2023-04-24.json ├── 2023-04-25.json ├── 2023-04-26.json ├── 2023-04-27.json ├── 2023-04-28.json ├── 2023-04-29.json ├── 2023-04-30.json ├── 2023-05-01.json ├── 2023-05-02.json ├── 2023-05-03.json ├── 2023-05-04.json ├── 2023-05-05.json ├── 2023-05-06.json ├── 2023-05-07.json ├── 2023-05-08.json ├── 2023-05-09.json ├── 2023-05-10.json ├── 2023-05-11.json ├── 2023-05-12.json ├── 2023-05-13.json ├── 2023-05-14.json ├── 2023-05-15.json ├── 2023-05-16.json ├── 2023-05-17.json ├── 2023-05-18.json ├── 2023-05-19.json ├── 2023-05-20.json ├── 2023-05-21.json ├── 2023-05-22.json ├── 2023-05-23.json ├── 2023-05-24.json ├── 2023-05-25.json ├── 2023-05-26.json ├── 2023-05-27.json ├── 2023-05-28.json ├── 2023-05-29.json ├── 2023-05-30.json ├── 2023-05-31.json ├── 2023-06-01.json ├── 2023-06-02.json ├── 2023-06-03.json ├── 2023-06-04.json ├── 2023-06-05.json ├── 2023-06-06.json ├── 2023-06-07.json ├── 2023-06-08.json ├── 2023-06-09.json ├── 2023-06-10.json ├── 2023-06-11.json ├── 2023-06-12.json ├── 2023-06-13.json ├── 2023-06-14.json ├── 2023-06-15.json ├── 2023-06-16.json ├── 2023-06-17.json ├── 2023-06-18.json ├── 2023-06-19.json ├── 2023-06-20.json ├── 2023-06-21.json ├── 2023-06-22.json ├── 2023-06-23.json ├── 2023-06-24.json ├── 2023-06-25.json ├── 2023-06-26.json ├── 2023-06-27.json ├── 2023-06-28.json ├── 2023-06-29.json ├── 2023-06-30.json ├── 2023-07-01.json ├── 2023-07-02.json ├── 2023-07-03.json ├── 2023-07-04.json ├── 2023-07-05.json ├── 2023-07-06.json ├── 2023-07-07.json ├── 2023-07-08.json ├── 2023-07-09.json ├── 2023-07-10.json ├── 2023-07-11.json ├── 2023-07-12.json ├── 2023-07-13.json ├── 2023-07-14.json ├── 2023-07-15.json ├── 2023-07-16.json ├── 2023-07-17.json ├── 2023-07-18.json ├── 2023-07-19.json ├── 2023-07-20.json ├── 2023-07-21.json ├── 2023-07-22.json ├── 2023-07-23.json ├── 2023-07-24.json ├── 2023-07-25.json ├── 2023-07-26.json ├── 2023-07-27.json ├── 2023-07-28.json ├── 2023-07-29.json ├── 2023-07-30.json ├── 2023-07-31.json ├── 2023-08-01.json ├── 2023-08-02.json ├── 2023-08-03.json ├── 2023-08-04.json ├── 2023-08-05.json ├── 2023-08-06.json ├── 2023-08-07.json ├── 2023-08-08.json ├── 2023-08-09.json ├── 2023-08-10.json ├── 2023-08-11.json ├── 2023-08-12.json ├── 2023-08-13.json ├── 2023-08-14.json ├── 2023-08-15.json ├── 2023-08-16.json ├── 2023-08-17.json ├── 2023-08-18.json ├── 2023-08-19.json ├── 2023-08-20.json ├── 2023-08-21.json ├── 2023-08-22.json ├── 2023-08-23.json ├── 2023-08-24.json ├── 2023-08-25.json ├── 2023-08-26.json ├── 2023-08-27.json ├── 2023-08-28.json ├── 2023-08-29.json ├── 2023-08-30.json ├── 2023-08-31.json ├── 2023-09-01.json ├── 2023-09-02.json ├── 2023-09-03.json ├── 2023-09-04.json ├── 2023-09-05.json ├── 2023-09-06.json ├── 2023-09-07.json ├── 2023-09-08.json ├── 2023-09-09.json ├── 2023-09-10.json ├── 2023-09-11.json ├── 2023-09-12.json ├── 2023-09-13.json ├── 2023-09-14.json ├── 2023-09-15.json ├── 2023-09-16.json ├── 2023-09-17.json ├── 2023-09-18.json ├── 2023-09-19.json ├── 2023-09-20.json ├── 2023-09-21.json ├── 2023-09-22.json ├── 2023-09-23.json ├── 2023-09-24.json ├── 2023-09-25.json ├── 2023-09-26.json ├── 2023-09-27.json ├── 2023-09-28.json ├── 2023-09-29.json ├── 2023-09-30.json ├── 2023-10-01.json ├── 2023-10-02.json ├── 2023-10-03.json ├── 2023-10-04.json ├── 2023-10-05.json ├── 2023-10-06.json ├── 2023-10-07.json ├── 2023-10-08.json ├── 2023-10-09.json ├── 2023-10-10.json ├── 2023-10-11.json ├── 2023-10-12.json ├── 2023-10-13.json ├── 2023-10-14.json ├── 2023-10-15.json ├── 2023-10-16.json ├── 2023-10-17.json ├── 2023-10-18.json ├── 2023-10-19.json ├── 2023-10-20.json ├── 2023-10-21.json ├── 2023-10-22.json ├── 2023-10-23.json ├── 2023-10-24.json ├── 2023-10-25.json ├── 2023-10-26.json ├── 2023-10-27.json ├── 2023-10-28.json ├── 2023-10-29.json ├── 2023-10-30.json ├── 2023-10-31.json ├── 2023-11-01.json ├── 2023-11-02.json ├── 2023-11-03.json ├── 2023-11-04.json ├── 2023-11-05.json ├── 2023-11-06.json ├── 2023-11-07.json ├── 2023-11-08.json ├── 2023-11-09.json ├── 2023-11-10.json ├── 2023-11-11.json ├── 2023-11-12.json ├── 2023-11-13.json ├── 2023-11-14.json ├── 2023-11-15.json ├── 2023-11-16.json ├── 2023-11-17.json ├── 2023-11-18.json ├── 2023-11-19.json ├── 2023-11-20.json ├── 2023-11-21.json ├── 2023-11-22.json ├── 2023-11-23.json ├── 2023-11-24.json ├── 2023-11-25.json ├── 2023-11-26.json ├── 2023-11-27.json ├── 2023-11-28.json ├── 2023-11-29.json ├── 2023-11-30.json ├── 2023-12-01.json ├── 2023-12-02.json ├── 2023-12-03.json ├── 2023-12-04.json ├── 2023-12-05.json ├── 2023-12-06.json ├── 2023-12-07.json ├── 2023-12-08.json ├── 2023-12-09.json ├── 2023-12-10.json ├── 2023-12-11.json ├── 2023-12-12.json ├── 2023-12-13.json ├── 2023-12-14.json ├── 2023-12-15.json ├── 2023-12-16.json ├── 2023-12-17.json ├── 2023-12-18.json ├── 2023-12-19.json ├── 2023-12-20.json ├── 2023-12-21.json ├── 2023-12-22.json ├── 2023-12-23.json ├── 2023-12-24.json ├── 2023-12-25.json ├── 2023-12-26.json ├── 2023-12-27.json ├── 2023-12-28.json ├── 2023-12-29.json ├── 2023-12-30.json ├── 2023-12-31.json ├── 2024-01-01.json ├── 2024-01-02.json ├── 2024-01-03.json ├── 2024-01-04.json ├── 2024-01-05.json ├── 2024-01-06.json ├── 2024-01-07.json ├── 2024-01-08.json ├── 2024-01-09.json ├── 2024-01-10.json ├── 2024-01-11.json ├── 2024-01-12.json ├── 2024-01-13.json ├── 2024-01-14.json ├── 2024-01-15.json ├── 2024-01-16.json ├── 2024-01-17.json ├── 2024-01-18.json ├── 2024-01-19.json ├── 2024-01-20.json ├── 2024-01-21.json ├── 2024-01-22.json ├── 2024-01-23.json ├── 2024-01-24.json ├── 2024-01-25.json ├── 2024-01-26.json ├── 2024-01-27.json ├── 2024-01-28.json ├── 2024-01-29.json ├── 2024-01-30.json ├── 2024-01-31.json ├── 2024-02-01.json ├── 2024-02-02.json ├── 2024-02-03.json ├── 2024-02-04.json ├── 2024-02-05.json ├── 2024-02-06.json ├── 2024-02-07.json ├── 2024-02-08.json ├── 2024-02-09.json ├── 2024-02-10.json ├── 2024-02-11.json ├── 2024-02-12.json ├── 2024-02-13.json ├── 2024-02-14.json ├── 2024-02-15.json ├── 2024-02-16.json ├── 2024-02-17.json ├── 2024-02-18.json ├── 2024-02-19.json ├── 2024-02-20.json ├── 2024-02-21.json ├── 2024-02-22.json ├── 2024-02-23.json ├── 2024-02-24.json ├── 2024-02-25.json ├── 2024-02-26.json ├── 2024-02-27.json ├── 2024-02-28.json ├── 2024-02-29.json ├── 2024-03-01.json ├── 2024-03-02.json ├── 2024-03-03.json ├── 2024-03-04.json ├── 2024-03-05.json ├── 2024-03-06.json ├── 2024-03-07.json ├── 2024-03-08.json ├── 2024-03-09.json ├── 2024-03-10.json ├── 2024-03-11.json ├── 2024-03-12.json ├── 2024-03-13.json ├── 2024-03-14.json ├── 2024-03-15.json ├── 2024-03-16.json ├── 2024-03-17.json ├── 2024-03-18.json ├── 2024-03-19.json ├── 2024-03-20.json ├── 2024-03-21.json ├── 2024-03-22.json ├── 2024-03-23.json ├── 2024-03-24.json ├── 2024-03-25.json ├── 2024-03-26.json ├── 2024-03-27.json ├── 2024-03-28.json ├── 2024-03-29.json ├── 2024-03-30.json ├── 2024-03-31.json ├── 2024-04-01.json ├── 2024-04-02.json ├── 2024-04-03.json ├── 2024-04-04.json ├── 2024-04-05.json ├── 2024-04-06.json ├── 2024-04-07.json ├── 2024-04-08.json ├── 2024-04-09.json ├── 2024-04-10.json ├── 2024-04-11.json ├── 2024-04-12.json ├── 2024-04-13.json ├── 2024-04-14.json ├── 2024-04-15.json ├── 2024-04-16.json ├── 2024-04-17.json ├── 2024-04-18.json ├── 2024-04-19.json ├── 2024-04-20.json ├── 2024-04-21.json ├── 2024-04-22.json ├── 2024-04-23.json ├── 2024-04-24.json ├── 2024-04-25.json ├── 2024-04-26.json ├── 2024-04-27.json ├── 2024-04-28.json ├── 2024-04-29.json ├── 2024-04-30.json ├── 2024-05-01.json ├── 2024-05-02.json ├── 2024-05-03.json ├── 2024-05-04.json ├── 2024-05-05.json ├── 2024-05-06.json ├── 2024-05-07.json ├── 2024-05-08.json ├── 2024-05-09.json ├── 2024-05-10.json ├── 2024-05-11.json ├── 2024-05-12.json ├── 2024-05-13.json ├── 2024-05-14.json ├── 2024-05-15.json ├── 2024-05-16.json ├── 2024-05-17.json ├── 2024-05-18.json ├── 2024-05-19.json ├── 2024-05-20.json ├── 2024-05-21.json ├── 2024-05-22.json ├── 2024-05-23.json ├── 2024-05-24.json ├── 2024-05-25.json ├── 2024-05-26.json ├── 2024-05-27.json ├── 2024-05-28.json ├── 2024-05-29.json ├── 2024-05-30.json ├── 2024-05-31.json ├── 2024-06-01.json ├── 2024-06-02.json ├── 2024-06-03.json ├── 2024-06-04.json ├── 2024-06-05.json ├── 2024-06-06.json ├── 2024-06-07.json ├── 2024-06-08.json ├── 2024-06-09.json ├── 2024-06-10.json ├── 2024-06-11.json ├── 2024-06-12.json ├── 2024-06-13.json ├── 2024-06-14.json ├── 2024-06-15.json ├── 2024-06-16.json ├── 2024-06-17.json ├── 2024-06-18.json ├── 2024-06-19.json ├── 2024-06-20.json ├── 2024-06-21.json ├── 2024-06-22.json ├── 2024-06-23.json ├── 2024-06-24.json ├── 2024-06-25.json ├── 2024-06-26.json ├── 2024-06-27.json ├── 2024-06-28.json ├── 2024-06-29.json ├── 2024-06-30.json ├── 2024-07-01.json ├── 2024-07-02.json ├── 2024-07-03.json ├── 2024-07-04.json ├── 2024-07-05.json ├── 2024-07-06.json ├── 2024-07-07.json ├── 2024-07-08.json ├── 2024-07-09.json ├── 2024-07-10.json ├── 2024-07-11.json ├── 2024-07-12.json ├── 2024-07-13.json ├── 2024-07-14.json ├── 2024-07-15.json ├── 2024-07-16.json ├── 2024-07-17.json ├── 2024-07-18.json ├── 2024-07-19.json ├── 2024-07-20.json ├── 2024-07-21.json ├── 2024-07-22.json ├── 2024-07-23.json ├── 2024-07-24.json ├── 2024-07-25.json ├── 2024-07-26.json ├── 2024-07-27.json ├── 2024-07-28.json ├── 2024-07-29.json ├── 2024-07-30.json ├── 2024-07-31.json ├── 2024-08-01.json ├── 2024-08-02.json ├── 2024-08-03.json ├── 2024-08-04.json ├── 2024-08-05.json ├── 2024-08-06.json ├── 2024-08-07.json ├── 2024-08-08.json ├── 2024-08-09.json ├── 2024-08-10.json ├── 2024-08-11.json ├── 2024-08-12.json ├── 2024-08-13.json ├── 2024-08-14.json ├── 2024-08-15.json ├── 2024-08-16.json ├── 2024-08-17.json ├── 2024-08-18.json ├── 2024-08-19.json ├── 2024-08-20.json ├── 2024-08-21.json ├── 2024-08-22.json ├── 2024-08-23.json ├── 2024-08-24.json ├── 2024-08-25.json ├── 2024-08-26.json ├── 2024-08-27.json ├── 2024-08-28.json ├── 2024-08-29.json ├── 2024-08-30.json ├── 2024-08-31.json ├── 2024-09-01.json ├── 2024-09-02.json ├── 2024-09-03.json ├── 2024-09-04.json ├── 2024-09-05.json ├── 2024-09-06.json ├── 2024-09-07.json ├── 2024-09-08.json ├── 2024-09-09.json ├── 2024-09-10.json ├── 2024-09-11.json ├── 2024-09-12.json ├── 2024-09-13.json ├── 2024-09-14.json ├── 2024-09-15.json ├── 2024-09-16.json ├── 2024-09-17.json ├── 2024-09-18.json ├── 2024-09-19.json ├── 2024-09-20.json ├── 2024-09-21.json ├── 2024-09-22.json ├── 2024-09-23.json ├── 2024-09-24.json ├── 2024-09-25.json ├── 2024-09-26.json ├── 2024-09-27.json ├── 2024-09-28.json ├── 2024-09-29.json ├── 2024-09-30.json ├── 2024-10-01.json ├── 2024-10-02.json ├── 2024-10-03.json ├── 2024-10-04.json ├── 2024-10-05.json ├── 2024-10-06.json ├── 2024-10-07.json ├── 2024-10-08.json ├── 2024-10-09.json ├── 2024-10-10.json ├── 2024-10-11.json ├── 2024-10-12.json ├── 2024-10-13.json ├── 2024-10-14.json ├── 2024-10-15.json ├── 2024-10-16.json ├── 2024-10-17.json ├── 2024-10-18.json ├── 2024-10-19.json ├── 2024-10-20.json ├── 2024-10-21.json ├── 2024-10-22.json ├── 2024-10-23.json ├── 2024-10-24.json ├── 2024-10-25.json ├── 2024-10-26.json ├── 2024-10-27.json ├── 2024-10-28.json ├── 2024-10-29.json ├── 2024-10-30.json ├── 2024-10-31.json ├── 2024-11-01.json ├── 2024-11-02.json ├── 2024-11-03.json ├── 2024-11-04.json ├── 2024-11-05.json ├── 2024-11-06.json ├── 2024-11-07.json ├── 2024-11-08.json ├── 2024-11-09.json ├── 2024-11-10.json ├── 2024-11-11.json ├── 2024-11-12.json ├── 2024-11-13.json ├── 2024-11-14.json ├── 2024-11-15.json ├── 2024-11-16.json ├── 2024-11-17.json ├── 2024-11-18.json ├── 2024-11-19.json ├── 2024-11-20.json ├── 2024-11-21.json ├── 2024-11-22.json ├── 2024-11-23.json ├── 2024-11-24.json ├── 2024-11-25.json ├── 2024-11-26.json ├── 2024-11-27.json ├── 2024-11-28.json ├── 2024-11-29.json ├── 2024-11-30.json ├── 2024-12-01.json ├── 2024-12-02.json ├── 2024-12-03.json ├── 2024-12-04.json ├── 2024-12-05.json ├── 2024-12-06.json ├── 2024-12-07.json ├── 2024-12-08.json ├── 2024-12-09.json ├── 2024-12-10.json ├── 2024-12-11.json ├── 2024-12-12.json ├── 2024-12-13.json ├── 2024-12-14.json ├── 2024-12-15.json ├── 2024-12-16.json ├── 2024-12-17.json ├── 2024-12-18.json ├── 2024-12-19.json ├── 2024-12-20.json ├── 2024-12-21.json ├── 2024-12-22.json ├── 2024-12-23.json ├── 2024-12-24.json ├── 2024-12-25.json ├── 2024-12-26.json ├── 2024-12-27.json ├── 2024-12-28.json ├── 2024-12-29.json ├── 2024-12-30.json ├── 2024-12-31.json ├── 2025-01-01.json ├── 2025-01-02.json ├── 2025-01-03.json ├── 2025-01-04.json ├── 2025-01-05.json ├── 2025-01-06.json ├── 2025-01-07.json ├── 2025-01-08.json ├── 2025-01-09.json ├── 2025-01-10.json ├── 2025-01-11.json ├── 2025-01-12.json ├── 2025-01-13.json ├── 2025-01-14.json ├── 2025-01-15.json ├── 2025-01-16.json ├── 2025-01-17.json ├── 2025-01-18.json ├── 2025-01-19.json ├── 2025-01-20.json ├── 2025-01-21.json ├── 2025-01-22.json ├── 2025-01-23.json ├── 2025-01-24.json ├── 2025-01-25.json ├── 2025-01-26.json ├── 2025-01-27.json ├── 2025-01-28.json ├── 2025-01-29.json ├── 2025-01-30.json ├── 2025-01-31.json ├── 2025-02-01.json ├── 2025-02-02.json ├── 2025-02-03.json ├── 2025-02-04.json ├── 2025-02-05.json ├── 2025-02-06.json ├── 2025-02-07.json ├── 2025-02-08.json ├── 2025-02-09.json ├── 2025-02-10.json ├── 2025-02-11.json ├── 2025-02-12.json ├── 2025-02-13.json ├── 2025-02-14.json ├── 2025-02-15.json ├── 2025-02-16.json ├── 2025-02-17.json ├── 2025-02-18.json ├── 2025-02-19.json ├── 2025-02-20.json ├── 2025-02-21.json ├── 2025-02-22.json ├── 2025-02-23.json ├── 2025-02-24.json ├── 2025-02-25.json ├── 2025-02-26.json ├── 2025-02-27.json ├── 2025-02-28.json ├── 2025-03-01.json ├── 2025-03-02.json ├── 2025-03-03.json ├── 2025-03-04.json ├── 2025-03-05.json ├── 2025-03-06.json ├── 2025-03-07.json ├── 2025-03-08.json ├── 2025-03-09.json ├── 2025-03-10.json ├── 2025-03-11.json ├── 2025-03-12.json ├── 2025-03-13.json ├── 2025-03-14.json ├── 2025-03-15.json ├── 2025-03-16.json ├── 2025-03-17.json ├── 2025-03-18.json ├── 2025-03-19.json ├── 2025-03-20.json ├── 2025-03-21.json ├── 2025-03-22.json ├── 2025-03-23.json ├── 2025-03-24.json ├── 2025-03-25.json ├── 2025-03-26.json ├── 2025-03-27.json ├── 2025-03-28.json ├── 2025-03-29.json ├── 2025-03-30.json ├── 2025-03-31.json ├── 2025-04-01.json ├── 2025-04-02.json ├── 2025-04-03.json ├── 2025-04-04.json ├── 2025-04-05.json ├── 2025-04-06.json ├── 2025-04-07.json ├── 2025-04-08.json ├── 2025-04-09.json ├── 2025-04-10.json ├── 2025-04-11.json ├── 2025-04-12.json ├── 2025-04-13.json ├── 2025-04-14.json ├── 2025-04-15.json ├── 2025-04-16.json ├── 2025-04-17.json ├── 2025-04-18.json ├── 2025-04-19.json ├── 2025-04-20.json ├── 2025-04-21.json ├── 2025-04-22.json ├── 2025-04-23.json ├── 2025-04-24.json ├── 2025-04-25.json ├── 2025-04-26.json ├── 2025-04-27.json ├── 2025-04-28.json ├── 2025-04-29.json ├── 2025-04-30.json ├── 2025-05-01.json ├── 2025-05-02.json ├── 2025-05-03.json ├── 2025-05-04.json ├── 2025-05-05.json ├── 2025-05-06.json ├── 2025-05-07.json ├── 2025-05-08.json ├── 2025-05-09.json ├── 2025-05-10.json ├── 2025-05-11.json ├── 2025-05-12.json ├── 2025-05-13.json ├── 2025-05-14.json ├── 2025-05-15.json ├── 2025-05-16.json ├── 2025-05-17.json ├── 2025-05-18.json ├── 2025-05-19.json ├── 2025-05-20.json ├── 2025-05-21.json ├── 2025-05-22.json ├── 2025-05-23.json ├── 2025-05-24.json ├── 2025-05-25.json ├── 2025-05-26.json ├── 2025-05-27.json ├── 2025-05-28.json ├── 2025-05-29.json ├── 2025-05-30.json ├── 2025-05-31.json ├── 2025-06-01.json └── 2025-06-02.json ├── requirements.txt ├── template ├── README.md └── archive.md ├── util.py └── v2ex.py /archives/2021-01-08.md: -------------------------------------------------------------------------------- 1 | # 2021-01-08 2 | 3 | `最后更新时间:2021-01-08 23:22:07 +0800` 4 | 5 | 1. [感觉心脏附近隐痛,大半年了,不知道是不是接了太多私活,累坏了身子,现在有点怕,刚刚 30 岁。](https://www.v2ex.com/t/742776) 6 | 1. [昨天 PDD 下单,买到宇宙最强电视盒子,还有那些盒子不服的?](https://www.v2ex.com/t/742785) 7 | 1. [今年想装机真是难啊。。。](https://www.v2ex.com/t/742771) 8 | 1. [发现领导布置 1 周任务, 1 个小时就做完了](https://www.v2ex.com/t/742811) 9 | 1. [有谁买到了京东超级联名卡?早上 9 点看了一下居然卖完了](https://www.v2ex.com/t/742772) 10 | 1. [过年回去,能抢到车票?](https://www.v2ex.com/t/742817) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-01-09.md: -------------------------------------------------------------------------------- 1 | # 2021-01-09 2 | 3 | `最后更新时间:2021-01-09 23:21:45 +0800` 4 | 5 | 1. [近 5 年感觉内存容量没怎么提升](https://www.v2ex.com/t/743337) 6 | 1. [win10 上有哪些软件能建立文件服务器?](https://www.v2ex.com/t/743247) 7 | 1. [台式机总烧电源是这么回事?](https://www.v2ex.com/t/743336) 8 | 1. [小米 11 使用两天体验感受](https://www.v2ex.com/t/743257) 9 | 1. [公司快速扩张的混乱](https://www.v2ex.com/t/743238) 10 | 1. [有没有四十岁的前辈](https://www.v2ex.com/t/743242) 11 | 1. [如何从国外 vps 备份大数据回国内? vps 系统 windows SERVER 2008 R2 Enterprise](https://www.v2ex.com/t/743207) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-01-11.md: -------------------------------------------------------------------------------- 1 | # 2021-01-11 2 | 3 | `最后更新时间:2021-01-11 23:22:14 +0800` 4 | 5 | 1. [同事 A 写了个方法,同事 B 调用了 A 的方法 导致线上直接宕机 这个锅该谁背。。](https://www.v2ex.com/t/743718) 6 | 1. [离婚后孩子给对方,我有探视权,以后儿子长大了会亲我吗?](https://www.v2ex.com/t/743674) 7 | 1. [有人退出代码转行做木工吗?](https://www.v2ex.com/t/743722) 8 | 1. [到底该不该在周末随时回复公司发的消息?](https://www.v2ex.com/t/743704) 9 | 1. [App Store 上了款 GBA 模拟器,搜全名 GBA Emu](https://www.v2ex.com/t/743827) 10 | 11 | -------------------------------------------------------------------------------- /archives/2021-01-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-12 23:14:12 +0800` 4 | 5 | 1. [大家平时都使用什么工具做笔记呢](https://www.v2ex.com/t/744082) 6 | 1. [初一学生自学编程学哪门语言好](https://www.v2ex.com/t/744073) 7 | 1. [小型互联网和外企汇丰外包项目怎么选?](https://www.v2ex.com/t/744100) 8 | 1. [拒过一次的公司,大家还会再去面试么?](https://www.v2ex.com/t/744059) 9 | 1. [辞职太爽了](https://www.v2ex.com/t/744290) 10 | 1. [专科毕业,只会点计算机皮毛,该如何找到程序员工作](https://www.v2ex.com/t/744036) 11 | 1. [在北京整个皮卡开怎么样 不拥摇号 也不进 5 环](https://www.v2ex.com/t/744063) 12 | 1. [请教一个问题,想搭建一个网站,目的就是一些人发一些文章用的](https://www.v2ex.com/t/744137) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-01-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-13 23:21:08 +0800` 4 | 5 | 1. [Notion 中文版本要来啦!](https://www.v2ex.com/t/744395) 6 | 1. [小孩子第一个手机推荐买什么手机?](https://www.v2ex.com/t/744518) 7 | 1. [你们公司是业务说得算,还是技术说得算](https://www.v2ex.com/t/744478) 8 | 1. [有轻量一点的 win10 吗?现在 8G 的机器 20H2 开机内存占用 2.5G](https://www.v2ex.com/t/744420) 9 | 1. [有什么行为能让自己快速感觉到生活的气息感](https://www.v2ex.com/t/744509) 10 | 11 | -------------------------------------------------------------------------------- /archives/2021-01-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-15 23:17:35 +0800` 4 | 5 | 1. [碰到有人克隆自己博客该怎么办?](https://www.v2ex.com/t/745097) 6 | 1. [上周才买了宇宙最强的电视盒子,这次分享最强电视盒子配套的影视软件](https://www.v2ex.com/t/745166) 7 | 1. [真·睡后收入, 5700 挖 ETH 记录](https://www.v2ex.com/t/745211) 8 | 1. [注销卸载淘宝支付宝后能请阿里公司在数据库中删除用户信息吗?](https://www.v2ex.com/t/745092) 9 | 1. [上海降低落户政策, 一大波人开始抢房。](https://www.v2ex.com/t/745145) 10 | 1. [对三星 s21 系列的评价](https://www.v2ex.com/t/745099) 11 | 1. [20 来万怎么理财?](https://www.v2ex.com/t/745116) 12 | 1. [目前新冠疫苗可以接种么 有接种的 v 友能说说状态怎么样么](https://www.v2ex.com/t/745236) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-01-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-20 23:19:31 +0800` 4 | 5 | 1. [公司前辈劝我去一线城市闯一闯](https://www.v2ex.com/t/746509) 6 | 1. [如何灭掉 360 右下角弹窗广告](https://www.v2ex.com/t/746538) 7 | 1. [迫于吃外卖吃出肠胃炎,有什么好的快手菜自己弄的。](https://www.v2ex.com/t/746547) 8 | 1. [喜欢看动漫的多么](https://www.v2ex.com/t/746629) 9 | 1. [微信要开发输入法了?](https://www.v2ex.com/t/746525) 10 | 1. [配眼镜蔡司好还是依视路好,防蓝光有必要吗?](https://www.v2ex.com/t/746513) 11 | 1. [合同到期,公司扣除奖金怎么办?](https://www.v2ex.com/t/746601) 12 | 1. [深圳宽带 电信 vs 移动,人人喊打的移动宽带体验竟然比电信好?](https://www.v2ex.com/t/746649) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-01-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-21 23:18:57 +0800` 4 | 5 | 1. [面试接连被挂,心态快崩了](https://www.v2ex.com/t/746898) 6 | 1. [独立开发 iOS App,后端用什么语言写合适?](https://www.v2ex.com/t/746857) 7 | 1. [纠结 apple watch s6 能不能给生活带来便利](https://www.v2ex.com/t/746977) 8 | 1. [个人博客一般怎么增加用户粘性?](https://www.v2ex.com/t/746884) 9 | 1. [经常看到有人说黑苹果折腾,小白谈谈自己的体验](https://www.v2ex.com/t/746913) 10 | 1. [我发现自己好像是不怕死的类型](https://www.v2ex.com/t/747083) 11 | 1. [有大佬出 IDEA 的永久回退许可吗 或者 购买 IDEA 的优惠渠道](https://www.v2ex.com/t/747060) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-01-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-22 23:19:42 +0800` 4 | 5 | 1. [项目组搭档的后端实在太不专业,几次都差点忍不住想之间当他面说出来吐槽](https://www.v2ex.com/t/747316) 6 | 1. [怎么看待,工作满一年了,涨了 500 薪资?](https://www.v2ex.com/t/747298) 7 | 1. [整了个多人在线数独游戏](https://www.v2ex.com/t/747319) 8 | 1. [图床工具 uPic 新状态](https://www.v2ex.com/t/747245) 9 | 1. [老婆被公司降薪,要硬钢到底吗](https://www.v2ex.com/t/747336) 10 | 1. [微信输入法如果开源能反转风评吗](https://www.v2ex.com/t/747327) 11 | 1. [500 元以下好物,求推荐](https://www.v2ex.com/t/747270) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-01-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-23 23:17:41 +0800` 4 | 5 | 1. [非可视距离组网方案](https://www.v2ex.com/t/747638) 6 | 1. [支付宝开始变本加厉,连银行卡转银行卡都要收取手续费了](https://www.v2ex.com/t/747601) 7 | 1. [有两人休完产假不来上班了,怎么办?](https://www.v2ex.com/t/747708) 8 | 1. [都 2021 年了,为何宽带互联互通问题依然存在?](https://www.v2ex.com/t/747608) 9 | 1. [Yoga 14S 版本推荐?](https://www.v2ex.com/t/747587) 10 | 1. [怎么理解 TCP 粘包与拆包?](https://www.v2ex.com/t/747735) 11 | 1. [由一个新闻想到的点子,感觉能赚钱,不知道有没有竞品或法律风险](https://www.v2ex.com/t/747592) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-01-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-27 23:03:47 +0800` 4 | 5 | 1. [要有生活](https://www.v2ex.com/t/748746) 6 | 1. [个人网站终于上线!](https://www.v2ex.com/t/748710) 7 | 1. [想学造火箭了,有说明书嘛~](https://www.v2ex.com/t/748922) 8 | 1. [iOS14.4 谨慎升级](https://www.v2ex.com/t/748810) 9 | 1. [家里有点小关系,能去电力国企,要去吗](https://www.v2ex.com/t/748951) 10 | 1. [年底涨薪或发年终奖了吗?](https://www.v2ex.com/t/748760) 11 | 1. [私人照片备份的选择](https://www.v2ex.com/t/748801) 12 | 1. [房贷选了 LPR 的慌不慌,广州四大行已经开宰了.](https://www.v2ex.com/t/748891) 13 | 1. [要面大厂了,特别焦虑](https://www.v2ex.com/t/748756) 14 | 15 | -------------------------------------------------------------------------------- /archives/2021-01-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-28 23:03:56 +0800` 4 | 5 | 1. [京东云路由真香呀](https://www.v2ex.com/t/749121) 6 | 1. [史上最全面的运营教程,读完就拿到 30 万年薪。](https://www.v2ex.com/t/749163) 7 | 1. [女友对我跳槽的薪资要求太高怎么办](https://www.v2ex.com/t/749289) 8 | 1. [迅雷这是良心发现,回归简约?](https://www.v2ex.com/t/749096) 9 | 1. [想做一款 app,能预测快乐发生的时间](https://www.v2ex.com/t/749161) 10 | 1. [只是走路,心率随便就上 120 正常吗?](https://www.v2ex.com/t/749190) 11 | 1. [一个部门 30 个人左右,就 2 个能回家的名额。](https://www.v2ex.com/t/749131) 12 | 1. [哪位有 ubuntu/manjaro 在 4k 分辨率下的截图?](https://www.v2ex.com/t/749254) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-01-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-01-29 23:03:55 +0800` 4 | 5 | 1. [男生,从寸头开始留长发 18 个月了](https://www.v2ex.com/t/749437) 6 | 1. [女装大佬求职问题](https://www.v2ex.com/t/749622) 7 | 1. [老哥们,今年过年要去女朋友家应该送老丈人啥东西呀?](https://www.v2ex.com/t/749436) 8 | 1. [有哪些经典的台词可以用来吐槽、评论、表达观点](https://www.v2ex.com/t/749428) 9 | 1. [微信服务号模版消息要被取消了,改为订阅模式,类似小程序模式,点击一次发送一次消息](https://www.v2ex.com/t/749414) 10 | 1. [看到那个女朋友不满意跳槽薪资的好🍋,转行后待遇从头开始,而且还没女朋友](https://www.v2ex.com/t/749450) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-02-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-02 23:04:03 +0800` 4 | 5 | 1. [大家密码都是怎么存放的?](https://www.v2ex.com/t/750508) 6 | 1. [红包封面最近很火,从两米兔那里要了十个送给大家,再谈谈我对这一热点与盈利的看法](https://www.v2ex.com/t/750450) 7 | 1. [程序员的薪资究竟是怎么定义的?](https://www.v2ex.com/t/750553) 8 | 1. [兄弟们,准备离开深圳来杭州发展了,有好兄弟可以介绍下杭州互联网氛围吗?(对福报之都有点害怕 = =)](https://www.v2ex.com/t/750587) 9 | 1. [一个逢人必问:“可以借我 10 块钱吗?”的土狗.....](https://www.v2ex.com/t/750629) 10 | 1. [你和哪个阶段的同学感情最深?](https://www.v2ex.com/t/750469) 11 | 1. [iOS 14.5 将新增戴口罩时用 Apple Watch 解锁 iPhone 的选项](https://www.v2ex.com/t/750486) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-02-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-05 23:03:12 +0800` 4 | 5 | 1. [V2EX 竟然没有人 Clubhouse 薪火接力么?我来当第一个人好了~](https://www.v2ex.com/t/751613) 6 | 1. [妈妈存 20 万定期,到期后变成了保险](https://www.v2ex.com/t/751490) 7 | 1. [为什么会有人喜欢用搜狗输入法](https://www.v2ex.com/t/751426) 8 | 1. [昨晚开门钻突然进来一只小橘猫,求领养,坐标深圳!](https://www.v2ex.com/t/751440) 9 | 1. [那些前端面试问 iframe 优缺点的是不是应该马上逃离?](https://www.v2ex.com/t/751502) 10 | 1. [为啥到了 Clubhouse,不给通讯录权限就不能邀请好友,就变得可以接受了呢?](https://www.v2ex.com/t/751456) 11 | 1. [程序员与医生](https://www.v2ex.com/t/751487) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-02-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-06 23:03:04 +0800` 4 | 5 | 1. [[送码] 猜对腾讯股价,赠送 Percento iOS 高级会员](https://www.v2ex.com/t/751757) 6 | 1. [想换个城市,能否给个推荐](https://www.v2ex.com/t/751763) 7 | 1. [招募兼职合伙人](https://www.v2ex.com/t/751795) 8 | 1. [在所有工作中,编程对智力要求是不是算高的?](https://www.v2ex.com/t/751831) 9 | 1. [昨天坐飞机抖得非常厉害,我以为飞机要解体了](https://www.v2ex.com/t/751842) 10 | 1. [有没有觉得国内的 app(大厂)都巨大…这是偏见吗?](https://www.v2ex.com/t/751699) 11 | 1. [App Store 充值优惠! 50-10, 10 随机减,一天一次](https://www.v2ex.com/t/751745) 12 | 1. [当管理真的好吗?](https://www.v2ex.com/t/751739) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-02-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-07 23:03:26 +0800` 4 | 5 | 1. [让我来看看今天还有谁在上班](https://www.v2ex.com/t/751953) 6 | 1. [10 年程序员 vs 公务员](https://www.v2ex.com/t/751931) 7 | 1. [打工人为公司奋斗的意义是什么?](https://www.v2ex.com/t/751957) 8 | 1. [全身麻醉是什么感觉?我现在好紧张](https://www.v2ex.com/t/752040) 9 | 1. [为键盘工作者设计的单词记忆软件⌨️](https://www.v2ex.com/t/752050) 10 | 1. [网易云音乐擅自操作用户关注](https://www.v2ex.com/t/751929) 11 | 1. [要怎么理解 update 和 upgrade 这两个词的区别](https://www.v2ex.com/t/751983) 12 | 1. [如何更好的制止别人插队?](https://www.v2ex.com/t/751992) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-02-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-08 23:03:29 +0800` 4 | 5 | 1. [父亲去世、离婚,不堪回首的 2020](https://www.v2ex.com/t/752315) 6 | 1. [双方父母不能支持买房的打工人该何去何从](https://www.v2ex.com/t/752259) 7 | 1. [各位拿移动硬盘都干些啥](https://www.v2ex.com/t/752228) 8 | 1. [高中的铁哥们,现在大学毕业快 10 年了,不怎么搭理我了](https://www.v2ex.com/t/752354) 9 | 1. [Clubhouse 之三大吐槽](https://www.v2ex.com/t/752217) 10 | 1. [Windows 系统,键盘上的 ctrl 和 shift,大家什么情况下使用右边的 ctrl 和 shift](https://www.v2ex.com/t/752294) 11 | 1. [上班炒股的人让人挺难受的](https://www.v2ex.com/t/752241) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-02-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-09 23:16:31 +0800` 4 | 5 | 暂无数据 6 | 7 | -------------------------------------------------------------------------------- /archives/2021-02-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-12 23:03:25 +0800` 4 | 5 | 1. [BBC 干了什么?](https://www.v2ex.com/t/753084) 6 | 1. [不开玩笑 能不能分享一条人生经验?](https://www.v2ex.com/t/753038) 7 | 1. [分享购买外贸电视盒子的惨痛教训,真的不建议随便购买](https://www.v2ex.com/t/752999) 8 | 1. [昨晚中了淘宝清空购物车](https://www.v2ex.com/t/753055) 9 | 1. [大家买了马里奥 3D 世界吗](https://www.v2ex.com/t/753010) 10 | 1. [局域网内联机的 pc 游戏推荐](https://www.v2ex.com/t/753046) 11 | 1. [请推荐迷你路由器,需要能刷 openwrt](https://www.v2ex.com/t/753015) 12 | 1. [我来送 DV 通配符了 兼容性=DigiCert (Limited Offer 50 张)](https://www.v2ex.com/t/753028) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-02-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-22 23:03:33 +0800` 4 | 5 | 1. [关于被发小及同学当花呗频繁借钱的应对方案?](https://www.v2ex.com/t/754987) 6 | 1. [请教一下,为啥现在流行的 color theme 都是 dark 系的?有没有喜欢 light 系的兄弟姐妹?](https://www.v2ex.com/t/754951) 7 | 1. [做个小调查,一个新项目,大家首选的框架是什么](https://www.v2ex.com/t/754961) 8 | 1. [中国人必须跟中文绑定吗?中国人写的项目必须要有中文文档吗?](https://www.v2ex.com/t/755180) 9 | 1. [小白 win 用户已沦为各流氓“卫士”软件横行霸道倾销广告与垃圾的场所](https://www.v2ex.com/t/754945) 10 | 1. [iPhone 7, iOS 14.4 已经撑不住微信了](https://www.v2ex.com/t/754950) 11 | 1. [早上睁开眼,王伟说,不想活了](https://www.v2ex.com/t/754936) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-02-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-26 23:03:23 +0800` 4 | 5 | 1. [回贴抽奖! 2021 NUC 黑果 下单抽牛年福袋](https://www.v2ex.com/t/756373) 6 | 1. [关于《听到有人把阈值念成阀值我都替他们觉得尬》](https://www.v2ex.com/t/756388) 7 | 1. [小王,你这个方案还是不行啊](https://www.v2ex.com/t/756365) 8 | 1. [关于安卓机购买求助。。。。](https://www.v2ex.com/t/756366) 9 | 1. [Javascript 的闭包特性是否来源于某种设计失误?或是某种设计领先?](https://www.v2ex.com/t/756350) 10 | 1. [要买一台卡宴,不知道该注意点什么?](https://www.v2ex.com/t/756435) 11 | 1. [新垣结衣发新片了,系统要扩容多少才能抗住?](https://www.v2ex.com/t/756369) 12 | 1. [现在旧的 6s,有啥渠道卖掉不](https://www.v2ex.com/t/756390) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-02-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-02-28 23:03:28 +0800` 4 | 5 | 1. [回二线上了岸,慢慢开始不适应起来](https://www.v2ex.com/t/757001) 6 | 1. [被同事当百度用,有什么对策?](https://www.v2ex.com/t/756894) 7 | 1. [这就是阿里开源的官方态度?](https://www.v2ex.com/t/757013) 8 | 1. [红米 K40 主摄 IMX582,还不如两年前的红米 note7Pro 都用上了 IMX586,这是什么搭配方式?](https://www.v2ex.com/t/756844) 9 | 1. [和女朋友交往两个月了......](https://www.v2ex.com/t/757031) 10 | 1. [最近苹果偷偷扣费问题严重](https://www.v2ex.com/t/756860) 11 | 1. [外卖员可能真的会偷吃东西,恶心死我了](https://www.v2ex.com/t/756996) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-03-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-01 23:03:36 +0800` 4 | 5 | 1. [人生会有重逢吗](https://www.v2ex.com/t/757138) 6 | 1. [净水器的选择,很烦](https://www.v2ex.com/t/757161) 7 | 1. [不想上班了,只想学习编程,编程太 TM 有趣了。](https://www.v2ex.com/t/757097) 8 | 1. [的确生活挺没意思的](https://www.v2ex.com/t/757100) 9 | 1. [个税 APP,2020 年度汇算 你退了多少](https://www.v2ex.com/t/757338) 10 | 1. [为什么总有人搬出“语言只是一种工具”。](https://www.v2ex.com/t/757250) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-03-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-02 23:07:28 +0800` 4 | 5 | 1. [个税申报为什么要补税?](https://www.v2ex.com/t/757538) 6 | 1. [windows 系统还是必需品吗](https://www.v2ex.com/t/757626) 7 | 1. [猴年马月狗日,王伟疯了](https://www.v2ex.com/t/757489) 8 | 1. [深圳出了二手房调控,二手房瞬间涨了十万左右!](https://www.v2ex.com/t/757699) 9 | 1. [有什么适合 22 岁以上纯净交友 app?](https://www.v2ex.com/t/757758) 10 | 1. [15-20w suv 求推荐](https://www.v2ex.com/t/757499) 11 | 1. [抵制跨站点隐私追踪库 supercookie](https://www.v2ex.com/t/757467) 12 | 1. [两个项目同时进行,大家能多线程操作吗](https://www.v2ex.com/t/757543) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-03-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-03 23:08:29 +0800` 4 | 5 | 1. [做一个这样的网站大概需要多少钱了 ,包括前后端 UI 设计等等](https://www.v2ex.com/t/757895) 6 | 1. [有什么办法能按时上床并快速入睡?](https://www.v2ex.com/t/757861) 7 | 1. [王伟凌晨加班回来,感到一阵便意](https://www.v2ex.com/t/757833) 8 | 1. [公司突然要求全员签竞业协议](https://www.v2ex.com/t/757875) 9 | 1. [不是凡尔赛, 1000-1500 预算,闵行工作,在哪儿买房合适?](https://www.v2ex.com/t/757944) 10 | 1. [晒一下程序员 (我) 的桌面](https://www.v2ex.com/t/758028) 11 | 1. [房产税到底会让房价涨还是跌?](https://www.v2ex.com/t/757991) 12 | 1. [人选择了安逸,怎么破。](https://www.v2ex.com/t/757841) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-03-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-09 23:13:59 +0800` 4 | 5 | 1. [基金巨亏要不要跑路?](https://www.v2ex.com/t/759849) 6 | 1. [现阶段新冠疫苗到底能不能接种?](https://www.v2ex.com/t/759870) 7 | 1. [买车建议,亚洲龙还是奥迪 A4L](https://www.v2ex.com/t/759837) 8 | 1. [瞎逛逛发现一个神奇的网站](https://www.v2ex.com/t/759809) 9 | 1. [约了周六吃饭](https://www.v2ex.com/t/759806) 10 | 1. [要装修了,有没有装修经验分享给新人哇!](https://www.v2ex.com/t/759859) 11 | 1. [对程序员的晋升之路有疑问](https://www.v2ex.com/t/759815) 12 | 1. [来分享下你们家里网络的设备和布线?](https://www.v2ex.com/t/759802) 13 | 1. [王伟说:“我可以做一个傻子吗?”](https://www.v2ex.com/t/759805) 14 | 15 | -------------------------------------------------------------------------------- /archives/2021-03-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-15 23:09:01 +0800` 4 | 5 | 1. [windows 真有那么差吗?](https://www.v2ex.com/t/761788) 6 | 1. [请问应该怎么面试简历上写的都是看文档调用 api 的候选人,而且该人说“加班任劳任怨”](https://www.v2ex.com/t/761621) 7 | 1. [上次遇到这种天已经是 10 多年前了](https://www.v2ex.com/t/761639) 8 | 1. [今天对接的一个公司 看到接口文档我惊了](https://www.v2ex.com/t/761703) 9 | 1. [魔都 200 万首付预算求购房推荐](https://www.v2ex.com/t/761673) 10 | 1. [在面试的时候要不要表示自己能加班?](https://www.v2ex.com/t/761630) 11 | 1. [程序员的职业病,看看我这腰是否还有救](https://www.v2ex.com/t/761664) 12 | 1. [求推荐性价比高的咖啡豆](https://www.v2ex.com/t/761647) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-03-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-16 23:08:48 +0800` 4 | 5 | 1. [NUC8i5 黑果套餐返场! 抽一人送西数黑盘.](https://www.v2ex.com/t/762040) 6 | 1. [今天生日了。。](https://www.v2ex.com/t/761927) 7 | 1. [97 年后端程序员,初中学历家里蹲,自学编程,伪娘,目前就职一家小公司不足 10 人 月薪 4k](https://www.v2ex.com/t/762116) 8 | 1. [有国内码农老哥考虑过去日本吗](https://www.v2ex.com/t/761926) 9 | 1. [离谱面试经历: 4 年前端竟然说不会 js?!](https://www.v2ex.com/t/761963) 10 | 1. [多久刮一次胡子,什么时候刮,感觉好麻烦](https://www.v2ex.com/t/762079) 11 | 1. [想问下大家个人买了云服务器都做什么用呢?](https://www.v2ex.com/t/762023) 12 | 1. [当你有钱了会去干些什么?](https://www.v2ex.com/t/762037) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-03-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-17 23:09:01 +0800` 4 | 5 | 1. [结束北漂-讲讲我和北京的故事](https://www.v2ex.com/t/762381) 6 | 1. [那些远古的我们怀念的软件](https://www.v2ex.com/t/762504) 7 | 1. [使用 safari 作为自己主要浏览器的朋友们很多吗?](https://www.v2ex.com/t/762285) 8 | 1. [30 岁拿到了伦敦大学金匠学院计算机科学的本科 Offer](https://www.v2ex.com/t/762374) 9 | 1. [产品经理真的挺好当](https://www.v2ex.com/t/762383) 10 | 1. [兄弟们,该怎么要公网 IP 啊](https://www.v2ex.com/t/762315) 11 | 1. [2021 年全球性通账,老铁们涨工资了吗](https://www.v2ex.com/t/762445) 12 | 1. [60 多平米的一居室有必要买扫地机器人吗?](https://www.v2ex.com/t/762353) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-03-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-03-21 23:03:41 +0800` 4 | 5 | 1. [寻找技术合伙人](https://www.v2ex.com/t/763629) 6 | 1. [你买了哪些东西后觉得提高了自己的幸福感?](https://www.v2ex.com/t/763693) 7 | 1. [狗东的 Airpods pro 换新,丢失了可以换吗...](https://www.v2ex.com/t/763574) 8 | 1. [大家开始都是怎么熟悉开车的](https://www.v2ex.com/t/763551) 9 | 1. [广州前端 15k,去上海能拿 20K 吗,准备裸辞换城市了](https://www.v2ex.com/t/763654) 10 | 1. [做操作系统有前途吗?](https://www.v2ex.com/t/763726) 11 | 1. [为什么没有取消流量的概念?](https://www.v2ex.com/t/763708) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-04-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-08 23:14:50 +0800` 4 | 5 | 1. [要疯了,我的 M1,才 4 个月吧](https://www.v2ex.com/t/768960) 6 | 1. [微软的 C# 和 .NET 未能发展好是不是和名字起的不好也有关系](https://www.v2ex.com/t/768962) 7 | 1. [25 岁,到底应不应该要有存款?](https://www.v2ex.com/t/769087) 8 | 1. [大龄 C++求职历程](https://www.v2ex.com/t/769036) 9 | 1. [再过几年燃油车都禁售了,越野、远足怎么办?](https://www.v2ex.com/t/769103) 10 | 1. [Xcode 的 git,没保存不小心 checkout 后还能救吗?](https://www.v2ex.com/t/768881) 11 | 1. [家族聚会时,每一个长辈都一一叫过吗?](https://www.v2ex.com/t/769013) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-04-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-09 23:09:16 +0800` 4 | 5 | 1. [数字游民指南 1.0 正式上线,送一年 VIP](https://www.v2ex.com/t/769362) 6 | 1. [可怕的苹果验证机制](https://www.v2ex.com/t/769272) 7 | 1. [你的浏览器是什么?](https://www.v2ex.com/t/769433) 8 | 1. [买了房,可是我确高兴不起来](https://www.v2ex.com/t/769390) 9 | 1. [有人的 12 是不戴手机壳的吗?](https://www.v2ex.com/t/769377) 10 | 1. [PHP 的工作好像打杂的「非引战」](https://www.v2ex.com/t/769365) 11 | 1. [这个月公司给大家普调了薪水,但是。。。](https://www.v2ex.com/t/769281) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-04-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-10 23:09:01 +0800` 4 | 5 | 1. [你们最近都学啥好玩有意思的技术了吗,想学点新东西玩玩](https://www.v2ex.com/t/769636) 6 | 1. [能推荐一款游戏鼠标吗](https://www.v2ex.com/t/769625) 7 | 1. [求推荐一款小型家用服务器](https://www.v2ex.com/t/769617) 8 | 1. [公司出差问题,询问大佬](https://www.v2ex.com/t/769691) 9 | 1. [自建 NAS 的存储方案的技术选择,求建议](https://www.v2ex.com/t/769653) 10 | 1. [升级 ios14.4.2 之后 App Store 无法跳转不同国家商店](https://www.v2ex.com/t/769676) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-04-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-13 23:09:37 +0800` 4 | 5 | 1. [结婚之后,女方一般在哪方面愿意出点钱?](https://www.v2ex.com/t/770300) 6 | 1. [准备注册个公司,想起个 类似特斯拉的名字,求各位推荐?](https://www.v2ex.com/t/770214) 7 | 1. [终于有 Linux 官方的 QQ 了](https://www.v2ex.com/t/770249) 8 | 1. [震惊! 宅男忍不住诱惑卖家诱惑, 怒拔黑苹果 Rx470 显卡!](https://www.v2ex.com/t/770227) 9 | 1. [出国有必要保留一张国内卡吗?](https://www.v2ex.com/t/770241) 10 | 1. [sublime 用的人还多么?](https://www.v2ex.com/t/770310) 11 | 1. [类似爬取展示盗版小说的 app 为何可以安然无恙存活?](https://www.v2ex.com/t/770278) 12 | 1. [有办法让微信消停吗?](https://www.v2ex.com/t/770239) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-04-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-14 23:09:09 +0800` 4 | 5 | 1. [被父母要钱,我很抗拒](https://www.v2ex.com/t/770450) 6 | 1. [RX580 咸鱼挂 3000 被秒了。](https://www.v2ex.com/t/770488) 7 | 1. [谈离职却被领导 PUA](https://www.v2ex.com/t/770492) 8 | 1. [VioEye: 查看某个 app 的请求的域名和 IP [发放兑换码]](https://www.v2ex.com/t/770502) 9 | 1. [骚操作:我在京东买东西,卖家直接去淘宝帮我下了一单寄给我了](https://www.v2ex.com/t/770532) 10 | 1. [自己没车,怎么把一只猫从上海带到无锡](https://www.v2ex.com/t/770608) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-04-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-04-25 23:09:04 +0800` 4 | 5 | 1. [美版 iPhone X 99 新 2500 大洋值得入手吗?](https://www.v2ex.com/t/773019) 6 | 1. [AppleTV 国行确定过审了?](https://www.v2ex.com/t/773125) 7 | 1. [大家的五险一金都是怎么缴的?](https://www.v2ex.com/t/773045) 8 | 1. [人为什么会越老越自私?](https://www.v2ex.com/t/773150) 9 | 1. [马上要广漂了,咨询点生活方面的](https://www.v2ex.com/t/773048) 10 | 1. [Android 为什么不和 iOS 一样需要用户动态确认联网权限](https://www.v2ex.com/t/773089) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-05-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-11 23:04:04 +0800` 4 | 5 | 1. [送码|简记单词 新鲜上线,艾宾浩斯背单词应用,在背单词或准备背单词的小伙伴不妨试试](https://www.v2ex.com/t/776138) 6 | 1. [ios14.5.1 降频门事件解决方案](https://www.v2ex.com/t/776118) 7 | 1. [Apple music 现在国区和外区的曲库差别大吗?](https://www.v2ex.com/t/776154) 8 | 1. [碰到一个技术出身的老板怎么办?](https://www.v2ex.com/t/776161) 9 | 1. [请问一下大家,有没有靠谱的云存储平台推荐一下?](https://www.v2ex.com/t/776306) 10 | 1. [如何学习英语](https://www.v2ex.com/t/776179) 11 | 1. [大家会留着各种东西的包装吗?](https://www.v2ex.com/t/776187) 12 | 1. [便携式小空调,为你的夏日带去清凉!](https://www.v2ex.com/t/776124) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-05-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-14 21:19:09 +0800` 4 | 5 | 1. [办公室一姐竟当着领导的面摔门而出...😨](https://www.v2ex.com/t/776840) 6 | 1. [求超强 Android 系统编译主机推荐](https://www.v2ex.com/t/776838) 7 | 1. [打算今年夏天想去一趟海滩,迫于不知道哪里可以,请求推荐](https://www.v2ex.com/t/776866) 8 | 1. [普通人不应该做任何有对抗性的运动](https://www.v2ex.com/t/776818) 9 | 1. [我发现了一个男孩](https://www.v2ex.com/t/776827) 10 | 1. [win10 远程 mac 办公,最流畅的方案是什么?](https://www.v2ex.com/t/776825) 11 | 1. [Python 终于决定要提升一下性能了](https://www.v2ex.com/t/776893) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-05-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-15 23:05:52 +0800` 4 | 5 | 1. [周杰伦真的有艺术上的追求吗?](https://www.v2ex.com/t/777091) 6 | 1. [想做全职 up 主。不想露脸,有没有什么好办法?](https://www.v2ex.com/t/777083) 7 | 1. [梭哈了 SHIB, 0.0002U 见](https://www.v2ex.com/t/777111) 8 | 1. [不会骑车会被大家嘲笑(开玩笑的那种)吧?](https://www.v2ex.com/t/777100) 9 | 1. [工作好难 我好烦](https://www.v2ex.com/t/777028) 10 | 1. [研究生学网安出路怎么样?](https://www.v2ex.com/t/777079) 11 | 1. [有没有适合零基础入门的,讲得比较通俗易懂的经济,金融科普类教程](https://www.v2ex.com/t/777038) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-05-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-16 15:11:56 +0800` 4 | 5 | 1. [不会骑车会被大家嘲笑(开玩笑的那种)吧?](https://www.v2ex.com/t/777100) 6 | 1. [梭哈了 SHIB, 0.0002U 见](https://www.v2ex.com/t/777111) 7 | 1. [出了 MBP 16 inch 入了 M1 MBP, 谈谈感受](https://www.v2ex.com/t/777139) 8 | 1. [腾讯云要笑死我,抽奖送的颈枕是他们用过的😂](https://www.v2ex.com/t/777154) 9 | 1. [程序员的尊严值几个钱?](https://www.v2ex.com/t/777128) 10 | 1. [关于哪种语言速度执行速度最快,画了张图表,顺带吐槽](https://www.v2ex.com/t/777179) 11 | 1. [突然有了个点子不知道未来会不会有人去做](https://www.v2ex.com/t/777207) 12 | 1. [我在 iPhone 上没有找到耳机插孔](https://www.v2ex.com/t/777185) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-05-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-28 23:12:28 +0800` 4 | 5 | 1. [lowcode 是不是在断后人的路?](https://www.v2ex.com/t/779797) 6 | 1. [奇葩保险,几年前买的恋爱保险居然理赔成功了](https://www.v2ex.com/t/779805) 7 | 1. [马上要去实习了,和 mentor 相处有哪些需要注意的呢?](https://www.v2ex.com/t/779707) 8 | 1. [4K 显示器的选择](https://www.v2ex.com/t/779716) 9 | 1. [各位公司的 K8S 集群是通过什么方式搭建的?](https://www.v2ex.com/t/779694) 10 | 1. [纯粹好奇,为什么有人说话的时候,会自己接上“对”“嗯”](https://www.v2ex.com/t/779733) 11 | 1. [快手移动端效能后端招人](https://www.v2ex.com/t/779777) 12 | 1. [请问一下「朴朴超市」的朴朴,怎么发音?](https://www.v2ex.com/t/779730) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-05-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-05-31 23:20:58 +0800` 4 | 5 | 1. [你在用的 Windows 平台看图软件是哪个?](https://www.v2ex.com/t/780221) 6 | 1. [京东 Plus 会员不如狗](https://www.v2ex.com/t/780303) 7 | 1. [内卷和躺平还是太低级了](https://www.v2ex.com/t/780273) 8 | 1. [如何最不吃亏的买二手车?](https://www.v2ex.com/t/780245) 9 | 1. [[求教] 阿里 Java 编程规范:避免使用 IN。 那这个业务场景不用 IN 还有什么好方案么?](https://www.v2ex.com/t/780277) 10 | 1. [坐标上海,想买一辆落地 20-30W 的车,沪牌已拍到,落地价不包含沪牌的钱,求大家推荐](https://www.v2ex.com/t/780286) 11 | 1. [你们都是如何管理书签的](https://www.v2ex.com/t/780243) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-06-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-04 23:35:13 +0800` 4 | 5 | 1. [上司不允许使用 es6 新特性理由是他看不懂](https://www.v2ex.com/t/781261) 6 | 1. [如何拒绝同事使用你的充电器](https://www.v2ex.com/t/781244) 7 | 1. [办公室的女同事老是把空调调到 28 度以上,就不能多穿点衣服嘛?](https://www.v2ex.com/t/781421) 8 | 1. [有望 WWDC21 发布,苹果新款 16 英寸 MacBook Pro 2021 电池信息现身中国监管文件:相比上代有缩减](https://www.v2ex.com/t/781371) 9 | 1. [我发现公司里面最难的活并不是开发新产品新功能,而是在没有文档没有人会的老代码上增加功能](https://www.v2ex.com/t/781262) 10 | 1. [Xperia 1III 到手了,大家有什么想问的吗](https://www.v2ex.com/t/781431) 11 | 12 | -------------------------------------------------------------------------------- /archives/2021-06-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-11 23:05:22 +0800` 4 | 5 | 1. [今天是我的生日🎂🎂🎂🍰🍰🍰](https://www.v2ex.com/t/782797) 6 | 1. [请教一下各位是怎么结识各自的另一半的](https://www.v2ex.com/t/782858) 7 | 1. [成年人学习钢琴有什么建议](https://www.v2ex.com/t/782805) 8 | 1. [看到生日帖,问下现在大家工作了以后,过生日还会拉一帮人去聚餐唱 K 么](https://www.v2ex.com/t/782813) 9 | 1. [[一些随想和总结] 购物并没有使我快乐](https://www.v2ex.com/t/782794) 10 | 1. [端午节准备在家直播写代码~](https://www.v2ex.com/t/782886) 11 | 1. [申请外区 Apple ID 选哪个区比较好?](https://www.v2ex.com/t/782809) 12 | 1. [提离职被涨薪挽留了,接下来该怎么破?](https://www.v2ex.com/t/782961) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-06-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-18 23:10:21 +0800` 4 | 5 | 1. [有没有什么好看的动画推荐?](https://www.v2ex.com/t/784224) 6 | 1. [今天 618,晒晒你们的购物车吧,都买了啥](https://www.v2ex.com/t/784168) 7 | 1. [为了研究房屋买卖,验证想法,我转行做了房产中介](https://www.v2ex.com/t/784160) 8 | 1. [[纯讨论] 为什么有了手机网页版(小程序),还需要开发 app, ios 和安卓开发还有未来吗?](https://www.v2ex.com/t/784089) 9 | 1. [电信上行只有 30M,能否通过投诉提高到 50M?](https://www.v2ex.com/t/784169) 10 | 1. [国外就没有类似 115 的给力离线下载神器吗?](https://www.v2ex.com/t/784123) 11 | 1. [怎么拒绝使用菜鸟驿站](https://www.v2ex.com/t/784157) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-06-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-21 23:09:33 +0800` 4 | 5 | 1. [原来 Linux 内核贡献第二是这么来的](https://www.v2ex.com/t/784789) 6 | 1. [感觉手表除了跑步没别的用了。](https://www.v2ex.com/t/784736) 7 | 1. [开箱小米 ax6000, ping 路由的延迟就感人](https://www.v2ex.com/t/784693) 8 | 1. [想落户太难了!](https://www.v2ex.com/t/784802) 9 | 1. [求 v 友推荐一个价值在硬件上而不是软件上的 nas 机器](https://www.v2ex.com/t/784746) 10 | 1. [同一个 WIFI,如何让别人看视频不影响我玩儿游戏](https://www.v2ex.com/t/784747) 11 | 1. [大龄程序员,未来在哪里?该往什么方向发展呢?](https://www.v2ex.com/t/784754) 12 | 1. [“上火”应该怎么翻译比较好呢?](https://www.v2ex.com/t/784881) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-06-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-23 23:08:38 +0800` 4 | 5 | 1. [大佬们,安徽高考成绩出来了,理科一本线 488,自家弟弟考了 546 分,高 58 分,有没有可能努力冲击一下 211 6 | 另外,是否有推荐合适的学校,或专业 7 | 已经很多年没了解这方面了](https://www.v2ex.com/t/785243) 8 | 1. [有没有比较安全、好用的纯净版 win7/win10 gho?](https://www.v2ex.com/t/785232) 9 | 1. [是不是只有我对“阿里”这个词 PTSD 了.....](https://www.v2ex.com/t/785246) 10 | 1. [有没有什么好的方法防止互联网隐私暴露给家人](https://www.v2ex.com/t/785253) 11 | 1. [主打隐私的 brave 浏览器今天推出了他们的搜索引擎啦~](https://www.v2ex.com/t/785271) 12 | 1. [把原来 KPI 我的 HR 给怼了](https://www.v2ex.com/t/785262) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-06-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-28 23:09:39 +0800` 4 | 5 | 1. [大西北自驾,两个司机出现的一点争执](https://www.v2ex.com/t/786124) 6 | 1. [没打游戏后,感觉舒服了好多](https://www.v2ex.com/t/786173) 7 | 1. [下雨天,打工人们怎么才能不迟到?](https://www.v2ex.com/t/786152) 8 | 1. [要跑路了,不放心把项目交给别人, xdm 也会有这样的想法吗?](https://www.v2ex.com/t/786146) 9 | 1. [感觉 NAS 也是一个很奢侈的东西](https://www.v2ex.com/t/786204) 10 | 1. [陪了我 8 年的背包终于退休了,大佬们都用什么背笔记本上班的?求推荐。](https://www.v2ex.com/t/786246) 11 | 1. [微信的 Mac 居然还没有适配 M1?我看腾讯会议都已经适配了。。](https://www.v2ex.com/t/786182) 12 | 1. [钉钉大面积扑街?](https://www.v2ex.com/t/786171) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-06-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-06-29 23:05:19 +0800` 4 | 5 | 1. [中文还是得用百度啊,谷歌的中文搜索质量一言难尽。。。](https://www.v2ex.com/t/786401) 6 | 1. [咨询下已经买房的小伙伴,都是怎么存够首付的啊?](https://www.v2ex.com/t/786398) 7 | 1. [夜深了才刚到家缓过来,已经不知道要怎么办了?](https://www.v2ex.com/t/786355) 8 | 1. [鉴于 C# 正沦为"小众"语言,想向大家介绍一下它,各位想看点什么?](https://www.v2ex.com/t/786457) 9 | 1. [diy nas 和商品 nas 大家怎么选](https://www.v2ex.com/t/786377) 10 | 1. [“985”的名号究竟有多重要?](https://www.v2ex.com/t/786368) 11 | 1. [前端转行做游戏,有什么需要注意?](https://www.v2ex.com/t/786371) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-07-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-07-04 23:04:41 +0800` 4 | 5 | 1. [怎么安全地在 web 前端存储私钥?](https://www.v2ex.com/t/787379) 6 | 1. [用现有冰箱做以旧换新更换冰箱, 618 下单至今未收到货](https://www.v2ex.com/t/787399) 7 | 1. [Win10 下最好用的看图软件是?](https://www.v2ex.com/t/787453) 8 | 1. [来欣赏下知乎盐选付费内容的推广标题,不能再恶心了](https://www.v2ex.com/t/787416) 9 | 1. [求推荐声音比较清脆的机械键盘](https://www.v2ex.com/t/787400) 10 | 1. [该不该离职?](https://www.v2ex.com/t/787457) 11 | 1. [请问 Mac 有没有什么常驻观察网速的工具](https://www.v2ex.com/t/787391) 12 | 1. [2020 intel mbp 还是回到 catalina 舒适](https://www.v2ex.com/t/787412) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-07-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-07-05 23:06:02 +0800` 4 | 5 | 1. [吐槽罗技售后,所有产品过保一律不保修](https://www.v2ex.com/t/787561) 6 | 1. [小菜鸡开发的实时公交位置小程序,各位大佬请欣赏。](https://www.v2ex.com/t/787522) 7 | 1. [在国内环境下,用 iPhone 好还是安卓好,是不是可以盖棺了?](https://www.v2ex.com/t/787565) 8 | 1. [突然非常厌烦开发,极度不想上班,怎么办](https://www.v2ex.com/t/787520) 9 | 1. [有没有人觉得电脑端的输入法都很难用?](https://www.v2ex.com/t/787592) 10 | 1. [这 postman 启动速度比 IDE 还慢](https://www.v2ex.com/t/787560) 11 | 1. [求推荐一个城市独居工作生活(国内国外都行)](https://www.v2ex.com/t/787601) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-07-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-07-20 23:10:29 +0800` 4 | 5 | 1. [对于程序员来讲 MAC OS 真的比 Windows 和 Linux 更加有生产力?](https://www.v2ex.com/t/790603) 6 | 1. [专升本进大厂?](https://www.v2ex.com/t/790613) 7 | 1. [[前端]年轻人第一次计划辞职,虽然工作了两年感觉自己毫无竞争力怎么办](https://www.v2ex.com/t/790577) 8 | 1. [Magsafe 外接电池是我今年买过最垃圾的苹果产品](https://www.v2ex.com/t/790635) 9 | 1. [[闲聊] IT 人员外包(驻场开发),在派遣人员与用人单位之间 ,外包公司到底从中抽了多少?](https://www.v2ex.com/t/790563) 10 | 1. [开着特斯拉从广州到苏州的小记](https://www.v2ex.com/t/790678) 11 | 1. [感觉脑子出问题了,不知道大家有没有这种情况?](https://www.v2ex.com/t/790588) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-07-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-07-21 23:06:13 +0800` 4 | 5 | 1. [适合写长文的键盘有什么推荐的?](https://www.v2ex.com/t/790741) 6 | 1. [信号满格,但是上不了网,是运营商的问题还是苹果的问题?](https://www.v2ex.com/t/790750) 7 | 1. [国区 app store 唯一的一个优点今天也没了。](https://www.v2ex.com/t/790738) 8 | 1. [彩云天气 Pro 限时免费(原价 98),登录随便使用一个会员功能可以领一年 SVIP](https://www.v2ex.com/t/790877) 9 | 1. [国内的 iOS 会接入紧急通知系统吗?](https://www.v2ex.com/t/790747) 10 | 1. [iOS 彩云天气 pro App 限免](https://www.v2ex.com/t/790868) 11 | 1. [发现一个从官网下载 windows iso 的方法,包括老版本。](https://www.v2ex.com/t/790732) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-07-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-07-26 23:10:35 +0800` 4 | 5 | 1. [MIUI 现在到底怎么样?真的如网上吐槽的那样不堪么?](https://www.v2ex.com/t/791801) 6 | 1. [了解下现在接口返回都是什么形式, 要不要提示文本?](https://www.v2ex.com/t/791754) 7 | 1. [彦祖 卡巴斯基密码管理器如何](https://www.v2ex.com/t/791761) 8 | 1. [如何确保外包的代码质量?](https://www.v2ex.com/t/791701) 9 | 1. [入职一家新公司两个星期然后我现在想离职了](https://www.v2ex.com/t/791739) 10 | 1. [如何尽快入手 iPhone13 美版?](https://www.v2ex.com/t/791835) 11 | 1. [中国平安跌倒 55.2 了 是不是能抄底了](https://www.v2ex.com/t/791782) 12 | 1. [在阿里干了 1 年多的外包是什么体验?](https://www.v2ex.com/t/791702) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-08-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-03 23:09:43 +0800` 4 | 5 | 1. [聊聊心目中的完美笔记本](https://www.v2ex.com/t/793294) 6 | 1. [岁月匆匆, 不知不觉已经过了而立之年, 却没有立起来](https://www.v2ex.com/t/793361) 7 | 1. [不懂就问:七夕送什么给女朋友~~~](https://www.v2ex.com/t/793325) 8 | 1. [实名抵制 vue-admin-beautiful](https://www.v2ex.com/t/793276) 9 | 1. [老婆产假结束即失业,焦虑求指导](https://www.v2ex.com/t/793351) 10 | 1. [谷歌版微信 8.x 版本不能使用小程序](https://www.v2ex.com/t/793283) 11 | 1. [Windows 365 初体验](https://www.v2ex.com/t/793286) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-04 23:09:37 +0800` 4 | 5 | 1. [前女友要结婚了.](https://www.v2ex.com/t/793557) 6 | 1. [一人三首歌,回味过往事,](https://www.v2ex.com/t/793543) 7 | 1. [其实很多欲望都是虚假的,纯粹的欲望是自由的](https://www.v2ex.com/t/793497) 8 | 1. [想辞职做独立开发了,各位觉得这个长期来看靠谱吗](https://www.v2ex.com/t/793509) 9 | 1. [iPad pro 2021 刚到,求推荐 app](https://www.v2ex.com/t/793510) 10 | 1. [在工信部投诉家里电信信号差之后,上门安装了 4G 基站](https://www.v2ex.com/t/793653) 11 | 1. [MacOs11.5 BUG 较多, 建议别升级.](https://www.v2ex.com/t/793521) 12 | 1. [关于作业辅导](https://www.v2ex.com/t/793515) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-08-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-10 23:10:27 +0800` 4 | 5 | 1. [想做个专门给开发者用的搜索引擎,取个啥名好呢🤔](https://www.v2ex.com/t/794816) 6 | 1. [有老哥拔过智齿吗?](https://www.v2ex.com/t/794743) 7 | 1. [两次从 Linux 逃离到 os x 又逃回来的感受](https://www.v2ex.com/t/794788) 8 | 1. [港区 playstation 账号未来会限制下载游戏么, ps4, ps5](https://www.v2ex.com/t/794753) 9 | 1. [小米手环 6 的睡眠检测感觉不准, Apple watch 的准吗?](https://www.v2ex.com/t/794747) 10 | 1. [Parallels Desktop 17 发布啦!速来围观新增功能](https://www.v2ex.com/t/794845) 11 | 1. [QQ 音乐免费送一个月会员](https://www.v2ex.com/t/794861) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-11 23:10:29 +0800` 4 | 5 | 1. [只有放弃英文代码,写全中文代码,才能支撑起千变万化的需求。](https://www.v2ex.com/t/795055) 6 | 1. [要多健壮的代码才能支撑起千变万化的需求?](https://www.v2ex.com/t/795005) 7 | 1. [手上差不多有个首付款,关于买房,县城还是省会?](https://www.v2ex.com/t/795004) 8 | 1. [拿到了小米 1 用户的 1999 感恩红包](https://www.v2ex.com/t/795036) 9 | 1. [小米 mix 4 屏下效果实拍](https://www.v2ex.com/t/794969) 10 | 1. [问下小米电视用户](https://www.v2ex.com/t/794983) 11 | 1. [避坑 上海望繁信科技有限公司](https://www.v2ex.com/t/795109) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-13 23:10:28 +0800` 4 | 5 | 1. [恕我直言,杭州就没有人均一百五以下的好吃的餐厅](https://www.v2ex.com/t/795526) 6 | 1. [Milkdown 中文文档](https://www.v2ex.com/t/795483) 7 | 1. [第一次碰到 cpu 坏了,有人可以分析一下可能什么原有造成的吗?](https://www.v2ex.com/t/795551) 8 | 1. [继 github 后,四川移动开始对网课类网站流量穿透](https://www.v2ex.com/t/795476) 9 | 1. [鉴于目前基于 RDP 攻击的勒索病毒泛滥,如何安全的访问内网的 windows](https://www.v2ex.com/t/795492) 10 | 1. [良心云又放大招了, 188 可以买一年 2H4G](https://www.v2ex.com/t/795527) 11 | 1. [有用过一次性拖把的吗?求推荐](https://www.v2ex.com/t/795482) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-15 23:04:57 +0800` 4 | 5 | 1. [啥牌子电视无广告?](https://www.v2ex.com/t/795884) 6 | 1. [编程语言为什么不把 leetcode 上面的一些常用的算法集成进内部呢,比如最长公共子序列啊,最长子串](https://www.v2ex.com/t/795830) 7 | 1. [算了一笔账](https://www.v2ex.com/t/795924) 8 | 1. [Debian 11 Bullseye 出了](https://www.v2ex.com/t/795840) 9 | 1. [有没有比“正则表达式” 更简单直观的匹配技术?](https://www.v2ex.com/t/795888) 10 | 1. [Why do so many people become Java haters?](https://www.v2ex.com/t/795881) 11 | 1. [百度网盘文件全被清空?救命!没找到客服](https://www.v2ex.com/t/795851) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-17 23:06:47 +0800` 4 | 5 | 1. [大家来推荐一本对你思想观念影响最大的一本书](https://www.v2ex.com/t/796289) 6 | 1. [30 岁了,还有可能移民吗](https://www.v2ex.com/t/796248) 7 | 1. [迫于有了台式机,有啥休闲大作游戏吗?](https://www.v2ex.com/t/796177) 8 | 1. [厨房有必要装空调吗?](https://www.v2ex.com/t/796195) 9 | 1. [职业这条路也是越走越迷了](https://www.v2ex.com/t/796187) 10 | 1. [小米手机在误触广告时候, 如何禁自动安装 APP?](https://www.v2ex.com/t/796204) 11 | 1. ["中国家庭人均月收入等级出炉"](https://www.v2ex.com/t/796337) 12 | 1. [有人换过 Airpods Pro 么?](https://www.v2ex.com/t/796192) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-08-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-18 23:05:32 +0800` 4 | 5 | 1. [吐槽一下高德地图导航,能不能走点心啊](https://www.v2ex.com/t/796476) 6 | 1. [无线鼠标发飘是通病吗](https://www.v2ex.com/t/796529) 7 | 1. [别说什么自己做的更健康,为什么不努力让自己每顿都吃的起健康的大餐?](https://www.v2ex.com/t/796557) 8 | 1. [怎么能用更舒服的方式看比较厚的实体书?](https://www.v2ex.com/t/796457) 9 | 1. [怎么才能让公司把你辞退](https://www.v2ex.com/t/796439) 10 | 1. [感觉自己是正版软件受害者](https://www.v2ex.com/t/796466) 11 | 1. [关于开发人员离职 服务器和数据库密码修改问题](https://www.v2ex.com/t/796552) 12 | 1. [如果新的 macbook 出来了 ,大家是买 14 寸的还是买 16 寸的呢](https://www.v2ex.com/t/796569) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-08-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-26 23:11:19 +0800` 4 | 5 | 1. [各位觉得收入和车价应该是什么个比例](https://www.v2ex.com/t/798059) 6 | 1. [看到站里有人讨论买车,说车子消耗高,本人不解,高在哪里,以我为例说说养车消耗](https://www.v2ex.com/t/798124) 7 | 1. [2021 年夏天快过去了,截至目前,你们的股票(基金)收益怎么样了?](https://www.v2ex.com/t/798037) 8 | 1. [有没有手感好的手机壳推荐](https://www.v2ex.com/t/798036) 9 | 1. [如果下雨闹钟定在 7: 30 如果不下雨闹钟定在 8:10](https://www.v2ex.com/t/798075) 10 | 1. [搞了一个对等 1G 的宽带](https://www.v2ex.com/t/798052) 11 | 1. [想弄个接活群](https://www.v2ex.com/t/798032) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-08-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-29 23:04:52 +0800` 4 | 5 | 1. [想问一下大家觉得体制内工作好在那里](https://www.v2ex.com/t/798641) 6 | 1. [macos 对开发友好在哪里?](https://www.v2ex.com/t/798620) 7 | 1. [头条、网易新闻什么的变味了,大家现在用什么 app 看新闻?国内/外的 app 都行](https://www.v2ex.com/t/798636) 8 | 1. [联通信号差,自己动手解决](https://www.v2ex.com/t/798586) 9 | 1. [关于 fish shell 的一个误操作坑](https://www.v2ex.com/t/798635) 10 | 1. [考公 or 入职?](https://www.v2ex.com/t/798669) 11 | 1. [和一个小妹妹一起写了一个浏览器插件](https://www.v2ex.com/t/798679) 12 | 1. [请问哪家银行提供非银联的虚拟信用卡?](https://www.v2ex.com/t/798656) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-08-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-08-30 23:10:26 +0800` 4 | 5 | 1. [今年 30 岁,讲讲自己和身边一些同学朋友的情况,给大家一些参考](https://www.v2ex.com/t/798851) 6 | 1. [手持 iphoneX, 2021 年 9 月该换什么手机?](https://www.v2ex.com/t/798768) 7 | 1. [我在知乎写的一篇关于资本的回答被删了,一万八千多赞。](https://www.v2ex.com/t/798772) 8 | 1. [看到体制内工作好在哪儿话题有感](https://www.v2ex.com/t/798726) 9 | 1. [apple music 太棒了](https://www.v2ex.com/t/798790) 10 | 1. [大公司 or 小公司,选哪个,两个都不加班🤣](https://www.v2ex.com/t/798789) 11 | 1. [老铁们可否分享下求婚/被求婚经历?](https://www.v2ex.com/t/798764) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-09-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-09-03 23:10:27 +0800` 4 | 5 | 1. [见识了,昨天早上居委会大妈挨家挨户发蟑螂药](https://www.v2ex.com/t/799576) 6 | 1. [同事代码写的太烂了怎么办?](https://www.v2ex.com/t/799688) 7 | 1. [自己的 Windows11 系统出问题了?今早开机任务栏加载不出来。重启更新之后问题依旧。](https://www.v2ex.com/t/799583) 8 | 1. [大爱无相](https://www.v2ex.com/t/799594) 9 | 1. [京东禁售 87 款游戏,太难啦](https://www.v2ex.com/t/799665) 10 | 1. [js 的类有没有析构函数,如何进行资源释放??](https://www.v2ex.com/t/799592) 11 | 1. [微软/Microsoft Edge 死性不改,这次是全局插入强推广告](https://www.v2ex.com/t/799634) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-09-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-09-14 23:05:49 +0800` 4 | 5 | 1. [买电车无法说服家人](https://www.v2ex.com/t/801685) 6 | 1. [想拥有人生第一台 macbook pro,我是买 2020 款还是等 2021 款?](https://www.v2ex.com/t/801689) 7 | 1. [求推荐南京十一旅游攻略~](https://www.v2ex.com/t/801666) 8 | 1. [预算 1~ 2 W,配置一台什么样的主机?](https://www.v2ex.com/t/801675) 9 | 1. [有推荐运维用的笔记本嘛](https://www.v2ex.com/t/801676) 10 | 1. [2021 年 iPhone13 秋季发布会讨论汇总帖](https://www.v2ex.com/t/801665) 11 | 1. [最近你们都在看什么新的前沿的技术?](https://www.v2ex.com/t/801721) 12 | 1. [华擎粉转黑](https://www.v2ex.com/t/801680) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-10-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-10-02 23:06:53 +0800` 4 | 5 | 1. [你的 iPhone 默认浏览器是哪个?](https://www.v2ex.com/t/805634) 6 | 1. [大家帮忙推荐个电视](https://www.v2ex.com/t/805635) 7 | 1. [k8s 系真的是 qps 杀手](https://www.v2ex.com/t/805677) 8 | 1. [求推荐适合 iPad 的便携轻便蓝牙键盘](https://www.v2ex.com/t/805637) 9 | 1. [说说湖南电信和联通](https://www.v2ex.com/t/805617) 10 | 1. [两个尴尬的校招 offer,字节阿里怎么选?](https://www.v2ex.com/t/805639) 11 | 1. [显示器破成这样了还在用,是真爱吗?](https://www.v2ex.com/t/805653) 12 | 1. [有没前端大哥指点一下简历还要怎么改,或者还要学什么](https://www.v2ex.com/t/805612) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-10-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-10-13 23:10:45 +0800` 4 | 5 | 1. [发布会来了, 10.18](https://www.v2ex.com/t/807432) 6 | 1. [为什么明知道违法, HR 还能泰然自若正义凛然地站在公司的一边?](https://www.v2ex.com/t/807450) 7 | 1. [一个人,想养一只狗,都需要做哪些准备,日常开销大吗](https://www.v2ex.com/t/807465) 8 | 1. [为什么国内做不出开发工具?](https://www.v2ex.com/t/807502) 9 | 1. [有没有什么擦 mbp 屏幕特别好的布,用过眼睛布什么的 不好用](https://www.v2ex.com/t/807516) 10 | 1. [用了几天 Windows 11,依旧很不适应,除了界面让人新鲜了点,并没有原本 win10 实用](https://www.v2ex.com/t/807474) 11 | 1. [私有部署如何避免代码泄露?如何限制服务有效期?](https://www.v2ex.com/t/807464) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-11-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-11-02 23:10:48 +0800` 4 | 5 | 1. [订阅制,转,都可以转,但是 Notability 做的挺绝的](https://www.v2ex.com/t/812296) 6 | 1. [建行 app 登录新手机无解了](https://www.v2ex.com/t/812314) 7 | 1. [终于找到了 macos 切换程序的最佳方式](https://www.v2ex.com/t/812330) 8 | 1. [无废话 Docker 快速上手教程](https://www.v2ex.com/t/812315) 9 | 1. [Parallels Desktop 17 双十一 7 折抢先购!](https://www.v2ex.com/t/812284) 10 | 1. [“国家邮政局”替我重拳出恶气](https://www.v2ex.com/t/812414) 11 | 1. [2021 年末,如何证明自己当前不是生活在元宇宙当中?](https://www.v2ex.com/t/812310) 12 | 1. [马斯克发了个《七步诗》的推](https://www.v2ex.com/t/812326) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-12-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-03 23:06:33 +0800` 4 | 5 | 1. [公司入职起花名](https://www.v2ex.com/t/819737) 6 | 1. [胖子不配拥有爱情吗](https://www.v2ex.com/t/819732) 7 | 1. [超车的时候,对方突然加速,对方在想什么?](https://www.v2ex.com/t/819689) 8 | 1. [有每看必哭的电影吗?](https://www.v2ex.com/t/819830) 9 | 1. [毕业两年半的朋友们还有没实现经济独立的吗](https://www.v2ex.com/t/819698) 10 | 1. [请问大家 iOS 访问 V2EX 用什么客服端](https://www.v2ex.com/t/819683) 11 | 1. [我搞了一个 V2EX 类某乎的主题,支持亮色与暗色🌙☀️](https://www.v2ex.com/t/819780) 12 | 1. [公司从 SVN 切换到 Git 的那些坑](https://www.v2ex.com/t/819771) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-12-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-07 23:06:44 +0800` 4 | 5 | 1. [分享今年你的书单!](https://www.v2ex.com/t/820522) 6 | 1. [有哪些方向比较适合个人开发者来做的?](https://www.v2ex.com/t/820593) 7 | 1. [邪恶的算法,有多少责任在程序员?](https://www.v2ex.com/t/820521) 8 | 1. [挖矿的意义在哪?浪费那么多电力,算力,只为了一个网络上的奖励吗?看不见摸不着的。](https://www.v2ex.com/t/820628) 9 | 1. [NV 3070 显卡玩游戏 显卡占用始终上不去](https://www.v2ex.com/t/820541) 10 | 1. [Airpods Pro Max 真不错](https://www.v2ex.com/t/820567) 11 | 1. [接了个盘,这张表什么水平](https://www.v2ex.com/t/820687) 12 | 1. [在外搬砖的程序员们,周六周日会选择怎么放松?](https://www.v2ex.com/t/820614) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-12-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-14 23:08:26 +0800` 4 | 5 | 1. [买辆车,等了 6 个半月还未提](https://www.v2ex.com/t/822035) 6 | 1. [大家更看中另一半的什么?](https://www.v2ex.com/t/822017) 7 | 1. [迫于版权和小众音乐,想见识一下各位的音乐同步方案](https://www.v2ex.com/t/822025) 8 | 1. [有什么办法避免图片中的文字被 OCR 识别出来呢?](https://www.v2ex.com/t/822041) 9 | 1. [感觉小米手机是一个广告机](https://www.v2ex.com/t/822136) 10 | 1. [V862c 光猫有车,不知道这回能不能上成,干满带宽。](https://www.v2ex.com/t/822073) 11 | 1. [iPhone13Pro 离谱的耗电与"钉子户"](https://www.v2ex.com/t/822043) 12 | 1. [有推荐的机械键盘吗 预算不超过 500 茶轴优先](https://www.v2ex.com/t/822081) 13 | 14 | -------------------------------------------------------------------------------- /archives/2021-12-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-15 23:07:10 +0800` 4 | 5 | 1. [又是一年桔子季,例行抽奖!](https://www.v2ex.com/t/822298) 6 | 1. [忍不了了,做了个插件让 OneNote 支持 Markdown](https://www.v2ex.com/t/822262) 7 | 1. [小鹏汽车私拍 43 万用户人脸](https://www.v2ex.com/t/822279) 8 | 1. [狂人日记读不下去了](https://www.v2ex.com/t/822259) 9 | 1. [为什么 Google 中文比必应中文多了这么多垃圾站?](https://www.v2ex.com/t/822308) 10 | 1. [面试遇到让把 http code 三位数字拆开分别解释含义的](https://www.v2ex.com/t/822290) 11 | 1. [自愿化身一条固执的鱼 2](https://www.v2ex.com/t/822277) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-12-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-27 23:11:47 +0800` 4 | 5 | 1. [从最近的使用感受来看, macOS 似乎不如 Windows 稳定](https://www.v2ex.com/t/824535) 6 | 1. [#2021 年终总结(技术向)#](https://www.v2ex.com/t/824577) 7 | 1. [喜大普奔,网页版 WeChat 又能登陆了](https://www.v2ex.com/t/824561) 8 | 1. [MySQL 查询数据太慢了,该怎么优化?](https://www.v2ex.com/t/824655) 9 | 1. [洗牙没有牙结石但是发现了两颗严重蛀牙](https://www.v2ex.com/t/824673) 10 | 1. [垃圾外包公司,行业的搅屎棍](https://www.v2ex.com/t/824654) 11 | 1. [[各抒己见] 什么样的公司才值得我们为其付出?](https://www.v2ex.com/t/824644) 12 | 13 | -------------------------------------------------------------------------------- /archives/2021-12-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2021-12-28 23:06:37 +0800` 4 | 5 | 1. [2021 年底了, 最近买车的 xdm, 15-25w 之内, 都选了啥车?](https://www.v2ex.com/t/824851) 6 | 1. [电信师傅的骚操作](https://www.v2ex.com/t/824768) 7 | 1. [求助,买的二手房没有预埋网线,光纤只到客厅,如何改造成本低效果好?](https://www.v2ex.com/t/824790) 8 | 1. [如何组装个人服务器](https://www.v2ex.com/t/824888) 9 | 1. [无限重启之我的内存条](https://www.v2ex.com/t/824774) 10 | 1. [2021 年底有没有推荐的黑苹果笔记本?](https://www.v2ex.com/t/824777) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-01-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-01-06 23:06:46 +0800` 4 | 5 | 1. [昨天大晚上出去送了个外卖](https://www.v2ex.com/t/826500) 6 | 1. [租房退房后一直不给退押金怎么办](https://www.v2ex.com/t/826511) 7 | 1. [faker.js 作者删除了所有的代码](https://www.v2ex.com/t/826515) 8 | 1. [2022 年, Alfred 比 Spotlight 好用吗?](https://www.v2ex.com/t/826521) 9 | 1. [办了两年联通宽带。40G+1500 分钟+500M 联通宽带 95/月](https://www.v2ex.com/t/826516) 10 | 1. [AC+刚过期就把电脑摔了](https://www.v2ex.com/t/826543) 11 | 1. [新房即将入住,该买些什么](https://www.v2ex.com/t/826574) 12 | 1. [关于注意力缺陷多动障碍 ADHD](https://www.v2ex.com/t/826520) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-01-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-01-16 23:06:16 +0800` 4 | 5 | 1. [现在的小学生有多内卷 简直是刷新三观](https://www.v2ex.com/t/828602) 6 | 1. [typec 接口也分安卓和苹果了吗](https://www.v2ex.com/t/828528) 7 | 1. [从 win11 重装回 win10,整个人都获得了新生](https://www.v2ex.com/t/828569) 8 | 1. [为啥国内优质公司(不是指营收)那么少?](https://www.v2ex.com/t/828562) 9 | 1. [求问现在哪里还有修自行车的。。](https://www.v2ex.com/t/828532) 10 | 1. [突发奇想,做了个虎年对联的 NFT](https://www.v2ex.com/t/828531) 11 | 1. [有什么有趣的 side project 可以做?](https://www.v2ex.com/t/828551) 12 | 1. [onedrive 会回收企业邮箱的使用权限或登录权限吗?](https://www.v2ex.com/t/828527) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-01-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-01-24 23:10:45 +0800` 4 | 5 | 1. [2022 年最适合写业务代码的编程语言是哪个?](https://www.v2ex.com/t/830159) 6 | 1. [求推荐奶飞好剧](https://www.v2ex.com/t/830193) 7 | 1. [高层, 不封阳台, 可以养猫猫么?](https://www.v2ex.com/t/830181) 8 | 1. [低代码程序媛我该不该离职](https://www.v2ex.com/t/830271) 9 | 1. [说说我教女票编程的失败经历](https://www.v2ex.com/t/830163) 10 | 1. [2022 年 1 月, windows 轻薄商务本中最能打的是不是就是 matebook 了](https://www.v2ex.com/t/830186) 11 | 1. [每小时 100W+的请求量,该怎么向黑产大哥们求饶啊?](https://www.v2ex.com/t/830286) 12 | 1. [我的房车终于上好牌照了](https://www.v2ex.com/t/830162) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-01-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-01-26 23:10:56 +0800` 4 | 5 | 1. [tx 新瓜,怎么看](https://www.v2ex.com/t/830681) 6 | 1. [联动前几天生不生娃,分享一下在肿瘤科一天的经历,不知道自己有这么脆弱](https://www.v2ex.com/t/830642) 7 | 1. [各位过年有推荐的游戏吗](https://www.v2ex.com/t/830638) 8 | 1. [folezhang 关于声讨加班事件的说明(部分)](https://www.v2ex.com/t/830717) 9 | 1. [现在是真的拿菜鸟驿站一点办法都没有了吗?](https://www.v2ex.com/t/830693) 10 | 1. [这不也年底了,吐槽一下现在所在的公司](https://www.v2ex.com/t/830610) 11 | 1. [1 岁 4 个月的小孩喜欢玩手机,有什么好的办法和建议吗?](https://www.v2ex.com/t/830744) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-01-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-01-27 23:10:59 +0800` 4 | 5 | 1. [过年了求推荐好看的网文小说](https://www.v2ex.com/t/830836) 6 | 1. [[送码] 快过年了,继续送女朋友画的微信虎年红包封面](https://www.v2ex.com/t/830996) 7 | 1. [突然耳鸣了怎么办](https://www.v2ex.com/t/830852) 8 | 1. [iOS 15.3 来了](https://www.v2ex.com/t/830839) 9 | 1. [发现自己公司没有注册.dev 域名,如果我买下,能被公司高价回收吗?](https://www.v2ex.com/t/830858) 10 | 1. [小米手机今后禁止 USB 安装和刷机?](https://www.v2ex.com/t/830928) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-02-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-02-24 23:12:33 +0800` 4 | 5 | 1. [GitHub 无预警突然封号](https://www.v2ex.com/t/836086) 6 | 1. [笔记本用 Linux 的意义何在?](https://www.v2ex.com/t/836078) 7 | 1. [咨询网页制作报价](https://www.v2ex.com/t/836121) 8 | 1. [面试结束被催着回答是否入职,该怎么答复合适?](https://www.v2ex.com/t/836119) 9 | 1. [合伙创业](https://www.v2ex.com/t/836145) 10 | 1. [接手了个屎山项目](https://www.v2ex.com/t/836084) 11 | 1. [请教各位 switch 数字版游戏购入的方式](https://www.v2ex.com/t/836080) 12 | 1. [求一个高带宽的低价云服务器做内网穿透](https://www.v2ex.com/t/836102) 13 | 1. [今天被通知离职了,太突然了](https://www.v2ex.com/t/836133) 14 | 15 | -------------------------------------------------------------------------------- /archives/2022-03-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-02 23:11:45 +0800` 4 | 5 | 1. [初中学历的 00 后程序员,未来怎么办?](https://www.v2ex.com/t/837332) 6 | 1. [陪母亲看病之医院见闻](https://www.v2ex.com/t/837391) 7 | 1. [这个 VSCode 的鬼畜设计是怎么关闭的?](https://www.v2ex.com/t/837343) 8 | 1. [跳绳半年总结](https://www.v2ex.com/t/837397) 9 | 1. [斐波那契数列 n = 9292 的结果是什么?](https://www.v2ex.com/t/837325) 10 | 1. [幼儿园堵家长,堵车这个事情有没有一些互联网或者软硬件结合的解决方案](https://www.v2ex.com/t/837323) 11 | 1. [开发了个全新风格类似的 V2EX,兄弟萌帮我看看](https://www.v2ex.com/t/837490) 12 | 1. [求大佬解惑关于相机的问题以及建议](https://www.v2ex.com/t/837346) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-03-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-03 23:11:52 +0800` 4 | 5 | 1. [年后发生很多事,因为转正的事和上司闹崩了,迷茫了](https://www.v2ex.com/t/837597) 6 | 1. [阿里开源的新 IDE OpenSumi 和 VS Code 太像了吧](https://www.v2ex.com/t/837645) 7 | 1. [3 月 8 号苹果新品发布会确定](https://www.v2ex.com/t/837569) 8 | 1. [人傻了,还有这种需求](https://www.v2ex.com/t/837625) 9 | 1. [大家有用 Sqlite 的吗,都是什么场景下要用这个,能说一两点非要用它的理由最好啦](https://www.v2ex.com/t/837599) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-03-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-05 23:06:39 +0800` 4 | 5 | 1. [我们 v 友现在都这么没有节操了吗,随便用我帐号下单,然后还退款](https://www.v2ex.com/t/838139) 6 | 1. [(纯主观)一个 javaver 用 go 语言的初步体验](https://www.v2ex.com/t/838094) 7 | 1. [低功耗 ECC NAS,现在用的是 z240,有更低功耗的选项吗](https://www.v2ex.com/t/838111) 8 | 1. [广东电信 300M 宽带,测速只有 100M](https://www.v2ex.com/t/838102) 9 | 1. [我初中学历,如何快速且有效的学习英文?](https://www.v2ex.com/t/838146) 10 | 1. [关于女朋友的闲置 iphone11 的处理问题](https://www.v2ex.com/t/838160) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-03-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-09 23:11:46 +0800` 4 | 5 | 1. [最近一年大家基金、股票盈利情况](https://www.v2ex.com/t/839064) 6 | 1. [今天凌晨的苹果发布会有没有你心动的地方?](https://www.v2ex.com/t/839002) 7 | 1. [求助!上个月用了 437 度电 现在怎么办?](https://www.v2ex.com/t/839095) 8 | 1. [B 站登录原理](https://www.v2ex.com/t/839140) 9 | 1. [苹果新显示器 Apple Studio Display](https://www.v2ex.com/t/838999) 10 | 1. [苹果发布 M1 Ultra](https://www.v2ex.com/t/838991) 11 | 1. [求推荐电饭锅](https://www.v2ex.com/t/839023) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-03-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-10 23:12:27 +0800` 4 | 5 | 1. [糖尿病太恐怖了赶紧扔掉了手中的可乐](https://www.v2ex.com/t/839307) 6 | 1. [稳定复现,看我几行代码搞崩 Chrome](https://www.v2ex.com/t/839328) 7 | 1. [大哥们,如果出现交通事故后对方打你,要如何应对](https://www.v2ex.com/t/839351) 8 | 1. [吐槽 为啥 Java 的一些库起名都这么奇怪?](https://www.v2ex.com/t/839275) 9 | 1. [新人需要注意的去日本做外包工作的一些坑](https://www.v2ex.com/t/839303) 10 | 1. [小米的米家驱蚊器有效果吗?还是智商税](https://www.v2ex.com/t/839362) 11 | 1. [想起 N 年前很多人都在说 Android 手机“性能过剩”](https://www.v2ex.com/t/839274) 12 | 1. [如何购买 DeepL API?](https://www.v2ex.com/t/839286) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-03-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-15 23:12:31 +0800` 4 | 5 | 1. [Mac Studio 到底贵不贵, 写代码是否需要 Mac Studio](https://www.v2ex.com/t/840350) 6 | 1. [关于远程工作,最后不给结算工资的问题。](https://www.v2ex.com/t/840465) 7 | 1. [作为开发者,写代码你离不开什么?](https://www.v2ex.com/t/840469) 8 | 1. [2022 大家难吗?](https://www.v2ex.com/t/840501) 9 | 1. [二郎腿戒断法](https://www.v2ex.com/t/840397) 10 | 1. [15.4 发布了](https://www.v2ex.com/t/840360) 11 | 1. [公司网络不给听歌,怎么过?](https://www.v2ex.com/t/840502) 12 | 1. [中国会梧桐台湾吗, 23 届应届毕业生在思考自己的出路](https://www.v2ex.com/t/840587) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-03-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-17 21:19:02 +0800` 4 | 5 | 1. [好美的诗句 送给大家](https://www.v2ex.com/t/840950) 6 | 1. [“我这都是为了你好啊!”](https://www.v2ex.com/t/841054) 7 | 1. [Java 中 Mysql 的状态列用 int 还是用 varchar 好点](https://www.v2ex.com/t/840907) 8 | 1. [后端程序员想要学习一下前端,有无比较好的学习路线推荐](https://www.v2ex.com/t/840973) 9 | 1. [程序员换一种思路可以找到包住的工作](https://www.v2ex.com/t/840960) 10 | 1. [to b/to c 成就感问题](https://www.v2ex.com/t/840921) 11 | 1. [神机 Redmi AX6 重新上架小米有品](https://www.v2ex.com/t/841070) 12 | 1. [论“未来远程扫墓”的可行性与前景](https://www.v2ex.com/t/840957) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-03-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-18 23:12:30 +0800` 4 | 5 | 1. [如何看待小牛提速被点名?](https://www.v2ex.com/t/841169) 6 | 1. [坐骑(ji)还是 坐骑(qi)](https://www.v2ex.com/t/841179) 7 | 1. [xdm,你们使用的是什么床垫?](https://www.v2ex.com/t/841183) 8 | 1. [C 语言底层开发怎么样?](https://www.v2ex.com/t/841252) 9 | 1. [关于老坛酸菜,确实国内和美帝的不一样(可能有个人经历偏差)](https://www.v2ex.com/t/841259) 10 | 1. [node-ipc 暴雷, vue 用户注意一下你的依赖](https://www.v2ex.com/t/841188) 11 | 1. [周五摸鱼了,咱们扯扯有偿领养宠物这件事=。=](https://www.v2ex.com/t/841192) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-03-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-03-23 23:07:22 +0800` 4 | 5 | 1. [什么样的房屋隔音好](https://www.v2ex.com/t/842253) 6 | 1. [3000 以内有能放心给父母使用的 android 手机吗?](https://www.v2ex.com/t/842235) 7 | 1. [显示器支架真的是一个恨不能早买的东西](https://www.v2ex.com/t/842220) 8 | 1. [国内视频网站用户体验 B 站应该是第一了吧?](https://www.v2ex.com/t/842341) 9 | 1. [今天打算裸辞了,完成没有心情再敲代码,出路在哪里?](https://www.v2ex.com/t/842259) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-04-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-02 23:06:41 +0800` 4 | 5 | 1. [有多少人平时主力电脑用的 Linux ?](https://www.v2ex.com/t/844493) 6 | 1. [购房相关:次新房 vs 老破小](https://www.v2ex.com/t/844452) 7 | 1. [这几天的抢菜发现成功的几乎都是 ios](https://www.v2ex.com/t/844457) 8 | 1. [你们苹果喜欢买哪个产地的呀?](https://www.v2ex.com/t/844516) 9 | 1. [父母真的有一天会离开我们](https://www.v2ex.com/t/844492) 10 | 1. [各位大佬,现在还有在玩 psp 的吗?有啥经典游戏推荐吗?](https://www.v2ex.com/t/844473) 11 | 1. [准备搞一款这样的软件,不知道会不会被打脸](https://www.v2ex.com/t/844442) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-04-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-06 23:12:06 +0800` 4 | 5 | 1. [求公路片](https://www.v2ex.com/t/845133) 6 | 1. [大家平时有记账的习惯吗](https://www.v2ex.com/t/845138) 7 | 1. [请分享一下那些你认为小而美的产品](https://www.v2ex.com/t/845173) 8 | 1. [个人隐私数据如何加密上传到网盘空间?](https://www.v2ex.com/t/845121) 9 | 1. [我从来没有冲动过!](https://www.v2ex.com/t/845187) 10 | 1. [验证短信码被盗刷怎么办](https://www.v2ex.com/t/845136) 11 | 1. [公司环境有 ip 白名单,居家办公时如何固定 ip,避免频繁麻烦运维人员添加 ip](https://www.v2ex.com/t/845145) 12 | 1. [预算 8k(小于 1w)怎么组一台家用服务器](https://www.v2ex.com/t/845240) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-04-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-07 23:11:44 +0800` 4 | 5 | 1. [我来推广我的免费图床了(imgurl.org), T 楼送 3 个 ImgURL Pro 免费授权](https://www.v2ex.com/t/845469) 6 | 1. [着魔了,陷入了报复性消费的习惯中,老铁们如何破局?](https://www.v2ex.com/t/845437) 7 | 1. [虚心请教增重的方法](https://www.v2ex.com/t/845509) 8 | 1. [最近失眠比较严重,每天 45 点才能入睡](https://www.v2ex.com/t/845376) 9 | 1. [WindowServer 让我产生了内存焦虑](https://www.v2ex.com/t/845423) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-04-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-08 23:12:26 +0800` 4 | 5 | 1. [[裁员潮有感] 假如,以后你不能(或者不想)写代码了,你最想做什么](https://www.v2ex.com/t/845618) 6 | 1. [树莓派是不是溢价的太过分了](https://www.v2ex.com/t/845631) 7 | 1. [想去日本读研,掏空父母积蓄划得来吗](https://www.v2ex.com/t/845765) 8 | 1. [AirPods pro 在通勤路上从口袋里掉出去,被别人捡到一直在用](https://www.v2ex.com/t/845597) 9 | 1. [二线城市长沙,应届本科薪资多少算中等水平?](https://www.v2ex.com/t/845705) 10 | 1. [阿迪达斯衣服的接缝是不是不能造假?](https://www.v2ex.com/t/845640) 11 | 1. [得物干一年有必要跳吗](https://www.v2ex.com/t/845607) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-04-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-14 23:12:40 +0800` 4 | 5 | 1. [国内宽带运营商里家宽质量最好的应该就是联通了](https://www.v2ex.com/t/846848) 6 | 1. [胡思乱想:如何让一个网站无维护状态长期存活](https://www.v2ex.com/t/846869) 7 | 1. [Ubuntu 用宝塔是不是很 low?](https://www.v2ex.com/t/846893) 8 | 1. [帝都群众五一准备咋过?](https://www.v2ex.com/t/846926) 9 | 1. [阿里云 4 月这波涨价真狠。。。啥套路吖](https://www.v2ex.com/t/846888) 10 | 1. [不知道 ios16 能不能做个禁止粘贴复制板的功能选项,让用户自己选择](https://www.v2ex.com/t/846886) 11 | 1. [有哪些推荐的 mini 主机](https://www.v2ex.com/t/846897) 12 | 1. [大家平时家用宽带都会打开 IPV6 吗?](https://www.v2ex.com/t/846842) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-04-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-15 23:07:34 +0800` 4 | 5 | 1. [单身了 7 年 刚想开始 没开始就结束了](https://www.v2ex.com/t/847085) 6 | 1. [不要放弃使用纸币的权力,你还会用现金嘛?](https://www.v2ex.com/t/847170) 7 | 1. [为什么蜂窝数据按流量计费?](https://www.v2ex.com/t/847064) 8 | 1. [为什么在一些关于"AppStore 侧载"的新闻下,总能看到支持侧载的人?](https://www.v2ex.com/t/847162) 9 | 1. [有没有阳台种菜的朋友](https://www.v2ex.com/t/847118) 10 | 1. [大家看了今天的 Github Trending 了吗?](https://www.v2ex.com/t/847113) 11 | 1. [研发工程师,工作站电脑配置清单请教](https://www.v2ex.com/t/847098) 12 | 1. [支持 2.5G LAN 的光猫什么时候能普及啊](https://www.v2ex.com/t/847063) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-04-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-26 23:07:58 +0800` 4 | 5 | 1. [[润] 我为什么离开北京,选择赴美工作?](https://www.v2ex.com/t/849299) 6 | 1. [我可以讨厌老哥这个称呼吗?](https://www.v2ex.com/t/849258) 7 | 1. [这就是传说中的普通又自信?大离谱!这绝对是妹子被黑最惨的一次](https://www.v2ex.com/t/849388) 8 | 1. [你们的极致大带宽一般在什么场景下会被用到?](https://www.v2ex.com/t/849263) 9 | 1. [[来长长见识] 为什么要求送货上门的你会被快递员私下骂傻*](https://www.v2ex.com/t/849267) 10 | 1. [2022 年上半年, Win 平台上可替代 Navicat 的 MySQL 图形化调试客户端有推荐不?](https://www.v2ex.com/t/849259) 11 | 1. [Apple 还有什么不为人知的地方?](https://www.v2ex.com/t/849270) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-04-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-04-29 23:08:21 +0800` 4 | 5 | 1. [iPhone 有什么让你离不开的功能吗?](https://www.v2ex.com/t/849965) 6 | 1. [小学背的诗词长大之后才慢慢欣赏](https://www.v2ex.com/t/850010) 7 | 1. [人在银行是否要离职](https://www.v2ex.com/t/849941) 8 | 1. [go 用来业务开发, 开发速度是不是吊打其他语言?](https://www.v2ex.com/t/849956) 9 | 1. [求推荐 Linux server 发行版](https://www.v2ex.com/t/849966) 10 | 1. [问一下大家和我是一样的吗?关于喝茶喝咖啡](https://www.v2ex.com/t/849961) 11 | 1. [关于开展线上养殖的想法](https://www.v2ex.com/t/849984) 12 | 1. [18 家币圈公司内推大合集,纯内推不是猎头,一个圈子的,各种职位都有,国内国外的](https://www.v2ex.com/t/849972) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-05-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-02 23:14:11 +0800` 4 | 5 | 1. [有什么便携点的乐器是可以自学的吗?](https://www.v2ex.com/t/850472) 6 | 1. [有自己搭建低功耗迷你主机+UPS 的方案么,求推荐](https://www.v2ex.com/t/850467) 7 | 1. [大厂完善的基建对于个人发展的利弊](https://www.v2ex.com/t/850515) 8 | 1. [2022 了 windows 还需要装驱动吗](https://www.v2ex.com/t/850452) 9 | 1. [Win11 上,想要完整的 Linux 环境该怎么做?](https://www.v2ex.com/t/850464) 10 | 1. [线上突然出 bug 怎么找?](https://www.v2ex.com/t/850448) 11 | 1. [能否说说运维工作内容](https://www.v2ex.com/t/850507) 12 | 1. [6 月出 macbook air 的可能性大吗?](https://www.v2ex.com/t/850460) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-05-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-11 23:13:11 +0800` 4 | 5 | 1. [公正评价,这代码什么水平](https://www.v2ex.com/t/852125) 6 | 1. [CSS 的缩进写法没有普及令我感到诧异](https://www.v2ex.com/t/852098) 7 | 1. [IOS 的 RAM 4GB 是否足够使用?](https://www.v2ex.com/t/852189) 8 | 1. [这一次,我要勇敢的讲出来,这一辈子最大的损失](https://www.v2ex.com/t/852227) 9 | 1. [花了点时间迁移了服务器, 重新恢复了完全免费的乳腺检测 AI 网站](https://www.v2ex.com/t/852100) 10 | 1. [初次上手 Vue.js 开发效率确实高!从此跟 Jquery 说拜拜!](https://www.v2ex.com/t/852221) 11 | 1. [居家办公,我又卷了一款记账工具](https://www.v2ex.com/t/852108) 12 | 1. [这人生是少奋斗很多了嘛](https://www.v2ex.com/t/852183) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-05-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-12 23:12:00 +0800` 4 | 5 | 1. [关于 Java 很啰嗦的问题](https://www.v2ex.com/t/852381) 6 | 1. [关于 e 招贷,请教一下大家](https://www.v2ex.com/t/852356) 7 | 1. [不知道我还能不能顶的住。](https://www.v2ex.com/t/852343) 8 | 1. [Go 特性少,语法糖太少,味儿苦啊!求开发体验好、生态全的语言推荐](https://www.v2ex.com/t/852388) 9 | 1. [大家有没有比较好的经验,管理两个版本的 Python , 2 & 3?](https://www.v2ex.com/t/852314) 10 | 1. [我是新时代四败青年](https://www.v2ex.com/t/852316) 11 | 1. [比特币 开始暴跌了](https://www.v2ex.com/t/852413) 12 | 1. [Linux 桌面的春天要来了?](https://www.v2ex.com/t/852363) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-05-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-13 23:12:41 +0800` 4 | 5 | 1. [有没有喜欢独来独往,不报团的程序老哥?](https://www.v2ex.com/t/852565) 6 | 1. [买 M1 还是 Intel?](https://www.v2ex.com/t/852578) 7 | 1. [隔离在家无聊,大家来分享一下感觉游戏性高的独立游戏吧](https://www.v2ex.com/t/852549) 8 | 1. [一个不小心就被小米恶心到了](https://www.v2ex.com/t/852540) 9 | 10 | -------------------------------------------------------------------------------- /archives/2022-05-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-22 23:08:41 +0800` 4 | 5 | 1. [我们会不会等不到新冠疫情消失的那天了?](https://www.v2ex.com/t/854488) 6 | 1. [有些坑不能入,入了就出不来了](https://www.v2ex.com/t/854427) 7 | 1. [2022 年润的话,加拿大 澳大利亚更推荐哪个呢](https://www.v2ex.com/t/854432) 8 | 1. [投资好难啊中国平安就不能涨一下吗](https://www.v2ex.com/t/854449) 9 | 1. [想搞个 itx 主机写代码,有推荐吗?](https://www.v2ex.com/t/854411) 10 | 1. [B 站 Mac 端发布了](https://www.v2ex.com/t/854398) 11 | 1. [省级防诈系统误报,派出所找我两回了](https://www.v2ex.com/t/854467) 12 | 1. [鱼刺卡喉咙咋处理?在线等](https://www.v2ex.com/t/854545) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-05-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-05-28 23:08:13 +0800` 4 | 5 | 1. [Windows 终于开始有统一设计了.](https://www.v2ex.com/t/855808) 6 | 1. [为什么大部分人能忍受 YouTube 贴在视频里面的文字广告?](https://www.v2ex.com/t/855789) 7 | 1. [聊聊当下的 B 站](https://www.v2ex.com/t/855846) 8 | 1. [一只眼睛弱视怎么能通过深圳驾校体检](https://www.v2ex.com/t/855788) 9 | 1. [各位在 mac 上都用什么快捷键切换输入法](https://www.v2ex.com/t/855779) 10 | 1. [gitlab.cn 可以注册了](https://www.v2ex.com/t/855804) 11 | 1. [最近几天我的 iCloud 不能上传数据了](https://www.v2ex.com/t/855822) 12 | 1. [大家都在用哪里的企业邮箱呢](https://www.v2ex.com/t/855852) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-06-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-10 23:08:51 +0800` 4 | 5 | 1. [我觉得这些大厂里面苹果是最清醒的](https://www.v2ex.com/t/858729) 6 | 1. [决赛圈了,预算 16W 左右落地,该选哪款](https://www.v2ex.com/t/858647) 7 | 1. [37 岁了感觉活着太难了](https://www.v2ex.com/t/858686) 8 | 1. [我与 Apache 软件基金会的故事](https://www.v2ex.com/t/858593) 9 | 1. [打算抽个奖,奖品适合程序员。价格 50 左右,程序员们进来说下你们想要什么](https://www.v2ex.com/t/858689) 10 | 1. [微信你为什么要改我 Linux 系统文件?](https://www.v2ex.com/t/858659) 11 | 1. [像我这种低层开发,最后找不到工作都去哪了](https://www.v2ex.com/t/858634) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-06-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-15 23:07:36 +0800` 4 | 5 | 1. [河南卫健委通报入豫健康码变红为使用了过期的规则](https://www.v2ex.com/t/859812) 6 | 1. [一幅眼镜的寿命是多久](https://www.v2ex.com/t/859701) 7 | 1. [作为一名二本计算机专业的教师,如何点亮学生的技能树](https://www.v2ex.com/t/859822) 8 | 1. [半导体准研究生毕业工作迷茫求大佬出出主意](https://www.v2ex.com/t/859712) 9 | 1. [大 A 股要走牛了?](https://www.v2ex.com/t/859742) 10 | 1. [在德国快十年了,应该回国吗?](https://www.v2ex.com/t/859858) 11 | 1. [随科技发展,人力劳动会持续贬值,岗位会持续减少](https://www.v2ex.com/t/859667) 12 | 1. [obsidian 怎么 windows 跟 mac 同步呢,有什么方案吗。](https://www.v2ex.com/t/859700) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-06-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-22 23:07:38 +0800` 4 | 5 | 1. [30 岁码农,要不要去温哥华](https://www.v2ex.com/t/861313) 6 | 1. [Github Copilot 正式上线了](https://www.v2ex.com/t/861260) 7 | 1. [有关高学历基督徒的想法](https://www.v2ex.com/t/861432) 8 | 1. [刚绑架代替购买了一只小猫,吃饭时候总是乌拉乌拉叫](https://www.v2ex.com/t/861287) 9 | 1. [“全球变暖”是伪命题吗?](https://www.v2ex.com/t/861271) 10 | 1. [流媒体时代,还有必要用 NAS 搭建 infuse/Plex 建立自己的影音库吗?](https://www.v2ex.com/t/861253) 11 | 1. [新房入住前甲醛怎么去除 有一岁内宝宝,有什么好的建议](https://www.v2ex.com/t/861323) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-06-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-25 23:06:45 +0800` 4 | 5 | 1. [有什么游戏可以替代英雄联盟](https://www.v2ex.com/t/862097) 6 | 1. [人死后会去哪里?相信轮回转世吗](https://www.v2ex.com/t/862131) 7 | 1. [如何使用一万块?](https://www.v2ex.com/t/862072) 8 | 1. [最近看新能源车有感](https://www.v2ex.com/t/862037) 9 | 1. [周末带上老婆和娃又去露营了](https://www.v2ex.com/t/862068) 10 | 1. [收到了一份来自 GitHub 官方的赞助,开心!](https://www.v2ex.com/t/862060) 11 | 1. [如何学习装机?](https://www.v2ex.com/t/862084) 12 | 1. [求一个功耗小,便宜的 nas 方案。](https://www.v2ex.com/t/862079) 13 | 1. [请问这样算侵权吗?](https://www.v2ex.com/t/862053) 14 | 15 | -------------------------------------------------------------------------------- /archives/2022-06-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-27 23:08:47 +0800` 4 | 5 | 1. [因为正常下班被老板公开批评](https://www.v2ex.com/t/862395) 6 | 1. [这个各大语言性能测试结果挺有意思](https://www.v2ex.com/t/862452) 7 | 1. [在一线城市工作的大家,每天花多少钱在吃饭上](https://www.v2ex.com/t/862448) 8 | 1. [公司如此多娇,我该怎么办](https://www.v2ex.com/t/862406) 9 | 1. [打算在币安买一些个小币种,不清楚风险](https://www.v2ex.com/t/862393) 10 | 1. [小米电视 kodi 无法流畅播放 nas 里的 4k 电影!](https://www.v2ex.com/t/862484) 11 | 1. [新人写的网站,望大佬提供意见](https://www.v2ex.com/t/862397) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-06-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-06-29 23:40:37 +0800` 4 | 5 | 1. [3999 在海鲜市场买了一台 M1+16+512](https://www.v2ex.com/t/862834) 6 | 1. [脑中经常冒出不道德的想法?请问是因为我潜意识是个“坏人”吗?](https://www.v2ex.com/t/862893) 7 | 1. [iPhone 13 Pro 续航拉垮](https://www.v2ex.com/t/862846) 8 | 1. [Safari 的使用体验烂到令人发指](https://www.v2ex.com/t/862912) 9 | 1. [有没有一起维护组件库的兄弟](https://www.v2ex.com/t/862898) 10 | 1. [7 月初去新疆旅游,有没有需要注意的事项?](https://www.v2ex.com/t/862874) 11 | 1. [Mac 上面你用 WPS 还是 office](https://www.v2ex.com/t/862936) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-07-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-07 23:17:37 +0800` 4 | 5 | 1. [月薪 2 万在 V2EX 里属于什么水平](https://www.v2ex.com/t/864598) 6 | 1. [有没有国产套壳 mysql 呀?](https://www.v2ex.com/t/864650) 7 | 1. [京东上全是二手商品啊,他妈的……](https://www.v2ex.com/t/864648) 8 | 1. [对于程序员来说,对代码有没有兴趣,到底有多重要?](https://www.v2ex.com/t/864647) 9 | 1. [为什么每次苹果的爆料都是这个郭明錤?](https://www.v2ex.com/t/864604) 10 | 1. [感谢微软治好了我多年的强迫症 😣](https://www.v2ex.com/t/864576) 11 | 1. [有老哥分享下最近的就业市场吗?](https://www.v2ex.com/t/864676) 12 | 1. [初次用 bbr,很惊喜](https://www.v2ex.com/t/864610) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-07-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-10 23:07:31 +0800` 4 | 5 | 1. [劳动仲裁成功!获赔 2N。](https://www.v2ex.com/t/865255) 6 | 1. [程序员的最终归宿是什么](https://www.v2ex.com/t/865217) 7 | 1. [两家人的烦恼](https://www.v2ex.com/t/865210) 8 | 1. [[求助][zerotier]zerotier 很卡,基本处于不太可用状态。](https://www.v2ex.com/t/865188) 9 | 1. [迫于小区 2 台电梯装监控需要 1 万,请问有没有什么好的监控方案?](https://www.v2ex.com/t/865266) 10 | 1. [微软发布 VS Code Server 了~ 目前是 private preview 阶段](https://www.v2ex.com/t/865250) 11 | 1. [成都第一次租房子有什么注意事项和推荐的房子吗](https://www.v2ex.com/t/865226) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-07-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-20 23:08:46 +0800` 4 | 5 | 1. [iPhone 没有通话录音快把我逼疯了](https://www.v2ex.com/t/867435) 6 | 1. [公积金避税很常见?](https://www.v2ex.com/t/867510) 7 | 1. [nodejs 中文网 开始收费了,已经付费了的同学举个爪](https://www.v2ex.com/t/867461) 8 | 1. [见老丈人了,买点啥好呢,老丈人不抽烟,不喝酒,平时喝点茶。](https://www.v2ex.com/t/867393) 9 | 1. [请问有好看耐用的背包推荐吗](https://www.v2ex.com/t/867431) 10 | 1. [微信账号废了](https://www.v2ex.com/t/867428) 11 | 1. [深圳出租屋的网络真让人抓狂](https://www.v2ex.com/t/867436) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-07-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-22 23:08:03 +0800` 4 | 5 | 1. [人活着的意义到底是啥,](https://www.v2ex.com/t/867903) 6 | 1. [炫耀贴:我的小程序上微博热搜了](https://www.v2ex.com/t/867966) 7 | 1. [咖啡戒断 4 天,彻底萎靡了](https://www.v2ex.com/t/867900) 8 | 1. [我发现百度做的真的没有 google 的搜索引擎好,我吐了](https://www.v2ex.com/t/867940) 9 | 1. [作为 Java 工程师,第二语言应该选择 Python 还是 Go](https://www.v2ex.com/t/867873) 10 | 1. [作为咖啡行业相关从业者,说说俺知道的](https://www.v2ex.com/t/867917) 11 | 1. [坐对面的女生整天一直咳咳咳,该如何友情提醒。](https://www.v2ex.com/t/868002) 12 | 1. [枚举类型是从 0 开始还是从 1 开始](https://www.v2ex.com/t/868018) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-07-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-25 23:07:49 +0800` 4 | 5 | 1. [分享一下 10KM 跑步经验](https://www.v2ex.com/t/868472) 6 | 1. [刚入职就想跑路了。](https://www.v2ex.com/t/868453) 7 | 1. [2022 押宝 c#还是 Java](https://www.v2ex.com/t/868434) 8 | 1. [长期熬夜想调整作息,褪黑素有用吗?](https://www.v2ex.com/t/868528) 9 | 1. [新房装修,大家把路由器放在哪的?](https://www.v2ex.com/t/868452) 10 | 1. [请问大家, 有没有办法把 Python 的 dict, 存储到一段连续内存上](https://www.v2ex.com/t/868557) 11 | 1. [Mac 上有什么好玩的单机版游戏, 求推荐](https://www.v2ex.com/t/868511) 12 | 1. [想当逃兵了,有推荐的路子吗](https://www.v2ex.com/t/868509) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-07-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-27 23:08:23 +0800` 4 | 5 | 1. [你有什么收藏爱好吗](https://www.v2ex.com/t/868942) 6 | 1. [mac 转 windows 好难受,尤其是键盘,大家有什么好的解决方案吗?](https://www.v2ex.com/t/868956) 7 | 1. [机械革命 code01 新版出来了, 6800H,可以冲吗?](https://www.v2ex.com/t/868936) 8 | 1. [关于国内天气预报](https://www.v2ex.com/t/868944) 9 | 1. [要换手机了,有什么推荐的安卓手机](https://www.v2ex.com/t/869035) 10 | 1. [qq 音乐天天要登录,真是烦不胜烦](https://www.v2ex.com/t/868940) 11 | 1. [碳云过于离谱,直接删我 VPS,一点通知都没有](https://www.v2ex.com/t/868931) 12 | 1. [广州的 it 大佬们,你们现在是双休还是大小周?还是单休?](https://www.v2ex.com/t/868998) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-07-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-07-29 23:09:24 +0800` 4 | 5 | 1. [2022 年,还是谈险色变嘛?不过激,温和的聊一下](https://www.v2ex.com/t/869432) 6 | 1. [昨晚看了极客湾的 M2 详细测评,我发现对于无风扇轻薄本最好的散热,就是什么都不加。](https://www.v2ex.com/t/869378) 7 | 1. [该说不说 M1Pro 14' 是真的丑](https://www.v2ex.com/t/869418) 8 | 1. [大家来给域名估个价,准备在万网交易卖掉](https://www.v2ex.com/t/869449) 9 | 1. [花了一千块钱买了个 com.cn 域名,请问值得吗](https://www.v2ex.com/t/869437) 10 | 1. [想学习修电脑有什么途径吗?](https://www.v2ex.com/t/869396) 11 | 1. [问大家一个问题,我怎么处理好,求支招](https://www.v2ex.com/t/869451) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-08-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-08-07 23:07:05 +0800` 4 | 5 | 1. [慎用 iPhone 如果想真真切切保护隐私](https://www.v2ex.com/t/871239) 6 | 1. [文昭会员网站有朋友合租吗?](https://www.v2ex.com/t/871183) 7 | 1. [对于一个普通的办公人员,实在没理由停留在 x86 的 win 了](https://www.v2ex.com/t/871227) 8 | 1. [吐槽下,学会啥技术能涨工资?](https://www.v2ex.com/t/871201) 9 | 1. [临睡前收到了用户的一个差评](https://www.v2ex.com/t/871163) 10 | 1. [热水器是不是应该用前再开?](https://www.v2ex.com/t/871222) 11 | 1. [真诚蹲一个 IDEA 个人正版优惠购买机会](https://www.v2ex.com/t/871181) 12 | 1. [2022 年 8 月 选择哪家 打车 APP 呢?](https://www.v2ex.com/t/871196) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-08-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-08-12 23:08:55 +0800` 4 | 5 | 1. [有什么是你以为不需要,卖了之后又买回来的东西?](https://www.v2ex.com/t/872328) 6 | 1. [两个月大的宝宝傍晚喜欢盯着天花板看](https://www.v2ex.com/t/872317) 7 | 1. [uTools 剪切板插件成会员专享了](https://www.v2ex.com/t/872348) 8 | 1. [为什么小米要自己发明 USB 接口啊?](https://www.v2ex.com/t/872394) 9 | 1. [打羽毛球的大佬们](https://www.v2ex.com/t/872332) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-08-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-08-30 23:08:25 +0800` 4 | 5 | 1. [我又双叒叕来给大家送猕猴桃🥝来啦,分子集合](https://www.v2ex.com/t/876449) 6 | 1. [新人想问下怎么称呼老员工,王工,刘工,这样吗?](https://www.v2ex.com/t/876341) 7 | 1. [再也不想推荐电子产品了,心累](https://www.v2ex.com/t/876469) 8 | 1. [男生在喜欢的女生面前没有自信该怎么破局?-boys help boys 真实提问](https://www.v2ex.com/t/876436) 9 | 1. [自己的开源项目终于成了最流行的 Node.js Redis 库...](https://www.v2ex.com/t/876453) 10 | 1. [用“腾讯身份验证器”小程序替代“google 身份证验证器”](https://www.v2ex.com/t/876458) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-08-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-08-31 23:08:06 +0800` 4 | 5 | 1. [大家为了实现童年梦想都冲动消费过什么东西?](https://www.v2ex.com/t/876627) 6 | 1. [房子会写另一半的名字吗](https://www.v2ex.com/t/876628) 7 | 1. [为安全问题,早上公司热烈讨论](https://www.v2ex.com/t/876693) 8 | 1. [软著对大学生来说,有什么用吗?](https://www.v2ex.com/t/876662) 9 | 1. [公司是正常 5 天 8 小时的工作时间,但是老板每次开会都会洗脑要大家晚上和周末义务加班](https://www.v2ex.com/t/876619) 10 | 1. [五菱宏光 MINI EV [敞篷] 明天发售](https://www.v2ex.com/t/876638) 11 | 1. [iPhone 14 支持了卫星连接,那是不是表明这代 iPhone 天线和信号更好了](https://www.v2ex.com/t/876630) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-09-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-09-09 23:08:57 +0800` 4 | 5 | 1. [摸鱼迎中秋,有奖猜数字](https://www.v2ex.com/t/878872) 6 | 1. [最近每天都能收到招嫖短信……](https://www.v2ex.com/t/878831) 7 | 1. [v 友帮我看看 这种情况要不要出去](https://www.v2ex.com/t/878826) 8 | 1. [苹果官网确认国行 iPhone 14 硬件阉割卫星紧急 SOS](https://www.v2ex.com/t/878774) 9 | 1. [看 Apple 板块,都在讨论 iPhone ,没有人买 Watch 吗?](https://www.v2ex.com/t/878845) 10 | 1. [各种讨论 esim,我问一个问题:到底是不开放 esim 有错,还是去卡槽有错](https://www.v2ex.com/t/878855) 11 | 1. [你为什么喜欢做全栈程序员](https://www.v2ex.com/t/878881) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-09-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-09-24 23:08:11 +0800` 4 | 5 | 1. [大家用的最耐用的商品是什么?](https://www.v2ex.com/t/882563) 6 | 1. [怎么有这么恶心的人啊,太恶心了](https://www.v2ex.com/t/882570) 7 | 1. [跨网,不安装任何软件、服务,怎么传输文件呢?](https://www.v2ex.com/t/882592) 8 | 1. [求推荐一个平板, 2000 以内,考研用,之后不打算换了,长期用](https://www.v2ex.com/t/882585) 9 | 1. [如何解决爱睡觉的问题?有没有大佬和我一样的?](https://www.v2ex.com/t/882608) 10 | 1. [比较好奇大家时间都是怎么存数据库的](https://www.v2ex.com/t/882628) 11 | 1. [腾讯王卡,没退基础包的,现在可以尝试用这个方法退包了](https://www.v2ex.com/t/882588) 12 | 1. [有必要自己买台 MacBook 吗?](https://www.v2ex.com/t/882575) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-09-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-09-26 23:11:09 +0800` 4 | 5 | 1. [今年国庆能去哪玩呢?](https://www.v2ex.com/t/882929) 6 | 1. [工作五年的游戏后端不知道排序算法的复杂度正常吗?](https://www.v2ex.com/t/882982) 7 | 1. [聊一下国庆回家的事](https://www.v2ex.com/t/882952) 8 | 1. [有道云更新后不能导出全部笔记了,有啥别的全平台笔记软件推荐](https://www.v2ex.com/t/882884) 9 | 1. [东哥走了,京东也烂了](https://www.v2ex.com/t/883021) 10 | 1. [两年经验桌面运维求职,期望坐标上海,学历大专。](https://www.v2ex.com/t/882910) 11 | 1. [为什么 14:30 发售的高铁票,我准点进去一张都没看到呢, sad](https://www.v2ex.com/t/883026) 12 | 1. [win10 及以上的系统太流氓了吧](https://www.v2ex.com/t/882989) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-09-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-09-28 23:13:41 +0800` 4 | 5 | 1. [发现最近自己的酒瘾越来越厉害了](https://www.v2ex.com/t/883515) 6 | 1. [AirPods Pro 2 第一批拼多多百亿补贴,昨天到货,有点想退!](https://www.v2ex.com/t/883427) 7 | 1. [还未有对象的程序员大佬们,你们希望未来结婚对象是什么职业呢](https://www.v2ex.com/t/883455) 8 | 1. [到今天,还是买不到 14pro 系列,有没有软件?](https://www.v2ex.com/t/883453) 9 | 1. [我们从零到一做了一款平板二合一电脑](https://www.v2ex.com/t/883510) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-10-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-01 23:08:49 +0800` 4 | 5 | 1. [回顾一下我的七年,还有更好的路可以走吗?](https://www.v2ex.com/t/884228) 6 | 1. [请教关于函数式编程的优势](https://www.v2ex.com/t/884185) 7 | 1. [今天不会还有人在上班吧!](https://www.v2ex.com/t/884171) 8 | 1. [聊个平时日常做饭的话题](https://www.v2ex.com/t/884155) 9 | 1. [想通过 winrar 定期压缩一些文件,有没有除了自己 win7 自带的计划程序外的方法呢?](https://www.v2ex.com/t/884166) 10 | 1. [没买过香港的服务器 ,这个配置一年 150 元,贵吗?](https://www.v2ex.com/t/884221) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-10-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-02 23:09:03 +0800` 4 | 5 | 1. [2022 年你购入的最值的的物品 TOP 3 是什么?](https://www.v2ex.com/t/884360) 6 | 1. [记录一下自己安装移动专线的过程~](https://www.v2ex.com/t/884303) 7 | 1. [为什么没有外星飞行器达到地球呢?](https://www.v2ex.com/t/884378) 8 | 1. [就国内的风气和氛围,如果去干了一段时间别的工作,以后还回得来吗?](https://www.v2ex.com/t/884291) 9 | 1. [在这个美好的国庆,我被裁了。](https://www.v2ex.com/t/884316) 10 | 1. [预算 1.5K-3K,想给妈妈换个拍照摄像好一些的安卓机](https://www.v2ex.com/t/884324) 11 | 1. [sublime 代码提示会有很多没用的内容.](https://www.v2ex.com/t/884292) 12 | 1. [喝咖啡导致早醒怎么办?](https://www.v2ex.com/t/884319) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-10-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-08 23:08:36 +0800` 4 | 5 | 1. [纯吐槽, IOS 自带闹钟不能加入节假日功能吗](https://www.v2ex.com/t/885133) 6 | 1. [正确的指法应该成为职场人的基本要求吗?](https://www.v2ex.com/t/885230) 7 | 1. [每日恐婚贴,想问问结了婚的老哥们](https://www.v2ex.com/t/885297) 8 | 1. [当设计师学了前端……看看我这个博客什么水平](https://www.v2ex.com/t/885217) 9 | 1. [是不是大城市打工的衰老的特别快](https://www.v2ex.com/t/885126) 10 | 1. [24 岁非本专业大专准备自学转行前端,求劝退](https://www.v2ex.com/t/885109) 11 | 1. [小米手机的质量是不是越来越糟糕?](https://www.v2ex.com/t/885250) 12 | 1. [iPhone 14 Plus 到手了,说一下感受](https://www.v2ex.com/t/885122) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-10-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-09 23:10:06 +0800` 4 | 5 | 1. [国庆七天假期没睡觉!终于上线 iTelevision,现在分享给大家。感谢大家支持。](https://www.v2ex.com/t/885414) 6 | 1. [在临终关怀医院呆了 20 天,深知照顾老人的不容易](https://www.v2ex.com/t/885433) 7 | 1. [北京 120K USD VS 悉尼 220K AUD,润不润?](https://www.v2ex.com/t/885434) 8 | 1. [现在已经不用淘宝了](https://www.v2ex.com/t/885482) 9 | 1. [双十一优惠渠道来了](https://www.v2ex.com/t/885509) 10 | 1. [求助,我接下来半年或者一年应该怎么办](https://www.v2ex.com/t/885553) 11 | 12 | -------------------------------------------------------------------------------- /archives/2022-10-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-12 23:14:34 +0800` 4 | 5 | 1. [win11 把 ui 玩透了](https://www.v2ex.com/t/886216) 6 | 1. [分享一下最近一个星期的电车高速使用体验。](https://www.v2ex.com/t/886284) 7 | 1. [你是如何知道并开始使用这个网站的?](https://www.v2ex.com/t/886237) 8 | 1. [现在适合入坑哪个密码管理软件?](https://www.v2ex.com/t/886306) 9 | 1. [二房东不退押金,起诉对方由于没有对方身份证信息无法立案,去网上找人查身份信息又被骗了,接下来能怎么办?](https://www.v2ex.com/t/886378) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-10-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-13 23:11:25 +0800` 4 | 5 | 1. [买了房,瞬间一下子感觉有压力了](https://www.v2ex.com/t/886535) 6 | 1. [腾讯为什么不把 qq 邮箱好好整一下?](https://www.v2ex.com/t/886502) 7 | 1. [大家的 iPhone 手机壳用的是什么牌子的](https://www.v2ex.com/t/886614) 8 | 1. [网页怎样尽可能禁止用户复制图片地址?](https://www.v2ex.com/t/886546) 9 | 1. [14pro 续航扑街,是不是 cpu 有问题?](https://www.v2ex.com/t/886566) 10 | 1. [被电子监控抓拍超速,人脸模糊,这种情况下可以不扣分?](https://www.v2ex.com/t/886607) 11 | 1. [买 4k 显示器的注意了,尽量买 24 寸不要买 27 寸!完全是两个体验](https://www.v2ex.com/t/886674) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-10-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-18 23:12:18 +0800` 4 | 5 | 1. [第一次和女方父母见面就很不愉快](https://www.v2ex.com/t/887805) 6 | 1. [现在上海垃圾分类是怎么了?](https://www.v2ex.com/t/887732) 7 | 1. [iOS 多个 VPN 共存问题,如何解决?](https://www.v2ex.com/t/887702) 8 | 1. [想干程序员,几乎从零开始,求指点方向](https://www.v2ex.com/t/887658) 9 | 1. [2023 年码农进入哪个行业算是正确答案?](https://www.v2ex.com/t/887814) 10 | 1. [美国小鸡昨晚正常,今天已无法使用。](https://www.v2ex.com/t/887719) 11 | 1. [转行运维了,一个月工资税后二万五,房补 3 k,小公司,有生之年有可能落户上海吗](https://www.v2ex.com/t/887667) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-10-19.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-19 23:14:01 +0800` 4 | 5 | 1. [什么设计鬼才,什么电子垃圾](https://www.v2ex.com/t/887984) 6 | 1. [看最近 V 站上几个结婚帖子有感](https://www.v2ex.com/t/888031) 7 | 1. [apple tv 2022 款升级点汇总](https://www.v2ex.com/t/887948) 8 | 1. [2022 年了,买什么净水器比较好?](https://www.v2ex.com/t/887996) 9 | 1. [杭州有购房资格或者想投资的朋友么?](https://www.v2ex.com/t/888051) 10 | 1. [Type C 有无可能取消公母?](https://www.v2ex.com/t/888046) 11 | 1. [Apple TV 4K 出来了,有什么购买渠道?](https://www.v2ex.com/t/887994) 12 | 1. [用过很多笔记,最终回到了 obsidian](https://www.v2ex.com/t/888029) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-10-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-10-31 23:09:11 +0800` 4 | 5 | 1. [为什么汽车的油门不设计成“油门踩到底 === 急刹/松油门”?(周一摸鱼)](https://www.v2ex.com/t/891394) 6 | 1. [同志们,你们的 nas 硬盘噪音大吗](https://www.v2ex.com/t/891332) 7 | 1. [女朋友让我陪她去法国工作](https://www.v2ex.com/t/891341) 8 | 1. [尾款人,你们都买啥了啊?](https://www.v2ex.com/t/891486) 9 | 1. [你们会娶一穷二白的女生吗?](https://www.v2ex.com/t/891399) 10 | 1. [在 MAC 上使用的 SSH 客户端](https://www.v2ex.com/t/891314) 11 | 1. [你们闭上眼睛看到的是啥?。。](https://www.v2ex.com/t/891392) 12 | 1. [Python 的多层嵌套循环如何优化?](https://www.v2ex.com/t/891370) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-11-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-04 23:08:20 +0800` 4 | 5 | 1. [写了一个投胎模拟器](https://www.v2ex.com/t/892662) 6 | 1. [a4l 和 s60 怎么选?](https://www.v2ex.com/t/892533) 7 | 1. [15 万以内有面子的车](https://www.v2ex.com/t/892539) 8 | 1. [迫于明年想要二胎,如何发展~](https://www.v2ex.com/t/892537) 9 | 1. [用了 10 年的微信被炸了……](https://www.v2ex.com/t/892626) 10 | 1. [东哥走了,京东开始摆烂了](https://www.v2ex.com/t/892587) 11 | 1. [为了不被马斯克裁员,推特员工每周疯狂工作 84 小时...](https://www.v2ex.com/t/892604) 12 | 1. [中亚也可以买 ATV 了](https://www.v2ex.com/t/892707) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-11-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-11 23:09:38 +0800` 4 | 5 | 1. [纠结!计划小润,离开郑州,要选择哪个城市](https://www.v2ex.com/t/894413) 6 | 1. [今年的双十一感觉冷清很多](https://www.v2ex.com/t/894339) 7 | 1. [大佬们, mac 电脑笔记本进了一直蟑螂,今早看到的,这可怎么办啊?](https://www.v2ex.com/t/894331) 8 | 1. [关于利用借呗提前还完房贷的操作](https://www.v2ex.com/t/894456) 9 | 1. [这票房](https://www.v2ex.com/t/894352) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-11-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-26 23:06:43 +0800` 4 | 5 | 1. [想搞个设备,求推荐](https://www.v2ex.com/t/898042) 6 | 1. [垃圾 gmail 为什么加载的时候 特别慢 总是要等 3-5 秒 恶心死了 每次都是这样 有办法吗 大佬们 有没有办法让它像命令行那样 速度超快 同时又很方便使用 大佬们都是怎么快速 高速 超高速的查看处理邮件的呢](https://www.v2ex.com/t/898092) 7 | 1. [各位大佬对云游戏的前景都持什么看法](https://www.v2ex.com/t/898074) 8 | 1. [有没有觉得 3D 国漫看起来很难受](https://www.v2ex.com/t/897989) 9 | 1. [高层应该如何应对火灾?我们小区存在的消防隐患。](https://www.v2ex.com/t/898093) 10 | 11 | -------------------------------------------------------------------------------- /archives/2022-11-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-27 23:06:47 +0800` 4 | 5 | 1. [用筋膜枪给眼睛放松以后, 发现近视缓解了?](https://www.v2ex.com/t/898285) 6 | 7 | -------------------------------------------------------------------------------- /archives/2022-11-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-29 23:08:07 +0800` 4 | 5 | 1. [大家手机套餐用的是什么?哪个性价比较高](https://www.v2ex.com/t/898718) 6 | 1. [家用服务器选择](https://www.v2ex.com/t/898705) 7 | 1. [甲方要求提高服务器资源利用率,目前 cpu 和内存利用率都不达标](https://www.v2ex.com/t/898820) 8 | 9 | -------------------------------------------------------------------------------- /archives/2022-11-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-11-30 23:08:01 +0800` 4 | 5 | 1. [科目二挂了,草。](https://www.v2ex.com/t/899050) 6 | 1. [男, 26 岁,和初恋谈了 4 年多,有一些迷惑,老哥哥们能否指点迷津?](https://www.v2ex.com/t/899026) 7 | 1. [跟学长创业被开除](https://www.v2ex.com/t/899021) 8 | 1. [[个人作品] Focus 浏览器🚀一款小众的浏览器 APP[送码]](https://www.v2ex.com/t/899004) 9 | 1. [南方冬天用什么取暖啊](https://www.v2ex.com/t/899099) 10 | 1. [今天 28 了,三无人员的两难境地,躁动的心无处安放](https://www.v2ex.com/t/898993) 11 | 1. [想入手小米 13 了,兄弟萌给把把关](https://www.v2ex.com/t/899045) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-12-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-02 23:06:57 +0800` 4 | 5 | 1. [🍊🍊大家今年有吃云南褚橙(冰糖橙)吗?我来送给大家吃,回帖抽奖送福利😋🧺!](https://www.v2ex.com/t/899506) 6 | 1. [京东再也不是以前的那个京东了!](https://www.v2ex.com/t/899515) 7 | 1. [[限免]对不起,这个新密码我编不动了](https://www.v2ex.com/t/899512) 8 | 1. [He3: 开发者必备的万能工具箱](https://www.v2ex.com/t/899531) 9 | 1. [说下最近开车的两段经历](https://www.v2ex.com/t/899513) 10 | 1. [国外看病真的难吗?](https://www.v2ex.com/t/899579) 11 | 1. [个人养老金账户大家怎么看](https://www.v2ex.com/t/899600) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-12-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-05 23:07:34 +0800` 4 | 5 | 1. [OpenAI 推出超神 ChatGPT 注册攻略来了](https://www.v2ex.com/t/900126) 6 | 1. [2022 就要过去了, 各位怎么评价今年的自己?](https://www.v2ex.com/t/900169) 7 | 1. [常备药建议:个人/家庭应对奥密克戎物资清单](https://www.v2ex.com/t/900116) 8 | 1. [NAS 伴侣,电费不便宜,能省一点是一点吧](https://www.v2ex.com/t/900105) 9 | 1. [请问有没有办法在 V2EX 屏蔽 chatGPT 回复?](https://www.v2ex.com/t/900131) 10 | 1. [为什么我看到 chatGPT 的回复就恶心?](https://www.v2ex.com/t/900177) 11 | 1. [怎么看因放开都在屯感冒药](https://www.v2ex.com/t/900111) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-12-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-13 23:08:11 +0800` 4 | 5 | 1. [一个哭笑不得的问题,如何从无症状变成确诊?](https://www.v2ex.com/t/902098) 6 | 1. [光猫改桥接,还有啥必要?](https://www.v2ex.com/t/902139) 7 | 1. [如何看待《三体》里的黑暗森林法则?](https://www.v2ex.com/t/902223) 8 | 1. [你是凭实力单身的吗?](https://www.v2ex.com/t/902205) 9 | 1. [我发现老罗的遗产:锤子便签 没有非常合适的平替](https://www.v2ex.com/t/902111) 10 | 1. [谷歌拒绝修改香港国歌的搜索结果](https://www.v2ex.com/t/902166) 11 | 1. [pdd(买药)一直不发货](https://www.v2ex.com/t/902138) 12 | 1. [为什么程序员如此喜欢猫咪?](https://www.v2ex.com/t/902270) 13 | 14 | -------------------------------------------------------------------------------- /archives/2022-12-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-14 23:07:09 +0800` 4 | 5 | 1. [好奇大家吃饭时看什么下饭?](https://www.v2ex.com/t/902356) 6 | 1. [除了中英,你的三外是什么?](https://www.v2ex.com/t/902376) 7 | 1. [有没有一款游戏,是你刚接触电子游戏到现在一直在玩的,或者是始终存在电脑里没卸载偶尔会打开的?](https://www.v2ex.com/t/902456) 8 | 1. [有哪些你看了三遍以上的电影?](https://www.v2ex.com/t/902525) 9 | 1. [你说说,生孩子干嘛啊](https://www.v2ex.com/t/902375) 10 | 1. [利用催眠技巧绕开 OpenAI 的内容政策限制(仅供研究使用)](https://www.v2ex.com/t/902377) 11 | 1. [阳了 一直在发烧 这根本不是什么大感冒](https://www.v2ex.com/t/902430) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-12-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-18 23:05:57 +0800` 4 | 5 | 1. [过去的 30 分钟到现在,阿里云 HK 的 C 区机器全部停摆](https://www.v2ex.com/t/903260) 6 | 1. [发烧第二天,现在都还是 38 度,问下大家吃什么退烧药。](https://www.v2ex.com/t/903273) 7 | 1. [别看阿里云 HK 已经挂了三个小时了,人家的 Status 页面可是一切正常的哦~](https://www.v2ex.com/t/903298) 8 | 1. [全家 5 口都阳了,包括孩子,坐标北京,大家有啥问题可以问了](https://www.v2ex.com/t/903293) 9 | 1. [小米电磁炉旋钮上存在故意的设计缺陷](https://www.v2ex.com/t/903249) 10 | 1. [什么症状是重症?出现什么症状要打 120?独居](https://www.v2ex.com/t/903277) 11 | 1. [为什么太坊这种几千亿市值的项目,居然连断电保护都做不好?](https://www.v2ex.com/t/903240) 12 | 13 | -------------------------------------------------------------------------------- /archives/2022-12-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2022-12-26 23:06:57 +0800` 4 | 5 | 1. [已经杨康的朋友一起来交流下现在感受(后遗症)?](https://www.v2ex.com/t/904687) 6 | 1. [统计一下:过敏性鼻炎的人,真的不容易新冠阳性吗?](https://www.v2ex.com/t/904695) 7 | 1. [高烧时一直循环做一个梦,你们有没有](https://www.v2ex.com/t/904661) 8 | 1. [还有没有依旧阴着的,可能凤毛麟角了](https://www.v2ex.com/t/904717) 9 | 1. [我妈和我老婆都分别阳了 8 天和 4 天了,我和我儿子还没事,是怎么回事?](https://www.v2ex.com/t/904670) 10 | 1. [擤鼻涕次数太多, 卫生纸碰到鼻子就疼, 你们都怎么解决的?](https://www.v2ex.com/t/904731) 11 | 1. [关于放开的时机,我的猜想](https://www.v2ex.com/t/904790) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-02-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-02-02 23:07:13 +0800` 4 | 5 | 1. [说起来可能你们不信,我每天下班后,都会把代码同步到小米手机上。](https://www.v2ex.com/t/912414) 6 | 1. [关于提前还房贷](https://www.v2ex.com/t/912480) 7 | 1. [为什么写代码的高大上工作人们都称呼“码农”,而演电视电影的都称呼“某某老师”?](https://www.v2ex.com/t/912435) 8 | 1. [勿操作导致微信被删,存了近 10 年的聊天记录全都没有了,还有恢复可能吗?](https://www.v2ex.com/t/912578) 9 | 1. [问了相亲对象“家里房子有吗? 18.8w 的彩礼走个流程 有准备吗?年入有 30w 吗” ,很下头吗?](https://www.v2ex.com/t/912450) 10 | 1. [春节档电影个人排名:无名>满江红>流浪地球 2](https://www.v2ex.com/t/912468) 11 | 1. [电动牙刷怎么选](https://www.v2ex.com/t/912484) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-02-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-02-27 23:07:52 +0800` 4 | 5 | 1. [在 V 混了好几年了,说来惭愧,怎么在 append 附言里面放图啊](https://www.v2ex.com/t/919387) 6 | 1. [看上了公司同组的妹纸](https://www.v2ex.com/t/919473) 7 | 1. [人没有压力是不会进步的,我的触底反弹必定能让你保持乐观心态,到达彼岸](https://www.v2ex.com/t/919381) 8 | 1. [你有几张信用卡? 使用频率怎样和你认为值得吗?](https://www.v2ex.com/t/919439) 9 | 1. [服务器只有 2 核 2G,需要部署一个个人网站,怎么尽可能的减少内存占用?](https://www.v2ex.com/t/919453) 10 | 1. [用 iPad 的码农朋友们都用来做什么?](https://www.v2ex.com/t/919408) 11 | 1. [脚踩两只船,突然感觉压力硕大无比](https://www.v2ex.com/t/919496) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-03-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-03-03 23:07:49 +0800` 4 | 5 | 1. [有用 27 寸显示器的同学吗,都是啥牌子的?](https://www.v2ex.com/t/920719) 6 | 1. [邻居烦人的 wifi 名字怎么办](https://www.v2ex.com/t/920715) 7 | 1. [马上 38 了,准备给母上更新一下手机,求推荐](https://www.v2ex.com/t/920702) 8 | 1. [现阶段,相比 Windows, mac 系统的优势有哪些?](https://www.v2ex.com/t/920796) 9 | 1. [情感大师们进。。](https://www.v2ex.com/t/920725) 10 | 1. [当今社会的感悟大家来讨论](https://www.v2ex.com/t/920670) 11 | 1. [Mac Everything [文件搜索工具] 已上架 App store,支持买断和离线使用](https://www.v2ex.com/t/920712) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-03-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-03-17 23:07:23 +0800` 4 | 5 | 1. [送 50 张千次对话卡密](https://www.v2ex.com/t/924713) 6 | 1. [这波 AI 浪潮可以助推四天工作制甚至三天工作制吗?](https://www.v2ex.com/t/924810) 7 | 1. [每次用 ApplePay 刷地铁都让我神经紧绷](https://www.v2ex.com/t/924739) 8 | 1. [长江存储真的靠谱吗](https://www.v2ex.com/t/924773) 9 | 1. [我哥问我借钱买房,我拒绝了](https://www.v2ex.com/t/924735) 10 | 1. [跳与不跳的纠结](https://www.v2ex.com/t/924777) 11 | 1. [讨论下科学冲浪的方式](https://www.v2ex.com/t/924791) 12 | 1. [一个生产力高度发达的社会,人的价值是什么?](https://www.v2ex.com/t/924892) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-03-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-03-23 23:07:39 +0800` 4 | 5 | 1. [编程随想终究还是被抓了](https://www.v2ex.com/t/926477) 6 | 1. [地铁上被猥亵](https://www.v2ex.com/t/926377) 7 | 1. [各位大佬,咨询下现在是买房的时候吗](https://www.v2ex.com/t/926397) 8 | 1. [为什么 π 会比 3.2 大?](https://www.v2ex.com/t/926432) 9 | 1. [送 30 张千次对话卡密](https://www.v2ex.com/t/926423) 10 | 1. [求推荐去屑洗发水](https://www.v2ex.com/t/926425) 11 | 1. [最近的风潮就是想用服务先排队](https://www.v2ex.com/t/926430) 12 | 1. [四年前端简历求指导求捞](https://www.v2ex.com/t/926406) 13 | 1. [家庭现有一百万存款,请问应该怎么投资利益最大化?](https://www.v2ex.com/t/926512) 14 | 15 | -------------------------------------------------------------------------------- /archives/2023-03-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-03-26 23:06:17 +0800` 4 | 5 | 1. [ChatGPT、new Bing 的网络封锁越来越严格了,还怎么用?](https://www.v2ex.com/t/927207) 6 | 1. [为什么马上四月了,坐地铁还要戴口罩](https://www.v2ex.com/t/927226) 7 | 1. [打算组装一台无核显的 13 代机器用于编程,目前卡在亮机卡的选择上,求推荐](https://www.v2ex.com/t/927251) 8 | 1. [日语学习](https://www.v2ex.com/t/927221) 9 | 1. [关于“想投奔亲戚,去寻一份差使”的困境。](https://www.v2ex.com/t/927252) 10 | 1. [我要把游戏宽带退了](https://www.v2ex.com/t/927210) 11 | 1. [这以后哪还需要看啥网上的美女 AI 随便生成](https://www.v2ex.com/t/927232) 12 | 1. [朋友二手 mbp 1w4 卖我价格合适不?](https://www.v2ex.com/t/927233) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-03-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-03-28 23:07:32 +0800` 4 | 5 | 1. [GPT4 上线,送 30 张 199 次对话卡密](https://www.v2ex.com/t/927773) 6 | 1. [建一个上海摆摊群,社交为主赚钱其次(因为有工作),大家可以随便聊聊](https://www.v2ex.com/t/927761) 7 | 1. [拼夕夕百亿补贴翻车](https://www.v2ex.com/t/927771) 8 | 1. [卡巴斯基确认拼多多 APP 的中国版本中存在恶意代码](https://www.v2ex.com/t/927716) 9 | 1. [连续加班一个多月后,反思一下为啥国内程序员加班这么多](https://www.v2ex.com/t/927862) 10 | 1. [自动驾驶汽车还有多远🚗](https://www.v2ex.com/t/927737) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-04-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-04-13 23:07:28 +0800` 4 | 5 | 1. [macOS 真是中看不中用,求反驳](https://www.v2ex.com/t/932092) 6 | 1. [待业中的老婆怀孕了](https://www.v2ex.com/t/932114) 7 | 1. [程序员鼠标求推荐](https://www.v2ex.com/t/932112) 8 | 1. [现在国内资金出去实在是困难重重](https://www.v2ex.com/t/932155) 9 | 1. [有没有大佬出域名的?](https://www.v2ex.com/t/932165) 10 | 1. [作为程序猿居然投域名,亏到姥姥家了](https://www.v2ex.com/t/932122) 11 | 1. [New York City, early April 2023](https://www.v2ex.com/t/932113) 12 | 1. [免费送 50 万中文字符的 GPT-3.5 支持 GPT-4](https://www.v2ex.com/t/932200) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-04-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-04-22 23:05:54 +0800` 4 | 5 | 1. [想润日本的朋友们:好消息来了](https://www.v2ex.com/t/934569) 6 | 1. [想请教 windows 上如何阅读 epub?](https://www.v2ex.com/t/934493) 7 | 1. [淄博烧烤真的很好吃吗?](https://www.v2ex.com/t/934469) 8 | 1. [把家用文件服务器开放到公网,有什么手段可以避免被攻击?](https://www.v2ex.com/t/934526) 9 | 1. [世界上又多了一个米黑](https://www.v2ex.com/t/934589) 10 | 1. [在天猫超市买的牛奶喝了胃疼该怎么办呀?](https://www.v2ex.com/t/934498) 11 | 1. [人生的可能性与稳定性,你更愿意选哪个?](https://www.v2ex.com/t/934511) 12 | 1. [想建一个 AI 讨论微信群](https://www.v2ex.com/t/934516) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-04-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-04-26 23:07:07 +0800` 4 | 5 | 1. [电车真的是 iPhone ,油车是诺基亚?](https://www.v2ex.com/t/935540) 6 | 1. [看到个网友分享城市里骨灰的费用及安葬方式](https://www.v2ex.com/t/935519) 7 | 1. [想从成都润来深圳,求生活工作租房建议](https://www.v2ex.com/t/935543) 8 | 1. [求推荐 pdf 阅读器](https://www.v2ex.com/t/935512) 9 | 1. [接听陌生号码,先不要出声](https://www.v2ex.com/t/935576) 10 | 1. [和 mac 相比,为什么 win 系统的笔记本触控板面积这么小](https://www.v2ex.com/t/935515) 11 | 1. [五一怎么过,说说看,找点灵感](https://www.v2ex.com/t/935560) 12 | 1. [24 届实习,求问联想 Java 开发和奇安信 Go 开发选哪个?](https://www.v2ex.com/t/935603) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-04-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-04-28 23:06:53 +0800` 4 | 5 | 1. [感觉被侮辱了,但又感觉是事实](https://www.v2ex.com/t/936199) 6 | 1. [Edge 强奸用户的新姿势](https://www.v2ex.com/t/936115) 7 | 1. [色盲悖论真的是无解吗?](https://www.v2ex.com/t/936217) 8 | 1. [无心上班,有一样的兄弟么](https://www.v2ex.com/t/936128) 9 | 1. [这是一个公益图床推广贴](https://www.v2ex.com/t/936072) 10 | 1. [局域网内传输文件最快的方案或软件是什么?](https://www.v2ex.com/t/936118) 11 | 1. [卷起来了,看 V2EX Polish 又推广,俺也再次推荐一下我的油猴脚本: V2EX - 超级增强](https://www.v2ex.com/t/936203) 12 | 1. [中简社区是整体没落了,还是个例?](https://www.v2ex.com/t/936268) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-04-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-04-29 23:05:58 +0800` 4 | 5 | 1. [想问问为什么目前国内的电视剧主题似乎只局限在情情爱爱这方面](https://www.v2ex.com/t/936372) 6 | 1. [为啥公网环境这么恶劣?一放开端口必中病毒](https://www.v2ex.com/t/936373) 7 | 1. [有没有人在梦里能清醒的意识到自己在做梦](https://www.v2ex.com/t/936361) 8 | 1. [为什么现在的维修工价格这么高?](https://www.v2ex.com/t/936480) 9 | 1. [重装系统 Win 后如何快速批量安装软件?](https://www.v2ex.com/t/936376) 10 | 1. [寻找 steam 多人游戏推荐](https://www.v2ex.com/t/936413) 11 | 1. [这几天假期有什么新鲜玩意玩玩呢, 程序, 框架等等](https://www.v2ex.com/t/936379) 12 | 1. [最近这种垃圾短信为什么这么多?](https://www.v2ex.com/t/936391) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-06 23:05:32 +0800` 4 | 5 | 1. [亲戚要我帮他背 20 万贷款](https://www.v2ex.com/t/937735) 6 | 1. [兄弟们,控制不住买车的欲望,求打醒](https://www.v2ex.com/t/937813) 7 | 1. [1 万块钱怎么快乐起来?](https://www.v2ex.com/t/937776) 8 | 1. [减肥真的太痛苦了,特别是晚上,饿的能吃一头牛 🐂](https://www.v2ex.com/t/937747) 9 | 1. [跟朋友合伙弄了个私人加油站,想走线上电子钱包不用实体的加油卡,有没有路子?](https://www.v2ex.com/t/937737) 10 | 1. [金蝶 ERM 是一坨大粪还是我是大粪。](https://www.v2ex.com/t/937894) 11 | 1. [喜闻乐见之选车环节](https://www.v2ex.com/t/937778) 12 | 1. [来海南工作一个月,聊一聊这的工作和生活](https://www.v2ex.com/t/937745) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-09 23:07:05 +0800` 4 | 5 | 1. [马斯克:奇葩地方,工资嫌高,产品不准降价](https://www.v2ex.com/t/938506) 6 | 1. [有没有一起执行非必要不消费的人](https://www.v2ex.com/t/938467) 7 | 1. [真的没有"永远都在"吗,我好难过啊,为什么就不能永远都在](https://www.v2ex.com/t/938493) 8 | 1. [大家是真的想在一线城市生活吗?](https://www.v2ex.com/t/938535) 9 | 1. [求推荐一个滚轮不会出问题的鼠标](https://www.v2ex.com/t/938554) 10 | 1. [关于“性”我想说的](https://www.v2ex.com/t/938436) 11 | 1. [黑客反反复复入侵](https://www.v2ex.com/t/938497) 12 | 1. [2023 年独立开发者这条路还能走下去吗](https://www.v2ex.com/t/938565) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-10 23:06:27 +0800` 4 | 5 | 1. [真心发问,以下哪种人能走的更远?](https://www.v2ex.com/t/938825) 6 | 1. [人生迷茫期,来一盏明灯。](https://www.v2ex.com/t/938829) 7 | 1. [双系统如何做一个物理开关](https://www.v2ex.com/t/938775) 8 | 1. [如何改变父母一辈人从骨子里的深刻认知,即去医院就是得花很多钱,不到万不得已就不去医院看病?](https://www.v2ex.com/t/938795) 9 | 1. [网贷真的有点可怕啊......](https://www.v2ex.com/t/938893) 10 | 11 | -------------------------------------------------------------------------------- /archives/2023-05-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-12 23:06:40 +0800` 4 | 5 | 1. [大家喝什么咖啡推荐](https://www.v2ex.com/t/939378) 6 | 1. [想买车,大家帮忙分析下要不要买](https://www.v2ex.com/t/939404) 7 | 1. [你的终端管理软件是什么?](https://www.v2ex.com/t/939408) 8 | 1. [不开车的话,你使用高德地图还是百度地图?](https://www.v2ex.com/t/939401) 9 | 1. [这是我开发的编程语言 nature](https://www.v2ex.com/t/939430) 10 | 1. [看了《2023 年了,我觉得 iPhone 比安卓难用很多》之后,想问各位用 iPhone 并且觉得体验很好的朋友说一下为什么](https://www.v2ex.com/t/939521) 11 | 1. [v2ex plus 用户们,你们知道你们的浏览器被用来跑分布式爬虫了吗](https://www.v2ex.com/t/939486) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-05-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-17 23:06:49 +0800` 4 | 5 | 1. [矫情一下,被体制内的高中同学针对了,其他朋友都在看戏,该怎么办呢?](https://www.v2ex.com/t/940625) 6 | 1. [关于买房结婚有个问题](https://www.v2ex.com/t/940556) 7 | 1. [作为程序员,有什么提升生活/工作体验的 App、硬件、服务?](https://www.v2ex.com/t/940584) 8 | 1. [联通要给停网](https://www.v2ex.com/t/940596) 9 | 1. [除了接私活,还有什么副业增加额外收入](https://www.v2ex.com/t/940645) 10 | 1. [该忍还是润](https://www.v2ex.com/t/940576) 11 | 1. [真心帮妹妹征婚,非诚勿扰](https://www.v2ex.com/t/940614) 12 | 1. [这种炫酷的前端是怎么实现的呢](https://www.v2ex.com/t/940640) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-19.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-19 23:06:43 +0800` 4 | 5 | 1. [艹,垃圾小米是不是存在系统级别监听啊](https://www.v2ex.com/t/941185) 6 | 1. [ChatGPT 出官方 ios 应用了](https://www.v2ex.com/t/941145) 7 | 1. [科目三挂了 挂在了很煞笔的地方](https://www.v2ex.com/t/941203) 8 | 1. [这个插件真是太好用了:沉浸式翻译](https://www.v2ex.com/t/941217) 9 | 1. [求助一个可行的隔音方案](https://www.v2ex.com/t/941237) 10 | 1. [iPhone 要不要更新 IOS16 呢](https://www.v2ex.com/t/941238) 11 | 1. [ChatGPT 已上架美区 App Store (GPT Plus 可以走 App Store 订阅 不用再用外币卡了)](https://www.v2ex.com/t/941149) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-05-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-24 23:06:49 +0800` 4 | 5 | 1. [关于是否是下嫁的问题?](https://www.v2ex.com/t/942489) 6 | 1. [618 期间开通京东 plus 仅需要 39 元](https://www.v2ex.com/t/942454) 7 | 1. [公司让我提前滚蛋了](https://www.v2ex.com/t/942502) 8 | 1. [最近裁员有感:互联网行业的待遇来源](https://www.v2ex.com/t/942555) 9 | 1. [没想到我居然被电信诈骗了,花钱买教训。](https://www.v2ex.com/t/942642) 10 | 1. [一点烦心事,心里特别膈应。](https://www.v2ex.com/t/942472) 11 | 1. [618 想买投影仪,大神能帮我分析推荐下吗?我小白](https://www.v2ex.com/t/942482) 12 | 1. [求一个跟女朋友分享照片的软件](https://www.v2ex.com/t/942572) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-28 23:06:07 +0800` 4 | 5 | 1. [衰退还会持续多少?](https://www.v2ex.com/t/943546) 6 | 1. [如何看待同事在办公室剪指甲](https://www.v2ex.com/t/943544) 7 | 1. [协和没有慢性疲劳综合症的相关研究。](https://www.v2ex.com/t/943519) 8 | 1. [你会用一杯奶茶换一个月不洗袜子嘛?](https://www.v2ex.com/t/943640) 9 | 1. [iPhone12 换到 13mini 是好的选择吗](https://www.v2ex.com/t/943558) 10 | 1. [Gmail 满了,但总觉得买 Google One 容量特别亏。。大家看看我想的对不对。。](https://www.v2ex.com/t/943560) 11 | 1. [想让老哥们指导下简历,一周了一个面试机会也没有](https://www.v2ex.com/t/943574) 12 | 1. [住了高楼后 发现没素质的人是真多](https://www.v2ex.com/t/943633) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-05-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-05-30 23:06:33 +0800` 4 | 5 | 1. [挣钱是为了什么?感觉没有冲劲](https://www.v2ex.com/t/944086) 6 | 1. [既不是房奴 也不是卡奴 也不是车奴后 有点不想活了怎么办?](https://www.v2ex.com/t/944264) 7 | 1. [不明白为什么要用虚拟卡开 chatgpt](https://www.v2ex.com/t/944112) 8 | 1. [献丑放一个自己的博客](https://www.v2ex.com/t/944068) 9 | 1. [又一个自研"国产芯片"问世](https://www.v2ex.com/t/944078) 10 | 1. [在校大学生,想办一张 visa,有什么推荐吗,之前网上申请过农行的被拒绝了。](https://www.v2ex.com/t/944180) 11 | 1. [移动宽带在整治爱奇艺与迅雷?](https://www.v2ex.com/t/944089) 12 | 1. [观《我在北邮被偷喜茶后的 161 个小时》后有感](https://www.v2ex.com/t/944085) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-06-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-06-12 23:06:52 +0800` 4 | 5 | 1. [家里的弟弟刚高考完,关于专业的选择求助](https://www.v2ex.com/t/947894) 6 | 1. [今天见到一个新词,我觉得造的挺好](https://www.v2ex.com/t/947882) 7 | 1. [完全物理隔离移动设备跟手机卡方案](https://www.v2ex.com/t/947901) 8 | 1. [最近想从 Macbook 切换到 Windows 笔记本,有啥坑吗](https://www.v2ex.com/t/947911) 9 | 1. [毕业旅行和女朋友去新疆,跟小团游有什么注意事项?](https://www.v2ex.com/t/947942) 10 | 1. [35+被裁本质上是轮流上岗](https://www.v2ex.com/t/947859) 11 | 1. [上海买老房子还值吗](https://www.v2ex.com/t/947907) 12 | 1. [求助!楼上的住户总是关我家水表阀门](https://www.v2ex.com/t/947926) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-06-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-06-24 23:07:05 +0800` 4 | 5 | 1. [新加坡华侨银行可以直接国内开户,过程简单,只需几分钟就可以有](https://www.v2ex.com/t/951126) 6 | 1. [现在这个情况,是否考虑考编制?](https://www.v2ex.com/t/951172) 7 | 1. [开空调冷,不开又热。怎么解?](https://www.v2ex.com/t/951231) 8 | 1. [瓦格纳 [造反] ,有关注过的 V 友说一说情况](https://www.v2ex.com/t/951276) 9 | 1. [哔哩哔哩大会员, 108 元=366 天+173 天](https://www.v2ex.com/t/951140) 10 | 1. [我家门上老是被贴广告](https://www.v2ex.com/t/951137) 11 | 1. [老婆非常鸡娃,每天家里整的鸡飞狗跳怎么搞](https://www.v2ex.com/t/951211) 12 | 1. [原来谈恋爱都能骑驴找马](https://www.v2ex.com/t/951136) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-06-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-06-27 23:07:45 +0800` 4 | 5 | 1. [办公室有点阴间温度。绝了](https://www.v2ex.com/t/952044) 6 | 1. [本来考虑换改善房的](https://www.v2ex.com/t/951938) 7 | 1. [苹果真的变态!](https://www.v2ex.com/t/951989) 8 | 1. [小城市,想卖房还房贷](https://www.v2ex.com/t/951967) 9 | 1. [2023 年安卓手机讨论](https://www.v2ex.com/t/952026) 10 | 1. [回忆一下我开发的粤语编程语言](https://www.v2ex.com/t/951971) 11 | 1. [早上看到的一条新闻有感:被强制送到精神病院怎么证明自己没病?](https://www.v2ex.com/t/951983) 12 | 1. [想请教一下各位大佬,你们的 C/C++ Linux 开发环境是什么样的?](https://www.v2ex.com/t/951941) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-07-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-07-25 23:07:08 +0800` 4 | 5 | 1. [所以你们都是怎么听歌的](https://www.v2ex.com/t/959420) 6 | 1. [交出你们正在用的移动套餐,大家用的都是什么?](https://www.v2ex.com/t/959467) 7 | 1. [迫于贫穷想创业,大帮忙看我一下我这门生意](https://www.v2ex.com/t/959572) 8 | 1. [不吃早饭会影响健康吗](https://www.v2ex.com/t/959471) 9 | 1. [安全 QA 说只允许 POST/GET 请求,其它的都不安全?](https://www.v2ex.com/t/959602) 10 | 1. [说说你们以前的班长现在都在干嘛?](https://www.v2ex.com/t/959483) 11 | 1. [2023 年大家手头闲置小额资金(几万~几十万)除了躺银行,余额宝之类外,还有其它增加额外收益的方式吗?](https://www.v2ex.com/t/959473) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-07-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-07-26 23:06:46 +0800` 4 | 5 | 1. [90 后是不是玩不动游戏了?](https://www.v2ex.com/t/959778) 6 | 1. [新房 2 月份装修好,散了五个月甲醛了,现在可以入住了么?](https://www.v2ex.com/t/959773) 7 | 1. [一个人做低代码平台,还有机会吗?](https://www.v2ex.com/t/959868) 8 | 1. [你不止活一世](https://www.v2ex.com/t/959747) 9 | 1. [Telegram 是如何做到十几个万人群还是如此流畅的?](https://www.v2ex.com/t/959739) 10 | 1. [特斯拉为啥卖的这么好?](https://www.v2ex.com/t/959951) 11 | 1. [2023 年了,你还在学 Nginx 吗](https://www.v2ex.com/t/959994) 12 | 1. [油车自驾车队里的纯电车](https://www.v2ex.com/t/959740) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-07-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-07-27 23:06:46 +0800` 4 | 5 | 1. [9.9 元, WIFI+BLE,复古钨丝灯,摔不烂](https://www.v2ex.com/t/960099) 6 | 1. [成年人每天 5-6 个小时的睡眠时间足够么](https://www.v2ex.com/t/960074) 7 | 1. [公司快撑不住了,倒闭能有补偿吗](https://www.v2ex.com/t/960095) 8 | 1. [准备买宋 prodmi 冠军版, 新车验车得咋验啊](https://www.v2ex.com/t/960087) 9 | 1. [网站上线后访问的人很少怎么破?](https://www.v2ex.com/t/960244) 10 | 1. [iPad 使用场景有哪些](https://www.v2ex.com/t/960100) 11 | 1. [看到群里有个支付商被抓了。转述一下](https://www.v2ex.com/t/960078) 12 | 1. [钓鱼网站,又复活了](https://www.v2ex.com/t/960178) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-07-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-07-30 23:05:35 +0800` 4 | 5 | 1. [润了,压力依旧](https://www.v2ex.com/t/960891) 6 | 1. [妹妹今年考上大学,我准备送台 win 笔记本电脑给她,有没有推荐的品牌型号](https://www.v2ex.com/t/960951) 7 | 1. [win10 利用再生龙克隆 nvme 磁盘到磁盘克隆后无法启动](https://www.v2ex.com/t/960888) 8 | 1. [这是什么新的骗术套路?](https://www.v2ex.com/t/960909) 9 | 1. [写一写最近使用爱回收的经历](https://www.v2ex.com/t/960987) 10 | 1. [连续写代码三小时左右就感觉很累,正常吗?](https://www.v2ex.com/t/960969) 11 | 1. [请问年租金收益在 10%的商铺值得投资吗?](https://www.v2ex.com/t/960972) 12 | 1. [自研邮件服务-PMail](https://www.v2ex.com/t/960934) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-08-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-10 23:07:15 +0800` 4 | 5 | 1. [冷战了,该怎么办?](https://www.v2ex.com/t/963959) 6 | 1. [关于 APP 备案,大家可以去国务院举报](https://www.v2ex.com/t/964007) 7 | 1. [HarmonyOS NEXT 不支持 Android 了,那么 Android 开发者是不是要新学习一门技术了](https://www.v2ex.com/t/963995) 8 | 1. [撑过今年,明年应该会好起来](https://www.v2ex.com/t/963963) 9 | 1. [长期睡眠不足影响到底有多大?](https://www.v2ex.com/t/963976) 10 | 1. [1.v2ex 可以私信吗 2.困惑很久的一个法律问题](https://www.v2ex.com/t/963939) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-08-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-14 23:06:29 +0800` 4 | 5 | 1. [来说说自己讨厌的游戏类型。我讨厌回合制!](https://www.v2ex.com/t/965044) 6 | 1. [昨天去了趟北京儿研所,坚定了我不要二胎的决心](https://www.v2ex.com/t/965057) 7 | 1. [求助:关于我买了一个 27.9 的除螨体验服务被套路两万的事情](https://www.v2ex.com/t/965047) 8 | 1. [请教大家一个问题,女生,有备孕打算,但是目前正在找工作,入职体检不想照 X 光怎么办,可以直接说不想做吗,怕被问理由的时候不好说](https://www.v2ex.com/t/965046) 9 | 1. [各位,你们的副业做了多久做起来/放弃?](https://www.v2ex.com/t/965016) 10 | 1. [深圳的医疗,大病不要看,小病不用看](https://www.v2ex.com/t/965084) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-08-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-15 23:06:21 +0800` 4 | 5 | 1. [[抽奖] [优惠] 评论送六台 HomeKit +CozyLife 双平台 五路球泡灯,包邮 25](https://www.v2ex.com/t/965474) 6 | 1. [吾有一计,不知当讲否](https://www.v2ex.com/t/965456) 7 | 1. [以前的 mac 质量更好,大家怎么看](https://www.v2ex.com/t/965348) 8 | 1. [如何看待 8 月起全国青年人等分年龄段的城镇调查失业率将暂停发布](https://www.v2ex.com/t/965379) 9 | 1. [DingDing 是否对企业开启了什么特殊通道](https://www.v2ex.com/t/965340) 10 | 11 | -------------------------------------------------------------------------------- /archives/2023-08-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-16 23:06:29 +0800` 4 | 5 | 1. [极氪 001、modelY、蔚来 ET5T 三选一求意见](https://www.v2ex.com/t/965717) 6 | 1. [关于青年失业率,我说下我能看到的身边人](https://www.v2ex.com/t/965688) 7 | 1. [iPhone 14Pro 发布一年了,你们的续航怎么样?](https://www.v2ex.com/t/965642) 8 | 1. [我说我怎么经常接到「京东」的「骚扰电话」😅](https://www.v2ex.com/t/965667) 9 | 1. [我们现在是不是应该买 NAS 当仓鼠,以防断网](https://www.v2ex.com/t/965652) 10 | 1. [你们城市坐地铁会被人工安检和测水吗](https://www.v2ex.com/t/965751) 11 | 1. [Spring 启动时长优化是否有必要](https://www.v2ex.com/t/965669) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-08-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-22 23:06:25 +0800` 4 | 5 | 1. [《黑神话·悟空》这游戏好在哪,惊艳点在哪?为什么那么多人吹捧](https://www.v2ex.com/t/967249) 6 | 1. [看电影《孤注一掷》,各位老哥分享一下,你有经过被诈骗的经历嘛](https://www.v2ex.com/t/967294) 7 | 1. [大家是怎么说服自己和老婆要孩子的?](https://www.v2ex.com/t/967266) 8 | 1. [发一个 A 股哀嚎贴](https://www.v2ex.com/t/967309) 9 | 1. [没房可以相亲吗](https://www.v2ex.com/t/967296) 10 | 1. [七夕,老婆问要什么键盘,大家有什么推荐](https://www.v2ex.com/t/967319) 11 | 1. [今天晚上表白,但是好迷茫。](https://www.v2ex.com/t/967329) 12 | 1. [有哪些国产 App 你觉得做的非常好,且值得推荐](https://www.v2ex.com/t/967401) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-08-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-28 23:06:48 +0800` 4 | 5 | 1. [有没有炒股的,怎么看待这一次的大利好?](https://www.v2ex.com/t/968740) 6 | 1. [缺少右 Ctrl 键的键盘是给谁用的?](https://www.v2ex.com/t/968801) 7 | 1. [gitee 账号突然被封,站内有贵公司的人吗,愿付费解决](https://www.v2ex.com/t/968826) 8 | 1. [之前含泪买入,终于见到希望了](https://www.v2ex.com/t/968738) 9 | 1. [近视眼,请问蔡司镜片到底值不值得买?](https://www.v2ex.com/t/968798) 10 | 1. [手机到底是怎么窃听我们的](https://www.v2ex.com/t/968739) 11 | 1. [搭了一个博客,大家可以留个友联或者对我的博客有什么建议吗?](https://www.v2ex.com/t/968853) 12 | 1. [真 nb,印花税一出,集合竞价也太强了](https://www.v2ex.com/t/968742) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-08-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-08-30 23:06:35 +0800` 4 | 5 | 1. [广州认房不认贷了,一触即发](https://www.v2ex.com/t/969407) 6 | 1. [饿了么是不是有点力不从心了?](https://www.v2ex.com/t/969367) 7 | 1. [Apple 9 月 13 日 凌晨一点特别活动](https://www.v2ex.com/t/969340) 8 | 1. [不小心中了一个铁牌,现在买油车有什么推荐吗?](https://www.v2ex.com/t/969406) 9 | 1. [Copilot 学生包好像 GG 了,有免费的平替吗?](https://www.v2ex.com/t/969415) 10 | 1. [内网穿透被网警打电话了](https://www.v2ex.com/t/969512) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-09-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-18 23:07:05 +0800` 4 | 5 | 1. [正在考虑逃离苹果生态](https://www.v2ex.com/t/974836) 6 | 1. [大伙儿这两天喉咙痛吗](https://www.v2ex.com/t/974726) 7 | 1. [亲手造成的运维事故:在 Live CD 环境下部署并运行了 8 个月](https://www.v2ex.com/t/974678) 8 | 1. [茅台近期的联动看上去是想打开青少年间的市场。你们会主动喝白酒吗?](https://www.v2ex.com/t/974760) 9 | 1. [iPhone 14 Pro 和 iPhone 15 怎么选](https://www.v2ex.com/t/974702) 10 | 1. [做什么事,会让你废寝忘食?](https://www.v2ex.com/t/974831) 11 | 1. [租住小区楼底便利店半夜持续扰民,求如何解决](https://www.v2ex.com/t/974742) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-09-19.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-19 23:06:56 +0800` 4 | 5 | 1. [关于家庭收入谁保管](https://www.v2ex.com/t/975187) 6 | 1. [我出生了才有这个世界,我没了这个世界也就没了,所以,我就是这个世界?](https://www.v2ex.com/t/975056) 7 | 1. [收集一波大家认为能提升生活幸福感的东西,一切东西](https://www.v2ex.com/t/975182) 8 | 1. [WSL2 今天史诗级更新](https://www.v2ex.com/t/975098) 9 | 1. [招行闪电贷利率年单利 3.4 月付利息。](https://www.v2ex.com/t/975072) 10 | 1. [再送一波秋月梨😋, V 站福利回帖抽奖!🔥](https://www.v2ex.com/t/975101) 11 | 1. [今年房价大家怎么看](https://www.v2ex.com/t/975102) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-09-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-20 23:06:51 +0800` 4 | 5 | 1. [传 iPhone15 可以严格限制充电不超过 80%](https://www.v2ex.com/t/975452) 6 | 1. [来晒晒你的中秋节福利](https://www.v2ex.com/t/975417) 7 | 1. [老生常谈-讨论苹果生态下科学上网最佳 App](https://www.v2ex.com/t/975377) 8 | 1. [亲戚深陷资金盘,投了三十几万,怎么劝](https://www.v2ex.com/t/975393) 9 | 1. [新出的问界 M7 怎么样。](https://www.v2ex.com/t/975400) 10 | 1. [我选择放弃上海的高薪工作,回长沙“躺平”](https://www.v2ex.com/t/975389) 11 | 1. [特斯拉的单踏板模式是不是更适合用双脚开车?](https://www.v2ex.com/t/975407) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-09-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-22 23:06:50 +0800` 4 | 5 | 1. [给项目代码埋坑有哪些办法?](https://www.v2ex.com/t/976027) 6 | 1. [纠结买不买电视](https://www.v2ex.com/t/976133) 7 | 1. [Redmi k40(Poco F3),一代神機](https://www.v2ex.com/t/976074) 8 | 1. [老婆法考通过,恰逢纪念日,送智能手表 V 友有推荐不?](https://www.v2ex.com/t/976067) 9 | 1. [[送码 永久会员] 开发了一个 Todo List,看看是不是你想要的吧。](https://www.v2ex.com/t/976150) 10 | 1. [一个外包同事,插入 200 条数据,调用了四万次人员查询接口](https://www.v2ex.com/t/976149) 11 | 1. [发工资了, 3000 以下的手机,要求有 Google 框架,其他没什么要求,求推荐,硬性标准就 3000,超一点都不行](https://www.v2ex.com/t/976063) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-09-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-24 23:05:16 +0800` 4 | 5 | 1. [语言表达能力退化严重,大家伙有这种症状吗?](https://www.v2ex.com/t/976621) 6 | 1. [惊呼!不能再匿名发帖](https://www.v2ex.com/t/976653) 7 | 1. [rm -rf * 前一定一定要看清当前目录](https://www.v2ex.com/t/976554) 8 | 1. [除了 rm 之外就没有其他更安全的删除文件的方法吗?比如遇到删除系统核心的目录直接报错,或者提示没有权限,或者给强提醒,或者给个后悔药啥的。](https://www.v2ex.com/t/976664) 9 | 1. [自以为是的微信](https://www.v2ex.com/t/976595) 10 | 1. [在微博热搜看到明星"易烊千玺"的个人网站](https://www.v2ex.com/t/976561) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-09-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-26 23:07:01 +0800` 4 | 5 | 1. [各位的手机价格是自己月薪的几成呢?](https://www.v2ex.com/t/977160) 6 | 1. [就。。。。天天吃软饭](https://www.v2ex.com/t/977115) 7 | 1. [近几年家里的矛盾愈演愈烈,我不知道该如何面对](https://www.v2ex.com/t/977299) 8 | 1. [现在有 1000w,你会开一家什么样的公司?](https://www.v2ex.com/t/977170) 9 | 1. [iPhone 8Plus 感觉还能战两年,要不要换](https://www.v2ex.com/t/977133) 10 | 1. [兄弟们,如何戒糖呀~~](https://www.v2ex.com/t/977179) 11 | 1. [国产系统级编程语言与编译器,轻松与 C 语言进行交互](https://www.v2ex.com/t/977144) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-09-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-09-30 23:05:53 +0800` 4 | 5 | 1. [大家有什么好的非国产非国行的 Android 手机推荐](https://www.v2ex.com/t/978244) 6 | 1. [白花花的 1G 对等闲置着](https://www.v2ex.com/t/978262) 7 | 1. [磁吸才是苹果充电的正确打开方式啊](https://www.v2ex.com/t/978268) 8 | 1. [求 V 友帮我给父母推荐一款安卓手机。](https://www.v2ex.com/t/978266) 9 | 1. [大家平时通勤时候听什么](https://www.v2ex.com/t/978232) 10 | 1. [apple 现在对电池很鸡贼啊](https://www.v2ex.com/t/978301) 11 | 1. [这个反人类验证是存心不给过么?到底怎么可以通过](https://www.v2ex.com/t/978251) 12 | 1. [Google voice 被回收, tg 都玩不了了](https://www.v2ex.com/t/978259) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-02 23:07:15 +0800` 4 | 5 | 1. [各位 CSGO 玩家,评价一下 CS2](https://www.v2ex.com/t/978558) 6 | 1. [vercel 跪了,静态博客该搬到哪里](https://www.v2ex.com/t/978574) 7 | 1. [Apple: iPhone 15 Pro 过热是由于 iOS 17 bug 和第三方 App 导致,而非硬件问题](https://www.v2ex.com/t/978532) 8 | 1. [家用 NAS 私有云 求推荐](https://www.v2ex.com/t/978553) 9 | 1. [大家用了两年的键盘现在都是啥样了?](https://www.v2ex.com/t/978550) 10 | 1. [有多少买了 AC+裸奔的?](https://www.v2ex.com/t/978600) 11 | 1. [首发买的 14Pro Max 电池健康已经 86 了](https://www.v2ex.com/t/978552) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-10-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-04 23:07:00 +0800` 4 | 5 | 1. [iPhone 15 系列贴膜有无推荐?](https://www.v2ex.com/t/978877) 6 | 1. [x(Twitter)真是要完了,机器人、诈骗横行](https://www.v2ex.com/t/978821) 7 | 1. [实在是不知道选哪个了。](https://www.v2ex.com/t/978880) 8 | 1. [日版 iPhone 15 pro 黑 拿到手](https://www.v2ex.com/t/978819) 9 | 1. [普通人(普通程序员)如何抓住生成式 AI 的风口?](https://www.v2ex.com/t/978888) 10 | 1. [求推荐一下 iOS 无广告的浏览器](https://www.v2ex.com/t/978813) 11 | 1. [Python 有没有好用的本地文件实现的 key, value 存储](https://www.v2ex.com/t/978875) 12 | 1. [微信视频呼叫等待时音量过大](https://www.v2ex.com/t/978824) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-06 23:07:18 +0800` 4 | 5 | 1. [戒色打卡交流群](https://www.v2ex.com/t/979221) 6 | 1. [真就没有一个信号好的手机吗?](https://www.v2ex.com/t/979199) 7 | 1. [windows 为什么没有妙控板这样的外设](https://www.v2ex.com/t/979129) 8 | 1. [淦,买了才三年多的 filco 键盘竟然坏了。](https://www.v2ex.com/t/979193) 9 | 1. [Google voice 保号方案](https://www.v2ex.com/t/979173) 10 | 1. [送鸡蛋 酷圈 ku0.com 一个学习与摸鱼社区 by 离谱](https://www.v2ex.com/t/979164) 11 | 1. [为什么 MySQL 有缓存,还要使用 Redis?](https://www.v2ex.com/t/979119) 12 | 1. [你们的 icloud 数据会和肉身在一个地区吗](https://www.v2ex.com/t/979146) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-11 23:05:40 +0800` 4 | 5 | 1. [有什么每天可以额外挣几十块钱的事情做](https://www.v2ex.com/t/980843) 6 | 1. [国庆期间去日本玩了一趟,想通了](https://www.v2ex.com/t/980891) 7 | 1. [相亲记录](https://www.v2ex.com/t/980929) 8 | 1. [只有我一个人不会用 Finder 吗?](https://www.v2ex.com/t/980859) 9 | 1. [小米 MIUI 无法忍受的点, 看看你有几项忍不了.](https://www.v2ex.com/t/980796) 10 | 1. [兄弟们,电动车怎么选?两轮的](https://www.v2ex.com/t/980871) 11 | 1. [我很讨厌聊天页面有人总是发表情包,不知道有没有和我一样](https://www.v2ex.com/t/980867) 12 | 1. [我这个情况,为什么还有人愿意跟我交往](https://www.v2ex.com/t/980952) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-16 23:07:19 +0800` 4 | 5 | 1. [决赛圈了,小鹏 G92024 702 Max 和理想 L7 Pro,怎么选](https://www.v2ex.com/t/982276) 6 | 1. [感觉心好累](https://www.v2ex.com/t/982237) 7 | 1. [我亲历的现代版祥林嫂](https://www.v2ex.com/t/982321) 8 | 1. [15pro Max 到手前一天查 N 次快递, 激活后索然无味](https://www.v2ex.com/t/982312) 9 | 1. [help,宋 plus 和星越 L 二选一](https://www.v2ex.com/t/982327) 10 | 1. [为什么有些人喜欢听“得到”,而有些人喜欢听“樊登”? 不同 APP 的用户有什么特点?](https://www.v2ex.com/t/982275) 11 | 1. [为什么网上很多人把“XX 万”说成“XX 个”?](https://www.v2ex.com/t/982448) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-10-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-23 23:07:12 +0800` 4 | 5 | 1. [目前为止,你有多少负债](https://www.v2ex.com/t/984353) 6 | 1. [关于穿衣服这件事, V 友怎么看?](https://www.v2ex.com/t/984376) 7 | 1. [哈哈哈哈哈哈 锅贴店倒闭了](https://www.v2ex.com/t/984465) 8 | 1. [因为颜值和审美不想谈了](https://www.v2ex.com/t/984472) 9 | 1. [语雀挂了](https://www.v2ex.com/t/984524) 10 | 1. [和老婆各 200w 房贷,如果要卖一套怎么操作](https://www.v2ex.com/t/984430) 11 | 1. [想在家弄一个机房式服务器,兄弟们有推荐的吗](https://www.v2ex.com/t/984360) 12 | 1. [回归 Windows,关于折腾系统和软件后的一点思考](https://www.v2ex.com/t/984338) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-25 23:06:59 +0800` 4 | 5 | 1. [语雀这路子太野了](https://www.v2ex.com/t/985202) 6 | 1. [大家在安卓上都是用的什么输入法?](https://www.v2ex.com/t/985113) 7 | 1. [大家身边失业的人多吗](https://www.v2ex.com/t/985245) 8 | 1. [老哥们脱发如何解决](https://www.v2ex.com/t/985117) 9 | 1. [苹果宣布十月三十一号发布会: 主题是 Mac 飞快惊人](https://www.v2ex.com/t/985101) 10 | 1. [语雀当机, Notion 莫名躺枪, Obsidian 成为最大赢家](https://www.v2ex.com/t/985226) 11 | 1. [6G 内存 13Pm 京东淘宝各种杀后台](https://www.v2ex.com/t/985143) 12 | 1. [如何在 Linux 系统中使用 windows?](https://www.v2ex.com/t/985127) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-10-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-10-30 23:07:02 +0800` 4 | 5 | 1. [被“摇一摇”广告逼疯了](https://www.v2ex.com/t/986575) 6 | 1. [噫,某些运营商开始在光猫内置反诈插件了](https://www.v2ex.com/t/986550) 7 | 1. [闪电贷资金违规?才用了一个月,如何避免?](https://www.v2ex.com/t/986560) 8 | 1. [双十一到了,想买个 NAS,推荐群晖、威联通还是极空间?](https://www.v2ex.com/t/986583) 9 | 1. [远程工作,咋碰到的都是不靠谱啊](https://www.v2ex.com/t/986618) 10 | 1. [如果你实现了财富自由,真的会每天看书旅游吗](https://www.v2ex.com/t/986568) 11 | 1. [看少数派的文章总有一种差生文具多的感觉](https://www.v2ex.com/t/986596) 12 | 1. [程序员一般用什么洗发水来防止脱发?推荐下~](https://www.v2ex.com/t/986604) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-01 23:06:58 +0800` 4 | 5 | 1. [这几年开始落伍的开发技术有哪些?](https://www.v2ex.com/t/987300) 6 | 1. [阿里云 ECS 2C2G 3M, 99/年,已入手](https://www.v2ex.com/t/987267) 7 | 1. [怎么现在新房好多都是精装房了?装修质量可不可靠?](https://www.v2ex.com/t/987299) 8 | 1. [防不胜防,防不胜防啊,经过对光猫固件分析发现更多插件](https://www.v2ex.com/t/987392) 9 | 1. [如何看待文心一言专业版(4.0)定价 59.9 元/月](https://www.v2ex.com/t/987341) 10 | 1. [在校大学生,发了奖学金,拿 2000 给家里买点什么](https://www.v2ex.com/t/987450) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-11-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-04 23:05:47 +0800` 4 | 5 | 1. [关于开源软件作者的激励问题](https://www.v2ex.com/t/988513) 6 | 1. [闲鱼卖手机被骗](https://www.v2ex.com/t/988544) 7 | 1. [智齿长歪了,可以不拔么](https://www.v2ex.com/t/988605) 8 | 1. [新员工拒绝交社保怎么办?](https://www.v2ex.com/t/988487) 9 | 1. [苹果摔不起, 400 壳一米就裂](https://www.v2ex.com/t/988551) 10 | 1. [求合租云服务器](https://www.v2ex.com/t/988530) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-11-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-06 23:07:38 +0800` 4 | 5 | 1. [跟在酒吧认识的女生谈恋爱有结果么](https://www.v2ex.com/t/989062) 6 | 1. [腾讯大王卡,老用户不如狗](https://www.v2ex.com/t/988953) 7 | 1. [牙齿矫正的花费超乎想象](https://www.v2ex.com/t/988911) 8 | 1. [大家多久没用 QQ 了?](https://www.v2ex.com/t/988914) 9 | 1. [苹果手机还有安全这个概念吗?](https://www.v2ex.com/t/989176) 10 | 1. [手机 照片 NAS 备份终极方案](https://www.v2ex.com/t/988912) 11 | 1. [今年的软考高级架构主打一个随性,以后刷题没用了,都背书了](https://www.v2ex.com/t/988906) 12 | 1. [欢迎来访问我自己搭的博客网站,最好可以多攻击一下](https://www.v2ex.com/t/989189) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-12 23:05:52 +0800` 4 | 5 | 1. [阿里云 OSS 挂了?](https://www.v2ex.com/t/991209) 6 | 1. [「抽奖送码🎁」我的稍后阅读应用得到了小众软件的推荐(ios/mac)](https://www.v2ex.com/t/991178) 7 | 1. [阿里云崩了?](https://www.v2ex.com/t/991212) 8 | 1. [大厂低 p 工作几年的感悟和大实话](https://www.v2ex.com/t/991077) 9 | 1. [再一次被 MAC 外接屏幕系统震惊,说好的环保呢](https://www.v2ex.com/t/991224) 10 | 1. [微信简单聊天记账](https://www.v2ex.com/t/991076) 11 | 1. [如何看待放假还被 @?](https://www.v2ex.com/t/991169) 12 | 1. [TIM - QQ 办公简洁版寄了?](https://www.v2ex.com/t/991091) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-17 23:06:55 +0800` 4 | 5 | 1. [最能让你放松舒适的一件事是什么?](https://www.v2ex.com/t/992694) 6 | 1. [有条件还是住高档小区吧](https://www.v2ex.com/t/992660) 7 | 1. [自带硬盘上班::一种新的上班方式](https://www.v2ex.com/t/992658) 8 | 1. [大部分人在社会上生活是为了赚钱,为什么小时候社会包括亲人却让我们好好学习而不是教我们怎么赚钱](https://www.v2ex.com/t/992700) 9 | 1. [大家来探讨一下,不买房是不是真的很幸福?](https://www.v2ex.com/t/992734) 10 | 11 | -------------------------------------------------------------------------------- /archives/2023-11-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-20 23:07:33 +0800` 4 | 5 | 1. [V 友们 你们使用的数据库管理工具是什么](https://www.v2ex.com/t/993341) 6 | 1. [大家怀念小时的自己吗](https://www.v2ex.com/t/993348) 7 | 1. [女儿喜欢 youtube 短视频,拒绝看动画片、电影之类的长视频](https://www.v2ex.com/t/993313) 8 | 1. [最近好多朋友结婚有感,今年不结,说明年 2024 年无春年不宜结婚,大家怎么看?](https://www.v2ex.com/t/993343) 9 | 1. [自制一周预制菜可行性](https://www.v2ex.com/t/993300) 10 | 1. [在北京租房可算开了眼](https://www.v2ex.com/t/993330) 11 | 1. [[系列]辞职快四个月了,依然失业中](https://www.v2ex.com/t/993350) 12 | 1. [2023 黑五跨境购物什么值得买?](https://www.v2ex.com/t/993346) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-22 23:07:35 +0800` 4 | 5 | 1. [话说深圳地铁真贵啊,一个月向深圳地铁稳定贡献三四百都没有任何优惠](https://www.v2ex.com/t/994156) 6 | 1. [苹果生态好像有种聚光灯效应,无法被超越。](https://www.v2ex.com/t/994045) 7 | 1. [Obsidian 最优的跨平台数据同步方案是什么?](https://www.v2ex.com/t/994099) 8 | 1. [微软这操作太秀了,这么玩不会被处罚?](https://www.v2ex.com/t/994031) 9 | 1. [大家早晨起床后会听一些什么?](https://www.v2ex.com/t/994010) 10 | 1. [大家都在听什么播客?](https://www.v2ex.com/t/994034) 11 | 1. [现阶段几乎没有可用的小屏安卓手机了](https://www.v2ex.com/t/994077) 12 | 1. [强行安利,务本 X3 绝对是男人都会喜欢的玩意](https://www.v2ex.com/t/994133) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-23 23:07:10 +0800` 4 | 5 | 1. [如果岳父母和你争头胎冠姓权,你会同意吗?](https://www.v2ex.com/t/994383) 6 | 1. [不过了, ChatGPT Plus 免费送](https://www.v2ex.com/t/994585) 7 | 1. [请教下大佬都有什么咖啡日常解决方案](https://www.v2ex.com/t/994422) 8 | 1. [大家是怎么看待死亡的呢?](https://www.v2ex.com/t/994337) 9 | 1. [和 mentor 代码习惯不一样,好头痛](https://www.v2ex.com/t/994435) 10 | 1. [花了 73 买了双人成行和分手厨房](https://www.v2ex.com/t/994372) 11 | 1. [正编转外包](https://www.v2ex.com/t/994374) 12 | 1. [大鼠标求推荐](https://www.v2ex.com/t/994503) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-11-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-11-29 23:07:17 +0800` 4 | 5 | 1. [自家赣南脐橙抽奖,华农家同县发出](https://www.v2ex.com/t/996196) 6 | 1. [如何带一个 0 基础的女生接触编程呢](https://www.v2ex.com/t/996151) 7 | 1. [有高德地图的同学解释一下为什么吗](https://www.v2ex.com/t/996160) 8 | 1. [大家是怎么做到不熬夜的呢?](https://www.v2ex.com/t/996172) 9 | 1. [各位有哪些被动收入?](https://www.v2ex.com/t/996202) 10 | 1. [大家睡觉都戴 Apple Watch 吗?深度睡眠都是多久?](https://www.v2ex.com/t/996242) 11 | 1. [代码写的不咋地,颈椎病了,手麻无力,如何是好!](https://www.v2ex.com/t/996107) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-01 23:07:12 +0800` 4 | 5 | 1. [微信被盗刷。。。。。](https://www.v2ex.com/t/996764) 6 | 1. [12 月了,一年又见底了,大家都过得怎样呢?](https://www.v2ex.com/t/996699) 7 | 1. [今年 iPhone 价格崩得太厉害了吧](https://www.v2ex.com/t/996664) 8 | 1. [关于苹果未做右侧返回手势的猜想——由三星手势联想到的](https://www.v2ex.com/t/996732) 9 | 1. [作为一个前端,一直不明白为什么要晚上发版?](https://www.v2ex.com/t/996780) 10 | 1. [第一次买房,希望有经验的大佬进来指导(楼栋、楼层、性价比)](https://www.v2ex.com/t/996743) 11 | 1. [2023 年了,在支付宝 app 中偶尔还能看到上古时期的弹窗组件,有种穿越时空的感觉。。为什么不能去改一下呢](https://www.v2ex.com/t/996728) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-03 23:06:07 +0800` 4 | 5 | 1. [应该买一辆豪华品牌的车满足自己的虚荣感吗?](https://www.v2ex.com/t/997187) 6 | 1. [大师用一辈子寻找真理的行为有意义吗?](https://www.v2ex.com/t/997241) 7 | 1. [Telegram 中国大陆(+86)手机号限制](https://www.v2ex.com/t/997237) 8 | 1. [大家针对 MacBook 键盘的“满面油光”是怎么处理的](https://www.v2ex.com/t/997206) 9 | 1. [2023 年做的一些改变](https://www.v2ex.com/t/997199) 10 | 1. [Vue 项目中,每个页面都有 2~3 个对话框,应该如何整理存放和复用?](https://www.v2ex.com/t/997210) 11 | 1. [每天通勤 100KM 左右 一年内无车位 帮我看看选什么电车?](https://www.v2ex.com/t/997261) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-04 23:07:30 +0800` 4 | 5 | 1. [丰田 RAV4 款车 2.0L 和 2.5L 驾驶感受会差很多吗?预算 20W 内 这段时间适合购入吗 日常周末外出或者节假日走高速回家几百公里那种;](https://www.v2ex.com/t/997377) 6 | 1. [人生第一台车, 10+ 到 20+ 油车求推荐](https://www.v2ex.com/t/997415) 7 | 1. [机房托管的戴尔 R630 下架了,准备放家里用有什么需要注意的吗?](https://www.v2ex.com/t/997335) 8 | 1. [农村两户距离 300 米,如何共用一根宽带?](https://www.v2ex.com/t/997456) 9 | 1. [如果你有房贷 100w,现在有现金 15w 你是用来先提前还房贷还是买车?](https://www.v2ex.com/t/997559) 10 | 11 | -------------------------------------------------------------------------------- /archives/2023-12-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-08 23:07:09 +0800` 4 | 5 | 1. [有没有什么灵异/科学解释不了的真事分享下?](https://www.v2ex.com/t/998674) 6 | 1. [萌新想看看大家的个人网站](https://www.v2ex.com/t/998516) 7 | 1. [求家用服务器推荐组合](https://www.v2ex.com/t/998550) 8 | 1. [应对裁员潮,有大厂员工提出写防御性编程](https://www.v2ex.com/t/998557) 9 | 1. [小白的困惑: switch 双系统,还是正版?](https://www.v2ex.com/t/998562) 10 | 1. [讨论下 PHP 转 go 的水平](https://www.v2ex.com/t/998612) 11 | 1. [如果航天发射成本降低,将会新增什么产业?](https://www.v2ex.com/t/998522) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-20 23:05:57 +0800` 4 | 5 | 1. [[目标贴] 2023 已经结束了,定一个 24 年目标吧!](https://www.v2ex.com/t/1001902) 6 | 1. [在女生面前装高冷不咋回复信息,半夜偷看她朋友圈美照拍了拍她并夸她很漂亮](https://www.v2ex.com/t/1001821) 7 | 1. [王者荣耀开黑群](https://www.v2ex.com/t/1001826) 8 | 1. [WPS 正式关闭第三方商业广告](https://www.v2ex.com/t/1001833) 9 | 1. [回顾 2023 年入手的电子设备](https://www.v2ex.com/t/1001834) 10 | 1. [阿里云穷疯了?连发三条](https://www.v2ex.com/t/1001855) 11 | 1. [你选购手机最重要的几个考虑点是什么?](https://www.v2ex.com/t/1001895) 12 | 1. [深圳自家柴犬生的宝宝领养](https://www.v2ex.com/t/1001936) 13 | 14 | -------------------------------------------------------------------------------- /archives/2023-12-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-21 23:06:54 +0800` 4 | 5 | 1. [回顾 2023 年,你玩过的觉得很棒的游戏有哪些?](https://www.v2ex.com/t/1002140) 6 | 1. [大家都是工作多久后达到的月入 2 万](https://www.v2ex.com/t/1002248) 7 | 1. [前端之虎陈随易 2023 年终回顾与总结](https://www.v2ex.com/t/1002274) 8 | 1. [淘宝是真的该死了(个人意见)](https://www.v2ex.com/t/1002138) 9 | 1. [大龄程序员的出路难道是开滴滴送外卖吗](https://www.v2ex.com/t/1002227) 10 | 1. [被兴业消费金融起诉了,快开庭了怎么办](https://www.v2ex.com/t/1002176) 11 | 12 | -------------------------------------------------------------------------------- /archives/2023-12-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-22 23:06:36 +0800` 4 | 5 | 1. [来点实际的!大家第一份工作月薪多少??](https://www.v2ex.com/t/1002606) 6 | 1. [个人觉得 Go 的 error 设计的非常好,为什么还那么多人吐槽?](https://www.v2ex.com/t/1002535) 7 | 1. [为什么还有很多人不愿意放弃 mysql5.7](https://www.v2ex.com/t/1002467) 8 | 1. [冬至快乐,吃汤圆还是饺子!](https://www.v2ex.com/t/1002527) 9 | 1. [鉴于冬天太冷又没暖气,想买电热毯](https://www.v2ex.com/t/1002480) 10 | 1. [到底啥才叫技术厉害?经常看到网友喷某某某技术也就那样,某某某技术一般](https://www.v2ex.com/t/1002514) 11 | 1. [明年目标:转向前端和移动开发](https://www.v2ex.com/t/1002591) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-26 23:06:39 +0800` 4 | 5 | 1. [大家对即将发布的小米 SU7 汽车有什么看法?](https://www.v2ex.com/t/1003405) 6 | 1. [手游这东西到底还要不要继续玩下去](https://www.v2ex.com/t/1003484) 7 | 1. [这阿里一天天到底在干什么,无意间打开支付宝,点击底部按钮"生活",居然是短视频!](https://www.v2ex.com/t/1003422) 8 | 1. [今天公司发了通告,年终奖没了](https://www.v2ex.com/t/1003467) 9 | 1. [如何应对公司的强制加班?](https://www.v2ex.com/t/1003409) 10 | 1. [厦门新教师没编制,堂妹应该回老家拿编制还是留在厦门](https://www.v2ex.com/t/1003448) 11 | 1. [被安卓恶心到了(准确来说是安卓 App 开发者)](https://www.v2ex.com/t/1003401) 12 | 13 | -------------------------------------------------------------------------------- /archives/2023-12-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2023-12-27 23:06:36 +0800` 4 | 5 | 1. [买车,到底为什么,能带来哪些好处](https://www.v2ex.com/t/1003750) 6 | 1. [中间户邻居把门改外开,怎么破](https://www.v2ex.com/t/1003770) 7 | 1. [想从京东买 2-3 部手机回来试试退掉只留一个,总感觉有点道德压力,账号会被风控吗?](https://www.v2ex.com/t/1003730) 8 | 1. [各位程序员,你们一次能做多少个俯卧撑?](https://www.v2ex.com/t/1003785) 9 | 1. [信息贩卖真的无解吗?朋友差点被诈骗了](https://www.v2ex.com/t/1003688) 10 | 1. [mac 刚到 交出你们的 mac 都装了什么软件](https://www.v2ex.com/t/1003846) 11 | 1. [除了 VPN,还有什么安全方式在外网访问公司资源?](https://www.v2ex.com/t/1003747) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-01-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-10 23:07:13 +0800` 4 | 5 | 1. [推荐一下过年送给老爸的白酒](https://www.v2ex.com/t/1007379) 6 | 1. [预测下跌趋势结束的时间](https://www.v2ex.com/t/1007350) 7 | 1. [自从买了车,各种问题导致心情异常烦恼](https://www.v2ex.com/t/1007429) 8 | 1. [工作两年 感觉好失败](https://www.v2ex.com/t/1007335) 9 | 1. [该怎么办呢?能上岸却上不了。](https://www.v2ex.com/t/1007481) 10 | 1. [感觉学前端技术,很难升职加薪。](https://www.v2ex.com/t/1007466) 11 | 1. [2023 年做了两个项目 没有挣 money 也失业了](https://www.v2ex.com/t/1007354) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-01-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-12 23:06:42 +0800` 4 | 5 | 1. [苹果为什么不做指纹](https://www.v2ex.com/t/1008120) 6 | 1. [在中国普通个人如何对冲房地产的不确定风险?](https://www.v2ex.com/t/1008009) 7 | 1. [准备买个新的 mac,是买 macbook 还是 mac mini ?在家上班](https://www.v2ex.com/t/1007975) 8 | 1. [到底是喜欢重要还是合适更重要](https://www.v2ex.com/t/1008036) 9 | 1. [Java 应用内存不断增长](https://www.v2ex.com/t/1007983) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-01-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-16 23:07:16 +0800` 4 | 5 | 1. [山姆超市有什么好的,为什么可以收会员费,有什么值得买的东西推荐?](https://www.v2ex.com/t/1008952) 6 | 1. [是时候给 10 岁的孩子大开眼界了](https://www.v2ex.com/t/1009014) 7 | 1. [分享一下我家族的人在大事上犯的蠢事](https://www.v2ex.com/t/1009021) 8 | 1. [应届生绩效被打 B,新人该怎么跟领导沟通?](https://www.v2ex.com/t/1008970) 9 | 1. [现在各地房价跌到哪一年了?](https://www.v2ex.com/t/1009047) 10 | 1. [真有人花钱买 ssl 证书?](https://www.v2ex.com/t/1008942) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-01-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-22 23:08:57 +0800` 4 | 5 | 1. [Tweetx for Twitter 全平台 Twitter 第三方客户端 功能上新 促销抽奖下](https://www.v2ex.com/t/1010570) 6 | 1. [实锤了,输入法才是精准广告推送元凶](https://www.v2ex.com/t/1010518) 7 | 1. [求推荐 4000 以内的手机,给爸爸用](https://www.v2ex.com/t/1010566) 8 | 1. [遇到这种事情的时候,你们会怎样去应对?](https://www.v2ex.com/t/1010720) 9 | 1. [公积金应该提出来交房租吗?后面不知道会不会买房。](https://www.v2ex.com/t/1010530) 10 | 1. [GAP 一年半考研,面临困境,诚心寻求建议](https://www.v2ex.com/t/1010526) 11 | 1. [实现 Authing/Okta/Auth0 的难点在于?为什么这块还需要云服务?](https://www.v2ex.com/t/1010604) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-01-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-24 23:07:40 +0800` 4 | 5 | 1. [贵的东西,真的就是智商税吗?](https://www.v2ex.com/t/1011043) 6 | 1. [免费领取微信红包封面,微信打开](https://www.v2ex.com/t/1011071) 7 | 1. [是否 12306 推出候补功能后,更难买票了](https://www.v2ex.com/t/1011171) 8 | 1. [今天太尴尬了,每个人说一件最尴尬的事吧](https://www.v2ex.com/t/1011040) 9 | 1. [招商银行是会监听储户的余额吗](https://www.v2ex.com/t/1011106) 10 | 1. [幻兽帕鲁服务器一键搭建脚本](https://www.v2ex.com/t/1011054) 11 | 1. [2024 年,桌面软件开发(不考虑移动端),推荐什么技术栈?](https://www.v2ex.com/t/1011141) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-01-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-01-25 23:07:37 +0800` 4 | 5 | 1. [Firefox 的没落的根本原因?](https://www.v2ex.com/t/1011474) 6 | 1. [我挣了 10w,就用了 1 个月](https://www.v2ex.com/t/1011400) 7 | 1. [百度输入法已经完全无下限了,远离百度,珍爱一生。](https://www.v2ex.com/t/1011440) 8 | 1. [感觉现在的 iPhone 很无聊](https://www.v2ex.com/t/1011377) 9 | 1. [有多少人我和一样,从疫情开始后就没有再涨过工资了](https://www.v2ex.com/t/1011333) 10 | 1. [关于 A 股,周一还是一片哀鸿,国家队开始入场以后连涨三天,基本面和大环境没有变化,真的能改变趋势吗?](https://www.v2ex.com/t/1011495) 11 | 1. [为什么现在越来越多帮你做决定的东西了?剥夺你的选择权。](https://www.v2ex.com/t/1011368) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-02-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-02-02 23:07:30 +0800` 4 | 5 | 1. [为什么会认为 2w 的活儿 给的钱太少了??](https://www.v2ex.com/t/1013672) 6 | 1. [过年前,媳妇要先回娘家吃顿肉,然后初四再回娘家一趟,这操作有毛病没?](https://www.v2ex.com/t/1013563) 7 | 1. [农村亲戚炫耀二本儿子在福建当程序员月薪一万二,应该如何应对?](https://www.v2ex.com/t/1013644) 8 | 1. [各位还要上几天班?](https://www.v2ex.com/t/1013559) 9 | 1. [学历一般,经历也一般,想进大厂。如何破局?](https://www.v2ex.com/t/1013625) 10 | 1. [给六年级的小学生送什么好](https://www.v2ex.com/t/1013570) 11 | 1. [大伙烦躁,心里不得劲儿的时候都怎么排解或发泄的](https://www.v2ex.com/t/1013626) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-02-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-02-05 23:06:42 +0800` 4 | 5 | 1. [有哪些技能或兴趣,是你比较擅长,而一般人不太掌握的?](https://www.v2ex.com/t/1014306) 6 | 1. [1000 块的闲钱,买什么东西好?](https://www.v2ex.com/t/1014286) 7 | 1. [在扩展脚本方面,用户为何不太愿意接受 Python ?](https://www.v2ex.com/t/1014257) 8 | 1. [35+未婚追求自由的朋友还有一颗放荡旅游的心吗](https://www.v2ex.com/t/1014251) 9 | 1. [快过年了,整个活, AI 春联~](https://www.v2ex.com/t/1014312) 10 | 1. [第三方平台爬 12306 的数据、抢票是否涉嫌破坏计算机信息系统?](https://www.v2ex.com/t/1014283) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-02-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-02-06 23:06:54 +0800` 4 | 5 | 1. [是谁还在上班](https://www.v2ex.com/t/1014557) 6 | 1. [快过年了,有没有推荐火车上休闲娱乐的手机游戏](https://www.v2ex.com/t/1014551) 7 | 1. [求推荐 无线鼠标 放电池的不要充电的!](https://www.v2ex.com/t/1014566) 8 | 1. [过年回家怎么喝咖啡?](https://www.v2ex.com/t/1014565) 9 | 1. [Logi 过保必坏的你们遇到过吗?](https://www.v2ex.com/t/1014681) 10 | 1. [无解的题:楼上走路声音直击脑门,怎么办?](https://www.v2ex.com/t/1014574) 11 | 1. [本 1.5,想换个环境,但是又十分自卑,怎么破](https://www.v2ex.com/t/1014568) 12 | 1. [葱省联通已经禁止光猫改桥接了](https://www.v2ex.com/t/1014670) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-02-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-02-12 23:07:15 +0800` 4 | 5 | 1. [Windows 竟没有一个匹敌 downie 的下载软件](https://www.v2ex.com/t/1015380) 6 | 1. [想给老父亲半个流量卡,有推荐的吗](https://www.v2ex.com/t/1015388) 7 | 1. [技术人的目标和终点在哪里?](https://www.v2ex.com/t/1015421) 8 | 1. [有没有人能说一下建造类游戏的趣味性?](https://www.v2ex.com/t/1015401) 9 | 1. [有没有上海的朋友推荐一下现在上海有什么玩的](https://www.v2ex.com/t/1015384) 10 | 1. [不想回家了](https://www.v2ex.com/t/1015395) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-02-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-02-25 23:05:49 +0800` 4 | 5 | 1. [一道 Java 八股,检测 AI 智商](https://www.v2ex.com/t/1018215) 6 | 1. [24 年买车,极氪 001 和宝马 3 系怎么选?](https://www.v2ex.com/t/1018272) 7 | 1. [强烈建议删除 mac 上的 Rosetta2](https://www.v2ex.com/t/1018208) 8 | 1. [有喜欢在公园睡觉的么?](https://www.v2ex.com/t/1018219) 9 | 1. [同事直接往 master 推未经测试的代码](https://www.v2ex.com/t/1018230) 10 | 1. [很痛苦,火狐对扩展程序的限制让我开始自我怀疑了](https://www.v2ex.com/t/1018209) 11 | 1. [北京联通海外宽带加速(9929)体验](https://www.v2ex.com/t/1018226) 12 | 1. [[求助] 二手房购买对比](https://www.v2ex.com/t/1018251) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-03-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-03-07 23:06:50 +0800` 4 | 5 | 1. [V 友们,想养只小型的宠物](https://www.v2ex.com/t/1021336) 6 | 1. [关于学习哲学,以及如何自学哲学?交流一下](https://www.v2ex.com/t/1021321) 7 | 1. [发现穷人的孩子真的难翻身](https://www.v2ex.com/t/1021542) 8 | 1. [亲妹妹 12 岁想和同学去外地旅游, 大家帮忙给点意见](https://www.v2ex.com/t/1021473) 9 | 1. [Diss 一个卷项目跑路的职场叼毛,对说的就是你章某](https://www.v2ex.com/t/1021362) 10 | 1. [程序员要盲了,能干什么工作](https://www.v2ex.com/t/1021352) 11 | 1. [请教下如何判断一个公司能否上市?](https://www.v2ex.com/t/1021295) 12 | 1. [GAP 半年后,我对工作与躺平的看法](https://www.v2ex.com/t/1021281) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-03-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-03-15 23:06:59 +0800` 4 | 5 | 1. [手里有大量 GPT 额度欢迎白嫖](https://www.v2ex.com/t/1023995) 6 | 1. [大家有做过参加考试的噩梦吗?](https://www.v2ex.com/t/1023836) 7 | 1. [邻居早上扰民怎么办?](https://www.v2ex.com/t/1023831) 8 | 1. [关于男女关系——上班路上所见有感](https://www.v2ex.com/t/1023983) 9 | 1. [我的博客看起来如何?有何建议?](https://www.v2ex.com/t/1023939) 10 | 1. [想买个华强北手表谁来骂我两句](https://www.v2ex.com/t/1023832) 11 | 1. [求助各位老哥学历提升问题](https://www.v2ex.com/t/1023822) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-03-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-03-27 23:07:59 +0800` 4 | 5 | 1. [求推荐一款 20W 左右的纯电车](https://www.v2ex.com/t/1027321) 6 | 1. [降噪耳机和机械键盘哪个对你来说更重要?](https://www.v2ex.com/t/1027325) 7 | 1. [可以晒下你们的服务器配置吗](https://www.v2ex.com/t/1027481) 8 | 1. [最近校园霸凌事件频发,大家觉得反欺凌报警系统的前景如何?](https://www.v2ex.com/t/1027332) 9 | 1. [我这算不算被宰](https://www.v2ex.com/t/1027345) 10 | 1. [我的资产配置方案](https://www.v2ex.com/t/1027429) 11 | 1. [su7 的页面好炫酷,要用什么技术才能写成这样](https://www.v2ex.com/t/1027438) 12 | 1. [关于简历中职业技能技能写”精通“的看法](https://www.v2ex.com/t/1027333) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-03-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-03-29 23:06:37 +0800` 4 | 5 | 1. [关于电车想明白一个问题:电车是大人玩具](https://www.v2ex.com/t/1027958) 6 | 1. [应届生应该选大厂还是公务员](https://www.v2ex.com/t/1027933) 7 | 1. [全覆盖 170㎡房子,各位大佬有什么路由器推荐的吗?](https://www.v2ex.com/t/1027973) 8 | 1. [看完小米汽车发布会,感觉极氪更香了](https://www.v2ex.com/t/1028042) 9 | 1. [有没有必要从 jetbrains idea 换到 vs code](https://www.v2ex.com/t/1028031) 10 | 1. [小米汽车 SU7 定价是不是有点低了,预定这么多,雷军心里慌不慌?](https://www.v2ex.com/t/1027959) 11 | 1. [该不该卖房?](https://www.v2ex.com/t/1028122) 12 | 1. [求推荐 85 寸电视](https://www.v2ex.com/t/1027985) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-03-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-03-30 23:05:54 +0800` 4 | 5 | 1. [xz/liblzma v5.6.0/5.6.1 被植入了以 sshd 为目标的后门](https://www.v2ex.com/t/1028287) 6 | 1. [去修电脑,电脑维修人员干过前端](https://www.v2ex.com/t/1028319) 7 | 1. [求推荐一个慢充渠道](https://www.v2ex.com/t/1028309) 8 | 1. [有一说一,众泰和小米 SU7 的受众完全不同吧](https://www.v2ex.com/t/1028298) 9 | 1. [双卡, 5G, 小巧的安卓机外出当热点用](https://www.v2ex.com/t/1028299) 10 | 1. [求助! Win11 上如何安装 wsl](https://www.v2ex.com/t/1028402) 11 | 1. [久坐腰肌劳损!程序员朋友们,来推荐一款你们用过的觉得不错的腰枕吧!](https://www.v2ex.com/t/1028354) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-04-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-02 23:06:53 +0800` 4 | 5 | 1. [为什么大家这么看重 800V 平台,有多大区别?](https://www.v2ex.com/t/1029056) 6 | 1. [最近发了点儿年终奖,目前情况下投资点儿什么比较好呢?](https://www.v2ex.com/t/1029007) 7 | 1. [忘记还房贷,逾期一天](https://www.v2ex.com/t/1029111) 8 | 1. [如何搭建个人博客](https://www.v2ex.com/t/1029023) 9 | 1. [明天下午准备去 hk 办卡,有一起的么](https://www.v2ex.com/t/1028982) 10 | 1. [软考报名,留个坑,考试完来填](https://www.v2ex.com/t/1029041) 11 | 1. [能不能推荐一下自己在用的 AI 编程插件](https://www.v2ex.com/t/1029052) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-04-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-13 23:04:08 +0800` 4 | 5 | 1. [哪个版本 Linux 对多屏显示友好](https://www.v2ex.com/t/1032112) 6 | 1. [哪里可以买到真的化石?网上那些卖化石的是真的吗?](https://www.v2ex.com/t/1032145) 7 | 1. [Cloudflare 的销售持之以恒的给我发邮件让我很有罪恶感](https://www.v2ex.com/t/1032125) 8 | 1. [淘宝 PC 网页版更新了,加载速度提升明显!](https://www.v2ex.com/t/1032100) 9 | 1. [意识到一个问题,大部分人吃相很难看,抢食护食仿佛动物](https://www.v2ex.com/t/1032107) 10 | 1. [问大家一个问题:是不是 35 岁之后的程序员,都是需要自己出来闯世界的?](https://www.v2ex.com/t/1032128) 11 | 1. [去年双十一买的阿里 99/y 服务器已经吃灰半年了, 99 活动仍在继续。。。。](https://www.v2ex.com/t/1032149) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-04-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-15 23:06:53 +0800` 4 | 5 | 1. [入币圈一个月亏光大部分积蓄,接下来怎么办?](https://www.v2ex.com/t/1032468) 6 | 1. [22 岁第一辆车推荐](https://www.v2ex.com/t/1032483) 7 | 1. [给程序猿推荐一口锅吧](https://www.v2ex.com/t/1032482) 8 | 1. [电池健康怎么快速掉到 80%](https://www.v2ex.com/t/1032508) 9 | 1. [周末卖了一台群晖 918+ 买家开宝马来自提的](https://www.v2ex.com/t/1032558) 10 | 1. [话说 Next.js 为什么火,到底解决了什么问题?](https://www.v2ex.com/t/1032461) 11 | 1. [有没有不飘柳絮杨絮的城市或者地域范围之类的](https://www.v2ex.com/t/1032526) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-04-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-16 23:07:26 +0800` 4 | 5 | 1. [你们现在都在用什么鼠标?好用吗?](https://www.v2ex.com/t/1032790) 6 | 1. [阿里又有新瓜吃啦?](https://www.v2ex.com/t/1032830) 7 | 1. [年龄已经 34 了很难找到工作了,想转 GO。](https://www.v2ex.com/t/1032851) 8 | 1. [昨天看到 V 友炒币赔了大部分积蓄有感](https://www.v2ex.com/t/1032819) 9 | 1. [除了写几行代码以外,各位还有什么别的特长?我指的是,可以用来吃饭的特长技能](https://www.v2ex.com/t/1032777) 10 | 1. [好哥哥们,给个网站吧,就那种看了会很开心的!](https://www.v2ex.com/t/1032821) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-04-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-17 23:08:04 +0800` 4 | 5 | 1. [劳动节到底放几天假啊](https://www.v2ex.com/t/1033141) 6 | 1. [同事防御性编程影响项目怎么办](https://www.v2ex.com/t/1033145) 7 | 1. [大家有没有感觉周围的物价今年部分出现了上涨?](https://www.v2ex.com/t/1033164) 8 | 1. [分享在职业生涯中遇到那些让人瞠目结舌的奇技淫巧](https://www.v2ex.com/t/1033147) 9 | 1. [说的那些难听的话最终反噬了自己](https://www.v2ex.com/t/1033117) 10 | 1. [在车里办公有什么比较合适的解决方案吗](https://www.v2ex.com/t/1033181) 11 | 1. [光猫超管密码被电信改了](https://www.v2ex.com/t/1033124) 12 | 1. [房东不退租金,如何维权?](https://www.v2ex.com/t/1033264) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-04-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-20 23:06:07 +0800` 4 | 5 | 1. [想问一下月薪 20k 以上的生活是怎么样的](https://www.v2ex.com/t/1034170) 6 | 1. [好奇技术论坛里的用户对 5G 的看法](https://www.v2ex.com/t/1034111) 7 | 1. [一直以为现在的本科水,没想到这么水。](https://www.v2ex.com/t/1034211) 8 | 1. [成都后端,收到 3 个 offer,想听听大家建议](https://www.v2ex.com/t/1034121) 9 | 1. [华为 OD 快一年了,谈谈感受](https://www.v2ex.com/t/1034086) 10 | 1. [服务器被攻击了,第一次,有点无所适从](https://www.v2ex.com/t/1034091) 11 | 1. [关于拼多多买到假货维权](https://www.v2ex.com/t/1034147) 12 | 1. [家里拉的 1000M 的宽带,测速达不到 1000M](https://www.v2ex.com/t/1034243) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-04-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-23 23:07:39 +0800` 4 | 5 | 1. [关于铁路的买票问题,我有一个点子不知该不该讲](https://www.v2ex.com/t/1034821) 6 | 1. [我家附近即将建一个专科学校,请问各位大佬,有什么能赚点小钱的思路?](https://www.v2ex.com/t/1034899) 7 | 1. [vue 学了两个月了还不会,是否不太适合前端这条路](https://www.v2ex.com/t/1034933) 8 | 1. [大环境很差,为什么小长假还是哪哪都人多?](https://www.v2ex.com/t/1034904) 9 | 1. [程序员想开发漂亮的个人网站是不是用 react 会比 vue 简单一些?](https://www.v2ex.com/t/1034782) 10 | 1. [微信读书非付费会员有每月导入数量限制了](https://www.v2ex.com/t/1034799) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-04-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-24 23:07:53 +0800` 4 | 5 | 1. [你们都用什么听歌软件?](https://www.v2ex.com/t/1035101) 6 | 1. [发小让我帮他贷款签字 我应该同意吗](https://www.v2ex.com/t/1035269) 7 | 1. [相机溢价太严重了](https://www.v2ex.com/t/1035120) 8 | 1. [刚毕业 3 年遇上互联网起飞的人,什么体验?](https://www.v2ex.com/t/1035183) 9 | 1. [Inter 和 AMD 的 CPU 为什么接口上不兼容? 7 年前的 Inter 6700k 最近更新配置,网购了个 AMD 5700X,到货后发现 AMD 的 CPU 大一圈塞不进。。。](https://www.v2ex.com/t/1035131) 10 | 1. [五一假期准备 5.2-3 去广州玩一下,求经验](https://www.v2ex.com/t/1035153) 11 | 1. [驾照到手,买车大家帮忙推荐](https://www.v2ex.com/t/1035245) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-04-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-25 23:06:34 +0800` 4 | 5 | 1. [新手买车,大伙帮忙给点建议](https://www.v2ex.com/t/1035522) 6 | 1. [天暖和了,一起跑步吧!](https://www.v2ex.com/t/1035447) 7 | 1. [最近多雨,之前买的小米折叠伞挺好用的,但是丢了,有其他推荐的吗?](https://www.v2ex.com/t/1035452) 8 | 1. [女朋友想买个拍照好点的手机,平时拍点抖音手势舞啥的](https://www.v2ex.com/t/1035518) 9 | 1. [什么需求才会用巨魔呀](https://www.v2ex.com/t/1035462) 10 | 1. [想换手机了, 3000-4000 左右预算,请问有什么推荐的吗?](https://www.v2ex.com/t/1035473) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-04-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-27 23:06:21 +0800` 4 | 5 | 1. [[抽奖] V 友们要的口粮茶来了,这次抽奖送茶叶](https://www.v2ex.com/t/1036093) 6 | 1. [请教大佬:电车成本疑问](https://www.v2ex.com/t/1036081) 7 | 1. [来,兄弟们投个票(只限男生回答),你希望你的人生伴侣是什么样子的?](https://www.v2ex.com/t/1036080) 8 | 1. [后端开发一定要买 macbook 吗](https://www.v2ex.com/t/1036060) 9 | 1. [有家里装风扇灯的么,说说效果咋样](https://www.v2ex.com/t/1036084) 10 | 1. [迷你洗衣机是不是都是智商税?](https://www.v2ex.com/t/1036113) 11 | 1. [Linux 笔电的所谓省电技巧](https://www.v2ex.com/t/1036149) 12 | 1. [Telegram 挂了吗?](https://www.v2ex.com/t/1036054) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-04-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-04-28 23:07:13 +0800` 4 | 5 | 1. [31 岁农村中年男子对生孩子和生活的困惑](https://www.v2ex.com/t/1036314) 6 | 1. [来自大厂员工的创业故事,我的第一款产品——机霸 App,发布公测](https://www.v2ex.com/t/1036242) 7 | 1. [当前 2024 年坐标北京,租房还是买房?](https://www.v2ex.com/t/1036307) 8 | 1. [MacBookPro M1 M2 M3 怎么选](https://www.v2ex.com/t/1036247) 9 | 1. [[ Java ]中的线程池工作原理,为什么不是先创建线程而是先往阻塞队列里塞任务?](https://www.v2ex.com/t/1036271) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-05-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-06 23:07:12 +0800` 4 | 5 | 1. [V2EX 用户在不充值的情况下,正常财富是不是永远没有机会达到 1 个金币?](https://www.v2ex.com/t/1037931) 6 | 1. [突然奇想:也许苹果用户转安卓最大的拦路虎就是性价比安卓机](https://www.v2ex.com/t/1037930) 7 | 1. [25W 左右 suv 求推荐](https://www.v2ex.com/t/1037965) 8 | 1. [日本的托儿所真便宜](https://www.v2ex.com/t/1037912) 9 | 1. [开发时长一年半,新一代数据库、SSH/SFTP 跨平台桌面 GUI 工具](https://www.v2ex.com/t/1037926) 10 | 1. [现在的鼠标为什么都那么贵了?](https://www.v2ex.com/t/1037988) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-05-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-08 23:07:08 +0800` 4 | 5 | 1. [推广光伏的来到我们村了,大家给看看靠谱吗](https://www.v2ex.com/t/1038651) 6 | 1. [老哥们,有没有好用的铁锅(适合爆炒的)推荐啊, 1-3 人使用,百元左右,搜了一下太多太杂了](https://www.v2ex.com/t/1038642) 7 | 1. [任务栏你是习惯放在左侧还是底部呢那样更高效](https://www.v2ex.com/t/1038639) 8 | 1. [iPad 16g 内存的意义是什么?](https://www.v2ex.com/t/1038552) 9 | 1. [请教一下 iPad 的真实使用场景](https://www.v2ex.com/t/1038810) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-05-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-09 23:08:28 +0800` 4 | 5 | 1. [大家有没有在路上看到别人骑摩托车,自己想买的冲动?](https://www.v2ex.com/t/1038962) 6 | 1. [v 友有无游戏推荐](https://www.v2ex.com/t/1039027) 7 | 1. [css 好难,你们怎么熟练把 css 用起来的?](https://www.v2ex.com/t/1038997) 8 | 1. [Remote 大半年了,好像也开始了抑郁阶段,有没有相同经历的伙伴,有什么好的建议吗?](https://www.v2ex.com/t/1039015) 9 | 1. [一些正向作用的后门接口有没有其它的名称,直接叫后门不太好听](https://www.v2ex.com/t/1039147) 10 | 1. [大家会不会看到矿泉水瓶就有想捡起来卖的冲动?](https://www.v2ex.com/t/1038945) 11 | 1. [关于 esim 的一点担忧](https://www.v2ex.com/t/1038976) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-05-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-16 23:07:29 +0800` 4 | 5 | 1. [8090 后的各位,你们现在会给自己购买玩具吗?](https://www.v2ex.com/t/1041178) 6 | 1. [你们现在的工资,跟刚入行时候的工资差了多少倍?](https://www.v2ex.com/t/1041194) 7 | 1. [年纪大了跟不上节奏,最近 V 站出现很多如图头像,真心请教这是啥风格?最近很流行吗?](https://www.v2ex.com/t/1041208) 8 | 1. [愁死了,孩子身高偏矮有什么办法吗](https://www.v2ex.com/t/1041241) 9 | 1. [假如你有 10w 可支配的钱,你愿意借给朋友多少?](https://www.v2ex.com/t/1041212) 10 | 1. [博主们吹爆的 Unifi、全球第三的网通公司就这?](https://www.v2ex.com/t/1041266) 11 | 1. [想开咖啡店求骂醒](https://www.v2ex.com/t/1041377) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-05-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-17 23:07:50 +0800` 4 | 5 | 1. [房地产这是要回暖了?](https://www.v2ex.com/t/1041514) 6 | 1. [幸运的一个事业编来了不知道要不要去](https://www.v2ex.com/t/1041588) 7 | 1. [唉,一年了无人问津,开源算了](https://www.v2ex.com/t/1041478) 8 | 1. [央行调整首套、二套首付利率,公积金利率也降了](https://www.v2ex.com/t/1041616) 9 | 1. [怎么看待最近国内房地产政策频发?买不买?](https://www.v2ex.com/t/1041599) 10 | 1. [现在黑苹果应该已经走到尾声了吧](https://www.v2ex.com/t/1041507) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-05-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-20 23:07:49 +0800` 4 | 5 | 1. [20 万左右的家用车,你会选择宝马 X1 2.0T,还是行途 星纪元 ET,增程版?](https://www.v2ex.com/t/1042157) 6 | 1. [今天 520,大家有收到女朋友的礼物吗?](https://www.v2ex.com/t/1042164) 7 | 1. [预算 8-12 万求推荐车,油车电车都考虑](https://www.v2ex.com/t/1042230) 8 | 1. [房贷商转公的一些问题](https://www.v2ex.com/t/1042114) 9 | 1. [码农专属导航 mn1024.com 正式上线,抽 6 份 50 元话费免费送](https://www.v2ex.com/t/1042387) 10 | 1. [扒一扒论坛有没有身材管理大师和减脂成功的坚持者,给胖子指条明道将体重瘦下来](https://www.v2ex.com/t/1042207) 11 | 1. [你们的京东昵称被改了吗?](https://www.v2ex.com/t/1042106) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-05-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-05-31 23:07:44 +0800` 4 | 5 | 1. [这算不算是摸鱼, 请大家评论下](https://www.v2ex.com/t/1045589) 6 | 1. [两年翻倍的项目敢上吗](https://www.v2ex.com/t/1045664) 7 | 1. [认识一个大学生 说 996 算什么](https://www.v2ex.com/t/1045604) 8 | 1. [你自己或家人有哪些“看了医生也没有用”的病?](https://www.v2ex.com/t/1045588) 9 | 1. [暴论:未来谷歌这种通用搜索引擎会越来越没落](https://www.v2ex.com/t/1045600) 10 | 1. [快毕业攒了小 15W,是买车还是存着买房的首付](https://www.v2ex.com/t/1045621) 11 | 1. [秦 L 能跑 2400+(km) ,还有谁不知道](https://www.v2ex.com/t/1045583) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-03 23:08:37 +0800` 4 | 5 | 1. [87 年的兔, 05 年上的大学,马上奔四的老码农了。感觉生活没有啥激情了,陪孩子看电影,都感觉无趣,电视剧更是好久没有看了,也就看看玄幻小说。感觉人这一辈子好无聊,生活也就这样了。](https://www.v2ex.com/t/1046265) 6 | 1. [千万别买绿联 DXP4800](https://www.v2ex.com/t/1046399) 7 | 1. [吐槽一下 B 站的推荐](https://www.v2ex.com/t/1046331) 8 | 1. [人在成都不能吃辣怎么办?](https://www.v2ex.com/t/1046207) 9 | 1. [已经开始骑车上班了,单程 23 公里,比预想的好多了](https://www.v2ex.com/t/1046289) 10 | 1. [交流一下各种饼类食物,我是真喜欢吃饼(面食)](https://www.v2ex.com/t/1046282) 11 | 1. [公司还没发 2 月分工资找到下家可以直接走吗](https://www.v2ex.com/t/1046205) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-04 23:08:12 +0800` 4 | 5 | 1. [高位买了房、车,现在意难平怎么办?](https://www.v2ex.com/t/1046636) 6 | 1. [工科大学生入学买什么笔记本电脑?](https://www.v2ex.com/t/1046534) 7 | 1. [求程序员鼠标推荐,希望中键耐用的](https://www.v2ex.com/t/1046631) 8 | 1. [大家开车右转时会总是遇到有人从右侧超车右转吗?](https://www.v2ex.com/t/1046563) 9 | 1. [做了这样一款 APP 有可能会违法吗?](https://www.v2ex.com/t/1046589) 10 | 1. [接受降薪 33% or 走仲裁加入求职大军?](https://www.v2ex.com/t/1046628) 11 | 1. [买生鲜退货一定不能选择到付!](https://www.v2ex.com/t/1046637) 12 | 1. [准备贷 10w 买车,闪电贷额度不够怎么办](https://www.v2ex.com/t/1046622) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-06-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-06 23:09:01 +0800` 4 | 5 | 1. [有什么游戏是你一直玩到现在的?](https://www.v2ex.com/t/1047267) 6 | 1. [日入 5000+,有点无法理解这个世界了](https://www.v2ex.com/t/1047204) 7 | 1. [27 岁,感觉活的毫无激情,啥都没兴趣](https://www.v2ex.com/t/1047263) 8 | 1. [销户了。今年亏了 10W](https://www.v2ex.com/t/1047269) 9 | 1. [B 级油车求推荐](https://www.v2ex.com/t/1047243) 10 | 1. [侄子明天高考 才发现自己高考已经是十年前了](https://www.v2ex.com/t/1047253) 11 | 1. [小 v 站 6 月后登录奖励调整了吗](https://www.v2ex.com/t/1047209) 12 | 1. [毕业工作一年多了 我的三观发生了些变化,简而言之:有的红灯该闯的就应该闯](https://www.v2ex.com/t/1047321) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-06-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-13 23:08:07 +0800` 4 | 5 | 1. [想请教一下各位大哥有关彩礼和结婚的事情](https://www.v2ex.com/t/1049225) 6 | 1. [中年程序员快崩溃了](https://www.v2ex.com/t/1049084) 7 | 1. [29 岁程序员,已经对女人提不起兴趣了!](https://www.v2ex.com/t/1049180) 8 | 1. [菜板太容易发霉了,有推荐的菜板吗?](https://www.v2ex.com/t/1049183) 9 | 1. [开发的 Mac 软件再次被国内的开发者抄袭](https://www.v2ex.com/t/1049120) 10 | 1. [女儿出生,快 30 岁的程序员最近很 emo,在 v 站倾述下](https://www.v2ex.com/t/1049125) 11 | 1. [安卓降噪耳机求推荐](https://www.v2ex.com/t/1049087) 12 | 1. [程序员还是不要秀自己在 [安全] 上的无知了](https://www.v2ex.com/t/1049141) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-06-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-14 23:08:24 +0800` 4 | 5 | 1. [我在闲鱼上买购物卡被骗了,大家能帮我看看我到底是哪出现问题了吗?我想了好几天了,都不知道以后怎么避免。](https://www.v2ex.com/t/1049430) 6 | 1. [打算再工作一年左右,去留个学,然后润出去,这样可行吗](https://www.v2ex.com/t/1049501) 7 | 1. [23 岁,感觉生活要望到头了,想转码行吗](https://www.v2ex.com/t/1049378) 8 | 1. [假如身为 IT 从业的你,我,重新选择职业,你会选择什么?](https://www.v2ex.com/t/1049434) 9 | 1. [电脑用深色模式真的会更护眼吗?](https://www.v2ex.com/t/1049401) 10 | 1. [换城市工作,宠物托运求助!](https://www.v2ex.com/t/1049456) 11 | 1. [周末干什么?](https://www.v2ex.com/t/1049550) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-17 23:08:56 +0800` 4 | 5 | 1. [研发管理岗,但感觉被架的空空的……](https://www.v2ex.com/t/1050077) 6 | 1. [看 B 站 UP 主 @老龚 40 岁了啥也不是 被裁有感](https://www.v2ex.com/t/1050099) 7 | 1. [苹果手机丢失,被骗说了锁屏密码,怎么回击?](https://www.v2ex.com/t/1050038) 8 | 1. [大龄专科前端如何认清局势?未来迷茫](https://www.v2ex.com/t/1050086) 9 | 1. [珠三角一些行业开始收 USDT 了](https://www.v2ex.com/t/1050172) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-06-19.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-19 23:08:06 +0800` 4 | 5 | 1. [谁来劝劝我不要买摩托车](https://www.v2ex.com/t/1050853) 6 | 1. [谈谈个人的今年 618](https://www.v2ex.com/t/1050716) 7 | 1. [你觉得比较好的团建方式?](https://www.v2ex.com/t/1050745) 8 | 1. [NAS 系统千千万,哪款才是你真爱?](https://www.v2ex.com/t/1050767) 9 | 10 | -------------------------------------------------------------------------------- /archives/2024-06-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-20 23:08:44 +0800` 4 | 5 | 1. [最近看到很多人在玩 NAS,不太理解大家搞这个用来干嘛,聊聊大家搞 NAS 干啥用](https://www.v2ex.com/t/1051049) 6 | 1. [播客荒了!有木有大神能推荐一波适合上下班时段的播客呢?](https://www.v2ex.com/t/1051036) 7 | 1. [暑假到了,头疼,又要组织家庭游了](https://www.v2ex.com/t/1051034) 8 | 1. [[送码] 做了个自己配置服务的云剪贴板软件](https://www.v2ex.com/t/1051054) 9 | 1. [你真的电子阳痿了❓为啥我百玩不厌](https://www.v2ex.com/t/1051075) 10 | 1. [人生第一台汽车到底是买混动,还是买纯电?](https://www.v2ex.com/t/1051212) 11 | 1. [小米解锁 BL 需要做题通过测试才能获得资格](https://www.v2ex.com/t/1051084) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-21 23:12:34 +0800` 4 | 5 | 1. [真-给房东打工](https://www.v2ex.com/t/1051359) 6 | 1. [问问大家的收入支出比是多少?](https://www.v2ex.com/t/1051421) 7 | 1. [天气 APP 求推荐(非 ios 系统)](https://www.v2ex.com/t/1051399) 8 | 1. [有在使用追觅家的洗地机产品的同学吗](https://www.v2ex.com/t/1051351) 9 | 1. [今天老头环 dlc 发售了,怎么没人认提啊,我来提个问题](https://www.v2ex.com/t/1051409) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-06-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-22 23:06:51 +0800` 4 | 5 | 1. [PotPlayer 为什么有那么多人推荐](https://www.v2ex.com/t/1051681) 6 | 1. [为什么现在的银行卡限额都只有几千块钱](https://www.v2ex.com/t/1051649) 7 | 1. [大学女生暑期工有什么可以做的?](https://www.v2ex.com/t/1051653) 8 | 1. [被地图卡了脖子,「附近搜搜」小程序寻求收购](https://www.v2ex.com/t/1051643) 9 | 1. [2005 年开始的 macOS 主力用户,终于要换到 Linux 了](https://www.v2ex.com/t/1051677) 10 | 1. [有必要买 Apple TV 吗,或者其他安卓盒?](https://www.v2ex.com/t/1051641) 11 | 1. [4202 年了,还有类似 n1 这样性价比的盒子吗?](https://www.v2ex.com/t/1051679) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-26 23:08:49 +0800` 4 | 5 | 1. [天天说前端卷,结果很多前端连语义化 html 是什么都不知道,除了 div 就不知道其他元素了](https://www.v2ex.com/t/1052679) 6 | 1. [朋友表弟说是稳进清华,安徽男生,求推荐专业、行业。](https://www.v2ex.com/t/1052630) 7 | 1. [侄儿今年高考,确定学计算机专业,求帮忙选择学校](https://www.v2ex.com/t/1052736) 8 | 1. [避坑小米电视,越来越封闭了](https://www.v2ex.com/t/1052676) 9 | 1. [有没人有我一样的状态](https://www.v2ex.com/t/1052685) 10 | 1. [咸鱼点单享优惠](https://www.v2ex.com/t/1052639) 11 | 1. [如何在演唱会一类的大型场馆中保持网络畅通?](https://www.v2ex.com/t/1052699) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-06-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-28 23:08:15 +0800` 4 | 5 | 1. [在 2024,程序员群体还很抠门吗?(理性探讨)](https://www.v2ex.com/t/1053268) 6 | 1. [做了个 AI 海龟汤小游戏,恐怖慎入](https://www.v2ex.com/t/1053293) 7 | 1. [为什么刷机有风险?](https://www.v2ex.com/t/1053249) 8 | 1. [开车老是容易放空怎么解决](https://www.v2ex.com/t/1053239) 9 | 1. [75 配列键盘写代码方便么](https://www.v2ex.com/t/1053288) 10 | 1. [付出了 58 刀的惨痛教训](https://www.v2ex.com/t/1053278) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-06-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-06-30 23:07:48 +0800` 4 | 5 | 1. [如何一天内喝掉 2L 以上的白开水](https://www.v2ex.com/t/1053698) 6 | 1. [买房还是租房?](https://www.v2ex.com/t/1053648) 7 | 1. [心血来潮装了个 ArchLinux,现在不知道用来干嘛](https://www.v2ex.com/t/1053651) 8 | 1. [独立开发上半年总结](https://www.v2ex.com/t/1053644) 9 | 1. [做个很小众的应用就可以月入数万,为什么多数程序员都不做个人开发?](https://www.v2ex.com/t/1053663) 10 | 1. [我们正在尝试收录所有的中文博客](https://www.v2ex.com/t/1053625) 11 | 1. [Linux 有没有什么工具或方法能实现用普通用户运行本来是需要用 root 用户才能执行的程序?](https://www.v2ex.com/t/1053687) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-07-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-01 23:08:14 +0800` 4 | 5 | 1. [鸡娃还是放养](https://www.v2ex.com/t/1053880) 6 | 1. [TypeScript 是个人项目中最好用的编程语言](https://www.v2ex.com/t/1053837) 7 | 1. [一年时间 6000KM,我骑着摩托探索了北京郊区去处的 70%,分享一下我的体验](https://www.v2ex.com/t/1053814) 8 | 1. [撞了一辆新车网约车,对方索要误工费和新车加速折旧费](https://www.v2ex.com/t/1053868) 9 | 1. [V 友们是如何确定自己血型的](https://www.v2ex.com/t/1053957) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-07-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-02 23:08:04 +0800` 4 | 5 | 1. [你的房子跌了多少啦?](https://www.v2ex.com/t/1054110) 6 | 1. [V 友们,借呗欠款越滚越多,有什么办法跳出这个死循环](https://www.v2ex.com/t/1054134) 7 | 1. [现在的学生上学太累了](https://www.v2ex.com/t/1054191) 8 | 1. [想做一个在家显示峰谷电价时间段的 app](https://www.v2ex.com/t/1054219) 9 | 1. [谁来说说汽油哪家好?](https://www.v2ex.com/t/1054108) 10 | 1. [RUST 的未来在哪里?](https://www.v2ex.com/t/1054155) 11 | 1. [最近想折腾一台 nas,是选择成品还是自己组装?](https://www.v2ex.com/t/1054140) 12 | 1. [公司 CentOS 服务器需更换系统,选择 Debian or Ubuntu?](https://www.v2ex.com/t/1054147) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-07-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-03 23:08:23 +0800` 4 | 5 | 1. [大批应届生入职却干不了活,他们在学校究竟学了些什么?](https://www.v2ex.com/t/1054421) 6 | 1. [读研期间,一个关系很好的师姐过生日,送什么生日礼物,大家帮忙出出主意](https://www.v2ex.com/t/1054469) 7 | 1. [麻烦帮忙推荐一下小米系列拍照好的手机](https://www.v2ex.com/t/1054416) 8 | 1. [租房的朋友们,你们的房东给修非人为损坏的物件吗](https://www.v2ex.com/t/1054511) 9 | 1. [上海电信 2000M 新办 CN2 精品网 无法改桥接](https://www.v2ex.com/t/1054447) 10 | 1. [被裁后去验血,空腹血糖接近 8.7,尿酸还高…](https://www.v2ex.com/t/1054537) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-07-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-05 23:07:57 +0800` 4 | 5 | 1. [备孕一年没怀上,求指教](https://www.v2ex.com/t/1055069) 6 | 1. [北京开网吧还有搞头吗?](https://www.v2ex.com/t/1055035) 7 | 1. [现在用 firefox 的人还多吗?](https://www.v2ex.com/t/1055019) 8 | 1. [人生遗憾](https://www.v2ex.com/t/1054967) 9 | 1. [在搜索结果中屏蔽 CSDN。。。](https://www.v2ex.com/t/1054983) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-07-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-09 23:08:00 +0800` 4 | 5 | 1. [博士中年危机,难道我真的老了吗](https://www.v2ex.com/t/1055830) 6 | 1. [有没有值得推荐的洗发水](https://www.v2ex.com/t/1055883) 7 | 1. [小米要做 NAS 啦?](https://www.v2ex.com/t/1055888) 8 | 1. [看了下公司数据,支付渠道里边张小龙的 3A 大作基本上就是碾压的水平啊](https://www.v2ex.com/t/1055943) 9 | 1. [在 V2EX 摸鱼引出的密码学研究,论文终于出版了,感谢一下 @sillydaddy](https://www.v2ex.com/t/1055809) 10 | 1. [你是什么时候发现身体大不如前](https://www.v2ex.com/t/1055939) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-07-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-10 23:09:01 +0800` 4 | 5 | 1. [一个反常识: 在 Chrome 浏览器里如何拿到用户最真实的 CPU 和其他硬件信息(不走 UA](https://www.v2ex.com/t/1056113) 6 | 1. [想买个空调看得头大,有空调推荐吗](https://www.v2ex.com/t/1056157) 7 | 1. [被裁了,月底离职, n+1 赔偿谈好了](https://www.v2ex.com/t/1056139) 8 | 1. [深圳公司重新定义了 8 小时工作制](https://www.v2ex.com/t/1056196) 9 | 1. [夏天的最佳旅行方式,找一条清澈见底的小溪溯溪玩儿水](https://www.v2ex.com/t/1056110) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-07-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-15 23:09:56 +0800` 4 | 5 | 1. [求助,有件事困扰了我三个月了,快崩溃了](https://www.v2ex.com/t/1057460) 6 | 1. [辞职带娃](https://www.v2ex.com/t/1057280) 7 | 1. [☁️ 酸奶网盘——一款基于 IPFS 的不限速多端支持的网盘,让存储回归存储☁️](https://www.v2ex.com/t/1057302) 8 | 1. [无人驾驶如果违章,扣谁的驾照分?](https://www.v2ex.com/t/1057338) 9 | 10 | -------------------------------------------------------------------------------- /archives/2024-07-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-16 23:07:02 +0800` 4 | 5 | 1. [被别人怎么称呼觉得舒服?](https://www.v2ex.com/t/1057562) 6 | 1. [成功人的必经之路?看到这个加班通知心脏骤停了](https://www.v2ex.com/t/1057582) 7 | 1. [请教各位一般都如何管理密码](https://www.v2ex.com/t/1057583) 8 | 1. [简约宁静的网站,工作闲暇之余体验一下](https://www.v2ex.com/t/1057564) 9 | 1. [电脑太多却不舍得卖,是有病吧](https://www.v2ex.com/t/1057752) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-07-17.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-17 23:10:05 +0800` 4 | 5 | 暂无数据 6 | 7 | -------------------------------------------------------------------------------- /archives/2024-07-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-18 23:09:10 +0800` 4 | 5 | 1. [突然发现 v2 好多手绘的丑陋头像 这是最近的流行吗](https://www.v2ex.com/t/1058194) 6 | 1. [这下完了,这美股怎么回事啊](https://www.v2ex.com/t/1058156) 7 | 1. [求问 你们会怎么样培养下属](https://www.v2ex.com/t/1058173) 8 | 1. [突然发现教师这个职业其实蛮好的?](https://www.v2ex.com/t/1058231) 9 | 1. [如果把萝卜快跑开放到快递和外卖领域,会怎么样](https://www.v2ex.com/t/1058163) 10 | 1. [Java hello world 确实就要占用 30M](https://www.v2ex.com/t/1058120) 11 | 1. [15-20w 纯电车,求推荐,日常通勤来回 60km](https://www.v2ex.com/t/1058202) 12 | 1. [我是否真的适合做程序员](https://www.v2ex.com/t/1058250) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-07-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-21 23:07:45 +0800` 4 | 5 | 1. [数字游民的避暑办公城市](https://www.v2ex.com/t/1058913) 6 | 1. [英特尔 13/14 代处理器被指存在工艺缺陷](https://www.v2ex.com/t/1058880) 7 | 1. [35 岁,腾讯 11 年鹅离职,做数字游民](https://www.v2ex.com/t/1058912) 8 | 1. [负债累累真的好累](https://www.v2ex.com/t/1058942) 9 | 1. [不能喝奶的咖啡用户心好累啊...](https://www.v2ex.com/t/1058918) 10 | 1. [正式开通油管频道了,涨粉和播放都太难了...](https://www.v2ex.com/t/1058884) 11 | 1. [听说很多网游工作室居然开到孟加拉了?](https://www.v2ex.com/t/1058876) 12 | 1. [谷歌中文搜索搜到的内容是不是变少了?](https://www.v2ex.com/t/1058904) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-07-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-22 23:08:59 +0800` 4 | 5 | 1. [你们有没有那么一瞬间看到豪车和豪宅会难过~~~](https://www.v2ex.com/t/1059027) 6 | 1. [上海回老家,垃圾分类有感而发。](https://www.v2ex.com/t/1059029) 7 | 1. [怎么样摆脱周末摆烂,过完就后悔的状态](https://www.v2ex.com/t/1059023) 8 | 1. [iPhone 怎么禁止 app 自动跳转到其他应用? 我快烦死了!](https://www.v2ex.com/t/1059047) 9 | 1. [测了两次 MBTI 都是 ISTJ](https://www.v2ex.com/t/1059050) 10 | 1. [请教一下大伙,我现在这个情况该怎么做才是最优解呢?](https://www.v2ex.com/t/1059130) 11 | 1. [我敢说十几个 W v 友拿不出理财方案](https://www.v2ex.com/t/1059173) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-07-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-25 23:08:16 +0800` 4 | 5 | 1. [现在电子邮箱真的已经落后时代了吗?做产品要不要考虑没有邮箱的用户?](https://www.v2ex.com/t/1059889) 6 | 1. [想看看各位的父亲都是啥样的,有没有关系挺好的](https://www.v2ex.com/t/1059959) 7 | 1. [打算学下 node.js,请问 nvm 是标配吗?](https://www.v2ex.com/t/1059859) 8 | 1. [维修空调去哪里找师傅才不会被坑](https://www.v2ex.com/t/1059890) 9 | 1. [教育方面遇到了一个大问题,切小号来问一下大家的意见](https://www.v2ex.com/t/1060069) 10 | 1. [苹果非原装电池的弹窗,影响使用吗](https://www.v2ex.com/t/1059878) 11 | 1. [请问有什么开源的项目支持导出加密的 xls 文件吗?或者微软官方加解密文档提供?](https://www.v2ex.com/t/1059879) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-07-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-29 23:08:24 +0800` 4 | 5 | 1. [中药代煎](https://www.v2ex.com/t/1060787) 6 | 1. [五年前端,记录下最近一年的面试记录,顺便求个内推](https://www.v2ex.com/t/1060838) 7 | 1. [关于朋友的工作问题!](https://www.v2ex.com/t/1060755) 8 | 1. [有在从事鸿蒙开发的吗,可以说一下体验,给一些建议吗](https://www.v2ex.com/t/1060919) 9 | 1. [周末终于去拔了智齿](https://www.v2ex.com/t/1060828) 10 | 1. [🎁[送码]Duck Float - 可以悬浮在全屏 APP 上的小工具软件(macOS)](https://www.v2ex.com/t/1060783) 11 | 1. [WinRAR 从 v7 开始所有简体中文版本注册后仍然有广告](https://www.v2ex.com/t/1060747) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-07-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-30 23:08:13 +0800` 4 | 5 | 1. [真诚求问,特斯拉 model y 是不是真的好?](https://www.v2ex.com/t/1061134) 6 | 1. [iOS 18.1 Beta](https://www.v2ex.com/t/1061034) 7 | 1. [[抽奖] [优惠] 评论送十台 FindMy 卡片充电防丢器、AntiTag 防跟踪、WIFI 远程温湿度计、蓝牙带屏温湿度计](https://www.v2ex.com/t/1061188) 8 | 1. [学历还有提升的必要吗](https://www.v2ex.com/t/1061045) 9 | 1. [刚去医院门诊看咳嗽就花了 700 元,算多吗?](https://www.v2ex.com/t/1061227) 10 | 1. [找一个开发搭子](https://www.v2ex.com/t/1061094) 11 | 1. [想问一下大小休的话工资上涨多少会比较合适一些。](https://www.v2ex.com/t/1061056) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-07-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-07-31 23:08:17 +0800` 4 | 5 | 1. [电子阳痿的底层逻辑是什么?](https://www.v2ex.com/t/1061356) 6 | 1. [人生重启(心梗被救了回来)](https://www.v2ex.com/t/1061532) 7 | 1. [关于酒驾被抓这件事](https://www.v2ex.com/t/1061385) 8 | 1. [一人一句行业内幕?](https://www.v2ex.com/t/1061403) 9 | 1. [可不可以把 shell 脚本替换为 Python 脚本?](https://www.v2ex.com/t/1061359) 10 | 1. [大家照片跟视频的存储方案是怎么样的?](https://www.v2ex.com/t/1061354) 11 | 1. [挑 10 个幸运儿每人送 1B 鸟](https://www.v2ex.com/t/1061457) 12 | 1. [[续] vv.meme - 一种对独立开发者友好的收费方式 + $3000 谜题游戏](https://www.v2ex.com/t/1061427) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-08-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-04 23:08:00 +0800` 4 | 5 | 1. [今天朋友问我,程序员你可以一直做下去吗?](https://www.v2ex.com/t/1062318) 6 | 1. [清理闲置物品,去掉运费可以赚取 10-50 元的小东西,你是倾向于直接丢掉,还是闲鱼发布?或是继续搁置?](https://www.v2ex.com/t/1062342) 7 | 1. [国内是否存在这样的工作](https://www.v2ex.com/t/1062361) 8 | 1. [光伏发电租屋顶合同。感觉是坑](https://www.v2ex.com/t/1062347) 9 | 1. [大家的大额存款都是怎么理财的?](https://www.v2ex.com/t/1062396) 10 | 1. [有个树莓派我能干点什么?](https://www.v2ex.com/t/1062386) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-08-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-05 23:08:24 +0800` 4 | 5 | 1. [求助,我遇到了 2024 年的人口买卖,该怎么办](https://www.v2ex.com/t/1062589) 6 | 1. [关于关系很好的朋友借钱问题](https://www.v2ex.com/t/1062535) 7 | 1. [预算 20W 以内,大家帮忙推荐个油车](https://www.v2ex.com/t/1062588) 8 | 1. [跌久必涨,涨久必跌,可以开始定投 a 股了](https://www.v2ex.com/t/1062565) 9 | 1. [感动, 这位粉丝给 gws 源码几乎每一行都写了注释 !](https://www.v2ex.com/t/1062520) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-08-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-09 23:09:12 +0800` 4 | 5 | 1. [高度怀疑苹果和 X 信有合作允许后台开启话筒并不提示](https://www.v2ex.com/t/1063642) 6 | 1. [为什么很多人说平板电脑没用,只能吃灰和当泡面盖?](https://www.v2ex.com/t/1063637) 7 | 1. [哪一瞬间觉得自己真的老了..](https://www.v2ex.com/t/1063761) 8 | 1. [表弟刚考上大学,想买台笔记本电脑,求推荐](https://www.v2ex.com/t/1063702) 9 | 1. [手机芯片技术突飞猛进,电池技术十几年没突破!](https://www.v2ex.com/t/1063671) 10 | 1. [求推荐买车,目标明确~](https://www.v2ex.com/t/1063779) 11 | 1. [今天在小红书看到个逆天的](https://www.v2ex.com/t/1063856) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-08-14.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-14 23:08:08 +0800` 4 | 5 | 1. [携百万资金,再次梭哈娜娜](https://www.v2ex.com/t/1064910) 6 | 1. [写在瑞典两周年](https://www.v2ex.com/t/1064758) 7 | 1. [各位大佬喝咖啡有瘾吗?](https://www.v2ex.com/t/1064826) 8 | 1. [极氪 001 2025 款](https://www.v2ex.com/t/1064775) 9 | 1. [昨晚公司迎新晚宴听到的一些话](https://www.v2ex.com/t/1064785) 10 | 1. [作为 leader,给组员打绩效怎么才公平公正?](https://www.v2ex.com/t/1064797) 11 | 1. [试图自费给公司电脑加固态失败,“我们这边几乎都是这么用的 你要说用处不大,那我也没办法”](https://www.v2ex.com/t/1064806) 12 | 1. [回到宁夏老家感觉迷茫了](https://www.v2ex.com/t/1064751) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-08-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-16 23:07:43 +0800` 4 | 5 | 1. [百万资金,旗开得胜](https://www.v2ex.com/t/1065407) 6 | 1. [大家如何看待小米 SU7 对撞极氪 007 事件,如何评价 B 站 UP 主“原来是翔翔啊” 的道歉视频。](https://www.v2ex.com/t/1065490) 7 | 1. [因果关系和宿命论](https://www.v2ex.com/t/1065540) 8 | 1. [吐槽一下小米](https://www.v2ex.com/t/1065388) 9 | 1. [hibernate 和 mybatis 的 session 都不是线程安全的,为什么还要用?](https://www.v2ex.com/t/1065374) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-08-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-20 23:08:30 +0800` 4 | 5 | 1. [24 年了特斯拉的三电还是遥遥领先吗?国产电车是否拉近或超越了?](https://www.v2ex.com/t/1066305) 6 | 1. [房价跌到现在,你们真的不打算买房了吗?](https://www.v2ex.com/t/1066308) 7 | 1. [关于我 8 月 20 号的请假原因](https://www.v2ex.com/t/1066313) 8 | 1. [准备去青岛旅游, 4 天 3 夜,求注意事项和指导](https://www.v2ex.com/t/1066315) 9 | 1. [求推荐一个性价比高的机械键盘](https://www.v2ex.com/t/1066312) 10 | 1. [你有多久没看过电影了?](https://www.v2ex.com/t/1066352) 11 | 1. [🙏🏻🙏🏻🙏🏻我是个小公司桌面运维,老板让我给他开发个 AI 大模型……](https://www.v2ex.com/t/1066362) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-08-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-27 23:08:38 +0800` 4 | 5 | 1. [昨天更新了自己家里的网络拓扑图, Show 一下。](https://www.v2ex.com/t/1068014) 6 | 1. [大家房贷都占每月收入的多少啊,扣除房贷和日常开销,每月能存多少](https://www.v2ex.com/t/1068034) 7 | 1. [一开车就生一肚子气,该怎么化解?](https://www.v2ex.com/t/1068067) 8 | 1. [中国有没有这样的城市](https://www.v2ex.com/t/1067997) 9 | 1. [农村做题家被家里疯狂吸血](https://www.v2ex.com/t/1068112) 10 | 1. [新买了一台雷鸟电视,有台群晖,如何优雅的看电视?](https://www.v2ex.com/t/1068009) 11 | 1. [50 岁开发者的 AI 创业历程与收获](https://www.v2ex.com/t/1068143) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-08-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-28 23:08:30 +0800` 4 | 5 | 1. [在公司被匿名表白了](https://www.v2ex.com/t/1068342) 6 | 1. [租房被中介坑了](https://www.v2ex.com/t/1068328) 7 | 1. [黑神话最粪的怪](https://www.v2ex.com/t/1068373) 8 | 1. [10 个打不溜,往哪儿放可以做到每天 200 块稳定收益?](https://www.v2ex.com/t/1068454) 9 | 1. [电脑主机配置 求老哥帮忙看下这样合理吗](https://www.v2ex.com/t/1068312) 10 | 1. [搜狗输入法使用了 windows 啥漏洞,发通知广告竟然无法关闭](https://www.v2ex.com/t/1068320) 11 | 1. [最近比较火的国产免费 NAS 系统 fnOS,大家怎么看?](https://www.v2ex.com/t/1068366) 12 | 1. [Github 账号被盗了](https://www.v2ex.com/t/1068305) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-08-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-08-31 23:08:37 +0800` 4 | 5 | 1. [老婆刚拿驾照,就把车撞了](https://www.v2ex.com/t/1069228) 6 | 1. [买菜是去超市好还是菜市场?](https://www.v2ex.com/t/1069215) 7 | 1. [想玩黑神话悟空,但不想配电脑了,市面上的云游戏平台怎么样?](https://www.v2ex.com/t/1069187) 8 | 1. [大家平时都逛哪些论坛?](https://www.v2ex.com/t/1069230) 9 | 1. [母亲今早遭遇交通事故,请教下事故判责相关问题?希望有过类似经历或法律从业者分享点经验。](https://www.v2ex.com/t/1069208) 10 | 1. [智齿导致口臭,哭了](https://www.v2ex.com/t/1069236) 11 | 1. [还未上线的一个海外项目就在那做订单分表](https://www.v2ex.com/t/1069163) 12 | 1. [建议骑电动车办理驾照+交强险](https://www.v2ex.com/t/1069250) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-09-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-03 23:09:03 +0800` 4 | 5 | 1. [消费降级,我的订阅服务瘦身](https://www.v2ex.com/t/1069804) 6 | 1. [分享我的照片备份方案,无 NAS,简单可靠](https://www.v2ex.com/t/1069781) 7 | 1. [相亲记 3,因为工作遭拒。](https://www.v2ex.com/t/1069773) 8 | 1. [我有一个朋友,在即将转正的时候要求降薪五百,应该怎么和公司争取?](https://www.v2ex.com/t/1069771) 9 | 1. [GoLang 和 Python ,哪个更适合做 Java 程序员的第二语言?](https://www.v2ex.com/t/1069847) 10 | 1. [公司发不出工资了,接下来工资减半发,剩余的等客户一些应收款收到再给,但是没给承诺一定会给,这种情况有什么建议](https://www.v2ex.com/t/1069798) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-09-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-06 23:08:18 +0800` 4 | 5 | 1. [32 岁高龄,再战大厂](https://www.v2ex.com/t/1070623) 6 | 1. [昨天被刚入职的前端吊了](https://www.v2ex.com/t/1070614) 7 | 1. [已婚的朋友,双方老家距离远吗](https://www.v2ex.com/t/1070590) 8 | 1. [计划从长沙全家迁移到佛山生活,我这样有问题吗?](https://www.v2ex.com/t/1070716) 9 | 1. [大家怎么处理鼻毛的,有什么推荐的吗?](https://www.v2ex.com/t/1070608) 10 | 1. [論遠離國內軟件的舒坦](https://www.v2ex.com/t/1070599) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-09-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-11 23:09:22 +0800` 4 | 5 | 1. [大家的公司中秋都发的什么福利?](https://www.v2ex.com/t/1071846) 6 | 1. [你们觉得微信还能活几年?](https://www.v2ex.com/t/1071863) 7 | 1. [我最近发现中国大城市的教育质量反而不如 20 多年前我自己读书时候!](https://www.v2ex.com/t/1071947) 8 | 1. [这几天被 Python 搞得快崩溃了](https://www.v2ex.com/t/1071840) 9 | 1. [想了解一下有多少 iPhone 转安卓的?](https://www.v2ex.com/t/1071885) 10 | 1. [有没有发现 Linux 桌面的操作响应速度全面秒杀 win 11](https://www.v2ex.com/t/1071851) 11 | 1. [上班携带咖啡用什么容器 ?](https://www.v2ex.com/t/1071855) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-09-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-13 23:08:11 +0800` 4 | 5 | 1. [中秋三天大家什么安排?](https://www.v2ex.com/t/1072484) 6 | 1. [为什么很多人都用《》表示引用,而不用 “” 或「」](https://www.v2ex.com/t/1072491) 7 | 1. [千万不要买小米,再便宜也别买 +1](https://www.v2ex.com/t/1072513) 8 | 1. [2024 年了,用什么听歌呀?](https://www.v2ex.com/t/1072490) 9 | 1. [咋没人说苹果有快充了](https://www.v2ex.com/t/1072477) 10 | 1. [大家偶尔会有活腻了的感觉吗?](https://www.v2ex.com/t/1072447) 11 | 1. [chrome 浏览器看 AV(missav...)没字幕,有无插件可以导入本地字幕外挂播放?](https://www.v2ex.com/t/1072519) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-09-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-16 23:09:11 +0800` 4 | 5 | 1. [或许,我们没有那么多密码需要保存](https://www.v2ex.com/t/1073312) 6 | 1. [如何培养父母浪费的好习惯?](https://www.v2ex.com/t/1073290) 7 | 1. [来讨论下哪家银行 app 最好用](https://www.v2ex.com/t/1073309) 8 | 1. [台风,没饭吃,要似了](https://www.v2ex.com/t/1073324) 9 | 1. [搞了个 ri.bi 域名 有啥好想法参考](https://www.v2ex.com/t/1073371) 10 | 1. [请教各位物理学家,斜坡无动力小车,怎么样才能跑更远](https://www.v2ex.com/t/1073316) 11 | 1. [要等 m4 mbp 吗](https://www.v2ex.com/t/1073298) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-09-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-18 23:09:10 +0800` 4 | 5 | 1. [已经交了 2W 定金,要不要放弃买房?](https://www.v2ex.com/t/1073623) 6 | 1. [老是熬夜,有办法可以强制给手机断网吗?](https://www.v2ex.com/t/1073561) 7 | 1. [而立之年经历了一些事情之后,想找个没人的地方说说心里话](https://www.v2ex.com/t/1073548) 8 | 1. [腰椎间盘突出,几个月治疗无任何效果,请教各位老铁](https://www.v2ex.com/t/1073621) 9 | 1. [JDK 23 发布了](https://www.v2ex.com/t/1073571) 10 | 1. [妹妹马上要结婚了给多少好?](https://www.v2ex.com/t/1073643) 11 | 1. [只花不到 150 元,部署一套可能是最佳体验的家庭网络系统](https://www.v2ex.com/t/1073554) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-09-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-20 23:08:56 +0800` 4 | 5 | 1. [程序员失业,继承家业吧。天气逐渐变凉了,来我家看看羊绒衫呗,送 v 站福利回帖抽奖 精纺羊毛袜!](https://www.v2ex.com/t/1074247) 6 | 1. [V2EX 不可以上传图片,大家是怎么发图的?](https://www.v2ex.com/t/1074387) 7 | 1. [如何克制买新手机想法](https://www.v2ex.com/t/1074229) 8 | 1. [乐道 L60,电池租赁版 14.99 万起,感觉杀疯了呀](https://www.v2ex.com/t/1074278) 9 | 1. [26 岁母胎 solo 的第一次相亲 (后续)](https://www.v2ex.com/t/1074269) 10 | 1. [你们都升级 ios18 系统了吗?咋样](https://www.v2ex.com/t/1074254) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-09-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-23 23:09:28 +0800` 4 | 5 | 1. [最近想买一个相机,求打醒。](https://www.v2ex.com/t/1075021) 6 | 1. [程序员失业后办了个婚介工作室,目前很缺男士啊,欢迎男士啊,都是程序员啊 都好商量呀](https://www.v2ex.com/t/1075031) 7 | 1. [大家晚上睡觉会开着窗户吗?](https://www.v2ex.com/t/1074913) 8 | 1. [越来越不想上班,怎么办](https://www.v2ex.com/t/1074943) 9 | 1. [24 岁,大专生,在亲戚公司工作 1 年半了,感觉生活没有未来,有什么人生建议吗](https://www.v2ex.com/t/1074980) 10 | 1. [理发怎么跟 tony 说啊, 每次都是剪短修一下, 但是每次效果不一样](https://www.v2ex.com/t/1074920) 11 | 1. [为什么会有人觉得“舔狗”不是骂人?](https://www.v2ex.com/t/1075138) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-09-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-24 23:09:32 +0800` 4 | 5 | 1. [搭建了一个公考资源分享网站](https://www.v2ex.com/t/1075302) 6 | 1. [存量房贷终于要降一点了,真是不容易](https://www.v2ex.com/t/1075268) 7 | 1. [有没有劝人不做好人,老实人的书作品?](https://www.v2ex.com/t/1075340) 8 | 1. [[送码限 10 个] 全世界最好用的 JSON 可视化工具(大概)](https://www.v2ex.com/t/1075250) 9 | 1. [A 股要崛起了?今天高开 1%](https://www.v2ex.com/t/1075277) 10 | 1. [家庭内部买房争议](https://www.v2ex.com/t/1075419) 11 | 1. [用妙控板可以改善手腕酸痛吗](https://www.v2ex.com/t/1075271) 12 | 1. [有没有能把流量卡转换成 WIFI 的设备?](https://www.v2ex.com/t/1075221) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-09-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-25 23:09:11 +0800` 4 | 5 | 1. [国内苦无统一推送的安卓久矣,为什么国家不出手?](https://www.v2ex.com/t/1075585) 6 | 1. [恐惧和无力感。500 多万骗局可能任何人都会踩到(之一)](https://www.v2ex.com/t/1075618) 7 | 1. [国企工资太低了呀](https://www.v2ex.com/t/1075664) 8 | 1. [v2ex 最初是怎么发展起来的?](https://www.v2ex.com/t/1075635) 9 | 1. [分享一下我刚做的个人站 /about](https://www.v2ex.com/t/1075558) 10 | 1. [A 股昨天已经是底部了吗?](https://www.v2ex.com/t/1075570) 11 | 1. [招行两个 微信支付优惠](https://www.v2ex.com/t/1075620) 12 | 1. [美元/离岸人民币 汇率破 7 了 值得囤美元了不](https://www.v2ex.com/t/1075575) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-09-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-29 23:08:52 +0800` 4 | 5 | 1. [学习 react 或 vue 哪一个比较容易上手?](https://www.v2ex.com/t/1076728) 6 | 1. [00 后,被原生家庭关系所困扰,内耗着,过不去的结,求过来人给点建议。](https://www.v2ex.com/t/1076847) 7 | 1. [V 友们,有 20W 左右的油车推荐吗?](https://www.v2ex.com/t/1076650) 8 | 1. [早上掉头时和一个电动车发生剐蹭,请教有经验的 v 友](https://www.v2ex.com/t/1076794) 9 | 1. [如果让小孩(高中生 16 周岁左右)独自一人从一个城市坐高铁或者动车去另一个城市](https://www.v2ex.com/t/1076781) 10 | 1. [现在牛市是否可以上车?](https://www.v2ex.com/t/1076659) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-09-30.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-09-30 23:09:50 +0800` 4 | 5 | 1. [太火爆了,准备跑步进场?](https://www.v2ex.com/t/1076987) 6 | 1. [靠家里关系进央国企心里觉得别扭,求建议](https://www.v2ex.com/t/1077041) 7 | 1. [预算 30w 内,你会选什么电车](https://www.v2ex.com/t/1076974) 8 | 1. [国庆节后牛市还在吗?来来来预测一波](https://www.v2ex.com/t/1077004) 9 | 1. [一些从来没跟身边人说过的话,今天有感而发](https://www.v2ex.com/t/1077020) 10 | 1. [30 岁还有必要正畸整牙吗?](https://www.v2ex.com/t/1077024) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-10-01.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-01 23:09:14 +0800` 4 | 5 | 1. [看到有人劝年轻人不要投机 A 股大牛有感](https://www.v2ex.com/t/1077234) 6 | 1. [求推荐廉价服务器](https://www.v2ex.com/t/1077295) 7 | 1. [想到一个让电车加电🔋像加油⛽️一样方便的 idea](https://www.v2ex.com/t/1077255) 8 | 1. [求推荐个轻薄手机](https://www.v2ex.com/t/1077228) 9 | 1. [准备买车,但是租房小区车位要排队怎么办?](https://www.v2ex.com/t/1077251) 10 | 1. [ChatGPT 的 UI 这几个有什么区别?](https://www.v2ex.com/t/1077221) 11 | 1. [M 芯片 Mac 如何安装 win 虚拟机?](https://www.v2ex.com/t/1077259) 12 | 1. [突然感觉自己毫无前途,求大佬指点迷津](https://www.v2ex.com/t/1077272) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-10-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-04 23:09:28 +0800` 4 | 5 | 1. [我开发了一款 AI 助读的 APP,专注于实体书,想了解大家的需求](https://www.v2ex.com/t/1077618) 6 | 1. [目前 iPhone 在硬件上有三个版本:美版、中港澳版、全球版。中国大陆居民要想买全球版的话,买哪个地区销售的较好?](https://www.v2ex.com/t/1077580) 7 | 1. [各位踏空了吗,节后是否准备上车?](https://www.v2ex.com/t/1077662) 8 | 1. [笔记本是否可以作为临时显示器](https://www.v2ex.com/t/1077674) 9 | 1. [大语言模型提取个人信息返回虚假信息](https://www.v2ex.com/t/1077604) 10 | 1. [有没有人研究一下拼多多为什么几乎每天送钱](https://www.v2ex.com/t/1077597) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-10-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-11 23:09:01 +0800` 4 | 5 | 1. [推荐三部你今年来看过的最好的电影或电视剧](https://www.v2ex.com/t/1079068) 6 | 1. [被劝领导辞职,感觉人生没啥意义了](https://www.v2ex.com/t/1079112) 7 | 1. [今天生日,有啥羊毛可以薅的](https://www.v2ex.com/t/1079089) 8 | 1. [分享 Follow 的 RSS 订阅列表(会持续更新)](https://www.v2ex.com/t/1079117) 9 | 1. [40 多了,想学点和编程不搭嘎的东东, 有啥推荐的吗](https://www.v2ex.com/t/1079094) 10 | 1. [准备换手机,请教一下大家](https://www.v2ex.com/t/1079075) 11 | 1. [对影视飓风视频下架视频有感](https://www.v2ex.com/t/1079238) 12 | 1. [V 友们股市里赚了多少钱?都来分享些经验吧](https://www.v2ex.com/t/1079085) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-10-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-16 23:09:30 +0800` 4 | 5 | 1. [自从买了九号 F90M, 感觉人生交流圈扩大了几十公里](https://www.v2ex.com/t/1080681) 6 | 1. [关于无解的婆媳关系,还没结婚就开始了的 女方的一点回应](https://www.v2ex.com/t/1080646) 7 | 1. [有问界,智界,享界,阿维塔...华为系的车主吗, ads3.0 感觉如何,真能做到智驾无接管吗?](https://www.v2ex.com/t/1080652) 8 | 1. [问今年各位最满意的购物](https://www.v2ex.com/t/1080756) 9 | 1. [新人买相机,机身+镜头 1.5W 预算,求各位大佬推荐](https://www.v2ex.com/t/1080656) 10 | 1. [闻所未闻的倒计时思路。。。。。](https://www.v2ex.com/t/1080694) 11 | 1. [兄弟们,有啥副业能搞搞的吗?尤其是下班时间跟周末时间,不想浪费](https://www.v2ex.com/t/1080653) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-10-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-18 23:09:24 +0800` 4 | 5 | 1. [突然觉得自己一把年纪了,还那么天真](https://www.v2ex.com/t/1081477) 6 | 1. [邻居抽烟家里全是烟味,怎么处理](https://www.v2ex.com/t/1081367) 7 | 1. [老爸每天喝完酒开车出去打麻将,怎么治](https://www.v2ex.com/t/1081394) 8 | 1. [之前一直以为广东没彩礼,我年末要结婚了,才发现是有的。](https://www.v2ex.com/t/1081424) 9 | 1. [半夜了,诉苦一下吧,希望大家见谅](https://www.v2ex.com/t/1081341) 10 | 1. [现在国内最好的技术博客平台是什么?](https://www.v2ex.com/t/1081381) 11 | 1. [想知道给老板打工的前途在哪里?每天都浑浑噩噩的](https://www.v2ex.com/t/1081361) 12 | 1. [安卓浏览器求推荐](https://www.v2ex.com/t/1081415) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-10-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-24 23:09:20 +0800` 4 | 5 | 1. [第一次发帖问一下大家关于父母要不要卖掉老家的房子帮我买新房](https://www.v2ex.com/t/1083248) 6 | 1. [今天是 1024。](https://www.v2ex.com/t/1083063) 7 | 1. [为什么拘泥于让摄像头和屏幕抢位置呢?](https://www.v2ex.com/t/1083078) 8 | 1. [[广而告之]不要购买 vivo x200](https://www.v2ex.com/t/1083107) 9 | 1. [卖了套房 50 万,感觉牛市来了,准备进军股市! [第二天,记录]](https://www.v2ex.com/t/1083182) 10 | 1. [有啥好用的记账软件推荐吗,最好跨平台 ios / macos](https://www.v2ex.com/t/1083091) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-10-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-28 23:10:14 +0800` 4 | 5 | 1. [60 岁父母智能手机品牌求推荐, 3000 元以内,拒绝华为以及华为衍生品牌](https://www.v2ex.com/t/1084105) 6 | 1. [iPhone 丢失对工作生活影响巨大,还有可能找回吗?](https://www.v2ex.com/t/1084146) 7 | 1. [为什么微信不让用户从服务器拉取聊天记录?](https://www.v2ex.com/t/1084081) 8 | 1. [大家有没有觉得孩子的很多兴趣爱好都浪费了。与其话几十万培养兴趣爱好,不如钱攒着大了给孩子。](https://www.v2ex.com/t/1084248) 9 | 1. [药店的药也比线上卖的贵太多了。。。](https://www.v2ex.com/t/1084119) 10 | 1. [来看看我总结的牛马的一生,到底准不准,扎心不扎心?](https://www.v2ex.com/t/1084299) 11 | 1. [罗技鼠标计划性报废,还有什么推荐的?](https://www.v2ex.com/t/1084151) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-10-29.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-10-29 23:09:43 +0800` 4 | 5 | 1. [润出国打工是不是更好混一点,国内的空间太小了](https://www.v2ex.com/t/1084510) 6 | 1. [现在的年轻人还听音乐么?](https://www.v2ex.com/t/1084473) 7 | 1. [对标 Snipaste / Xnip,滚动截图/贴图/OCR/录屏 Longshot 抽奖送码啦](https://www.v2ex.com/t/1084492) 8 | 1. [体检出问题了,甲状腺结节,可能是恶性](https://www.v2ex.com/t/1084486) 9 | 1. [大佬们,想要自己搞个台式机,主要开发用,预算大概在 1 万左右 ,帮忙看下这个清单是否 OK](https://www.v2ex.com/t/1084478) 10 | 1. [25 届应届生 OFFER 选择,求职场老前辈指点迷津](https://www.v2ex.com/t/1084656) 11 | 12 | -------------------------------------------------------------------------------- /archives/2024-11-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-02 23:08:59 +0800` 4 | 5 | 1. [[乱想] mini M4,装个 Windows 虚拟机,软件兼容性和体验怎么样?](https://www.v2ex.com/t/1085933) 6 | 1. [哭到手麻脚麻,我就是世界上最废物的人](https://www.v2ex.com/t/1085913) 7 | 1. [苹果电脑大家推荐哪款拓展坞](https://www.v2ex.com/t/1085938) 8 | 1. [racknerd 是家骗子公司,大家注意了](https://www.v2ex.com/t/1085935) 9 | 1. [M4 Pro 和 M4 Max 的 geekbench 跑分出了 牙膏爆了](https://www.v2ex.com/t/1085983) 10 | 1. [双十一看到什么都想买,怎么治](https://www.v2ex.com/t/1085978) 11 | 1. [在单服务器搭最小规模的 CICD 的技术栈是什么](https://www.v2ex.com/t/1086033) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-11-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-05 23:09:18 +0800` 4 | 5 | 1. [因为老婆一个人在家照顾婴儿(三个月),拒绝部门领导周末团建的安排,被 DISS,我该如何调整心态?](https://www.v2ex.com/t/1086793) 6 | 1. [当你在跑步的时候你在想些什么?](https://www.v2ex.com/t/1086668) 7 | 1. [老婆在家除了带孩子,还能做点什么?](https://www.v2ex.com/t/1086705) 8 | 1. [今天生日,送给自己的礼物,氪了 488](https://www.v2ex.com/t/1086735) 9 | 1. [昨天发帖引得大家不高兴了 给大家发个红包道歉吧](https://www.v2ex.com/t/1086784) 10 | 1. [预算 8 万购车推荐](https://www.v2ex.com/t/1086706) 11 | 1. [租到辆 SU7 开了 2 天,说说感受](https://www.v2ex.com/t/1086781) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-11-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-09 23:09:07 +0800` 4 | 5 | 1. [mac mini m2 属于是最亏的一代](https://www.v2ex.com/t/1087950) 6 | 1. [文心一言比 chatgpt 差的不是一星半点](https://www.v2ex.com/t/1087977) 7 | 1. [卧槽 NAS 都能用国补了?立减 15%!](https://www.v2ex.com/t/1087913) 8 | 1. [没人觉得 V 站的这个回复反人类吗](https://www.v2ex.com/t/1087941) 9 | 1. [如何应对公司监控,保护副业安全?](https://www.v2ex.com/t/1087932) 10 | 1. [m4 mini 连夜装完后索然无味](https://www.v2ex.com/t/1087965) 11 | 1. [mac 剪切板 APP 有推荐吗](https://www.v2ex.com/t/1087989) 12 | 1. [Mac mini 当服务器大概率属于误解](https://www.v2ex.com/t/1087940) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-11-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-12 23:09:16 +0800` 4 | 5 | 1. [三万六千块人民币的房子能住吗?](https://www.v2ex.com/t/1088705) 6 | 1. [本想跟风丐版 Mac mini,一算要 7000 大洋,惊呆了🤯](https://www.v2ex.com/t/1088757) 7 | 1. [戴着 Apple Watch 睡觉是一种折磨](https://www.v2ex.com/t/1088829) 8 | 1. [回首职业生涯,虽然当了前端组长,好像一直在打螺丝,也没挣到什么钱,已哭晕在厕所😭,来人告诉我不只我一个人这样焦虑](https://www.v2ex.com/t/1088737) 9 | 1. [京东现在 mac mini 可下单-10G 网口版本-12 月发货-可用国补](https://www.v2ex.com/t/1088736) 10 | 1. [大家体检了吗,今年检查出了几个问题](https://www.v2ex.com/t/1088742) 11 | 1. [写本技术书,能不能熬过这个内卷时代。](https://www.v2ex.com/t/1088814) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-11-18.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-18 23:10:16 +0800` 4 | 5 | 1. [即将被裁的十年程序员,打算失业后开家会员生鲜超市](https://www.v2ex.com/t/1090430) 6 | 1. [大家现在都用什么输入法?](https://www.v2ex.com/t/1090383) 7 | 1. [有什么数据库扛断电能力最强吗?](https://www.v2ex.com/t/1090399) 8 | 1. [[求解答] 当前汽车环境下,该如何选一台称心的车?](https://www.v2ex.com/t/1090377) 9 | 1. [去医院验了个血,谷丙 300 多,医生建议住院。](https://www.v2ex.com/t/1090366) 10 | 1. [切身感受到医保这么不公平...](https://www.v2ex.com/t/1090550) 11 | 1. [提个疑问,生产环境中的数据库可不可以用 docker 容器化部署?](https://www.v2ex.com/t/1090444) 12 | 1. [信创服务器选型](https://www.v2ex.com/t/1090454) 13 | 14 | -------------------------------------------------------------------------------- /archives/2024-11-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-21 23:09:51 +0800` 4 | 5 | 1. [如果没有房贷压力,多出来的余钱你想用来做什么呢?](https://www.v2ex.com/t/1091378) 6 | 1. [即将到来的 2025 年,就业环境会变好吗?](https://www.v2ex.com/t/1091433) 7 | 1. [遇见恶性事件,我们应该上前制止吗?](https://www.v2ex.com/t/1091563) 8 | 1. [咨询大家一下 github 启用双因子认证大家都用什么?](https://www.v2ex.com/t/1091407) 9 | 10 | -------------------------------------------------------------------------------- /archives/2024-11-24.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-24 23:08:15 +0800` 4 | 5 | 1. [为什么这两年这么多去香港开银行卡的](https://www.v2ex.com/t/1092108) 6 | 1. [想问问大家的鼠标侧键都设置成啥功能了?](https://www.v2ex.com/t/1092177) 7 | 1. [各种云盘还是那么不靠谱](https://www.v2ex.com/t/1092134) 8 | 1. [关于阉割频段的疑问](https://www.v2ex.com/t/1092170) 9 | 1. [有没有什么体积小、免费无广告的 Windows 图片编辑器](https://www.v2ex.com/t/1092135) 10 | 1. [寒冬已至,本周四接到老板电话,说我所在部门没有存在必要了。。。](https://www.v2ex.com/t/1092121) 11 | 1. [新上一个工具站,求指点](https://www.v2ex.com/t/1092165) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-11-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-11-27 23:09:52 +0800` 4 | 5 | 1. [你们平时用高德地图还是百度地图?](https://www.v2ex.com/t/1092962) 6 | 1. [早上上班碰到一辆很急的比亚迪,险些发生事故,请问我有错么?](https://www.v2ex.com/t/1092990) 7 | 1. [看到有兄弟吃外卖,食物中毒,分享下每天只需要 20 分钟已经带饭一年的方法](https://www.v2ex.com/t/1093010) 8 | 1. [EcoPaste - 免费开源剪贴板神器,斩获 2.4k Star!](https://www.v2ex.com/t/1092988) 9 | 1. [是去是留?](https://www.v2ex.com/t/1092944) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-12-02.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-02 23:10:28 +0800` 4 | 5 | 1. [上海房本去名,引发的亲情、利益纠纷](https://www.v2ex.com/t/1094261) 6 | 1. [每天跑 5~10 万步能减多少?](https://www.v2ex.com/t/1094331) 7 | 1. [怎么没有 Mac mini 热了?](https://www.v2ex.com/t/1094280) 8 | 1. [2024 年 12 月了,一年又见底了,大家都过得怎样呢?](https://www.v2ex.com/t/1094197) 9 | 1. [买了个米家台式净水器,用了 2 年,坏了](https://www.v2ex.com/t/1094199) 10 | 11 | -------------------------------------------------------------------------------- /archives/2024-12-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-10 23:10:41 +0800` 4 | 5 | 1. [通过一件小事,同时感受了荣耀和小米的服务](https://www.v2ex.com/t/1096304) 6 | 1. [关于相亲的一些牢骚和问题.](https://www.v2ex.com/t/1096351) 7 | 1. [我们的开源项目有办公室了 落座邯郸 欢迎过来喝茶](https://www.v2ex.com/t/1096407) 8 | 1. [爆仓了,感觉币圈还是不适合普通人玩](https://www.v2ex.com/t/1096273) 9 | 1. [有没有什么比较好的虚拟币交易指南/教程?](https://www.v2ex.com/t/1096324) 10 | 1. [大家用 windsurf/cursor 开发真实体验如何?](https://www.v2ex.com/t/1096300) 11 | 1. [练了俩月电子琴, 决定要入手电钢琴了](https://www.v2ex.com/t/1096338) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-12-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-13 23:10:09 +0800` 4 | 5 | 1. [宇宙机器人........................](https://www.v2ex.com/t/1097255) 6 | 1. [兄弟们,求剧(动漫)](https://www.v2ex.com/t/1097235) 7 | 1. [现代智能电视,长辈不会用, DVD 光盘解决](https://www.v2ex.com/t/1097168) 8 | 1. [准备过年给父亲买点酒,看到天猫和拼多多的酒水便宜不少钱,请教一下 v 友能买吗](https://www.v2ex.com/t/1097197) 9 | 1. [月底正好生日加上元旦一起过,现在就出去能吃啥问题已经讨论了两天了。。。。。。。。](https://www.v2ex.com/t/1097237) 10 | 1. [京东, 感觉已经退化到妥妥的骗子公司了](https://www.v2ex.com/t/1097316) 11 | 1. [今年效益不行,公司降薪了](https://www.v2ex.com/t/1097261) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-12-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-22 23:07:41 +0800` 4 | 5 | 1. [3 年 50 次迭代:我编写了一款专为 Mac 打造的休息提醒工具](https://www.v2ex.com/t/1099352) 6 | 1. [程序员失业,回家养🐏,大家怎么看?](https://www.v2ex.com/t/1099431) 7 | 1. [分享一下我用 hyper-v 做的 nas 服务器,非常稳定省心,模块化,懒人福音](https://www.v2ex.com/t/1099343) 8 | 1. [数字游民有什么地方推荐居住](https://www.v2ex.com/t/1099348) 9 | 1. [2024 年了,无聊想尝试下 neovim](https://www.v2ex.com/t/1099388) 10 | 1. [学校发生这样的事,大家怎么看?](https://www.v2ex.com/t/1099430) 11 | 1. [对于独立开发出海 App 你们选择 SwiftUI 专注 iOS 还是直接用 flutter 开发多个端](https://www.v2ex.com/t/1099362) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-12-25.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-25 23:08:28 +0800` 4 | 5 | 1. [很想采访变道不打转向灯是什么心态](https://www.v2ex.com/t/1100147) 6 | 1. [关于国补的商家套路](https://www.v2ex.com/t/1100063) 7 | 1. [一到冬天,脸上就干燥起皮暗沉,擦什么可以恢复自然状态,且擦之后不要出现明显白霜的,求推荐](https://www.v2ex.com/t/1100062) 8 | 1. [请教下大家什么是“全栈”](https://www.v2ex.com/t/1100069) 9 | 1. [求推荐无套路大流量手机卡,联通电信移动都行~](https://www.v2ex.com/t/1100054) 10 | 1. [a 股进入局部牛市,一年涨幅普遍 50%+](https://www.v2ex.com/t/1100091) 11 | 1. [今年点外卖花了 1 万](https://www.v2ex.com/t/1100119) 12 | 13 | -------------------------------------------------------------------------------- /archives/2024-12-27.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2024-12-27 23:08:40 +0800` 4 | 5 | 1. [网易云年度报告出来了,友友们的年度歌手是谁](https://www.v2ex.com/t/1100594) 6 | 1. [崩溃了,前两天刚提前还贷,今天就被裁了](https://www.v2ex.com/t/1100584) 7 | 1. [2024 年即将结束,大家来说一下自己的 2024 年股市赚了还是赔了,收益率是多少,分享下 2025 年的理财计划](https://www.v2ex.com/t/1100585) 8 | 1. [求推荐--安卓备用机](https://www.v2ex.com/t/1100601) 9 | 1. [猫晚上喜欢刨门和叫唤.影响睡觉.有啥好办法吗?](https://www.v2ex.com/t/1100605) 10 | 1. [为什么感觉越贵的鞋子越不耐穿](https://www.v2ex.com/t/1100610) 11 | 1. [大家有没有发现国内吸烟的人越来越多?](https://www.v2ex.com/t/1100686) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-03.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-03 23:09:16 +0800` 4 | 5 | 1. [我副业收入每月只有千八百块, V 友们都是怎么赚外快的?](https://www.v2ex.com/t/1102168) 6 | 1. [uu 加速器打折了](https://www.v2ex.com/t/1102240) 7 | 1. [国补之后到底有没有便宜?](https://www.v2ex.com/t/1102189) 8 | 1. [开发了半年多的 羽毛球场 2.0 终于上线啦,球路练习起来[送码]](https://www.v2ex.com/t/1102231) 9 | 1. [感冒初期,除了多喝水,如何快速恢复?](https://www.v2ex.com/t/1102176) 10 | 1. [国产键鼠真的好用,已经彻底抛弃传统大厂了。](https://www.v2ex.com/t/1102194) 11 | 1. [有没有觉得“延迟满足”就是扯淡!](https://www.v2ex.com/t/1102278) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-05 23:07:48 +0800` 4 | 5 | 1. [现在食品安全问题是不是越来越严重了](https://www.v2ex.com/t/1102614) 6 | 1. [关于 [伟途亦可思] App 加广告说明](https://www.v2ex.com/t/1102656) 7 | 1. [久病成医了都](https://www.v2ex.com/t/1102611) 8 | 1. [我转发了一张图到前端群,大周末的群里已经爆炸了](https://www.v2ex.com/t/1102700) 9 | 1. [V2EX 无广告客户端有推荐吗](https://www.v2ex.com/t/1102637) 10 | 1. [google voice 号刚回收了还能找回吗](https://www.v2ex.com/t/1102604) 11 | 1. [大模型人工智能是不是马上就要代替程序员了](https://www.v2ex.com/t/1102613) 12 | 1. [被 cursor 气出脑血栓](https://www.v2ex.com/t/1102687) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-01-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-07 23:18:11 +0800` 4 | 5 | 1. [我发现好多人过年不回家](https://www.v2ex.com/t/1103078) 6 | 1. [从面别人,到找不到工作,年底了没脸回家了](https://www.v2ex.com/t/1103047) 7 | 1. [为什么有人把结束读成 su?](https://www.v2ex.com/t/1103072) 8 | 1. [优惠券读 quan 不读 juan。](https://www.v2ex.com/t/1103101) 9 | 1. [cursor 简直是神器啊](https://www.v2ex.com/t/1103090) 10 | 1. [RTX 5090,1999 美元,各位老哥准备入手嘛](https://www.v2ex.com/t/1103140) 11 | 1. [女朋友说以后怀孕了 要去 15w 一个月的月子中心](https://www.v2ex.com/t/1103260) 12 | 1. [有人做到一边得到上级认可(努力、上进),一边又杜绝加班么?](https://www.v2ex.com/t/1103091) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-01-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-08 23:09:24 +0800` 4 | 5 | 1. [找老婆最重要的就是情绪稳定,你们认可吗](https://www.v2ex.com/t/1103419) 6 | 1. [如何评价 deepseek 的弯道超车,号称超越了 llama3.1-405b、claude-3.5-sonnet、gpt-4](https://www.v2ex.com/t/1103363) 7 | 1. [是我的错觉吗,感觉 12306 一年不如一年?](https://www.v2ex.com/t/1103375) 8 | 1. [朋友推荐了一个电脑价目表, V 友帮忙看看审核下](https://www.v2ex.com/t/1103379) 9 | 1. [装修要不要客厅跟阳台打通?](https://www.v2ex.com/t/1103391) 10 | 1. [经常会忘记呼吸,然后深吸长叹](https://www.v2ex.com/t/1103441) 11 | 1. [父母手机选择](https://www.v2ex.com/t/1103415) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-11.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-11 23:08:11 +0800` 4 | 5 | 1. [发现 Linux .do 这个管理员抢了我的 ID 然后把我号删了这件事](https://www.v2ex.com/t/1104357) 6 | 1. [突然感觉一点过年的气氛都没得了](https://www.v2ex.com/t/1104309) 7 | 1. [逆向了运营商定制无线路由器/光猫里的间谍软件](https://www.v2ex.com/t/1104332) 8 | 1. [一起讨论一下各自支撑生活的理论](https://www.v2ex.com/t/1104306) 9 | 1. [抖音已经没法看了。](https://www.v2ex.com/t/1104341) 10 | 1. [有个小说的奇思妙想](https://www.v2ex.com/t/1104313) 11 | 1. [朋友们有没有碰到在 12306 扣款成功但是订单没有生成的问题?](https://www.v2ex.com/t/1104311) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-12.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-12 23:08:16 +0800` 4 | 5 | 1. [2025 年 1 月帮推荐个安卓手机](https://www.v2ex.com/t/1104426) 6 | 1. [你们看(中文)视频能离开字幕吗?](https://www.v2ex.com/t/1104452) 7 | 1. [撤离时,你会带什么?](https://www.v2ex.com/t/1104484) 8 | 1. [关于 AppleTV 父母使用](https://www.v2ex.com/t/1104443) 9 | 1. [appstore 这么顽固?](https://www.v2ex.com/t/1104470) 10 | 1. [人近中年,自制力会越来越差吗](https://www.v2ex.com/t/1104510) 11 | 1. [普通程序员还有活路吗?](https://www.v2ex.com/t/1104479) 12 | 1. [7 年婚姻结束,家庭问题,人生迷茫](https://www.v2ex.com/t/1104536) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-01-13.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-13 23:10:14 +0800` 4 | 5 | 1. [12306 的票到底卖给谁了?](https://www.v2ex.com/t/1104596) 6 | 1. [同样是被裁员的同事,现在收入是你的 5 倍,作何感想](https://www.v2ex.com/t/1104619) 7 | 1. [你最希望拍成影视剧的小说是哪一部?不限题材](https://www.v2ex.com/t/1104589) 8 | 1. [大家能接受父母每天或者每两天打一次视频电话吗?](https://www.v2ex.com/t/1104577) 9 | 1. [各位摩托骑手,你们通勤路上钻缝吗](https://www.v2ex.com/t/1104620) 10 | 1. [[网站 MVP] 算算电车比油车在通勤成本上省多少钱?](https://www.v2ex.com/t/1104584) 11 | 1. [国补的目的是补贴消费者还是补贴商家?真能促进消费吗](https://www.v2ex.com/t/1104631) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-15.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-15 23:09:25 +0800` 4 | 5 | 1. [春节放假了, 各位程序员你们都是几号放?](https://www.v2ex.com/t/1105159) 6 | 1. [2025 年了,大家服务器用的什么 Linux 版本](https://www.v2ex.com/t/1105283) 7 | 1. [4 岁男孩,对电子游戏不感兴趣怎么办](https://www.v2ex.com/t/1105276) 8 | 1. [关于痛风的交流贴](https://www.v2ex.com/t/1105149) 9 | 1. [收了俩 N1 盒子,不到四个月都坏了](https://www.v2ex.com/t/1105150) 10 | 1. [国内如何收美金?](https://www.v2ex.com/t/1105193) 11 | 1. [现在过年大家还有什么期待的吗?](https://www.v2ex.com/t/1105153) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-16.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-16 23:09:19 +0800` 4 | 5 | 1. [难受了,老婆给小舅子求婚借钱,买房给钱,结婚办酒也借钱](https://www.v2ex.com/t/1105435) 6 | 1. [大家有没有什么书或者办法可以缓解焦虑?](https://www.v2ex.com/t/1105428) 7 | 1. [关于 [给小舅子钱] 帖子的评论回应](https://www.v2ex.com/t/1105494) 8 | 1. [我家猫猫的红包封面!](https://www.v2ex.com/t/1105467) 9 | 1. [怎么才能厚脸皮 在外包好玻璃心](https://www.v2ex.com/t/1105453) 10 | 1. [感觉要学的技术太多了学不过来怎么办](https://www.v2ex.com/t/1105429) 11 | 1. [小学有必要上私立?](https://www.v2ex.com/t/1105452) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-19.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-19 23:08:51 +0800` 4 | 5 | 1. [Apple 地图啊,你就差个红绿灯🚥倒计时了](https://www.v2ex.com/t/1106202) 6 | 1. [31 岁互联网大厂程序员:不续签后的面试之旅](https://www.v2ex.com/t/1106214) 7 | 1. [入职一个来月了,迟迟不签合同是有什么套路吗?](https://www.v2ex.com/t/1106192) 8 | 1. [最受不了的就是 golang 中的 if...else 语句了](https://www.v2ex.com/t/1106223) 9 | 1. [大佬们苹果老用户想转安卓,求推荐个 5000 内的手机](https://www.v2ex.com/t/1106195) 10 | 1. [现在还是北联通南电信吗](https://www.v2ex.com/t/1106258) 11 | 1. [有没有远程切换 pc 启动盘的方案](https://www.v2ex.com/t/1106208) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-20 23:09:37 +0800` 4 | 5 | 1. [上周六 27 年母单的我终于脱单了,但是好像并没有那么激动~](https://www.v2ex.com/t/1106352) 6 | 1. [结婚真的要门当户对吗,我该何去何从?](https://www.v2ex.com/t/1106344) 7 | 1. [[老话题] , 新手开车上高速回家过年,需要注意哪些事项](https://www.v2ex.com/t/1106393) 8 | 1. [🧧 [领红包封面] 祝 V 友们:蛇年大吉,财运亨通!](https://www.v2ex.com/t/1106447) 9 | 1. [国补为什么每次都是江苏那边先支持呢?](https://www.v2ex.com/t/1106357) 10 | 1. [为什么我能复刻 补光灯的成功?](https://www.v2ex.com/t/1106325) 11 | 12 | -------------------------------------------------------------------------------- /archives/2025-01-21.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-21 23:09:39 +0800` 4 | 5 | 1. [大家最近在读什么书](https://www.v2ex.com/t/1106658) 6 | 1. [家长要求给上大学的孩子买一台只能写代码, 不能玩游戏的电脑](https://www.v2ex.com/t/1106683) 7 | 1. [各位有经验的老哥们,想问一下第一次去女方家里该带点啥](https://www.v2ex.com/t/1106655) 8 | 1. [过年提前回家,大家的请假理由是什么?才能体现自己是“好”员工](https://www.v2ex.com/t/1106689) 9 | 1. [孩子不给手机就不吃饭,不高兴是对的?](https://www.v2ex.com/t/1106695) 10 | 1. [怎样说服老大,程序的后端开发,远比前端要复杂且重要](https://www.v2ex.com/t/1106684) 11 | 1. [感觉 到 2030 后 华语要断层了,没什么新歌听了](https://www.v2ex.com/t/1106768) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-22 23:09:24 +0800` 4 | 5 | 1. [今年的火车票是真的难买](https://www.v2ex.com/t/1106973) 6 | 1. [小年了,如何厚脸皮要钱](https://www.v2ex.com/t/1107042) 7 | 1. [微信红包封面,有需要的可以领取](https://www.v2ex.com/t/1106962) 8 | 1. [今年买的最值的电子产品是什么](https://www.v2ex.com/t/1107019) 9 | 1. [国补太搞笑了 补完价格比 pdd 还高](https://www.v2ex.com/t/1106975) 10 | 1. [trump 刚发币 2 个小时我就冲了,没想到银行卡被冻结了](https://www.v2ex.com/t/1106952) 11 | 1. [年味变淡,是真实感受还是童年滤镜?只有回忆里的春节会告诉你答案。](https://www.v2ex.com/t/1106990) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-23.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-23 23:09:33 +0800` 4 | 5 | 1. [白天上完班晚上通宵开车回家要注意什么](https://www.v2ex.com/t/1107239) 6 | 1. [🧧做了两款红包封面欢迎大家免费领取](https://www.v2ex.com/t/1107271) 7 | 1. [本 6, 30 岁才 p5 未来很迷茫](https://www.v2ex.com/t/1107326) 8 | 1. [大佬们,去港澳有啥需要注意的](https://www.v2ex.com/t/1107241) 9 | 1. [分享 Netskao 大佬 iOS 微信 Callkit 开启方法](https://www.v2ex.com/t/1107218) 10 | 1. [[非改语言!非反馈客服!] 亲测有效开通微信 callkit 的方法](https://www.v2ex.com/t/1107411) 11 | 1. [[网站自荐] 高颜值专业在线焰火模拟器 - 值此新春佳节之际,通过精心设计的物理引擎和视觉特效,为用户提供身临其境的焰火体验](https://www.v2ex.com/t/1107312) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-01-28.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-01-28 23:09:53 +0800` 4 | 5 | 1. [600 万人民币可以在国内二线过闲适生活了么?](https://www.v2ex.com/t/1108150) 6 | 1. [原生家庭,过年刚回家和家里白眼狼姐打起来了](https://www.v2ex.com/t/1108137) 7 | 1. [DLPlay 抽奖活动! 过年了给家整一波抽奖活动助助兴,祝所有看到帖子的人好运🍀连连](https://www.v2ex.com/t/1108166) 8 | 1. [好多 AI 都识别不出来这是啥字](https://www.v2ex.com/t/1108191) 9 | 1. [kiwi 归档了, play 商店也下架了](https://www.v2ex.com/t/1108151) 10 | 1. [抄底美科技股的时候到了](https://www.v2ex.com/t/1108157) 11 | 1. [今年感觉禁放烟花爆竹执行异常严格](https://www.v2ex.com/t/1108184) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-02-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-02-26 23:10:25 +0800` 4 | 5 | 1. [求求老哥们推荐个新生儿安全座椅,太难买了 。°(°¯᷄◠¯᷅°)°。](https://www.v2ex.com/t/1114304) 6 | 1. [有多少小时候玩《问道》端游的?](https://www.v2ex.com/t/1114340) 7 | 1. [求推荐 macOS 必装软件](https://www.v2ex.com/t/1114282) 8 | 1. [逆向从众?有没有同样不追热点的朋友](https://www.v2ex.com/t/1114223) 9 | 1. [低层开发仔,越来越担忧被 AI 取代了](https://www.v2ex.com/t/1114252) 10 | 1. [黑苹果末路?](https://www.v2ex.com/t/1114222) 11 | 12 | -------------------------------------------------------------------------------- /archives/2025-03-05.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-03-05 23:10:44 +0800` 4 | 5 | 1. [有没有觉得人生真的很短暂!](https://www.v2ex.com/t/1115957) 6 | 1. [关于武汉卖房的问题,咨询下各位坛友](https://www.v2ex.com/t/1115950) 7 | 1. [发现一个摸鱼好去处, 情感话题比较多](https://www.v2ex.com/t/1116002) 8 | 1. [我想问问我的观点对还是老板的对。](https://www.v2ex.com/t/1116043) 9 | 1. [女生 30 就算大龄了么?帮表妹找对象,单身的速点](https://www.v2ex.com/t/1116129) 10 | 1. [一年半前发帖准备移居,如今落地温哥华两周了,谈谈感想](https://www.v2ex.com/t/1115936) 11 | 1. [智能开关选择?](https://www.v2ex.com/t/1115951) 12 | 1. [迫于电视被娃砸坏,请 v 友们推荐电视](https://www.v2ex.com/t/1115971) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-03-06.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-03-06 23:10:13 +0800` 4 | 5 | 1. [有没会看中医病历或药方的大佬,麻烦进进~](https://www.v2ex.com/t/1116270) 6 | 1. [manus 没人关注吗?咋看](https://www.v2ex.com/t/1116232) 7 | 1. [高中取消早晚自习老师激动得睡不着](https://www.v2ex.com/t/1116278) 8 | 1. [diy 主机: itx 值得选择吗?](https://www.v2ex.com/t/1116225) 9 | 1. [油桃 TV: 电视端浏览器免费观看电视直播和突破投屏限制电视大屏观看高清视频](https://www.v2ex.com/t/1116229) 10 | 1. [为何大 A 永远在三千点徘徊](https://www.v2ex.com/t/1116226) 11 | 1. [涉黄?服务器被封!甚至不是我的!](https://www.v2ex.com/t/1116268) 12 | 1. [牛马突然没有班上,多少还是有点焦虑](https://www.v2ex.com/t/1116265) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-03-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-03-07 23:09:51 +0800` 4 | 5 | 1. [去医院做个检查被开了五百多块钱的药](https://www.v2ex.com/t/1116542) 6 | 1. [pdd 上买了个平板,感觉智商被侮辱了](https://www.v2ex.com/t/1116691) 7 | 1. [都已经 2025 年了,为什么 Java Boy 还是不能接受 var 关键字](https://www.v2ex.com/t/1116515) 8 | 1. [小区物业越来越怠慢,而且每年不公布收支情况,是否可以停缴物业费](https://www.v2ex.com/t/1116553) 9 | 1. [请问下个税里面的继续教育减免可以随便填吗](https://www.v2ex.com/t/1116535) 10 | 1. [安装比亚迪赠送充电桩被增项收了一千四百八](https://www.v2ex.com/t/1116650) 11 | 12 | -------------------------------------------------------------------------------- /archives/2025-03-10.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-03-10 23:11:11 +0800` 4 | 5 | 1. [大家在带娃的过程中,碰到这种小朋友都是怎么做的?](https://www.v2ex.com/t/1117126) 6 | 1. [请问大家 新车选择白色车漆 后期会发黄吗](https://www.v2ex.com/t/1117141) 7 | 1. [家里要给介绍的相亲对象是个富家女?](https://www.v2ex.com/t/1117164) 8 | 1. [[送码] 最近骚扰电话,是真疯狂,拦截猫已经拦截不住了](https://www.v2ex.com/t/1117262) 9 | 1. [mac mini m4 32g 内存,256g 硬盘,要上万兆吗?](https://www.v2ex.com/t/1117170) 10 | 1. [苹果新漏洞?](https://www.v2ex.com/t/1117175) 11 | 1. [苹果直营店退换货被拒](https://www.v2ex.com/t/1117299) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-04-04.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-04-04 23:10:05 +0800` 4 | 5 | 1. [人生求教 老爸掏光家底炒股亏损 30 年 该不该帮老爸?](https://www.v2ex.com/t/1123253) 6 | 1. [问问各位大哥,你们会接受一个人自行到公司人事部来找工作么?](https://www.v2ex.com/t/1123291) 7 | 1. [RAID0 停电,一个盘没了](https://www.v2ex.com/t/1123252) 8 | 1. [论点:医生和程序员好像](https://www.v2ex.com/t/1123293) 9 | 1. [诈骗团伙是怎么伪造公安座机号码的?分享我最近的被骗经验 请大家提防](https://www.v2ex.com/t/1123326) 10 | 1. [国行 iPhone 17 系列接入 esim](https://www.v2ex.com/t/1123246) 11 | 1. [对于长时间高负载运行的任务,什么样的(小)主机适合?(比如编译 Android 源码)](https://www.v2ex.com/t/1123250) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-04-09.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-04-09 23:12:49 +0800` 4 | 5 | 1. [买五菱星光 S 会不会很没面子](https://www.v2ex.com/t/1124229) 6 | 1. [开发完成一个吉卜力图片生成器,基于 GPT 4o](https://www.v2ex.com/t/1124154) 7 | 1. [最新 ios 去大部分开屏广告](https://www.v2ex.com/t/1124220) 8 | 1. [美股 20%仓位亏了 10 个,心痛的无法呼吸](https://www.v2ex.com/t/1124192) 9 | 1. [避免踩坑,请给我帮忙看下安卓机。](https://www.v2ex.com/t/1124188) 10 | 1. [大模型在技术上 能 / 怎么 实现比较准确的数据库查询 吗/呢 ?](https://www.v2ex.com/t/1124121) 11 | 1. [外婆生前的照片在 mate9 里,被家里孩子恢复出厂设置了,怎么办?](https://www.v2ex.com/t/1124080) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-05-07.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-07 23:11:34 +0800` 4 | 5 | 1. [相亲笔记](https://www.v2ex.com/t/1130158) 6 | 1. [中年男人有没有什么真的有效的补品?](https://www.v2ex.com/t/1130052) 7 | 1. [35 的你们还好吗](https://www.v2ex.com/t/1130136) 8 | 1. [以结婚为目的 相亲/找对象 最应该看重对方(女生)的哪些方面?](https://www.v2ex.com/t/1130091) 9 | 1. [理性讨论,我认为安卓两端返回不是优势,而是无奈](https://www.v2ex.com/t/1130104) 10 | 1. [女友生病,求好的医院和建议](https://www.v2ex.com/t/1130190) 11 | 1. [大家来安利下住过的满意的海边酒店,带娃太累了只想在酒店待着](https://www.v2ex.com/t/1130049) 12 | 1. [没想到 Cursor 也有教育优惠了](https://www.v2ex.com/t/1130037) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-05-08.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-08 23:10:55 +0800` 4 | 5 | 1. [生孩子免税会促进你的生育吗?](https://www.v2ex.com/t/1130370) 6 | 1. [请教大米饭的做法](https://www.v2ex.com/t/1130342) 7 | 1. [订了比亚迪的车,贴膜在犹豫用什么?各位有推荐和建议吗](https://www.v2ex.com/t/1130362) 8 | 1. [存储过程真的是洪水猛兽吗?](https://www.v2ex.com/t/1130319) 9 | 1. [请问飞书企业版中老板能否看到员工聊天记录](https://www.v2ex.com/t/1130318) 10 | 1. [大家怎么看 AI 面试作弊](https://www.v2ex.com/t/1130311) 11 | 1. [微众银行太多的产品收益越来越低了,哪位大哥有稳健理财产品能推荐](https://www.v2ex.com/t/1130308) 12 | 1. [健身 3 个月,记录下](https://www.v2ex.com/t/1130335) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-05-20.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-20 23:11:32 +0800` 4 | 5 | 1. [我写了一个编程语言,受 golang 启发](https://www.v2ex.com/t/1132910) 6 | 1. [兄弟们 换车有建议的吗](https://www.v2ex.com/t/1132909) 7 | 1. [大家 qq 音乐会员哪里买的,多少钱一年?](https://www.v2ex.com/t/1132902) 8 | 1. [有骑行的小伙伴用 AirPods 吗?](https://www.v2ex.com/t/1132899) 9 | 1. [520 了,给你的对象搭子买了什么礼物?](https://www.v2ex.com/t/1132980) 10 | 1. [台式机一般用多少年就可以升级了](https://www.v2ex.com/t/1132946) 11 | 12 | -------------------------------------------------------------------------------- /archives/2025-05-22.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-22 23:11:22 +0800` 4 | 5 | 1. [亏掉首付有感](https://www.v2ex.com/t/1133437) 6 | 1. [我的全部理财分享](https://www.v2ex.com/t/1133464) 7 | 1. [[抽奖] 比特币突破 11 万美元,抢楼前 20 名,白送 虚拟 visa 卡](https://www.v2ex.com/t/1133506) 8 | 1. [520 分手啦](https://www.v2ex.com/t/1133575) 9 | 1. [北京美食分享](https://www.v2ex.com/t/1133416) 10 | 1. [顶头上司是一个混子咋办](https://www.v2ex.com/t/1133444) 11 | 1. [租房遇到不良房东,押金恐被恶意克扣,求广大 v 友帮助。](https://www.v2ex.com/t/1133419) 12 | 1. [看了关于迷信的帖子感觉大家成见蛮深的。](https://www.v2ex.com/t/1133570) 13 | 14 | -------------------------------------------------------------------------------- /archives/2025-05-26.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-26 23:11:00 +0800` 4 | 5 | 1. [剃须刀有没有推荐的呀,性价比高的](https://www.v2ex.com/t/1134270) 6 | 1. [地狱开局怎么破?](https://www.v2ex.com/t/1134271) 7 | 1. [迫于太懒,想趁 618 入手一个扫地机器人,有没有过来人给点意见或者冷水,真的能解放双手吗...](https://www.v2ex.com/t/1134289) 8 | 1. [国家网络身份认证系统开始推送了](https://www.v2ex.com/t/1134428) 9 | 1. [30 岁, 3 年工作后远程,由于不注意运动,导致体检亮了多处红灯..](https://www.v2ex.com/t/1134274) 10 | 1. [地铁上一女的在看书,书名不知道,但是章节名看到了《请不要对直男抱有任何幻想》](https://www.v2ex.com/t/1134280) 11 | 1. [张一鸣想干啥?最近抖音为什么都故意给我推很多那方面作品,这风向什么意思啊?](https://www.v2ex.com/t/1134242) 12 | 13 | -------------------------------------------------------------------------------- /archives/2025-05-31.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:2025-05-31 23:09:15 +0800` 4 | 5 | 1. [做 ai 模型层的人,为什么会看不起做应用层的人?是不是做应用的人不配.](https://www.v2ex.com/t/1135615) 6 | 1. [“端午安康”的谣言到底怎么流传开来的?](https://www.v2ex.com/t/1135590) 7 | 1. [公网映射 NAS,如何保证安全](https://www.v2ex.com/t/1135582) 8 | 1. [求大家帮我看看要不要在试用期内跑路呗🙇‍](https://www.v2ex.com/t/1135595) 9 | 1. [35 岁程序员能找到一个 5000 后端远程开发吗?](https://www.v2ex.com/t/1135648) 10 | 1. [二手安卓爱回收压价好厉害](https://www.v2ex.com/t/1135591) 11 | 1. [通义灵码出了 IDE](https://www.v2ex.com/t/1135587) 12 | 13 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.25.0 -------------------------------------------------------------------------------- /template/archive.md: -------------------------------------------------------------------------------- 1 | # v2ex热议话题 2 | 3 | `最后更新时间:{updateTime}` 4 | 5 | {topics} 6 | 7 | --------------------------------------------------------------------------------