Meeting held in the official osu!dev discord in voice chat at 01:00 UTC.
Discord link: https://discord.gg/ppy
Full VOD: https://www.youtube.com/watch?v=-LjNll8VYTM
call plug#begin() | |
Plug 'drewtempelmeyer/palenight.vim' | |
Plug 'vim-airline/vim-airline' | |
Plug 'wlangstroth/vim-racket' | |
Plug 'sheerun/vim-polyglot' | |
Plug 'rust-lang/rust.vim' | |
Plug 'preservim/tagbar' | |
Plug 'universal-ctags/ctags' | |
Plug 'luochen1990/rainbow' | |
Plug 'vim-syntastic/syntastic' |
this video was created earlier in january from a stupid idea and was driven by sheer determination | |
despite lacking programming skill. here's a decent description of how it was made (because i am | |
too lazy to write a github readme): | |
1. the video | |
i downloaded the pv off youtube and used ffmpeg to resize it down to 70x54 dimensions (for easy | |
math calculations, i used 27 firefox windows, 7 tabs each, so it divided nicely). i then used | |
ffmpeg (again) to splice the source video into 15-second segments to reduce desyncing and cpu load. | |
2. the frames |
#! Aaaaaaaaaaa this is JS!!! | |
// https://github.com/tc39/proposal-hashbang | |
// This file is mixing all new syntaxes in the proposal in one file without considering syntax conflict or correct runtime semantics | |
// Enjoy!!! | |
// Created at Nov 23, 2018 | |
for await(const x of (new A // https://github.com/tc39/proposal-pipeline-operator | |
|> do { // https://github.com/tc39/proposal-do-expressions | |
case(?) { // https://github.com/tc39/proposal-pattern-matching | |
when {val}: class { |
Current fastest TAS run (19.96 sec)
Hey everyone, thanks for watching the Sprint TAS! I'm mat1jaczyyy, and as we're smashing the limits of Puyo Puyo Tetris (PPT), it might not be entirely intuitive if these TAS runs are legit or not. How does one achieve all these Perfect Clears (PCs) so fast? How do you get the pieces you need? Why do the PCs instead of doing normal Tetrises? I'll try to explain as much as possible here so you can understand what happens in the video.
In Sprint, the goal is to clear 40 lines as fast as possible. PPT employs a lot of delays - line clear delay, piece entry delay (around 8 frames), etc. Most of the logic that goes into constructing the ideal Sprint is minimizing these delays to minimize time.
import sys | |
import requests | |
import json | |
from flask import Flask, request, Response | |
from flask_cors import CORS | |
from blockchain import Blockchain | |
app = Flask(__name__) | |
CORS(app) |
import discord | |
from discord.ext import commands | |
import sys, traceback | |
"""This is a multi file example showcasing many features of the command extension and the use of cogs. | |
These are examples only and are not intended to be used as a fully functioning bot. Rather they should give you a basic | |
understanding and platform for creating your own bot. | |
These examples make use of Python 3.6.2 and the rewrite version on the lib. |
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs