Skip to content

Instantly share code, notes, and snippets.

View oofdere's full-sized avatar
❤️
ily <3

oofdere

❤️
ily <3
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1PpXxoMmuGrsBGMJvUwxPMwkiAmGTnT6k8 https://explorer.blockstack.org/address/1PpXxoMmuGrsBGMJvUwxPMwkiAmGTnT6k8
height = int(input("Enter triangle height: "))
for i in range(-height, height, 1):
print((height - abs(i)) * "*")
title author
Rhetorical analysis of Reliability of Wikipedia from Wikipedia, the free encyclopedia
Tibet Tornaci

Table of Contents

Context

According to themselves, Wikipedia is "the free encyclopedia that anyone can edit." According to web traffic analysis firm Alexa Internet, wikipedia.org ranks 13th in global internet engagement.[1] This is in contrast to the online version of the Encyclopædia Britannica, which ranks in at number 690 in the same metric.[2]

Keybase proof

I hereby claim:

  • I am oofdere on github.
  • I am oofdere (https://keybase.io/oofdere) on keybase.
  • I have a public key ASAoFrXIxGGw9aVTerjDTmbumsPCnW2qsFnc4131e6ay2wo

To claim this, I am signing this object:

@oofdere
oofdere / stateofthetv.md
Created March 9, 2021 03:55
State of KVCMTV

We'll need to have much stricter content guidelines, especially when it comes to copyright due to automated takedown systems. I'd also like to have subtitles for the pre-recorded content, the computer can generate this but the submitter should go over them to make sure that everything is accurate and fix any mistakes. We should also have a content rating system.

I've started working on all of the above, but no clue how long it will take to get everything up.

As for software, I'm testing various playout systems: FFPlayout, Nebula Broadcast, Sofie, CasparCG, and whatever else I happen to come across.

OBS cannot handle this, as it's basically just a vision mixer. We can use it to send out the final feed though, just like we are with the radio.

In addition to the above, of course, we'll need to make a website. We'll also need to get a server because of residential bandwidth limitations. I don't know how powerful the server needs to be, because I cannot test something that I do not have access to.

@oofdere
oofdere / plans.md
Last active September 19, 2021 17:38
Preliminary plans for October screening

October Screening Plans

Table of Contents

TODO

Roles

  • Graphics
  • Engineering (video and web)
  • Processing (metadata and subtitles)
  • On-screen (hosts/announcers, if we're going to be handling that)
  • Documentation (to take note of what we did so we don't have to reinvent the wheel every time we want to do something similar)
@oofdere
oofdere / yabe.md
Last active November 28, 2021 09:04
yabe

yabe

A static site generator that does the bare minimum.

what makes yabe different from other SSGs?

yabe is highly opinionated. You don't get to choose youe templating or content languages. You will use Markdown and you will be happy. You will use Git and you will be happy. There's no preview server (for now); stop being so lazy.

yabe is written in the latest C standard and should compile with any C compiler. In its vanilla form, so long as you clone the repository with submodules, you should not need any other dependencies. This makes yabe ridiculously portable; it will run on anything with enough memory and input/output support.

how does yabe work?

yabe works like C.

# Accessing grades via Canvas
1. Go to the grades page for the class: https://ilearn.laccd.edu/courses/193499/grades
2. Graded assignments will have a comment icon in the last row, click on it to open the comments
3. You should be able to see the attached PDF, click on it to see your grade and comments

Company Resources - Tibet Physical: Parks, Stores, and other buildings (e.g. Concert Hall, El Capitan, production space) as well as related attractions and machinery are valued at approximately $27 billion post-depreciation. (Fiscal Year 2021 Annual Financial Report, 2021) Note: Some parks are not (entirely) owned by Disney: Hong Kong Disneyland Resort (48% ownership) Shanghai Disney Resort (43% ownership) Tokyo Disney Resort (under license to 3rd party) $1.1 billion in land (Fiscal Year 2021 Annual Financial Report, 2021) Disney Cruise Line owns four cruise ships with three more in construction. (Fiscal Year 2021 Annual Financial Report, 2021) Intellectual:

@oofdere
oofdere / atre.md
Last active April 21, 2023 05:38
Trying to figure out bluesky

Environment variables

The dev column is the defaults when running make run-dev-env, the staging column is what make run-pds (presumably prod) defaults to

Name Dev Staging Notes
DEBUG_MODE 1
PDS_VERSION "0.0.0"
PUBLIC_URL undefined
HOSTNAME "localhost"