Giter VIP home page Giter VIP logo

Comments (13)

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

타자 게임

limit

  • local: 외부랑 통신하고 이런거 일절 하지 말자. -> 근데 랭킹은 있으면 좋겠는데 특히 베네치아 같은.. -> 간단한 웹서버로 될 수도?
  • fast: 타자 연습인데 무거운 프레임워크나 리소스 쓰지 말자.
  • fun: 어떻게 하면 재미를 줄 수 있을까?

features

  • 내 정보: 닉네임, 누적 점수, 스테이지 별 평균 점수, 정확도, 진행도?
  • 공통:
    • 진행도: 선택한 단계에 남아있는 연습 뭉치 대비 현재 위치
    • 현재 타수: 이거 어떻게 계산하지? 첫 시작부터 타임스케일로 평균내나? 스케일은 분인가 초인가?
    • 최고 타수: 이건 그냥 현재타수 값 기록하다가 맥스 찍은걸로 업뎃쳐주고
    • 목표 타수: ??? 이건 왜 필요한거지
    • 정확도: 맞은 개수 / 전체 개수 (char 단위로)
    • 이펙트: 효과음, 시작음, 종료음, 키보드 그림에서 내가 타이핑한 키에 하이라이트
    • 난이도: 튜토리얼에는 난이도가 필요없어 보이고, 스테이지에는 어떻게 난이도를 조절하지?
    • Help 메뉴
    • 앱 아이콘
    • 점수: 스테이지 점수만 계산, 문장 20% 문단 30% 베네치아 50% 이런식으로 스테이지 종류마다 계수를 달리해서 계산하고, 한 스테이지에는 시간 (단시간 1분 / 중간 3분 / 장시간 5분) 을 두고 분당 맞춘 개수로 계산하면 좋을듯.
  • 튜토리얼
    • 자리연습: ㅁㄴㅇㄹ, ㅓㅏㅣ;, ㅂㅈㄷㄳ, ㅛㅕㅑㅐㅔ, ㅋㅌㅊㅍ, ㅠㅜㅡ,., ㅃㅉㄸㄲㅆ, ㅛㅕㅑㅒㅖ, 숫자, 특수문자, Shift 빼고 전부, 전부
    • 낱말 연습: 사전 필요
  • 스테이지:
    • 문장 연습: 짧은 글.
    • 문단 연습: 긴 글.
    • 베네치아: 추억의 게임.. 이거 넣을 수 있을까?

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

unidiff

놀랍게도 unidiff 에 해당하는 powerful한 parser가 없다..

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

버킷 스케쥴러

트위터에서 줏은 아이디어. 하루를 4개의 시간 틀(bucket)으로 나눈다

  • 🌅 🟡 오전 9시~오후12시
  • ☀️ 🟠 오후 12시~오후3시
  • ⛅ 🔵 오후3시~오후6시
  • 🌛 ⚫ 오후 6시~오후9시

그 후 일정 카드를 우수수 만든 다음에 저 버킷에다가 드래그 & 드롭으로 넣을 수 있게 만들면..
그럼 매번 반복일정이 되는것인가?

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

노트

  • GitHub private page의 오픈소스버전..?
  • 어디까지 털을 깎을 것인가?
    • Lv0. 있는 솔루션 다 가져다 쓰기: Jekyll, markdown
    • Lv1. Org까지만 migrate 하기: Org parser
    • Lv2. 전부다: Org parser, Frontend, DB ?

References

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

Reference

https://www.realworld.how/docs/intro
이런 씨드 프로젝트? 가 있다.
프론트는 Rescript + React 로, 백엔드는 OCaml + Dream 으로, DB는 Postgres로, 배포는 Digital Ocean으로 해보고 싶은데..
도메인부터 사서 DDD를 해야하나?

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

Book of Insight

  • 책을 읽는다.
  • 마음에 드는 구절을 기록한다.
  • 거기에 대한 내 생각을 적는다.
  • 이 과정을 짧게 기록해서 보여준다.

Further

  • 책을 자동으로 찾아 준다. doi
  • LLM으로 카테고리를 자동으로 매겨준다.

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

ocaml-jekyll

  • dream이랑 조합하면 만들수있지않을까?

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

ocaml-source-browser

  • 디렉토리를 재귀적으로 탐색해서 특정 소스 코드를 atd로 뱉기
  • 소스 코드의 내용물을 fuzzy하게 쿼리하기

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

lwd-calculator

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

html template

  • angstrom
  • ecaml 혹은 dream/eml 같은 것

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

personal sync

  • unison
  • hosting on aws? s3?
  • with note taking

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

Stdlib-compatible Python-like OCaml library

  • Stdlib의 타입과 호환이 되면서
  • Python의 표준 라이브러리가 제공하는걸 다 제공하는 라이브러리

from sangwoo-joh.github.io.

sangwoo-joh avatar sangwoo-joh commented on July 1, 2024

LlamaPilot

  • ollama + llama3 + code completion

from sangwoo-joh.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.