Nien-Ying Chou

@wolfzxcv

If you find my notes helpful, feel free to also help others around :)

Joined on Jun 5, 2020

  • 09:13/09:06離開機場, 搭乘S1或S8到München Hbf/ Ost 車站旁邊的 EDEKA 跟 dm 採買 10:55 Hbf/ 11:04 Ost 出發Salzburg, 12:42 抵達 先去 住宿 放行李 早點睡, 隔天06:00要抵達 火車站, 06:15上公車, 整天會走很多路 11/19 Hallstatt ==有機會洗+烘衣服== 淇:95.545 念:46.905 您可以在旅館櫃檯購買機器的代幣。每個代幣只需 3 歐元,因此洗+烘乾只需 6 歐元,此價格還包括洗衣精跟柔軟精。 公車時間價錢Salzburg Hauptbahnhof
     Like  Bookmark
  • ChatGPT based customer service There are already some people offering similar products on the internet, but not free.https://platform.chaticmedia.com/ https://fastbots.ai/#pricing I grab some information from FAQ on UE website (there are too many words in total, so I don't want to copy and paste them all, just grab some to test the chatbot), and feed it to my ChatGPT, and it can answer the questions. UE FAQ Deployment, you can ask the bot any questions, not just related to UE, but don't ask too many, it seems it charges money. Repo, my source codeYou will not find any similar codes on the internet, most example codes only implement the first round of dialog, so can not remember the previous conversation, and use the information later on. Even the exisiting product separate frontend and backend in different projects, whereas I build the full-stack under a full-stack framework under the same repo.
     Like  Bookmark
  • image image image image Supervised (input -> output) Regression (output is continuous) ==Linear Regression== Support Vector Machine (Support Vector Regression) K Nearest Neighbours
     Like  Bookmark
  • Data Kaggle Libraries General ==pandas==Data manipulation and analysis ==NumPy== Adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
     Like  Bookmark
  • JMeter What is perfomance test? A non-functional software testing technique that determines how the speed, response time, stability, reliability and scalability of an application holds up under a given workload. Why do we need perfomance test? At least one of the following reasons: To determine whether the application satisfies performance requirements (for instance, the system should handle up to 1,000 concurrent users). To locate computing bottlenecks within an application.A bottleneck is a point of congestion in a production system that stops or severely slows the system.
     Like  Bookmark
  • Tool Testing Katalon - You don't even have to write test code, beginner-friendly Performance Testing JMeter Test APIs, and simulate users' activities related to backend10000 users login, and fetch their page information to display on the screen AWS, Auto Scaling Choose a server with better capability Refactor data flow logicAPIs logicAlgorithm API parametersData types (FormData, json)
     Like  Bookmark
  • https://hackmd.io/@wolfzxcv/ByGjDvdUp 1. a. 1324421 b. 2751421 Becomes a. 1351421 b. 2724421
     Like  Bookmark
  • ZAB Timeline in 2023 Date Event 11 Mar ZAB received my online application 15 Mar Sent all docs to ZAB from Taiwan
     Like  Bookmark
  • Landkreis Hualien Eine andere Welt in Taiwan ![IMG_20210918_145531-min_0](https://hackmd.io/_uploads/BJrdPaCm6.jpg =800x) Note: In meiner Präsentation geht es um das Theme, eine Urlaubsregion aus meinem Heimatland. Zunächst erkläre ich warum Landkreis Hualien ist eine beliebte Urlaubsregion in Taiwan, dann zeige ich Ihnen die Bilder von Landkreis Hualien und sage ich wo können Sie genießen. Danach rede ich wie können Sie Unterkünfte suchen in Landkreis Hualien. Es gibt hohes Gebirge in der Mitten Taiwan
     Like 1 Bookmark
  • Check existing keys $ cd ~/.ssh $ ls $ cat ~/.ssh/id_rsa.pub :::info Note for Windows 10 Just start from step 2 :::
     Like  Bookmark
  • React Scroll Parallax Document Demo Source Code Installation npm i react-scroll-parallax
     Like  Bookmark
  • Frameworks Ionic CLI npx ionic start [app name] tabs --type=angular :::info tabs : example name --type= : choose a framework ex. Angular or React :::
     Like  Bookmark
  • Swagger setting Installation swagger-jsdoc This library reads your JSDoc-annotated source code and generates an OpenAPI (Swagger) specification swagger-ui-express This module allows you to serve auto-generated swagger-ui generated API docs from express
     Like  Bookmark
  • Log setting - Winston and Morgan Installation winston A logger for just about everything morgan HTTP request logger middleware for node.js
     Like  Bookmark
  • :::info Tech stack: React, Next.js, next-i18next ::: Related files _app.tsx Set the whole app receive i18n propreties
     Like  Bookmark
  • If your state involves previous state, then you should write it as a call back function. import { Component } from 'react'; // <Props, State> class CounterState extends Component<object, { counter: number }> { constructor(props: object) { super(props); this.state = { counter: 0
     Like  Bookmark
  • React Next.js project guide Next.js Next.js chakra Install Next.js with chakra-ui and TypeScript npx create-next-app [name] --example with-chakra-ui-typescript
     Like  Bookmark
  • All in one docker-compose.yml Introduction It's so annoying and mentally exhausted to install tons of software just to a new computer/new device, hence we can write a ==docker-compose.yml== to handle all of these for us! docker-compose.yml MySQL WordPress Postgres Redis Jenkins
     Like  Bookmark
  • React Vue Angular <> js map (key) v-for (:key) *ngFor
     Like  Bookmark
  • 背景 對電腦的了解? 1. 硬體 規格 作業系統(三種),==Windows== / ==IOS== / Linux => 黃底的代表較多人使用 運行APP的server, 只會是Windows或者Linux系統. Linux占大多數, 且同樣的硬體規格, Linux效能會比Windows好 Physical servers(實體機) - 我們看得到的實體電腦, 一台實體機可以直接安裝多個作業系統, 目前聽過安裝IOS+windows, 或者windows+windows. 如果要IOS或windows再搭Linux, 就不太會把Linux也裝在實體機上, 會把Linux裝在VM內 VM - virtual machines (虛擬機) - 在某實體機內建VM, 一台實體機可以建多個VM, VM必須安裝作業系統!
     Like  Bookmark