Adjectives that start with ro

/r/Roblox

2010.04.10 05:55 /r/Roblox

A community for Roblox, the free game building platform. This community is unofficial and is not endorsed, monitored, or run by Roblox staff.
[link]


2018.11.09 15:59 Pfahli Thanks I Hate It

A spider in your bed? A seafood aspic? Third degree burns? Thanks, I Hate It
[link]


2017.02.18 20:56 FinalMantasyX gay_irl™

welcome to gay_irl™ 😳 consume gay memes
[link]


2024.05.16 18:39 ALeXXBody Truenas Scale: Emby jail template

Hi guys.
Here is my first Jailmaker template that install Emby Server directly as a jail without the need of docker.
I created this because I don't really like the idea of a docker inside of a jail ( like running docker inside docker) and I'm trying have a set up that makes sense for me.
Emby is more responsive and Intel iGPU transcoding works without any additional installs or settings.
startup=1 gpu_passthrough_intel=1 gpu_passthrough_nvidia=1 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 # Add additional systemd-nspawn flags # !!!Replace XXX with your network card!!! # MODIFY BEFORE STARTTING THE JAIL FOR THE FIRST TIME systemd_nspawn_user_args=--network-macvlan=XXX --resolv-conf=bind-host --bind= '/path/to/youmedia/and/config: /media' # Specify command/script to run on the HOST before starting the jail # For example to load kernel modules and config kernel settings pre_start_hook=#!/usbin/bash set -euo pipefail echo 'PRE_START_HOOK_EXAMPLE' echo 1 > /proc/sys/net/ipv4/ip_forward modprobe br_netfilter echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables echo 1 > /proc/sys/net/bridge/bridge-nf-call-ip6tables # Specify a command/script to run on the HOST after stopping the jail post_stop_hook= # post_stop_hook=echo 'POST_STOP_HOOK_EXAMPLE' # Only used while creating the jail distro=debian release=bookworm # Specify command/script to run IN THE JAIL before the first start # Useful to install packages on top of the base rootfs # NOTE: this script will run in the host networking namespace and # ignores all systemd_nspawn_user_args such as bind mounts initial_setup=#!/usbin/bash set -euo pipefail apt-get update && apt-get -y install wget nano mkdir /home/embyserve && cd /home/embyserver wget https://github.com/MediaBrowseEmby.Releases/releases/download/4.8.6.0/emby-server-deb_4.8.6.0_amd64.deb dpkg -i emby-server-deb_4.8.6.0_amd64.deb rm -r /home/embyserver # Usually no need to change systemd_run_default_args systemd_run_default_args=--collect --property=Delegate=yes --property=RestartForceExitStatus=133 --property=SuccessExitStatus=133 --property=TasksMax=infinity --property=Type=notify --setenv=SYSTEMD_NSPAWN_LOCK=0 --property=KillMode=mixed # Usually no need to change systemd_nspawn_default_args systemd_nspawn_default_args=--bind-ro=/sys/module --boot --inaccessible=/sys/module/apparmor --quiet --keep-unit 
To install Nvidia drivers you can use this commands inside the created jail:
apt install dirmngr ca-certificates software-properties-common apt-transport-https dkms curl -y curl -fSsL https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/3bf863cc.pub sudo gpg --dearmor sudo tee /usshare/keyrings/nvidia-drivers.gpg > /dev/null 2>&1 echo 'deb [signed-by=/usshare/keyrings/nvidia-drivers.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/ /' sudo tee /etc/apt/sources.list.d/nvidia-drivers.list apt install nvidia-driver nvidia-kernel-open-dkms cuda nvidia-smi -y 
submitted by ALeXXBody to truenas [link] [comments]


2024.05.16 18:01 Squirrel09 A detailed look at YouTube statistics for different trailers & teasers.

TL/DR
Current YouTube Dislike Counter extensions work by taking data from those who have the extension and extrapolate information from there. The issue is that those who have the extension are individuals who are more likely to dislike, skewing the sample size to those who are more likely to dislike than the casual viewer.
A better look into those details would be comparing the publicly available Likes to View and calculating a percentage based on how likely someone is to Like a video while viewing. A simple calculation is Like / View. Reversing it to Views / Likes shows how many views it takes to receive 1 like.
This calculation doesn't magically make RoP the most successful trailer ever. Far from it, but it does better reflect the data and I believe it to not be skewed one direction or the other.
Rings of Power Data*
Link Views Likes Chance of Like per View
Season 2 Teaser Trailer 5,441,810 74,010 1.36%
Season 2 A look Inside 202,616 7,158 3.53%
Season 1 Main Teaser 12,479,810 79,395 0.64%
Season 1 Teaser Trailer 31,555,692 130,915 0.41%
See limitations of method section
Season 2 (so far) is faring much better than season 1 in this comparison.
 
INTRODUCTION
YouTube statistics, specifically likes/dislikes, is a common point in many online discussions when talking about upcoming media. Rings of Power Season 1 & 2 are not exempt from this. Since YouTubes removal of a dislike button in 2021 different extensions have come into play to replicate that. Most commonly the "Replace YouTube Dislike Button" Extension for Chrome (and probably other Browsers). My hope here is to
1) Point to the flaws that are associated with that extension.
2) A better way to measure Like/dislike engagement with publicly available data. By dividing the Likes by the Views to see how likely someone is to like the video.
3) The flaws associated with this method.
 
1) THE RETURN THE YOUTUBE DISLIKE EXTENTION (RYD)
Being made after YouTube removed the Dislike button in late 2021, this extensions goal was to return the dislike to YouTube (Duh). On release, Dislike data was still reported by YouTube API. So it began as a pretty straightforward app that simply called that data from the API and inserted it into the web page. Shortly after, YouTube removed that data from the API all together. Creators could still privately view their like/dislike, but that data couldn't be accessed by a 3rd party.
To counter that the app started working in a new way, it 1) Pulled as much information from the API that it could to have a "Base" set of data for videos posted before the removal. 2) Recorded when it's users interacted with the like/dislike buttons and added it to the data base. According to their GitHub FAQ #5 videos uploaded AFTER the API was shutdown is calculated by (RYD User Dislike Count)(RYD User Like Count) * Public Like Count. Simply put. It gets the ratio of it's users likes/dislikes and applies that ratio to the public count.
It's honestly not a bad system, but it has a pretty major flaw. The extension is more likely to be used by those who downvote more often. This simply skews the data to be Dislike heavy. This is pretty verifiable by doing a simple Google Search and reading up on what different YouTube Creators are saying. This Creator is claiming that the extension reports 50+ dislikes while YouTube reports 15! a ~230% increase!
The Return the YouTube Dislike Extent ion could be great, if people who are casual viewers & those who commonly like videos would download and use it as well. However, that's not the case and the result is a large group of their users are those who are more likely to downvote and want to see those numbers.
 
THE BETTER METHOD
I believe a better method to see the positive engagement of a video is looking at how likely someone is to "Like" the video per view. This is easily calculated by Getting the Like count and dividing it by the view count. You can also reverse that to calculate how many views it takes to get a like on overage. Since both of these numbers are publicly available, we can be much more confident that the numbers aren't skewed by an outside 3rd party group.
Lets look at different recently released trailers, Most "Successful" with this method to least.
Link Views Likes Chance of Like per View
Wicked - Official Trailer 2,019,551 103,339 5.12%
The Boys – Season 4 Official Trailer 9,202,858 426,627 4.64%
House of the Dragon Season 2 Official Trailer 3,094,267 126,642 4.09%
RoP Season 2 A look Inside 202,616 7,158 3.53%
Dune: Prophecy Official Teaser 1,795,601 60,603 3.38%
The Penguin 3,648,089 4,650 2.99%
The Acolyte Official Trailer 10,576,120 193,683 1.83%
RoP Season 2 Teaser Trailer 5,441,810 74,010 1.36%
Using this method, We can easily see the level of "Excitement" there is behind each trailer based on how likely someone is to like the video, and we can easily compare these numbers as well if you're so inclined.
 
LIMITATIONS OF LIKE/VIEW METHOD
As time progresses, opinions change. What might have been a highly anticiped tv show or movie could have been a dud and gotten a bunch of dislikes after the release. Or something could have flown under the radar, turned out great and so people are going back to the trailer and liking it out of excitement of the finished product. Because of this, this method shouldn't really be used to compare new and old videos as too many variables come up as time progresses. I did this in my TLDR section to compare season 1 & 2. A workaround for this would to pull the data from Waybackmachine for the same time period in relation. So what I should of done in my TLDR is grab a capture 2 days after reveal of the data. So a more accurate table would look like this...
Link Views Likes Chance of Like per View
Season 2 Teaser Trailer 5,441,810 74,010 1.36%
Season 2 A look Inside 202,616 7,158 3.53%
Season 1 Main Teaser (July 16th 2022) 4,535,187 53,000 1.16%
Season 1 Teaser Trailer(Feb 16th 2022) 18,754,323 84,000 0.44%
This didn't change the Season 1 Teaser Trailer much, but there was a significant change in the Main Teaser Percentage.
 
CONCLUSION
Non of this really matters. If you like the show, great! If you don't, great! Either way, touch grass and hug a loved one (I know I need to after writing all of this lol). It's what J.R.R Tolkien would have wanted.
I like data and major way people are comparing trailers is flawed and has a biased sample size. I think comparing Likes to views is a better way. This doesn't Magically make RoP somehow the most popular & well liked media ever produced. Far from it. But it is a better look at how it's trailers compare to other recent trailers.
submitted by Squirrel09 to LOTR_on_Prime [link] [comments]


2024.05.16 17:06 slcweekender Things to do this weekend: May 16th - May 19th

I compile a list of everything to do each weekend in the Salt Lake area and send in an email newsletter. In order to avoid self promotion, I post the whole list here - if you find it useful, please consider signing up to receive it in your inbox weekly at https://slcweekender.beehiiv.com/subscribe

Thursday, May 16th:

Friday, May 17th:

Saturday, May 18th:

Sunday, May 19th:

submitted by slcweekender to SaltLakeCity [link] [comments]


2024.05.16 16:56 arachniddude "Smart" PKMS?

Hi,
I used Notion for many years and later moved on to Obsidian which I've been using for about 2 years now. I find it useful but not perfect, and I have reached a stage where there is some functionality I am missing.
On top of what apps like Obsidian already offer, I was looking for something that would also have features like:
I have an issue which should be apparent by now and that is that I don't know much about programming or coding, I can barely put my ideas above into words. I imagine that if I knew more about programming I would probably be able to make something that does what I described but being limited in that skill sort of forces me to look for apps or plugins.
I know the Graph Analysis plugin for Obsidian is supposed to sort of do something similar to what I described, especially the Bag of Words and Louvain settings, but because it cannot distinguish between the importance of different nouns and it cannot distinguish nouns, verbs, or adjectives from prepositions and articles, it is not very useful.
After doing some Googling it seems that a tool that does what I described needs to either contain some kind of AI or something called "semantic ontology".
Someone in this Obsidian forum recommends capacities.io and it does have a couple of features I like, for instance, a note/object can have a property has is itself an object, such as a date, but if I want only the year I must put in a number which does not look like it can be its own object. I also did not find any way to add filters to the graph view at all, so it was more limited than Obsidian in that regard.
Anytype.io, which was recommended by the same user, allows you to define what type of object belongs as what property for each object type, which is already far superior but, as with Obsidian, it is quite complex so I don't fully know the extent of what can be done with the app and its potential issues.
Hopefully, I have done an OK job with explaining what I am looking for. Does anyone have any clue what kinds of tools I should be looking into that have features similar to what I described above? My university research is becoming quite complex and with Obsidian I feel like if I forget to link two notes (which becomes harder to remember as the vault expands and eventually linking similar ideas to a shared "main" note starts to get messy and deafeat the purpose) I end up not making full use of connections that could be helping me expand my understanding.
submitted by arachniddude to PKMS [link] [comments]


2024.05.16 16:51 OneMoreGuy783 X-Men forever #4 (and #2 and #3)

I feel sad.
No more Hope.
Messiah Complex was one of my first X-Men stories. I've previously read Whedon's Astonishing and some of the Ultimate line, but Messiah Complex is my real start of reading X-Men as on going comics. (This was at the same time as I picked up DnA's cosmic line (also RIP), JMS Thor, Batman RIP, Burbaker Cap)
Hope has been with me from the real beginning of my comic book journey (along with Rich Rider Nova, Dick Grayson Batman, Bucky Cap and lots of other things from that late 00's era). Of course lots of writers didn't know what to do with her. Her powers being what they are. Let's not talk about AvX here. But still Hope was always there in the background and I was always happy when she appeared, and her coming front and centre of Immortal X-Men #1 penned by Gillen made me briefly hopeful after Hickman's inevitable departure.
And two things happened in these last few issues.
Firstly, I felt quite annoyed about the treatment of Kafka and all the wide cast of mutants being left behind in the White Hot Room for editorial convenience reasons of having fewer mutants. I don't have an issue with the Decimation era. I know a lot of long term fans who were reading comics prior to House of M and even beyond don't like it, I totally get why. But I liked it at the time, and I liked how we have been climbing out of it with Hope's return to the present in Second Coming, new mutants appearing post AvX, and finally the work done in HoX/PoX. There was a journey to bring back old mutants and create new ones. And we just sort of kinda undid a lot of that. Not completely, but some.
And then he killed Hope. The writing was on the wall on retrospect, but still, that was the biggest hit to me out of the whole debacle of FoX and the end of Krakoan Age.
And poor Kieron Gillen who brought me some of my favourite Marvel and non-Marvel comics, having to write this. I felt rather apathetic about FoHoX and other Duggan penned tie ins, because expectations were low. RoPoX was better comics, not near Gillen's highs, but still good imho and I liked the continuation of the Sinister storyline, but the final act took Hope, killed (seemingly, I know) a character who I effectively grew up with. With barely an appearance from Cable. That more than anything else was the nail in the coffin of Krakoa to me. No more Hope in so many ways.
So yeah, this made me sad and annoyed, and inherently prejudicious against Simone and Ewing and Mackay and the rest, who I know to be very good comic writers, being lumbered with the fallout of the editorial direction I just don't like.
Once #700 hits the shelves I will go back and binge read Messiah Complex, Cable, Second Coming, the remainder of Uncanny through to AvX, AvX itself, Cable & X-Force, Jean Grey by Hopeless, maybe bits of Rosenberg's Uncanny where Hope showed up (with some beers), and then a selective reread of the Krakoan era with mainly focussing on mostly Hickman, Ayala, Ewing and Gillen's work with a few worthy tie-ins where appropriate.
P.s. appreciate RoPoX #5 is still due to come out.
Edit: and X-Force by Spurrier which I didn't actually read originally.
submitted by OneMoreGuy783 to xmen [link] [comments]


2024.05.16 15:07 rfgamaral Permissions issue with shared folder between PVE and LXC, and then LXC and Docker Container

Hey folks,
I'm starting to take my first steps with Proxmox, and I've hit a roadblock that I'm not sure how to handle. I've researched this topic a bit, but can't really understand what I should do.
In my host (Proxmox VE) I have installed acme.sh (ACME Shell script) to generate certificates for my private domain that I use in my homelab (some endpoints have external access through Cloudflare). I'm doing this in the host because I'll need to share the certificates with multiple LXCs, and this way I only have to generate one wildcard certificate, and not multiple (per LXC that needs them).
Now I'm setting up an LXC for Docker, so that I can run some containerized applications, such as Traefik, to use as a reverse proxy for all my local services. My goal is to share the certificates on the host with the LXC, and then from the LXC to the Traefik Docker container.
I've figured how to share them:
Then, the Traefik configuration has something like this:
yml tls: certificates: - certFile: /etc/ssl/certs/example.com.pem keyFile: /etc/ssl/private/example.com.pem options: default: minVersion: VersionTLS12 sniStrict: true
But this is what I get when I look at the container logs:
ERR error="open /etc/ssl/private/example.com.pem: permission denied" filename=tls.yml providerName=file
The strange thing to me is that using the terminal, I can do this:
pct enter 101 docker exec -it traefik sh cat /etc/ssl/example.com/example.com.key
And I get the output, the root user inside the Traefik Docker container and read the file contents, but the traefik process cannot. What am I missing?
submitted by rfgamaral to Proxmox [link] [comments]


2024.05.16 14:51 throwaway_62_62 My f20 gf f25 demands spice pics after a long time of no comunication. How can I tell her that I am not ready?

Before I start, I just wanted ro say that english in not my Main language so sorry about spelling mistakes So I f20 started an online relationship with f25 about a year ago. I had a hard time a few months ago where I wasnt responding to any messages or not consitetly where our Chats were mostly hi and how are ya. Well I now have more time and we were able to regularly respond now and she has been asking me to send her spicy pics, as fun I thought I refuse and make it a bit more interesting. Well she imedietly went on about how she derseves it and most people would have left after I wasnt repsonding and how she would do something we both would regret. Important to note: our relation started on reddit and she says almost all reddit people would have left. I am now debating if this relationship is even worth continuing, yes I am happy that she stayed during my difficult time but I also dont want to do things because I want a relationship. How can I show her that I apreciate her but dont want to fell preasured to send her spicy things
submitted by throwaway_62_62 to relationship_advice [link] [comments]


2024.05.16 13:12 Inconsolable_Jerboa Troubleshooting distortion with NTG3 into Zoom F8n Pro

Hey folks. I've recently started assembling my first sound recording kit which includes a Zoom F8n Pro, Rode NTG3, and a brand new XLR cable. I'm doing test recordings and am getting this really awful buzzy distortion ONLY when I pair the NTG3 with the F8n Pro. Here's a link to a recording. So far I've troubleshooted several permutations with an alternate condenser microphone, cable, and interface:
So my XLR cables sound fine in any other circumstance, both microphones sound fine connected to my other interface, and the F8n Pro takes the Presonus mic sounding fine. It's only the combination of the NTG3 and the F8n Pro, with either cable, that is distorting. I've tested multiple channels on the F8n Pro, all with 48V phantom power enabled, and all at Mic level. The F8n Pro is running from DC power using the stock power supply reading 11.9V on the screen, I don't have any batteries in it yet. I'm stumped lol does anyone know what silly thing I've missed? Thanks for reading.
submitted by Inconsolable_Jerboa to LocationSound [link] [comments]


2024.05.16 11:03 CaptainInvictusAnim NPC Spinning “Microwave Glitch”

Hello!
I have been playing on this save file for over a month IRL, and suddenly, every NPC in Solitude is acting like they are stuck in a microwave. Many won’t move their legs at all, but some rotate slowly in place like they’re on a microwave plate.
I have found a video from another player showing the exact behavior here.
I have done some A/B testing, and traced the start of the glitch to one of three events. Yes, I can revert to an earlier save file, but my question is moreso— why? Why is this happening? What in the Events I outline below, would cause the entirety of Solitude to get in the microwave?
Most Likely: 1. “Holidays” Mod tries to fire the “April Fools Day” event. On 28th of Rain’s Hand, When I get close to the gates of Solitude, a seemingly randomly chosen NPC in a jester costume comes running out of the gate, says a random dialogue line, and begins dancing in front of me. Entering Solitude after that, fires a dialogue box “you can’t use that here” repeatedly, even though I’m not trying to use anything. The glitches then proliferate and worsen— NPCs get stuck in place, rotate like microwave plates, and eventually two identical NPCs both named “Planter” will show up naked. I have no idea who they are.
If I manage to enter Solitude and delay the onset of April Fool’s Day, the glitched dialogue box and microwave problem will wait… until the jester shows up to follow me. This makes me wonder if the glitch is moreso related to overloading the follower count. I have two followers using AFT (one vanilla, one iNPC, as recommended), but Legend of the Dragonborn has added two Dwarven Centurions to follow me. Is it possible the jester being foisted on me is overwhelming something and causing the glitch?
  1. I notice the glitch does not happen if I pick up from a previous save file. Between that save file and the one with the glitch, only two things have happened: I completed a mission from Convenient Horses to “Kill a Dragon while Mounted”. I also stumbled across an iNPC event called “The Curse”, where 3 NPCs are executing a witch.
Out of curiosity, advice on stopping the glitch? I have seen other examples of people getting this exact glitch in Vanilla, no mods. And they say it is related to a missing or corrupted navmesh. I have tried the suggested fixes of fast traveling out of Solitude and back in, fast traveling from outside Solitude and back and then entering the city, fus ro dah, attacking NPCs, and even reducing my follower count by killing the Dwarven Centurions…
submitted by CaptainInvictusAnim to skyrimmods [link] [comments]


2024.05.16 10:18 A-SORDID-AFFAIR Trying to collect things for a hard run (Spoilers)

Hey all. I am trying really hard to enjoy this game and not just give up out of frustration. I love cryptic games, btuse puzzles, and deep lore. I don't really like playing the same levels over and over and over and over again, especially on occasions where I did not think I did anything "wrong" but got a game over.
I beat my first game Voided. Sure. On my second run, I didn't realise the statue skip near the had took all your locusts. I misclicked down and died and had to start again. How awesome. I played through the game again, reaching the ending. I walked onto the UI and experimented taking a tile. I was immediately punished for experimenting, died, and became voided. I started AGAIN. I beat the game without being Voided and unlocked the second character.
So from what I have figured out, I can arrange 6x6 rooms to look like the mural depicted at that floors entry ro unlock things. I managed to get through Gray's story only with the "Memory" item.
Here;s the thing; even if I have an idea of what to do... I really, really, really feel nothing but frustration at the thought of having to play through those levels again to get to those rooms. Are there any ways to skip chunks of rooms? I know you can skip ahead at certain statues by sacrificing locusts - but I don't know when the 6x6 rooms occur and really don't want to miss them if I have to play these damn puzzles again. I appreciate folks are being cryptic with advice to preserve the mystery of this enigmatic game, but I feel like I've already wasted qne not enjoyed a lot of time I've put into the game already. I do like many aspects of it, but I'm really kind of at the end of my tether. If there's any advice on which rooms I need to arrange, where they can be found, how to get there more quickly, I would really appreciate it.
submitted by A-SORDID-AFFAIR to VoidStranger [link] [comments]


2024.05.16 10:16 PaddyC85 New user, refurbishing 100 gallon tank

Hey everyone! So I'm totally new and have picked up a old 100 gallon tank that I would like to turn into a shrimp sanctuary. Goals: - aquascape with grass carpet - 3d background - as much automation/logging as possible - easy shrimp to start off with - cory's for cleaning? - clean tank with little maintenance - fishless cycle until plants and carpet is established - multiple species without crossbreeding if possible (Amano as sexy janitors perhaps?)
Equipment list I'd like to purchase so far: - Fluval fx-4 +spraybar? - Fluval plant 3.0 light bar - Reefpi+leviathan for the automation
I'm thinking of adding a buffer tank (large water cooler jug perhaps? for (semi-automatic) waterchanges with ro water. My tapwater has the following specs: - PH - 8 - KH - 9 - GH - 11
I would need to mix ro water in until gh is 5/6? This is where I'm getting a little stuck, what effect would the plants have on the water parameters? I'm assuming they also consume minerals. I would love some advice/ideas in pretty much everything. Feeling a bit overwhelmed.
submitted by PaddyC85 to shrimptank [link] [comments]


2024.05.16 08:57 Hela_A ISO Online Japanese - English dictionary for students

I’m an ALT at the junior high school and occasionally elementary level.
Lately I’ve become really tired of my students using Google translate for words in English class and am looking for an alternative, ideally an online dictionary aimed at Japanese students learning English with as many of the following features as possible:
Problems with Google Translate have caused lots of issues in my students’ writings.
These are some of the issues I’ve faced:
Google Translate always has unnecessary capitalisation when they type in a word on its own, because it treats the word like the start of a new sentence and automatically capitalises it. The problem is the students don’t question the all-knowing Google-sensei and just copy what it comes out with as is into their work.
Result: ‘I like Fried Chicken.’
It also doesn’t tell them the word class (noun, adjective, verb, etc) so they end up using it incorrectly in their sentences.
Result: ‘I like her brave.’ (Should be the noun ‘bravery’, not the adjective ‘brave’)
It also causes issues when they input a word that covers many meanings in one language but has separate dedicated words in the other language.
E.g. ‘足’ (ashi) means both ‘foot’ or ‘leg’ in Japanese so when they put 足 into Google Translate, Google will just choose ‘foot’ or ‘leg’ randomly.
This also happens with words in English that have multiple meanings for the same word depending on the context.
E.g. ‘trip’ can mean 旅行 (‘trip’ as in going somewhere for a holiday/vacation) or 躓く(‘trip’ as in trip over something and fall over).
This is why I’d like them to use something that has example sentences so it shows them many options and then they can figure out which one to choose.
When I studied languages back home at secondary school and university, our teachers didn’t allow us to use Google Translate. Instead, they pointed us towards better online dictionaries with the features I listed above. Some examples were SpanishDict for Spanish and Jisho.org for Japanese (I love Jisho.org but the UI is very much designed for English-speaking learners of Japanese rather than Japanese-speaking learners of English). I still use these two sites and would love to show my students a website that they can continue to use well into the future.
I hope someone can help me out. Thanks in advance :)
submitted by Hela_A to JETProgramme [link] [comments]


2024.05.16 07:18 Busy_Sundae_9300 I 22F my bf (23M) got angry and shouted at me because i was crying....i'm confused is this really a reason to get angry?

HI I'm 22F I m in a relationship for last 2 years He is 23M we both are from different religion so we were just watching about my religion in you tube and he suddendly told me your religion has a lot of torture they dont have heroic tales. I tried to tell that its not like this i was trying to describe it but he started laughing i felt bad dont know why because he was laughing or i wasnt able to describe. But on seeing me crying he got angry and said i wasnt saying laughing on your religion i was laughing on you the way u said it but at that time it didnt felt like he was joking is this was a misunderatanding. And then he shouted at me for crying and told me i wont joke with you. After some time when i apologize for my mistake he was still angry and told me i deserved this that is his shounting and he got angry and all. For me if m crying i want my partner ro comfort me i want him to be emotionally available but i have lose that hope now.He said if i make a big issue whenever i cry i shouldnt cry on these things but how can i control it. I cry on seeing a reel of baby whale calling her mother whos already died how should i control my crying. I dont understant what was my mistake he wont apologize coz it wasnt his mistake . Was i really wrong in this?
submitted by Busy_Sundae_9300 to relationship_advice [link] [comments]


2024.05.16 04:48 lana-stal Skin irritation immediately after first radiation treatment

So I just completed my 3rd (out of 20) radiation treatment, and my skin is already pretty red. My RO had said that symptoms would slowly build up after 2-3 weeks. I don’t normally get sunburned so I was pretty confident that my skin would hold up well, but I was wrong…
Immediately after the first session I started to feel some tingling sensations and a bit of redness. And it’s been pretty red ever since. I’m using a steroid cream mixed with aquaphor AND a mepitel patch over to protect it from getting rubbed against my clothes. Although there is no real pain yet, I’m worried what my skin would look like if I’m already red only after 3 sessions. :(
Anyone experience these symptoms super early into the treatment? How did your skin hold up throughout?
submitted by lana-stal to breastcancer [link] [comments]


2024.05.16 03:23 KSRJB02 "Gap Year" Am I cooked?

I didn't take my RO for various reasons such as team, location, TC (I'm not a snob it was really below market value for MCOL and other similar companies, and again if I liked the team or they let me work from their other corporate office near my parents house instead of having to rent a place near their HQ I would have taken it) in favor of taking a sort of "gap year". I also didn't really grind applications last fall because I got covid during the peak time of late august, and my assignments piled up so l could only get around to applying by late sept, by which time HC was pretty full at most big companies.
Basically my plan has been:
Q1. Travel.
Q2. LC/Personal Project (that has actual business value and I'm semi treating as a legitimate project), send resume through network, apply to non-cyclical entry roles.
Q3. Apply for cyclical new graduate roles and Interview.
Q4. Travel again after landing offer.
I started applying for those non cyclical roles in April after coming back from abroad and as of right now I have cleared a couple initial screens and am set to interview with the hiring managers for three different companies next week. My parents are also fine with my gap year plan and actually were supportive of me not taking my RO so no pressure from them.
However I am worried that given the nature of the market my graduation date will mess up the ATS or maybe HR will get a bad impression for upcoming new grad roles. I always thought that being cracked at LC would guarantee a job but it doesn't seem like that anymore. Of course the companies where I have connections should be fine but l am generally concerned that I made a mistake. Do I need to find a non-CS job or do a masters? I'd rather get a head start on whatever it is I need to do instead of being late.
Also for reference I went to a T50 overall T20 CS flagship state school and my internship was at a F100 bank.
submitted by KSRJB02 to cscareerquestions [link] [comments]


2024.05.16 02:55 GoldWhale Ivan Demidov: The Debate for #2 that Never Should Have Been

Written by u/GoldWhale & u/JD397
Thanks everyone for your patience with us getting this written up. Much appreciation to my co-author u/JD397 for his work, scouting analysis, and comprehensive background knowledge on where Demidov sat compared to historical players, and the international analysis. Please note, this analysis won’t focus on why Demidov>Levshunov. In terms of BPA, Demidov is nearly unanimously over Levshunov based on consolidated rankings. With the Blackhawks publicly saying they want to go BPA, we hope to establish a case as to why Demidov truly stands above the rest, by a good margin. We hope that this was worth the wait, and we haven’t disappointed anyone who may have wanted more. We’re amateurs, give us a small break 😉
When Deputy Commissioner Bill Daly flipped the decisive card to reveal the number one overall pick, Blackhawks fans were disappointed. They were going to miss out on Macklin Celebrini, the consensus number one center and number one overall player in the draft. After winning Connor Bedard the prior year, many fans were hoping for a one two punch down the middle, their own version of McDavid and Draisaitl, Crosby and Malkin; this was not to be.
Despite the initial dismay, fans were still happy. The Blackhawks won the second lottery, and with that, the rights to select a franchise player at number two overall. Immediately, though, there was debate. Swirling on social media there were rumors that the Blackhawks were predominantly looking at two high end prospects: Ivan Demidov (RW/C) and Artyom Levshunov (D). On one hand Demidov is an elite prospect at wing with excellent hands, creativity, and legitimate top line wing with PPG+ upside. On the other, Levshunov is a dynamic offensive defenseman with a stellar shot, solid size, dynamic skating, and most importantly right-handedness.
The Blackhawks, realistically, need both positions. Last year the Blackhawks iced one of the worst offenses in the entire league, scoring the second least goals behind only San Jose. They also had the fourth worst defense, surrendering 290 goals on the season. Neither are acceptable in the push for a playoff spot in the coming years, but ultimately with number two, you can only choose one of the two players. After our hours of analysis, u/JD397 and I believe there is no debate – as good as Levshunov is, Demidov is closer in skill and projection to Celebrini than anyone else in the draft is to him.
So who is Ivan Demidov? He’s an 18 year old forward playing for SKA 1946, a MHL affiliate of SKA of the KHL. Since the 2023 draft the big story out of the KHL was the dominance of Matvei Michkov. This was a kid who destroyed the MHL by putting up 38 points in 22 games and going PPG+ in the playoffs his D-1 Year. Michkov then outperformed Connor Bedard by putting up 16 points in 7 games at the IIHF U18s in 2021. Michkov was, and still is, borderline generational but there was someone else waiting in his shadow. In his D-1 Year, Ivan Demidov put up 62 points in 41 games, and scored 1.3PPG in the MHL playoffs. While putting up a lower PPG pace than Michkov, Demidov’s game was substantially more well rounded and scouts started to take notice of another potential franchise winger in Ivan Demidov.
Demidov exploded in his D-0 Year, putting up a literal 2.0 PPG pace in the MHL the highest pace ever for a player 18 or under, and the third highest PPG in league history. In the playoffs, despite an injury, Demidov posted a ridiculous 28 points in 17 games. This production was unheard of beforehand and bested Kucherov’s 1.87 point pace at 18. Not only did Demidov have better production AND two way play, but he also did it nearly 7 months younger. Demidov remains a bright spot who is able to elevate his play to the competition. Before talking about playstyle, strengths, comps, projections, etc. it needs to be noted just how dominant Demidov was on the scoresheet.
Now that fans know who Ivan Demidov is, let’s address the elephant in the room. Demidov is Russian and with the political climate worldwide, being a Russian is associated with an inherent risk of a prospect not coming over. Rest assured – there is no such concern in this case. Last year, rumors swirled around Michkov not coming over due to three factors:
  1. Michkov did not meet with more than two teams and actively told specific teams he would not play for them.
  2. Michkov was incredibly difficult to get ahold of predraft and it made scouts and front offices skeptical on his character and desire to come to the NHL.
  3. Michkov had 3 more years left on his contract with SKA.
Demidov, on the other hand, is actively engaging with teams. He’s hosting a workout in Florida before the draft for multiple teams to attend, and is actively having his agent coordinate interviews and meetings with interested front offices. Demidov has publicly declared his intention to come over to the NHL as soon as possible, even venturing so far as to say he’s looking at options for getting out of his KHL contract to get to the NHL for the 24-25 season. Finally, Demidov only has 1 year left on his contract so there isn’t long term concern about losing the ability to develop him internally. An interesting note that we found during analysis was that Demidov’s agent, Dan Milstein, is “hated” in the KHL because of how consistently he pushes for his clients to leave Russia and transition them to the NHL. Even if Demidov is stuck in Russia all of next year, there’s almost zero risk he doesn’t come over.
On Demidov, the other large question that looms is his lack of play in the KHL, and SKA’s decision to play him in the MHL. Despite being the one of the best players in MHL history, Demidov only saw action in 4 KHL games and scored a total of 0 points which has also turned off many scoresheet watchers. Let us reassure you – Demidov was predominantly the 13th forward and played an average of 3-5 minutes per game with unfamiliar linemates. He did not have a chance to play enough to succeed, and built no chemistry with the teammates he was playing with in his limited time. SKA is notorious for handling their prospects poorly. Young players are consistently given limited ice time, especially when they’re expected to leave Russia. Michkov, despite his skill, couldn’t crack the SKA roster in his D-0 or D+1 simply because of this bias. All said, this is not a concern scouts have when it comes to the potential drafting of Demidov.
With the Russia question answered, we believe there is no doubt that Ivan Demidov is the pick to make in the 2024 draft. Ivan Demidov is really really good. He is the complete package for what you look for in a franchise winger. Demidov has excellent hands, dynamic edgework, elite hockey IQ, high end compete and energy, a relentless forecheck, creativity in the offense he provides, solid two way play, and finally rapid speed in terms of release and puck control. There is no one like him in this draft who offers such an elite skillset with no obvious flaws in his game outside of his build. He can also play center when needed which gives him additional offensive flexibility and adds even more dynamism to his game.
While analytics don’t tell the full story, they can often be a useful baseline to build from. The first item we want to call attention to is Byron Bader’s model, which projects Demidov as the best #2OA prospect since Eichel.. Let's again be clear, we don’t put much merit into this due to the low gradings of Carlsson and Laine, but it’s important to contextualize how Bader’s model works. It compares prospects to the league they’re in and projects them out. Demidov dominated the MHL to such a degree that the model favorably views him due to being almost untouched in play, and setting multiple records. Continuing with Hockey Prospecting and Bader, who is an active NHL draft consultant, they project Demidov to be an absolute STUD based on production. No forward who they’ve ever given 99%s to has ever been less than PPG+. Demidov has a very comparable offensive game to Celebrini, and is all but guaranteed to be a star due to his production and skillset. Alanen also projects Demidov to be elite in all 3 zones, and gives him a total RARE grade of 100, due to his next level offense and transition, and above average defensive work despite his assignments. Again, analytics aren’t an end all be all by any means. They’re just an exceptional base to build from when scouts, data scientists and NHL draft consultants unanimously believe a player to be elite. From our research, no prospects with comparable profiles have busted or not succeeded in the NHL.
Whilst reading multiple articles, watching videos on Demidov, and going through tape, we compiled the following scouting report.
Physical Attributes:
Demidov is not very physically imposing, or even one of the most physical players in the draft. He’s expected to show up to the combine around 6ft tall and weighing 170lbs. Admittedly one knock that some scouts have for him is his build and need to bulk up. Thankfully, this is easy to build at the professional level. Nonetheless, Demidov has sturdy base that enables him to dominate around the boards and in front of the net due to his rapid twitch movements and lower body power. Demidov is able to outskate and outwork larger and stronger players by being smart with his legs and driving to the inside consistently when in transition. His remarkable agility and lower-body strength allow him to outmaneuver opponents and maintain possession in tight spaces, or separate for quick attacks or desperation back checking.
Skating:
Demidov's skating is characterized by irregularities; while he exhibits great power on his edges, his transitions suffer due to a wide stance, leading to questionable but explosive pivot work. Despite this, his rapid acceleration and agility enable him to navigate through traffic seamlessly, while his powerful stride generates significant momentum, making him a constant threat in transition. Let’s clear up a misconception; Demidov is not a bad skater. He’s got decent speed, a good handle on body control, power on the inside of his edges and with quick crossovers, etc. His posture and stance need work, but this is something that looks completely fixable at the NHL level. It doesn’t require a rebuild of his skating style, rather a retool that can utilize his edgework as a base. Instead of hunching over at the end of a shift and losing speed and energy, Demidov can rely on quicker small movement cuts on for rapid movement and longer, albeit slower strides while holding himself higher to preserve energy while covering distance. While the 10 and 2 skating that Demidov employs isn’t conventional, it allows him to see a good deal of the ice, and when in close provide breaking speed towards the play. Fixing the reliance on 10 and 2 also offers faster top level skating and easier quick pivoting in a 200ft game, rather than a longer turn. Again, his skating is unorthodox – but it isn’t bad. It’s not mechanically sound, but it can be polished to a high level without a large amount of concern. Because of how unpredictable his skating is now, scouts across the board acknowledge that it potentially even grants an advantage as his body is harder to read.
Scoring Ability:
A natural sniper, Demidov possesses a lethal shot with pinpoint accuracy and a lightning-quick release that catches goaltenders off guard. Whether he's unleashing a blistering wrist shot from the slot or wiring a one-timer on the power play, Demidov consistently finds the back of the net with precision and finesse. One really underrated part of Demidov’s scoring ability comes from the aforementioned elite edgework. Due to how rapidly he can change directions while holding full control over the puck, he can create scoring lanes with almost zero room, and his accuracy is again one of the best we’ve evaluated as amateur scouts in the last few drafts. When there isn’t an immediate opening or shot, Demidov is patient, draws coverage where he wants, and again has no qualms about firing the puck to the net. If there’s one question about his ability to score, it’s his slapshot. He hasn’t had to use it in almost any occasion due to how the offense is structured on SKA 1946, and therefore it’s not as developed as his snap or wrister. This is a relatively minor knock, though. Demidov can take slapshots and find twine without much difficulty, it’s just the least refined part of his goalscoring ability.
Playmaking and Elite Hands:
Demidov has the best hands that we have scouted. Better than McDavid, better than Fantilli, better than Hughes, better than Bedard, better than Michkov, and yes, better than Patrick Kane as a prospect. Yep, that good. Hadi Kalakeche, one of Dobber’s lead scouts says, “…he has THE best handling skill I’ve seen… he’s the closest thing we’ve seen to Pavel Datsyuk since Pavel Datsyuk.” The rapidity of his movement, the purposeful puck placement, the astounding protection rate, and his ability to pull defenders off of him without moving his body is unlike anything we’ve ever seen before. Again, he has the most individual puck skill and innate offensive talent in the draft. These skills with his hands allow him to become an absolutely next level playmaker. Demidov is crafty, and has a history of faking shots to make a pass, or vice versa to help his team. He’s able to create lanes and take advantage of his puck control by having absolutely next level zone entry to set up the offense on a consistent basis. While his decision making needs some work when it comes to choosing the best move, he almost always makes the right one, and is able to think through solutions when there’s no apparent move forward. Whether it’s a drop pass, running the puck up the boards, a regroup, finding a teammate with a perfectly slotted pass, Demidov has no real ceiling. The only question remains is whether these skills will work as well at the next level. All said though, there’s no real debate between scouts that he’ll be a franchise winger.
Creativity and IQ:
Demidov is electrifying, brilliant, dynamic, innovative, transcendent, and any other adjective you want to use. There is no prospect in this draft with Demidov’s offensive upside, including Macklin Celebrini. As mentioned above, Demidov has been compared to Datsyuk: he is stellar at opening up lanes with his body or finding passes, even if they’re banked off the boards. While Bedard is a guy who was expected to shoot first, Demidov is a passer. This works in his favor, though. Demidov certainly doesn’t lack a scoring touch. His positioning and body will tell goalies and defenders he’s planning to pass and he’s able to quickly change direction using his edges to put a shot on net. His ability to think several steps ahead of the play allows him to execute highlight-reel passes and capitalize on scoring opportunities that others on his team might miss, or simply not have the skill to execute. He’s unpredictable because his vision is at such a high level. He’s got a game reminiscent of Jack Hughes and Patrick Kane, and the way he views the game has scouts absolutely over the moon about his pro projection. There really is nothing that Demidov doesn’t have the ability to do – this year in the MHL he took advantage of the strength of competition and tested it out. Demidov tried different reads, different styles, working more heavily down the middle, shooting, playdriving, etc. We’re blown away by the flexibility that he shows across every facet of the game. A really fun quote to mention from Lassi Alanen, EP’s director of Euro scouting is, “I still have like 100+ unused clips of Demidov's play from this season. He must be the most clippable prospect I've ever watched. Something eye-catching happening almost every shift during his second half of the season.” Demidov’s highlight reel isn’t really a “reel” – that’s just how he plays the game on most shifts that he takes.
Physicality and Defensive Awareness:
Demidov's physicality extends well beyond his height, as he isn't afraid to throw his weight (all 170lbs) around and engage in board battles to win possession. His defensive awareness is equally impressive, as he uses his size and reach to disrupt passing lanes and apply pressure on opposing forwards both in the defensive zone and in the neutral zone, showcasing a commitment to playing a complete, two-way game. As briefly mentioned, Demidov doesn’t exclusively play wing – he plays center too. While he’s not going to be Patrice Bergeron he is capable of handling both ends of the ice, and has consistently improved his defensive play throughout the year.
Work Ethic and Engagement:
While almost all prospects “work hard” to play their best on the ice, Demidov does that little bit more. Despite being a winger, he’s consistently one of the first players up and down the ice. He rarely coasts and drifts around but is engaged rather consistently all around the ice. One thing that’s often hard to teach prospects is how to be aggressive and assertive without being risky. Demidov never worries about challenging his opponents, fighting hard board battles, or giving his all to get back into a play after he’s low after driving to the net. This is something that the Blackhawks LOVE in their players, and should hopefully encourage GMKD to pull the trigger, if everything else didn’t sell him. As we see Demidov continue to improve in skating with NHL coaches, this should only give him more energy to expend in the 200ft game, and improve his engagement across plays. He’s an absolute workhorse, and consistently pushes to improve which evidenced by the massive improvement across this season in the MHL. There’s no reason to think this same drive can’t come through on the NHL level.
Areas to Improve and Questions:
With all the hype around Demidov, it’s hard to initially understand why he’s considered a lower end prospect than Celebrini. Digging in, though, it becomes more clear. While Demidov has the higher ceiling, he also has a much lower floor. The number one factor that limits Demidov is his exposure to higher end competition. The MHL is a good league, but Demidov was ready for the KHL last year. Since he wasn’t exposed to higher end competition there is still question on how much of his skillset will translate when playing higher level men’s hockey. There isn’t an expectation of a problem, but when a player lacks that experience, it undoubtedly makes them more challenging to project. Remember, Demidov didn’t really play meaningful KHL minutes when he got 4 games this year. He got 13th forward exposure and didn’t play with the same linemates that he worked with in the pre-season. Nonetheless, he wasn’t perfect. He did see some questionable decisions while trying to adapt to higher competition. There’s little concern that this is an actual issue, but Demidov needs to grow and play against men, even for a few games, before coming to the NHL. Thankfully, he should have the entire season in 2024-2025, and I haven’t read a single scouting report that expects him to have an issue putting up Michkov+ numbers.
The second factor is skating. Demidov is a good skater, but he’s unorthodox at best. While this skating relies heavily on his edgework which gives him amazing playmaking ability, his pivoting, high end speed, position and stride could all use refinement and improvement. While these are all skating mechanics that are easier to fix, skating is NOT a guarantee. If he’s unable to improve his skating with NHL skating coaches, it could limit his upside. He is still expected to be a top line winger, but it could be the difference between 70+ and 100+ points if skating doesn’t develop. Remember, some scouts view his skating as a “hidden” upside in his game, but improving skating not only gives him more offensive flexibility, but also defensively. There’s room for improvement, and it could be an easier lever to correct to see high rewards from.
The third factor is decision making. Demidov is creative to a fault, but just like in art, not every project works out. With such an advanced toolkit, Demidov needs to work with video coaches to better understand which moveset is appropriate in which scenario and when to deploy it. There’s a difference between decision making and IQ. Decision making is hard to fix when a prospect is set in their ways based on playstyle, but if playstyle is more flexible, then there’s much less of a concern. IQ, on the other hand is uncoachable, and Demidov has arguably the best offensive IQ in the draft. There’s no reason to believe that he can’t fix this, but due to being stuck abroad, and potentially even the MHL again next year, it could take him a bit longer to get up to NHL speed.
The final factor is defense. While it seems that every single forward prospect has a knock on their defense, we can qualify Demidov’s specifics a bit more easily. Demidov is a competent defender, and a very good well rounded player, but again decision making plays a factor in the challenge of projecting him here. While players like Celebrini are dominant both ways, Demidov often doesn’t make the right choice when defending – he has a lot of offensive instincts which have him sit higher on the blue, and while he is always engaged on the puck, he needs to be more responsible in coverage rotations. Off the rush, Demidov doesn’t always read the play correctly, and the inconsistency can create shooting lanes for his opponent. Just like Michkov, he can also cheat on plays where he finds himself a bit further away from a play and loses sight of his defensive assignment. He’s extremely energetic and consistently pushes to get back, but working with him on understanding when to cheat will be important for his development as well. We again want to reemphasize that Demidov plays solid defense and a good two way game, especially for a wingecenter. But there’s room for improvement in terms of bridging the gap between him and other recent prospects like Celebrini, Carlsson, and Johnston.
Pro Projection:
While he doesn’t have the skating that Jack Hughes had, he’s still a great projection and comparable. A smaller but nimble player who isn’t afraid to get involved on the rush, around the boards, or in transition. Demidov’s offensive upside is similar as well – like Hughes, the defense isn’t the best, but he’s able to run an entire offense both on the wing and playing center. He’s creative to a fault, has a great set of hands, and the toolkit to be a consistent top 5 player at his position in the NHL. Pro projections are always hard because you can never guarantee how a player will turn out, whether they’re undrafted or a #1OA, but Demidov is truly all but a sure thing. His creativity rivals players like Nikita Kucherov and Mitch Marner in their ability to think ahead of where the play is, his handling rivals Kane and Datysuk, his defensive play is above average for a winger, he has a great shot comparable to players like Matt Tkachuk, and is a bitch to get off the puck. Even when Demidov is literally on the ground, he’s consistently able to hold possession and find a play with no room left. With a toolkit like his, decent size at an estimated 6ft, there should be no reservations that Demidov should succeed at the next level. Most scouts see his floor around 65-70 points, and his ceiling closer to 120. I stand by the Jack Hughes comp I made earlier. While they differ in skating, they play very similar games, and should expect similar success at the next level.
Quotes:
“He’s got the best hands in the draft… and has made more one-on-one skill plays so far this season than almost any prospect I’ve scouted for any draft. He’s also a pretty engaged off-puck player who keeps his feet moving, hunts pucks on the forecheck, and can turn a steal into a game-breaking play in an instant.”
Scott Wheeler, The Athletic
“Demidov is already a game-breaking forward who can move the puck effortlessly and there’s no question he’d be a fantastic partner to some of the best prospects in the NHL today. His production in the MHL is comparable to Patrick Kane’s 2006-07 season with the Ontario Hockey League’s London Knights… Demidov is a bonafide first-line winger who will score tons of goals.”
Dayton Reimer, The Hockey Writers
“In a vacuum he’s the most talented forward this draft class has to offer outside of Celebrini. Demidov possesses many of the same traits Celebrini does, only his track record is against younger, more unproven talent."
Sam Cosentino, Sportsnet
“The talent of Demidov is impossible to deny. His raw skills might be the best in terms of offense in the entire draft. His puckhandling, shot, passing, and even skating makes him a unique hockey player and prospect. There are many great offensive players, but not many quite like Demidov. Especially who will also have a great drive and motor to play a strong 200 foot game… he could easily be a point per game player in the NHL on most teams first line.”
Frederik Frandsen, Last Word on Sports
“At the end of the day, what you get in a player like Ivan Demidov is a generational offensive dynamo with the mind of a master chess player. Each time he gains possession of the biscuit, his ability to think many steps ahead of the opponent, find creative solutions involving his puck handling abilities, as well as creating tremendous execution at creating space with his skating or precisely hitting the net is considered to be up to par at the NHL level.”
Tyler Ballesteros-Willard, Draft Prospects Hockey
“Any forward that has ever had the type of equivalency we’ve seen from Demidov in his pre-draft year and draft year, going back to the ’80s, has turned into a point-per-game-plus superstar over their careers… You need stars to compete and contend in the NHL, and Demidov is almost guaranteed to be that.”
Byron Bader, Hockey Prospecting
“Demidov is the most dynamic, verstatile, and creative [puck] handler we’ve seen come through the draft in recent years. Elements of his on-puck decision-making remain raw, but his upside as a 100-point top-line winger is supported by decent off-puck and defensive engagement and lightning-quick processing of the game. His elite-level of on-puck intelligence and his trifecta of dynamic handling, playmaking, and goalscoring tools give him the foundation to become an electrifying creative force and offensive driver.”
Sebastian High, Dobber
“Demidov breaks defences. He spots a tiny gap in coverage, bursts right through, and blows it open. He plays mostly a finesse game, but does so hyper-aggressively, attacking everything he can. Demidov succeeds at pulling off plays that most prospects can't. He plans, processes, and anticipates faster than he can stickhandle. He's a pure creator with the puck, making plays out of nothing.”
David St. Louis, Elite Prospects
“Demidov is the more dynamic and flashy prospect [Than Michkov].Demidov is the single-most gifted handler in the entire 2024 class. He projects to be the superior one-on-one attacker…someone who can single-handedly create out of thin air. When it comes to passing ability…Demidov’s ability to chain together handling sequences into following passing plays is second to none.”
Lassi Alanen, Elite Prospects
“It’s a no brainer[at #2OA]. It’s Ivan Demidov all day, every day, 24/7. You run to the stage and pick him… if you ask me, Ivan Demidov is better than Matvei Michkov… He’s the only prospect in our rankings who we gave a 10 grade to for a specific ability. It’s not just the handling skill in isolation it’s the creativity. He comes up with solutions no one can expect.. his motor is underrated, puts in work defensively… it’s a no brainer there.”
Hadi Kalakeche, Locked on NHL/Dobber
Our Scouting:
Clip 1:
As we talked about prior, Demidov has a great IQ and the ability to create lanes and plays out of nothing. Demidov pushes up the ice and enters the zone with pressure closing onto the side. He uses his hands to pull in control, but more impressively, puts his body between the defender and the puck. He uses his edgework and breaking speed to push past the defender, then is patient enough to draw 3 defenders towards him, away from his teammate. When he sees the trailing defenseman waiting, he immediately finds a tight pass for a wide open teammate to capitalize.
Clip 2:
There’s a difference between a safe move, and then there’s an insane move. Watch as Demidov comes up on the left side. He sees that the defender is getting desperate and goes for a large poke. Demidov slides the puck under the Dman’s stick and once again shows off his patience. Instead of going for a quick shot he reads that the other defender is slowly coming across the crease to prevent a passing lane. Instead of just shooting like most players, Demidov baits the goalie into thinking he’s going to run into the defenseman, and in that second, puts the puck in the net.
Clip 3:
Small play, but this is just about how slick his passing is. He slides the puck through a very tight lane while baiting the defenseman into sliding due to not knowing where the play is going to be.
Clip 4:
While we can put on nonstop highlights, it’s also important to see how smart Demidov’s game is. Demidov and the other SKA players move the puck around a bit trying to find an opening until they give it to Demidov. Demidov reads an open play and passes the puck down, but instead of immediately following the puck or staying at his spot, Demidov uses his high engagement to instead move to the other side of the net down low to offer accessory support for his teammates on his anticipated cross crease pass, should there have been a rebound.
Clip 5:
Not every highlight is going to be a goal. One really underrated part of Demidov’s game is how well he’s able to read the offense. As he holds high initially, he’s able to help move the puck out in order to reset the offense when the play fails. His motor keeps him in the play and with his excellent edges, he’s able to make a quick pivot after rushing around in order to step up and create an open shooting lane. While his teammate can’t make the pass to get the puck to him, Demidov read where the play WOULD be, not just where it was. Those IQ aspects really can’t be taught, and are part of what makes him so special. By anticipating the open play rather than following the puck, he establishes himself as a play driver by creating options rather just following and executing structure at a high level.
Clip 6:
We're not even going to analyze this one. It’s just fucking fun. Talent oozes.
Clip 7:
This video has a ton of highlights, which I’d definitely recommend watching, but we’re going to focus specifically on the play at 0:45. We can post clips of Demidov scoring goals, finding breakaways, etc. all day long, but when thinking about translation to the NHL, IQ and decision making is what we’re really drying to drill down on. Demidov arrives in the zone through to middle and pushes the initial F1 to the F3 spot and changes the rotation. The puck is dumped to him and the initial F1 leaves a drop pass for Demidov approaching the goal. As soon as Demidov gets the puck, at 0:47, you can see him primed and in a good shooting position. The bigger defender misread the play and has drifted too far towards the center of the ice, leaving Demidov with a nearly unobstructed shooting lane as the netfront defenseman is also too far toward the middle. Instead of taking the shot, he instead waits to draw over the netfront defenseman, and the bigger defenseman closer towards him, leaving his teammate literally untouched across the crease. Demidov trusts his hands and ability with an extremely quick and accurate pass through the stick range of three defenders to find his teammate wide open. His decision making has been progressively improving and his ability to look off the shot to find an elite pass will translate extremely well to the next level.
Clip 8:
Another play where you can just be excited about Demidov. The puck is wrapped up around the boards and the defenseman sitting at the top of the blue just pushes the puck back into the zone without a clear target, or a player who has an explicit opening to the puck. If anything, the puck is put in the middle of all 5 Karpat skaters. Despite starting on the outside, Demidov’s engagement shines through where he uses his edgework to get a rapid explosive burst of speed, and pushes through both defenders in front of him to gain possession. Once he gains possession, his ability to control the puck, and his handles help to demonstrate just how strong of a prospect Demidov is. Even when the defender is falling onto him, Demidov is patient, makes the netfront defender bite to believe he’s going wide, creating a lane (effectively bypassing 3 separate Karpat players) to get to the goalie unobstructed. Then, his hands come out and he absolutely undresses the netminder with moves that the video literally cannot fully capture. He makes highlights like this look routine, every single game.
Clip 9:
Sometimes when you see a play it’s hard to say anything but wow. Demidov leads the rush through the neutral zone and reads the coverage a much less conventional 1-4 scheme. The offensive rush is a bit unconventional as well, but can offer a smart solution. By having 3 attackers, two concentrated up the middle and one wide, it allows for quick movement up the middle, and post defensive collapse onto the puck, a pass to the outside for a clear entry lane and shot. Demidov passes to his teammate directly across the center of the ice as he expects that teammate to immediately get puck to their teammate on the outside as coverage collapses. Demidov gauges where the openings are pre pass, as evidenced by the head movement. Unfortunately, instead of immediately passing again to the outside for an open lane, his teammate runs into pressure, and panics. He passes back to Demidov who is less than 8ft away and will inevitably will run into immediate pressure as well. Somehow, this is no problem for Demidov. He collects the puck with the literal tip of his stick, uses his body push the defender off, and then pulls the puck in while facing the wrong direction to slip past the defender. Despite being placed in a no win situation his hands and creativity shine through and he creates a clean lane to shoot the puck at the net. It’s almost inhuman what he’s able to do with his hands. When he gets to the net, he’s patient, baits the goalie, pulls wide, and then puts in a clean backhand. Some of these highlights are literally awe-inspiring.
Closing Thoughts:
If this scouting report doesn’t get you excited for Demidov, we don’t think anything will. He’s truly the most electric player in the draft with absolutely ridiculous hands, compete, dynamic play, and highlight reel performance. His IQ is next level, and his hands allow him to do truly amazing things with his skillset and competency. Demidov’s vision is absurd; he consistently makes passes to his teammates without looking, or sends a pass before a teammate has a clean break by using anticipation. These RARELY lead to a turnovers and are often not only creative but unorthodox methods to continue to move the puck up ice. Although his skating is unorthodox, he’s explosive, able to create comprehensive offensive maneuvers due to quick transitions, and make off angle passes with ease due to his edgework. He is elite in transition and able to run a breakout, an offense, and play any of the F1/F2/F3 roles when the situation calls for it. Despite his expected size of “only” 6ft 170lbs, Demidov knows how to use his body and hands. He not only protects the puck on offense but can draw defenders away from his teammates in predictable patterns, once again opening up space for him to capitalize. The same goes for defense where he's able to use his positioning to get the edge on his opponents for a rapid takeaway or a box out off the rush.
As we mentioned earlier, Demidov’s game isn’t limited only to offense, he has a decent understanding of the two way game as well. He’s a relentless forechecker, aggressive on the boards, and also always willing to use his high running motor to jump back into a play that leaves the zone, even if he’s right next to the net. Demidov has the most skill and raw talent out of any player in this draft, including Celebrini. Had Demidov not been demoted to the MHL due to SKA’s poor management, there is almost no doubt that he would be considered nearly neck and neck with Celebrini. As it is now, Demidov is ranked #2 on most boards, and the overall #2 in the consolidated ranking. Demidovs don’t come around often; people last year were genuinely considering whether Michkov was at Bedard’s level. Demidov rivals Michkov if not exceeds him.
You can nitpick the analysis we have of any one single aspect of Demidov. Not everyone buys analytics. Not everyone buys playmaking in a lower league. Not everyone likes irregular skating. Not everyone is on board with the MHL stat sheet, our hype etc. etc. We get it. Really, we do. But at the end of the day, when you step back and appreciate the full body of work, the comps, the analytics, the rave scouting reports, unanimous love, models, stat sheets, skill, work ethic, and more that ALL say that this kid is elite, there’s fire beyond the smoke. Demidov is THE guy. There should not be a debate at #2.
For those of you who made it to the end, thanks for reading! Ultimately we know there will be inevitable debate about a prospect, but we appreciate you hearing us out, and at least letting me, u/GoldWhale, spam the sub over the last few weeks in love of Demidov. Whether or not you agree with our analysis, we encourage you to do your own scouting, read from the authors we've included, watch through all the highlights in the linked videos, and draw your own conclusions!
We appreciate everyone in this community, and will try to answer any questions that you may have in the comments. If you so choose, please feel free to crosspost to other subs, edit, or utilize this writeup anywhere you like (forums/blogs/youtube etc.), just link back to our original post! For those in professional media who have contacted us with the hope of utilizing our writeup, feel free, again just link back to the original post as well. Thanks again!
submitted by GoldWhale to hawks [link] [comments]


2024.05.16 02:37 Creative_Calendar646 Stuck on domain not reachable in New AIO instance

Stuck on domain not reachable in New AIO instance
Hi,
I'm completely stuck on the message "Domain is not reachable on Port 443 from within this container. I've watched videos, searched everywhere in forums and video's but to no avail. As you can see in the picture I'm clearly able to connect to the domain I want to use otherwise I would not get the Nextcloud New AIO instance screen.
I'm running Ubuntu 22.04 LTS. I used the yml-file as shown below.
The weird thing is that I tried it on Windows 11 and that works, so something is just off.
Is there someone who has had this issue in the past and knows a solution? I'm stuck on this issue for almost a week now and am almost to the point of just giving up on Ubuntu and install it on Windows...
version: '3.8' # sample compose for a nextcloud all in one container, running behind a nginx proxy manager # (optionally) uses portainer to give a better overview of the docker environment and the running containers # # the network here is using fixed ip addesses for some hosts, as the nextcloud setting # NC_TRUSTED_PROXIES needs an ip address to relate to. # # Note: the data of npm and portainer container are stored in local folder instead of volumes. # you need to create these folders or comment these lines # # questions? post to https://github.com/nextcloud/all-in-one/discussions/4240 # # 4lexRed services: npm: container_name: npm image: 'jc21/nginx-proxy-manager:latest' restart: 'always' ports: # These ports are in format : - both MUST be open - '80:80' # Public HTTP Port - [I myself disable port 80 after the setting up the ssl certificates - as most traffic is https nowadays] - '443:443' # Public HTTPS Port # Admin Web Port - disable as soon as the NPM is running and you set up a route on localhost and port 81 # see here https://github.com/NginxProxyManagenginx-proxy-manageissues/1658 # - '81:81' # enable if you want to access the npm service via [your.server.ip.address:81] # Add any other Stream port you want to expose # - '21:21' # FTP volumes: # These volumes are in format : - '/docker_data/npm_data:/data' - '/docker_data/npm_letsencrypt:/etc/letsencrypt' # - '/opt/npm_logs/etc:/etc/nginx/conf.d:ro' # for ip ban # - '/opt/npm_logs/logs:/valog/nginx:rw' # for ip-ban environment: # Uncomment this if you want to change the location of the SQLite DB file within the container # DB_SQLITE_FILE: "/data/database.sqlite # changing the user id may lead to PORT 80 not being reachable # PUID: 1000 # PGID: 1000 # DISABLE_IPV6: 'true' # Uncomment this if IPv6 is not enabled on your host (WAN interface) TZ: "Europe/Berlin" # the timezone of the server healthcheck: test: ["CMD", "/usbin/check-health"] interval: 10s timeout: 3s # Either use netmorke mode or networks. # Both at the same time is not possible. # Nextcloud AIO recommends in their guide to set it to network_mode: host. # https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#adapting-the-sample-web-server-configurations-below # But I dislike to do this and instead have all traffic going through the npm using the networks approach. # network_mode: host # for details in the docs see https://docs.docker.com/compose/compose-file/05-services/#network_mode networks: # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file nextcloud-aio: aliases: - npm ipv4_address: '172.18.0.2' # # # # # # # # # # # # # portainer usage is optional. you can delete these lines if you are fine with monitoring the state via the cli. portainer: container_name: portainer image: portaineportainer-ce:latest restart: always security_opt: - no-new-privileges:true ports: # when uncommented, these ports are publicly accessable [bypassing the npm] by calling [your.server.ip.address:9000] # so disable them when the npm is set up to forward the port 9443 when calling docker.myhostname.com (or whichever your subdomain for the portainer is) - 9000:9000 - 9443:9443 volumes: - /etc/localtime:/etc/localtime:ro - /varun/docker.sock:/varun/docker.sock:ro - '/docker_data/portainer_data:/data' # the data folder of the portainer networks: nextcloud-aio: aliases: - portainer ipv4_address: '172.18.0.3' # # # # # # # # # # # # # The nextcloud All in one container # see https://github.com/nextcloud/all-in-one#faq nextcloud: image: nextcloud/all-in-one:latest init: true restart: always container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly volumes: - nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work - /varun/docker.sock:/varun/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! ports: - 8080:8080 # this is the port of the admin interface used for the setup of NC-AIO # - 5080:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md # - 8443:8443 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md environment: - NEXTCLOUD_TRUSTED_DOMAINS = nextcloud.poolvos.com # the dns name under which your nextcloud should be accessable - APACHE_PORT=11000 # Is needed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). # See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - APACHE_IP_BINDING=0.0.0.0 # Should be set to '0.0.0.0' when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else) that is running on the same host. # See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md # If set to 0.0.0.0 the apache will listen to all http requests, no matter what their target ip address is - NEXTCLOUD_UPLOAD_LIMIT=100G # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-upload-limit-for-nextcloud - NEXTCLOUD_DATADIR=/mnt/nfs-storage/my_foldenextcloud_data # Allows to set the host directory for Nextcloud's datadir. ⚠️⚠️⚠️ Warning: do not set or adjust this value after the initial Nextcloud installation is done! See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir - NEXTCLOUD_MOUNT=/mnt/nfs-storage/my_foldenextcloud_data2 # Allows the Nextcloud container to access the chosen directory on the host. See https://github.com/nextcloud/all-in-one#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host # settings overwriting the config.php parameters - NC_TRUSTED_PROXIES="172.18.0.2" # this is the NPM proxy ip address in the docker network ! # - AIO_DISABLE_BACKUP_SECTION=false # Setting this to true allows to hide the backup section in the AIO interface. See https://github.com/nextcloud/all-in-one#how-to-disable-the-backup-section # - BORG_RETENTION_POLICY=--keep-within=7d --keep-weekly=4 --keep-monthly=6 # Allows to adjust borgs retention policy. See https://github.com/nextcloud/all-in-one#how-to-adjust-borgs-retention-policy # - COLLABORA_SECCOMP_DISABLED=false # Setting this to true allows to disable Collabora's Seccomp feature. See https://github.com/nextcloud/all-in-one#how-to-disable-collaboras-seccomp-feature # - NEXTCLOUD_MAX_TIME=3600 # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-max-execution-time-for-nextcloud # - NEXTCLOUD_MEMORY_LIMIT=512M # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-php-memory-limit-for-nextcloud # - NEXTCLOUD_TRUSTED_CACERTS_DIR=/path/to/my/cacerts # CA certificates in this directory will be trusted by the OS of the nexcloud container (Useful e.g. for LDAPS) See See https://github.com/nextcloud/all-in-one#how-to-trust-user-defined-certification-authorities-ca # - NEXTCLOUD_STARTUP_APPS=deck twofactor_totp tasks calendar contacts notes # Allows to modify the Nextcloud apps that are installed on starting AIO the first time. See https://github.com/nextcloud/all-in-one#how-to-change-the-nextcloud-apps-that-are-installed-on-the-first-startup # - NEXTCLOUD_ADDITIONAL_APKS=imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-os-packages-permanently-to-the-nextcloud-container # - NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-php-extensions-permanently-to-the-nextcloud-container # - NEXTCLOUD_ENABLE_DRI_DEVICE=true # This allows to enable the /dev/dri device in the Nextcloud container. ⚠️⚠️⚠️ Warning: this only works if the '/dev/dri' device is present on the host! If it should not exist on your host, don't set this to true as otherwise the Nextcloud container will fail to start! See https://github.com/nextcloud/all-in-one#how-to-enable-hardware-transcoding-for-nextcloud # - NEXTCLOUD_KEEP_DISABLED_APPS=false # Setting this to true will keep Nextcloud apps that are disabled in the AIO interface and not uninstall them if they should be installed. See https://github.com/nextcloud/all-in-one#how-to-keep-disabled-apps # - TALK_PORT=3478 # This allows to adjust the port that the talk container is using. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port # - WATCHTOWER_DOCKER_SOCKET_PATH=/varun/docker.sock # Needs to be specified if the docker socket on the host is not located in the default '/varun/docker.sock'. Otherwise mastercontainer updates will fail. For macos it needs to be '/varun/docker.sock' networks: # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file nextcloud-aio: aliases: - nextcloud ipv4_address: '172.18.0.4' volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work networks: nextcloud-aio: ipam: driver: default config: - subnet: 172.18.0.0/24 
https://preview.redd.it/m2y1sarjqo0d1.png?width=1597&format=png&auto=webp&s=8836f789e013376239c02d0ba309e73e7544032f
submitted by Creative_Calendar646 to NextCloud [link] [comments]


2024.05.16 02:17 Gokuja21 Beeping from hard drive? (audio)

TL;DR: PC beeps when idle once every 4 seconds and shuts off after a few minutes
Beep Audio
After 6 months of having this PC running completely fine, I wake up this morning to find that my computer had restarted. I logged in, and after a minute or so of my pc being idle or opening file explorer, I hear a beep coming from my PC, presumably the HDD...
I hadn't changed any important settings, never messed with registry files, never dropped the HDD, in fact, the main issues I had was my games locking up at random, black screening, and high temps, and all of that has been fixed for months, I tried literally everything I could, system restore doesnt work, already did chkdsk, crystaldisk says its in good health.
A number of issues have actually been happening as of late. Some games take long as balls to load in or start up, (this used to not be the case), Audio from monitor is quieter than usual.
Specs: XFX RX 580 8GB (undervolted using MSIA)
2 x 16GB RAM 3200mhz (using 3200 xmp)
Ryzen 5 3600 3.6ghz (using Ryzen - High)
Thermaltake SMART 600W (actually 500)
WD BLUE 7200 2TB HDD
50$ Deepcool case... bruh
b550m Pro-VDH WIFI
Idle CPU temp: 42c - 45c Load CPU temp: 61c - 72c
Idle GPU temp: 28c - 30c Load GPU temp: 45c - 62c (repasted GPU)
(ikr an RX 580?!)
ALSO - I am currently aware of the current issues this build has and I will address them...
  1. Thermaltake PSUs are garbage i had no idea at the time and the "600w" is actually a 500w because of how its constructed and thermaltake is just not reliable.
  2. I undervolted my GPU because of how bad my PSU currently is (it crashes under load otherwise).
  3. Getting a hard drive in 2024...
  4. Using Ryzen High Perf. power plan (fixed an issue that causes things to freeze under load, requiring restart)
  5. Accidentally installed windows on CSM instead of UEFI
could it be the SATA cable??
submitted by Gokuja21 to buildapc [link] [comments]


2024.05.15 23:21 GamerSky13 My FNAF Timeline - Important Points & Credits (V1)

Here is the Important Points & Credits part of my attempt at creating a FNAF timeline. Yes, I have watched every single video that I linked. I started this project on January 25th of this year, so I hope it will be worth it. As this is Version 1, there will potentially be mistakes. (Will Post Other Parts Soon)
Full Timeline Part 1 (V1): (Link)
Full Timeline Part 2 (V1): (Link)
Full Timeline Part 3 (V1): (Link)
Explanations & Questions (V1): (Link)
Important Points:
(1) Scott didn’t have the entire story planned out when he made FNAF 1. (2) Scott is human just like everyone else and can make mistakes. (3) FNAF is a series that can be retconned, but not everything is a retcon. (4) You can’t use the previous games to solve the lore in future games, but you can use the future games to solve the lore in the past games. (5) FNAF is a series about animatronics being possessed by dead kids, so it is not supposed to be realistic. (6) When it comes to souls moving on, it appears to be a choice. (7) The explanation post will contain my views on the FNAF books. (8) In the context of FNAF, if something is labeled as canon, it means it’s official. A continuity is a timeline of events within a given narrative. Multiple things can be labeled canon, but that doesn't necessarily mean they all fit within the same continuity. It's also possible to have multiple continuities that are all canon but are not intended to exist within one unified continuity. Example: The Silver Eyes Trilogy & The Games. Both narratives are confirmed to be canon, but they are different continuities. (9) No theory will ever be 100% correct. There are going to be differences between people’s theories, and that is okay. (10) Just because a part of a theory becomes “incorrect” because of a new game or book, that doesn’t mean the whole theory is invalidated.
Credits: (Ordered A-Z)
Brussel (https://www.youtube.com/@ItalianBrussel)
Dawko (https://www.youtube.com/@Dawko)
DMuted (https://www.youtube.com/@dmuted)
Dwfan91 (http://www.youtube.com/@dwfan91-)
Entom (https://www.youtube.com/@Entom)
HyperDroid (https://www.youtube.com/@HyperDroid)
ID’s Fantasy (https://www.youtube.com/@IDsFantasy)
ImmenseAndrew (https://www.youtube.com/@ImmenseAndrew)
ImpulseEven_37 (https://www.youtube.com/@ImpulseEvan37)
John from FuhNaff (https://www.youtube.com/@FuhNaff)
Narrow Raven (http://www.youtube.com/@NarrowRaven)
Ozone (https://www.youtube.com/@OzoneYT)
Penners (https://www.youtube.com/@penners7046)
RyeToast (https://www.youtube.com/@RyeToast)
Sire Squawks (https://www.youtube.com/@siresquawks)
Stormister (https://www.youtube.com/@Stormister)
TheChiptide (https://www.youtube.com/@TheChiptide)
The Game Theorists (https://www.youtube.com/@GameTheory)
Under_Score (https://www.youtube.com/@Under\_Score)
Zantorm (https://www.youtube.com/@Zantorm)
Sources: (Ordered By Release Date On The Respective Channel & By A-Z)
(Note: In several videos listed below, there may be a word that some individuals might consider profanity. Although, in some of the videos, those words have been replaced with a bleep. If someone wants to react to any of the videos listed below, I advise to not do it live)
Brussel (https://www.youtube.com/watch?v=vyNRq23Pc2o) (Please Read The Video’s Description)
Brussel (https://www.youtube.com/watch?v=pIgpiIzhYRY)
Dawko & Scott Interview (https://www.youtube.com/watch?v=03E\_hZdXqBE&t=1s)
Dawko & Steel Wool Interview (https://www.youtube.com/watch?v=f4Gax4uEW1E)
DMuted (https://www.youtube.com/watch?v=vBi3NRU\_zvY)
DMuted (https://www.youtube.com/watch?v=4frc794iEso)
DMuted (https://www.youtube.com/watch?v=MmycnLBVkM8)
DMuted (https://www.youtube.com/watch?v=EtkQPRBjpps)
DMuted (https://www.youtube.com/watch?v=zue6vlZsn64)
DMuted (https://www.youtube.com/watch?v=QZm1jIH7TiQ)
DMuted (https://www.youtube.com/watch?v=G4ACP7ZV7xs)
DMuted (https://www.youtube.com/watch?v=BCfilzHVBog)
DMuted (https://www.youtube.com/watch?v=HhR3vMq\_pLc)
DMuted (https://www.youtube.com/watch?v=35H9orJMc64)
DMuted (https://www.youtube.com/watch?v=MOkOEoeWnkY)
DMuted (https://www.youtube.com/watch?v=-1xoeLTVsk4)
DMuted (https://www.youtube.com/watch?v=rKk1aL\_58pc)
DMuted (https://www.youtube.com/watch?v=9zWqqKsdGfY)
DMuted (https://www.youtube.com/watch?v=ccIT7MgDzRg)
DMuted (https://www.youtube.com/watch?v=chAwJR27kTE)
DMuted (https://www.youtube.com/watch?v=cAxqMndGGCs)
DMuted (https://www.youtube.com/watch?v=CaDpZt4-AYM)
DMuted (https://www.youtube.com/watch?v=zIKjkyBuFoE)
DMuted (https://www.youtube.com/watch?v=H0xoo0QN4rw)
DMuted (https://www.youtube.com/watch?v=EhL7WtZGKQ4)
DMuted (https://www.youtube.com/watch?v=cG2iCKXk9iI)
DMuted (https://www.youtube.com/watch?v=LKv2\_ngAwfc)
DMuted (https://www.youtube.com/watch?v=r--UMHv4wyo)
DMuted (https://www.youtube.com/watch?v=iJrBx5jX5qs)
DMuted (https://www.youtube.com/watch?v=nJBaM--XMhY)
DMuted (https://www.youtube.com/watch?v=EGGVxjft3x4)
DMuted (https://www.youtube.com/watch?v=lNL4zvMgw08)
DMuted (https://www.youtube.com/watch?v=3h7l0\_uQQIw)
Dwfan91 (https://www.youtube.com/watch?v=xS4Ts5WaPPk)
Dwfan91 (https://www.youtube.com/watch?v=kEAd71TNPjk)
Dwfan91 (https://www.youtube.com/watch?v=Vk0Y-rSYFhA)
Dwfan91 (https://www.youtube.com/watch?v=fZw-hCRVmWk)
Dwfan91 (https://www.youtube.com/watch?v=-t1\_FZgcQRA)
Dwfan91 (https://www.youtube.com/watch?v=UhMjkmDH7\_I)
Dwfan91 (https://www.youtube.com/watch?v=JGplS1PXr18)
Entom (https://www.youtube.com/watch?v=6Fmh-skZD3M)
Entom (https://www.youtube.com/watch?v=nVprRJBOZVQ)
HyperDroid (https://www.youtube.com/watch?v=6fqW3GYAd2c)
HyperDroid (https://www.youtube.com/watch?v=ZYqo\_RHrWLE)
HyperDroid (https://www.youtube.com/watch?v=AQgzYDVxcUg)
HyperDroid (https://www.youtube.com/watch?v=JS12W6Ryhks)
HyperDroid (https://www.youtube.com/watch?v=X99frbgmWw8)
HyperDroid (https://www.youtube.com/watch?v=hrWMyQGvsZE)
HyperDroid (https://www.youtube.com/watch?v=FIHfVjfzoDo)
HyperDroid (https://www.youtube.com/watch?v=R19\_AGy0CvU)
HyperDroid (https://www.youtube.com/watch?v=rMFvkfhB4bY)
HyperDroid (https://www.youtube.com/watch?v=KaAdOUjfJd8)
HyperDroid (https://www.youtube.com/watch?v=\_dO523p-XfY)
HyperDroid (https://www.youtube.com/watch?v=I9wuZL7aMIQ)
HyperDroid (https://www.youtube.com/watch?v=dBd0ndH\_wUM)
HyperDroid (https://www.youtube.com/watch?v=MVJiLWuqvqQ)
ID’s Fantasy (https://www.youtube.com/watch?v=gldCcSXu3PQ)
ID’s Fantasy (https://www.youtube.com/shorts/D6dVT55dpuE)
ID’s Fantasy (https://www.youtube.com/watch?v=9rKW86gdtzE)
ID’s Fantasy (https://www.youtube.com/watch?v=k1fYT\_H2mTg)
ID’s Fantasy (https://www.youtube.com/watch?v=ne4YxX-GhY0)
ID’s Fantasy (https://www.youtube.com/watch?v=moutvW8gYgY)
ID’s Fantasy (https://www.youtube.com/watch?v=Q-x47bysV2I)
ID’s Fantasy (https://www.youtube.com/watch?v=22WazVHyruY)
ID’s Fantasy (https://www.youtube.com/watch?v=i0GKGpuABKY)
ID’s Fantasy (https://www.youtube.com/watch?v=bomqYiI6qmc)
ID’s Fantasy (https://www.youtube.com/watch?v=VqBII9RLzgw)
ID’s Fantasy (https://www.youtube.com/watch?v=UrCyl-Asbn0)
ID’s Fantasy (https://www.youtube.com/watch?v=ofxnljLO-Mg)
ID’s Fantasy (https://www.youtube.com/watch?v=2e\_purWD-qQ)
ID’s Fantasy (https://www.youtube.com/watch?v=3L-cgMPnZR0)
ID’s Fantasy (https://www.youtube.com/watch?v=4DZLnihzep8)
ID’s Fantasy (https://www.youtube.com/watch?v=rDR5ARZ7ryE)
ID’s Fantasy (https://www.youtube.com/watch?v=YRmA3Asw6KI)
ID’s Fantasy (https://www.youtube.com/watch?v=8vCMqYTCQJE)
ImmenseAndrew (https://www.youtube.com/watch?v=mlKQP9SY5-Y)
ImmenseAndrew (https://www.youtube.com/watch?v=R7isROpVynU)
ImpulseEven_37 (https://www.youtube.com/watch?v=3Oo6r8J8K9w)
ImpulseEven_37 (https://www.youtube.com/watch?v=xMZ\_LOv-oeA)
ImpulseEven_37 (https://www.youtube.com/watch?v=HIar6kqjpac)
ImpulseEven_37 (https://www.youtube.com/watch?v=\_UA8toN47gU)
ImpulseEven_37 (https://www.youtube.com/watch?v=GcrRyVwglD4)
ImpulseEven_37 (https://www.youtube.com/watch?v=dvb6HY3TB0Y)
ImpulseEven_37 (https://www.youtube.com/watch?v=oCM7WW\_QY4U)
ImpulseEven_37 (https://www.youtube.com/watch?v=A0R\_a-BT5nw)
ImpulseEven_37 (https://www.youtube.com/watch?v=GllO7peVyms)
ImpulseEven_37 (https://www.youtube.com/watch?v=SuB2sqy-liY)
ImpulseEven_37 (https://www.youtube.com/watch?v=FMPEKVupePg)
ImpulseEven_37 (https://www.youtube.com/watch?v=byUrO3j22Fw)
ImpulseEven_37 (https://www.youtube.com/watch?v=uTd8AH8DqTw)
ImpulseEven_37 (https://www.youtube.com/watch?v=B9h26Q6KFEU)
ImpulseEven_37 (https://www.youtube.com/watch?v=PtnthZNKIFg)
ImpulseEven_37 (https://www.youtube.com/watch?v=WiQC0hqQupw)
ImpulseEven_37 (https://www.youtube.com/watch?v=anzEUIeDv8M)
ImpulseEven_37 (https://www.youtube.com/watch?v=vHpXOGge3AM&t=2s)
ImpulseEven_37 (https://www.youtube.com/watch?v=w3cWMSeBdP4)
ImpulseEven_37 (https://www.youtube.com/watch?v=Qr3X7CgmvsQ)
ImpulseEven_37 (https://www.youtube.com/watch?v=gw5ZBBHddSg)
ImpulseEven_37 (https://www.youtube.com/watch?v=yL5W789-PDs)
ImpulseEven_37 (https://www.youtube.com/watch?v=vwo\_-ZvYD2M)
ImpulseEven_37 (https://www.youtube.com/watch?v=Pu9AV74PMcI)
ImpulseEven_37 (https://www.youtube.com/watch?v=4RQrJ9e4FfM)
ImpulseEven_37 (https://www.youtube.com/watch?v=VQDBh\_H9ziU)
ImpulseEven_37 (https://www.youtube.com/watch?v=Yc5WqMenAC0)
ImpulseEven_37 (https://www.youtube.com/watch?v=VyHemiad0Fg)
ImpulseEven_37 (https://www.youtube.com/watch?v=yU3j9\_UbjeM)
ImpulseEven_37 (https://www.youtube.com/watch?v=\_RXOXqMXV-Q)
ImpulseEven_37 (https://www.youtube.com/watch?v=xb6Ayk9oT-c)
ImpulseEven_37 (https://www.youtube.com/watch?v=zBI5aDYJCdg)
ImpulseEven_37 (https://www.youtube.com/watch?v=qPURWojrFD4)
ImpulseEven_37 (https://www.youtube.com/watch?v=cFn3NoltP7I)
ImpulseEven_37 (https://www.youtube.com/watch?v=dBaN1jTM6ks)
ImpulseEven_37 (https://www.youtube.com/watch?v=uP0McDKuahM)
ImpulseEven_37 (https://www.youtube.com/watch?v=8ifABjTM44o)
ImpulseEven_37 (https://www.youtube.com/watch?v=EM1pI3jYjnw)
John from FuhNaff (https://www.youtube.com/watch?v=A1Wl3r69hzo)
John from FuhNaff (https://www.youtube.com/watch?v=ktkKqBup2CU)
John from FuhNaff (https://www.youtube.com/watch?v=A1Wl3r69hzo)
John from FuhNaff (https://www.youtube.com/watch?v=VzgFNdEj\_mI)
John from FuhNaff (https://www.youtube.com/watch?v=RNYHqJZEYuU)
John from FuhNaff (https://www.youtube.com/watch?v=juCN4ujafQE)
John from FuhNaff (https://www.youtube.com/watch?v=IowpA2uvu4c)
John from FuhNaff (https://www.youtube.com/watch?v=Fleb5ruqerg)
John from FuhNaff (https://www.youtube.com/watch?v=7v-MW\_g-2Iw)
John from FuhNaff (https://www.youtube.com/watch?v=\_AgtP-8RwuQ)
John from FuhNaff (https://www.youtube.com/watch?v=rPYh6X8i\_VM)
John from FuhNaff (https://www.youtube.com/watch?v=IYqz2w6TUvo)
John from FuhNaff (https://www.youtube.com/watch?v=zADcWlmwZFQ)
John from FuhNaff (https://www.youtube.com/watch?v=7TCkO0H-JTs)
John from FuhNaff (https://www.youtube.com/watch?v=gJqwpcsXLXA)
John from FuhNaff (https://www.youtube.com/watch?v=5lPxMoZBfSw)
John from FuhNaff (https://www.youtube.com/watch?v=KNxArWRCTvQ)
Narrow Raven (https://www.youtube.com/watch?v=PGK9XbZSCG0)
Narrow Raven (https://www.youtube.com/watch?v=\_7YWzCGlr1I)
Narrow Raven (https://www.youtube.com/watch?v=ktctykBTTdE)
Narrow Raven (https://www.youtube.com/watch?v=4h0o3Yzc90k)
Narrow Raven (https://www.youtube.com/watch?v=cRoM-FxBhgc)
Narrow Raven (https://www.youtube.com/watch?v=DFbbhS5870U) (Part 1)
Narrow Raven (https://www.youtube.com/watch?v=upRMgX3fddQ) (Part 2)
Narrow Raven (https://www.youtube.com/watch?v=GYErf3WzOWc) (Part 3)
Narrow Raven (https://www.youtube.com/watch?v=teNX18oR5Hs)
Narrow Raven (https://www.youtube.com/watch?v=0cvXb7y4WCA) (Part 4)
Narrow Raven (https://www.youtube.com/watch?v=KY3IJrtZltU)
Ozone (https://www.youtube.com/watch?v=4J3XqB6PEV4)
Ozone (https://www.youtube.com/watch?v=1fGzotucDRg)
Ozone (https://www.youtube.com/watch?v=YHQlkFeY5\_8)
Ozone (https://www.youtube.com/watch?v=M\_jzNUHs8B4)
Ozone (https://www.youtube.com/watch?v=5w0-52Ee47w)
Ozone (https://www.youtube.com/watch?v=J3QSqM\_sJLs)
Ozone (https://www.youtube.com/watch?v=\_\_\_Kuq4ozCc)
Ozone (https://www.youtube.com/watch?v=KmUviWkLWIw)
Ozone (https://www.youtube.com/watch?v=yVQ936vTxO0)
Ozone (https://www.youtube.com/watch?v=z1jUurXeJLI)
Ozone (https://www.youtube.com/watch?v=jC6RHltacgU)
Ozone (https://www.youtube.com/watch?v=2Q0ZUHWc3nc)
Ozone (https://www.youtube.com/watch?v=CkIv7GFcWck)
Ozone (https://www.youtube.com/watch?v=L1tvIiQOFsk)
Ozone (https://www.youtube.com/watch?v=70cEzyxTMp0)
Ozone (https://www.youtube.com/watch?v=V1Kgc\_pJ3qo)
Ozone (https://www.youtube.com/watch?v=ib8-zniPzkY)
Ozone (https://www.youtube.com/watch?v=Aio8BQyK5W8)
Ozone (https://www.youtube.com/watch?v=xvkfHg9rIt8)
Ozone (https://www.youtube.com/watch?v=RQKFN3DpWws)
Ozone (https://www.youtube.com/watch?v=-xWBdNKiGoo)
Ozone (https://www.youtube.com/watch?v=T4CpYvpAc2g)
Ozone (https://www.youtube.com/watch?v=MQYHq20QOvw)
Ozone (https://www.youtube.com/watch?v=DIHu7\_5Sm6k)
Ozone (https://www.youtube.com/watch?v=5EAn0HI2yE4)
Ozone (https://www.youtube.com/watch?v=9FNS6Goopdw)
Ozone (https://www.youtube.com/watch?v=IcoLeUAUxaU)
RyeToast (https://www.youtube.com/watch?v=H4StftlN\_bs)
RyeToast (https://www.youtube.com/watch?v=vy-UxGpI\_V4)
RyeToast (https://www.youtube.com/watch?v=exnNdYUyS4c)
RyeToast (https://www.youtube.com/watch?v=9eiCTVgE108)
RyeToast (https://www.youtube.com/watch?v=IcCnm5ZMfi0)
RyeToast (https://www.youtube.com/watch?v=3Gw0\_BJuBZQ)
RyeToast (https://www.youtube.com/watch?v=UfsftgX6RBQ)
RyeToast (https://www.youtube.com/watch?v=sK51EL6O2iU)
RyeToast (https://www.youtube.com/watch?v=VXfFrTsG0ok)
RyeToast (https://www.youtube.com/watch?v=brqm7Dl7tx4)
RyeToast (https://www.youtube.com/watch?v=N-j6sajdQiw)
RyeToast (https://www.youtube.com/watch?v=CfQb96oljy0)
RyeToast (https://www.youtube.com/watch?v=ZukQ79kkehQ)
RyeToast (https://www.youtube.com/watch?v=z6Q8xpNdOgo)
RyeToast (https://www.youtube.com/watch?v=o2BdJTIk4Vs)
RyeToast (https://www.youtube.com/watch?v=YAe0ylWXGQk)
RyeToast (https://www.youtube.com/watch?v=eh7ejm5rUPo)
RyeToast (https://www.youtube.com/watch?v=\_d64kZCABwc)
RyeToast (https://www.youtube.com/watch?v=AXsOxs166Ck)
RyeToast (https://www.youtube.com/watch?v=inid0qTkilc)
RyeToast (https://www.youtube.com/watch?v=Ga\_bd0pO\_fs)
RyeToast (https://www.youtube.com/watch?v=SO2KBVsyZV8)
RyeToast (https://www.youtube.com/watch?v=vF9Fll1YPYg)
RyeToast (https://www.youtube.com/watch?v=0C\_5XxP6MdE)
RyeToast (https://www.youtube.com/watch?v=gK-Iw3\_rIYM)
RyeToast (https://www.youtube.com/watch?v=TrSsXP2L1ks)
RyeToast (https://www.youtube.com/watch?v=VN3vsrIS4UE)
RyeToast (https://www.youtube.com/watch?v=NChCEK0Ur7E)
RyeToast (https://www.youtube.com/watch?v=xxlv7f4gL3g)
RyeToast (https://www.youtube.com/watch?v=5OrF2ovINYo)
RyeToast (https://www.youtube.com/watch?v=HORNRlEKvlo)
RyeToast (https://www.youtube.com/watch?v=w\_MJJqcpX04)
RyeToast (https://www.youtube.com/watch?v=smIgltRsL5w)
RyeToast (https://www.youtube.com/watch?v=twcl1gWW054)
RyeToast (https://www.youtube.com/watch?v=mA4PgLbGQzY)
RyeToast (https://www.youtube.com/watch?v=N2rNqxL7LhQ)
RyeToast (https://www.youtube.com/watch?v=KxePDatBTGE)
RyeToast (https://www.youtube.com/watch?v=BXeZbcFLhpE)
RyeToast (https://www.youtube.com/watch?v=Q4eaPVIRvw0)
RyeToast (https://www.youtube.com/watch?v=qEweXGFC\_EU)
RyeToast (https://www.youtube.com/watch?v=yIA47pSWKj0)
RyeToast (https://www.youtube.com/watch?v=4EFrm08oEpc)
RyeToast (https://www.youtube.com/watch?v=aTLTVo9BHq0)
RyeToast (https://www.youtube.com/watch?v=eZfCO5e52ws)
RyeToast (https://www.youtube.com/watch?v=wHlNa5gZ0tY)
RyeToast (https://www.youtube.com/watch?v=EBe6Qv6D7oY)
RyeToast (https://www.youtube.com/watch?v=0uDLNUv7EYQ)
RyeToast (https://www.youtube.com/watch?v=JIcM6GufEJM)
RyeToast (https://www.youtube.com/watch?v=4DWRwBUlETQ)
RyeToast (https://www.youtube.com/watch?v=IxPD9eg5TGk)
RyeToast (https://www.youtube.com/watch?v=CYZNesTNmiY)
RyeToast (https://www.youtube.com/watch?v=sr5SAs4jEgI)
RyeToast (https://www.youtube.com/watch?v=xqEaahaV5M4)
RyeToast (https://www.youtube.com/watch?v=PtkUDXRcDJ4)
RyeToast (https://www.youtube.com/watch?v=Esllwr3HB08)
RyeToast (https://www.youtube.com/watch?v=fKAbdrrjFC8)
RyeToast (https://www.youtube.com/watch?v=rNK3\_B6yzoo)
RyeToast (https://www.youtube.com/watch?v=4S-DfOYkfNM)
RyeToast (https://www.youtube.com/watch?v=QFYKFesBCOo)
RyeToast (https://www.youtube.com/watch?v=4xp88Q\_e3pk)
RyeToast (https://www.youtube.com/watch?v=G3KT5CctfyA)
RyeToast (https://www.youtube.com/watch?v=imrBqUtIQpg)
RyeToast (https://www.youtube.com/watch?v=3OuYHb\_28uc)
RyeToast (https://www.youtube.com/watch?v=XHJm2-lZYjY)
ShyCrow (https://www.youtube.com/watch?v=19II2zhcOD0)
ShyCrow (https://www.youtube.com/watch?v=Jtv887bTMhs)
ShyCrow (https://www.youtube.com/watch?v=QMKdDRq3NwU)
ShyCrow (https://www.youtube.com/watch?v=6U\_ejcdu-ZM)
ShyCrow (https://www.youtube.com/watch?v=whSMtJhaA7s)
ShyCrow (https://www.youtube.com/watch?v=Z3U14Qd2e7Q)
ShyCrow (https://www.youtube.com/watch?v=cK2JtZFJrBg)
ShyCrow (https://www.youtube.com/watch?v=1OazDdbRuAE)
Sire Squawks (https://www.youtube.com/watch?v=Jo3fPO5DLlc)
Sire Squawks (https://www.youtube.com/watch?v=pCUPleocAMM)
Sire Squawks (https://www.youtube.com/watch?v=SfmWJtRbg-8)
Sire Squawks (https://www.youtube.com/watch?v=E4cClobMVPM)
Sire Squawks (https://www.youtube.com/watch?v=scyiVLO\_0kk)
Sire Squawks (https://www.youtube.com/watch?v=DuynDgtej2A)
Sire Squawks (https://www.youtube.com/watch?v=R2a7QWI-h2A)
Sire Squawks (https://www.youtube.com/watch?v=A6u4uXxc93g)
Sire Squawks (https://www.youtube.com/watch?v=3et6IrqE7eA)
Sire Squawks (https://www.youtube.com/watch?v=KdZWMynMESg)
Sire Squawks (https://www.youtube.com/watch?v=8pRYsLq5Kys)
Sire Squawks (https://www.youtube.com/watch?v=oIjM8tFTGMY)
Sire Squawks (https://www.youtube.com/watch?v=4l9raE-FTlw)
Sire Squawks (https://www.youtube.com/watch?v=QkftWE9kDAU)
Sire Squawks (https://www.youtube.com/watch?v=THhVHlX-OgY)
Sire Squawks (https://www.youtube.com/watch?v=JiOlw1IsSfA)
Sire Squawks (https://www.youtube.com/watch?v=DFwo3JsESKo)
Sire Squawks (https://www.youtube.com/watch?v=eCJyDH9dimY)
Sire Squawks (https://www.youtube.com/watch?v=1zGlKvMfTUw)
Sire Squawks (https://www.youtube.com/watch?v=UrdUYIP0zk0)
Sire Squawks (https://www.youtube.com/watch?v=r5nktRAWXKQ)
Sire Squawks (https://www.youtube.com/watch?v=I2qhD\_H7M8Y)
Sire Squawks (https://www.youtube.com/watch?v=EBrZn4G0tDQ)
Sire Squawks (https://www.youtube.com/watch?v=\_oryShrReSc)
Sire Squawks (https://www.youtube.com/watch?v=RDc6dlSkN3Q)
Sire Squawks (https://www.youtube.com/watch?v=uc-T0J00p3c)
Sire Squawks (https://www.youtube.com/watch?v=2APdN-JCyWU)
Sire Squawks (https://www.youtube.com/watch?v=MwfcdWjyyEk)
Sire Squawks (https://www.youtube.com/watch?v=O7-kbDkL0O0)
Sire Squawks (https://www.youtube.com/watch?v=ogn4VMq8VeY)
Sire Squawks (https://www.youtube.com/watch?v=IaEXe9Vx8Yg)
Sire Squawks (https://www.youtube.com/watch?v=q2CGopvFlxY)
Sire Squawks (https://www.youtube.com/watch?v=ERDwo-3nOcs)
Sire Squawks (https://www.youtube.com/watch?v=1-R7ug8oaiI)
Sire Squawks (https://www.youtube.com/watch?v=MCMKuOYHJxU)
Sire Squawks (https://www.youtube.com/watch?v=dVerPxUk2uo)
Sire Squawks (https://www.youtube.com/watch?v=ocJt4PKGFEQ)
Sire Squawks (https://www.youtube.com/watch?v=cawnIt4uqOc)
Sire Squawks (https://www.youtube.com/watch?v=eNkkRpnG7HQ)
Sire Squawks (https://www.youtube.com/watch?v=kSnfqPApGyg)
Sire Squawks (https://www.youtube.com/watch?v=WSlvFn0XLGs)
Sire Squawks (https://www.youtube.com/watch?v=5bwbqpBtNAA)
Sire Squawks (https://www.youtube.com/watch?v=Kt5kilx9Fqg)
Sire Squawks (https://www.youtube.com/watch?v=Z3nSzC\_\_IeE)
Sire Squawks (https://www.youtube.com/watch?v=KxnYkNNoGGY)
Steel Wool Gamejolt Interview (Penners) (https://www.youtube.com/watch?v=g9nFMfRnXvk)
Stormister (https://www.youtube.com/watch?v=s9SxSR9KxjI)
Stormister (https://www.youtube.com/watch?v=QfP-J\_2p0Ak)
Stormister (https://www.youtube.com/watch?v=3g7xmuyUtq8)
TheChiptide (https://www.youtube.com/watch?v=xVmlPHRtqTE)
TheChiptide (https://www.youtube.com/watch?v=2yYCrYVMyBk) (Part 1)
TheChiptide (https://www.youtube.com/watch?v=qRj5SG9a2C8) (Part 2)
The Game Theorists (https://www.youtube.com/watch?v=gWOXSh4-Iuc)
The Game Theorists (https://www.youtube.com/watch?v=oLj9qS9EgB8)
The Game Theorists (https://www.youtube.com/watch?v=X2LyUpsd8uY)
The Game Theorists (https://www.youtube.com/watch?v=qGJLTDxnMs8)
The Game Theorists (https://www.youtube.com/watch?v=kRsAOW2zE20)
The Game Theorists (https://www.youtube.com/watch?v=hfy6X1VYIZI)
The Game Theorists (https://www.youtube.com/watch?v=B4eF8n5FODM)
The Game Theorists (https://www.youtube.com/watch?v=cQZBxqmKLYs)
The Game Theorists (https://www.youtube.com/watch?v=ILFfj2zYwHY)
The Game Theorists (https://www.youtube.com/watch?v=TmlyIOsUT-g)
The Game Theorists (https://www.youtube.com/watch?v=cTT-fZaHy1Y)
The Game Theorists (https://www.youtube.com/watch?v=QCzDDdbg4vs)
Under_Score (https://www.youtube.com/watch?v=4ph1S9Ph-Bs)
Under_Score (https://www.youtube.com/watch?v=IyOHEDPj1CU)
Under_Score (https://www.youtube.com/watch?v=1qNeOKabDwc)
Under_Score (https://www.youtube.com/watch?v=r434m6tsg\_k)
Under_Score (https://www.youtube.com/watch?v=eQCtUwqOB48)
Under_Score (https://www.youtube.com/watch?v=DEV8YbLKJik)
Under_Score (https://www.youtube.com/watch?v=IP4c5gdNfTY)
Under_Score (https://www.youtube.com/mnaHJcHexVA)
Under_Score (https://www.youtube.com/watch?v=DSBGAg9CXMc)
Under_Score (https://www.youtube.com/watch?v=H5kGYsf9WUU)
Under_Score (https://www.youtube.com/watch?v=LUJ7yx0gRkY)
Under_Score (https://www.youtube.com/watch?v=RsuK19Swvjc)
Under_Score (https://www.youtube.com/watch?v=bwCgEEDvSoQ)
Zantorm (https://www.youtube.com/watch?v=RG2kv5hssRg)
Zantorm (https://www.youtube.com/watch?v=J5sVgjcrMhw)
FNAF Theory Wiki (fnaftheories.fandom.com/wiki/Theory_Glossary)
Scott Cawthon’s Reddit Posts (https://www.reddit.com/useanimdude/sumitted/)
Scott Cawthon’s Steam Posts (https://steamcommunity.com/profiles/76561197999919255/posthistory/)
Seriously_Unserious Glitchtrp Virus Explanation (https://www.reddit.com/fivenightsatfreddys/comments/w1hppy/why\_glamrock\_freddy\_is\_friendly\_a\_compute)
submitted by GamerSky13 to GameTheorists [link] [comments]


2024.05.15 22:07 Lamorosii The K-Pop Index: DJ DOC Edition (Artist Discovery & Discussion)

Hello Everyone!
Continuing in our journey through the genre in the 90's, we have our first "Hip-Hop" crew. That being said, at least in the beginning, they were very much like other acts of the time. Rap is, of course, present, but they never shied away from R&B/Ballad territory. I was never super familiar with this group until starting this write-up. All I had heard where that some (if not all) the members were quite controversial for different reasons.
They have a surprisingly large discography, but like a lot of the older groups in the genre, media preservation is sketchy. Plenty of live performances, but pretty much every MV was obtained from secondary sources. And the quality shows, like trying to watch a video from a toaster with goo slapped on your eyes.
Any fans here?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Studio Album: Sorrow of Superman
Release Date: November 1, 1994

Song Title Music Video Live Performance
1. Commin' D.J DOC 1994 (프롤로그) -- --
2. 수퍼맨의 비애 (feat. Proud Marry) Official Music Video (Very Poor Quality) KBS Performance
3. 두근거리는 상상 -- --
4. Yesterday -- --
5. 나만의 비밀 -- --
6. 다 지난 얘기지만 -- --
7. 고해성사 -- --
8. 내게 돌아와 줘 (feat. 달타령) -- --
9. 덩달이 시리즈 -- --
10. 절교 선언 -- --
11. 에필로그 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2nd Koran Studio Album: Murphy's Law
Release Date: May 19, 1995

Song Title Music Video Live Performance
1. 머피의 법칙 Official Music Video (Poor Quality) KBS Performance
2. 오피스텔 -- --
3. 이제는 달라 -- --
4. 한 잎의 여자 -- --
5. 이별의 모습 -- --
6. 남아 있는 꿈 -- --
7. 뉴스속보 -- --
8. 성수대교 -- --
9. Sweet Dreams -- --
10. 다이어트 -- --
11. 어느 팬에게 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3rd Korean Studio Album: D제(除)2덕(德)
Release Date: January 10, 1996

Song Title Music Video Live Performance
1. 1996. Shout Out -- --
2. 겨울 이야기 (Radio Ver.) -- KBS Performance
3. 그녀의 속눈썹은 길다 Official Music Video (Poor Quality) MBC Performance
4. 미녀와 야수 Official Music Video (Poor Quality) MBC Performance
5. 나의 성공담 -- Concert Performance (Poor Quality)
6. 사랑하기 때문에 -- KBS Performance
7. Safety Zone From H.I.V (안전지대) -- --
8. A.P.T (96 Miami Mix) -- MBC Performance + 미녀와 야수
9. Good Bye (Lately) -- --
10. 겨울 이야기 (Bonus Track, Club ver.) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean EP Album: 대한민국만세 (Remake)
Release Date: April 1, 1996

Song Title Music Video Live Performance
1. 애국가 -- --
2. 독도는 우리땅 (DJ DOC ver.) -- MBC Performance
3. 승리를 위해 (From 개선행진곡) -- --
4. 고향의 봄 -- --
5. 울릉도 트위스트 (독도 ver.) -- --
6. 우리의 소원 (Hip Hop ver.) -- --
7. 힘내라 힘 (2002 Mix) -- --
8. 독도는 우리땅 (정광태 ver.) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Special Album: Summer
Release Date: July 1, 1996

Song Title Music Video Live Performance
1. 여름이야기 (Sky Mix, 외국곡 헬로와 삽입) Official Music Video (Poor Quality) KBS Performance
2. 이제는 달라 -- --
3. 깡패의 천국 -- --
4. 겨울이야기 (Live Mix) -- --
5. 나의 성공담 (Live Mix) -- --
6. 남아있는 꿈 -- --
7. 다이어트 -- --
8. Radio Skit -- --
9. 허리케인 박 (Shin Dang Dong Mix) -- MBC Performance
10. 여름이야기 (Original ver.) -- --
11. 이별의 모습 -- --
12. 기억 -- --
13. Remember -- --
14. Out-Ro -- --
15. 여름이야기 (Sun Of Beach Mix) -- --

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4th Korean Studio Album: DJ DOC 4th
Release Date: April 1, 1997

Song Title Music Video Live Performance
1. 삐걱삐걱 (Clean ver.) -- --
2. 가버려 -- MBC Performance
3. 해변으로 가요. (Part Ⅱ) -- --
4. 거짓말이야 (Radio ver.) -- --
5. Everybody (Club ver.) -- MBC Performance
6. 무아지경 -- MBC Performance
7. DOC와 춤을 Official Music Video (?) MBC Performance
8. 꼴통 일기 -- --
9. Seoul Train -- --
10. Scratch Family -- --
11. 5분 대기조 -- --
12. 미안해 -- --
13. 모르겠어? -- --
14. 뱃놀이 (Boat Song) -- --
15. 마음대로 해 -- --
16. 삐걱삐걱 -- --
17. Outro -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5th Korean Studio Album: The Life... DOC Blues
Release Date: May 17, 2000

Song Title Music Video Live Performance
1. 와신상담 (Intro) -- --
2. 비애(愛) (Acoustic) -- --
3. L.I.E -- --
4. Nuclear Lunch The Detect -- --
5. 포조리 -- --
6. Boogi Night -- Performance
7. Run To You Official Music Video (Poor Quality) MBC Performance
8. 기다리고 있어 -- --
9. 아무도 모르게 -- MBC Performance
10. 사랑을 아직도 난 -- --
11. Someday -- --
12. D.O.C Blues Official Music Video (Poor Quality) --
13. 부익부 빈익빈 -- --
14. 알쏭달쏭 -- --
15. Analog -- --
16. Alive -- --
17. 비애(愛) (Original) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6th Korean Studio Album: Love & Sex & Happiness
Release Date: November 9, 2004

Song Title Music Video Live Performance
1. 끝나버린 이야기 -- --
2. 찍었어 -- --
3. I Wanna (Drop It, Like It's Hot!) -- KBS Performance
4. For You -- --
5. 수사반장 Official Music Video (OST Video) (Poor Quality) --
6. 바보처럼 살았군요 -- --
7. 돌아보면 靑春 -- --
8. 내손을 잡아줘 -- KBS Performance
9. One Night Official Music Video (Poor Quality) KBS Performance
10. -- --
11. In Love -- --
12. Street Life Official Music Video (Poor Quality) KBS Performance
13. Party Party -- --
14. 나를 봐 -- --
15. 어제와 다른 상상 -- --
16. 괜찮아 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7th Korean Studio Album: 풍류
Release Date: July 29, 2010

Song Title Music Video Live Performance
1. In To The Rain -- --
2. 나 이런사람이야 Official Music Video KBS Performance
3. 오늘밤 -- --
4. 투게더 -- MBC Performance
5. I Believe -- KBS Performance
6. 서커스 -- --
7. 이리로 -- --
8. Love -- --
9. 부치지 못한 편지 -- --
10. 투게더 (Remix) -- --
11. 오빠 그런 사람 아니다 -- --
12. Fat Girl (45RPM) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Single: 사랑을 담아서
Release Date: December 14, 2017

Song Title
사랑을 담아서
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2nd Korean Single: 편의점
Release Date: January 22, 2018

Song Title
편의점
submitted by Lamorosii to kpopnostalgia [link] [comments]


2024.05.15 22:07 Traditional_Aioli347 Person with friends here: you’re not missing on anything.

If you’re struggling a lot with mental health issues, I would NOT read this. It’s my (awful) experience and (polemic) opinion. Some people might find this comforting, others won’t.
For most of my life I have begged for the universe to give me some friends. After going to college, I finally got them. It was good for the most part, but it’s also suffocating, exhausting, hurtful, and many other bad adjectives!
We do have good moments where we laugh and talk, but that’s all they are: moments. When I get home, I feel as much lonely and misunderstood as I felt before. I have nobody to talk about my actual issues despite having plenty of what you’d call good friends.
Most of the friends I have and have had have used me somehow. Human beings are selfish, you can’t trust them completely, as much as I wish that were true, being a fan of romance. I have friends whom I love with all my heart, but they don’t love me back and don’t care for me, even though they say they do, including the close ones that know my deepest secrets.
My best friend, for example, only talks to me when he wants to vent, talk about his interests, or talk shit about other people which we both dislike, but it happens so often I’m starting to side with them. When I want to talk about my interests, his answers are vague and slow (IF he answers). When I want to vent, he changes the subject. These days he changed the subject so abruptly that I didn’t even know what to say because of how ridiculous it was. I found myself searching about his interests so he’d talk to me. Yes, it doesn’t help I’m a sucker.
He also told me he’d help me with writing my book, but I had to beg him to read the first paragraph (maximum of 200 words) and he has never supported me or showed any interest besides the generic, lazy phrases you hear from colleagues.
Ah, generic phrases! You’ll hear them a lot if you have friends. Most people don’t care about deep connections. Their life is on automatic, they only say something interesting if it’s about them or the matter they’re interested in. If it’s you talking about yourself or things you like, they’ll yawn and say things that don’t need to be processed by their brains, since that’d cost too much energy, which could be used to talk about themselves. They don’t listen, they wait for their turn to talk.
You could say that that’s just one person, but it’s really not. Sometimes what you think is deep, is also surface-level. If you’re struggling to find someone who actually cares about you and think you’re a loser, don’t worry. It’s really not your fault, and, honestly, it might not even be worth it. It’s so hard to find somebody who actually cares for you...
My best friend, who I was talking about before, is not a bad person. He has helped me lots of times, given me lots of gifts, but I feel so unloved that I can’t help but forgetting about it all. I am grateful for everything he has done for me, but his disinterest in me and the things I like really hurts my feelings. No, I’m not going to talk about it with him and would rather complain on reddit. I don’t think he’d listen, anyway. That’s another thing, most people aren’t willing to accept criticism, not even when they hurt you.
This was my rant. I’m tired of being used and showing much more love and putting much more effort into my friendships than my friends. Please don’t think your life will be much better with them. It’s all a matter of perspective. Focus on networking for business reasons. Don’t be a dumbass like me.
submitted by Traditional_Aioli347 to nofriends [link] [comments]


2024.05.15 22:02 Lamorosii The K-Pop Index: DJ DOC Edition (Artist Discovery & Discussion)

Hello Everyone!
Continuing in our journey through the genre in the 90's, we have our first "Hip-Hop" crew. That being said, at least in the beginning, they were very much like other acts of the time. Rap is, of course, present, but they never shied away from R&B/Ballad territory. I was never super familiar with this group until starting this write-up. All I had heard where that some (if not all) the members were quite controversial for different reasons.
They have a surprisingly large discography, but like a lot of the older groups in the genre, media preservation is sketchy. Plenty of live performances, but pretty much every MV was obtained from secondary sources. And the quality shows, like trying to watch a video from a toaster with goo slapped on your eyes.
Any fans here?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Studio Album: Sorrow of Superman
Release Date: November 1, 1994

Song Title Music Video Live Performance
1. Commin' D.J DOC 1994 (프롤로그) -- --
2. 수퍼맨의 비애 (feat. Proud Marry) Official Music Video (Very Poor Quality) KBS Performance
3. 두근거리는 상상 -- --
4. Yesterday -- --
5. 나만의 비밀 -- --
6. 다 지난 얘기지만 -- --
7. 고해성사 -- --
8. 내게 돌아와 줘 (feat. 달타령) -- --
9. 덩달이 시리즈 -- --
10. 절교 선언 -- --
11. 에필로그 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2nd Koran Studio Album: Murphy's Law
Release Date: May 19, 1995

Song Title Music Video Live Performance
1. 머피의 법칙 Official Music Video (Poor Quality) KBS Performance
2. 오피스텔 -- --
3. 이제는 달라 -- --
4. 한 잎의 여자 -- --
5. 이별의 모습 -- --
6. 남아 있는 꿈 -- --
7. 뉴스속보 -- --
8. 성수대교 -- --
9. Sweet Dreams -- --
10. 다이어트 -- --
11. 어느 팬에게 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3rd Korean Studio Album: D제(除)2덕(德)
Release Date: January 10, 1996

Song Title Music Video Live Performance
1. 1996. Shout Out -- --
2. 겨울 이야기 (Radio Ver.) -- KBS Performance
3. 그녀의 속눈썹은 길다 Official Music Video (Poor Quality) MBC Performance
4. 미녀와 야수 Official Music Video (Poor Quality) MBC Performance
5. 나의 성공담 -- Concert Performance (Poor Quality)
6. 사랑하기 때문에 -- KBS Performance
7. Safety Zone From H.I.V (안전지대) -- --
8. A.P.T (96 Miami Mix) -- MBC Performance + 미녀와 야수
9. Good Bye (Lately) -- --
10. 겨울 이야기 (Bonus Track, Club ver.) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean EP Album: 대한민국만세 (Remake)
Release Date: April 1, 1996

Song Title Music Video Live Performance
1. 애국가 -- --
2. 독도는 우리땅 (DJ DOC ver.) -- MBC Performance
3. 승리를 위해 (From 개선행진곡) -- --
4. 고향의 봄 -- --
5. 울릉도 트위스트 (독도 ver.) -- --
6. 우리의 소원 (Hip Hop ver.) -- --
7. 힘내라 힘 (2002 Mix) -- --
8. 독도는 우리땅 (정광태 ver.) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Special Album: Summer
Release Date: July 1, 1996

Song Title Music Video Live Performance
1. 여름이야기 (Sky Mix, 외국곡 헬로와 삽입) Official Music Video (Poor Quality) KBS Performance
2. 이제는 달라 -- --
3. 깡패의 천국 -- --
4. 겨울이야기 (Live Mix) -- --
5. 나의 성공담 (Live Mix) -- --
6. 남아있는 꿈 -- --
7. 다이어트 -- --
8. Radio Skit -- --
9. 허리케인 박 (Shin Dang Dong Mix) -- MBC Performance
10. 여름이야기 (Original ver.) -- --
11. 이별의 모습 -- --
12. 기억 -- --
13. Remember -- --
14. Out-Ro -- --
15. 여름이야기 (Sun Of Beach Mix) -- --

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4th Korean Studio Album: DJ DOC 4th
Release Date: April 1, 1997

Song Title Music Video Live Performance
1. 삐걱삐걱 (Clean ver.) -- --
2. 가버려 -- MBC Performance
3. 해변으로 가요. (Part Ⅱ) -- --
4. 거짓말이야 (Radio ver.) -- --
5. Everybody (Club ver.) -- MBC Performance
6. 무아지경 -- MBC Performance
7. DOC와 춤을 Official Music Video (?) MBC Performance
8. 꼴통 일기 -- --
9. Seoul Train -- --
10. Scratch Family -- --
11. 5분 대기조 -- --
12. 미안해 -- --
13. 모르겠어? -- --
14. 뱃놀이 (Boat Song) -- --
15. 마음대로 해 -- --
16. 삐걱삐걱 -- --
17. Outro -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5th Korean Studio Album: The Life... DOC Blues
Release Date: May 17, 2000

Song Title Music Video Live Performance
1. 와신상담 (Intro) -- --
2. 비애(愛) (Acoustic) -- --
3. L.I.E -- --
4. Nuclear Lunch The Detect -- --
5. 포조리 -- --
6. Boogi Night -- Performance
7. Run To You Official Music Video (Poor Quality) MBC Performance
8. 기다리고 있어 -- --
9. 아무도 모르게 -- MBC Performance
10. 사랑을 아직도 난 -- --
11. Someday -- --
12. D.O.C Blues Official Music Video (Poor Quality) --
13. 부익부 빈익빈 -- --
14. 알쏭달쏭 -- --
15. Analog -- --
16. Alive -- --
17. 비애(愛) (Original) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6th Korean Studio Album: Love & Sex & Happiness
Release Date: November 9, 2004

Song Title Music Video Live Performance
1. 끝나버린 이야기 -- --
2. 찍었어 -- --
3. I Wanna (Drop It, Like It's Hot!) -- KBS Performance
4. For You -- --
5. 수사반장 Official Music Video (OST Video) (Poor Quality) --
6. 바보처럼 살았군요 -- --
7. 돌아보면 靑春 -- --
8. 내손을 잡아줘 -- KBS Performance
9. One Night Official Music Video (Poor Quality) KBS Performance
10. -- --
11. In Love -- --
12. Street Life Official Music Video (Poor Quality) KBS Performance
13. Party Party -- --
14. 나를 봐 -- --
15. 어제와 다른 상상 -- --
16. 괜찮아 -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7th Korean Studio Album: 풍류
Release Date: July 29, 2010

Song Title Music Video Live Performance
1. In To The Rain -- --
2. 나 이런사람이야 Official Music Video KBS Performance
3. 오늘밤 -- --
4. 투게더 -- MBC Performance
5. I Believe -- KBS Performance
6. 서커스 -- --
7. 이리로 -- --
8. Love -- --
9. 부치지 못한 편지 -- --
10. 투게더 (Remix) -- --
11. 오빠 그런 사람 아니다 -- --
12. Fat Girl (45RPM) -- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1st Korean Single: 사랑을 담아서
Release Date: December 14, 2017

Song Title
사랑을 담아서
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2nd Korean Single: 편의점
Release Date: January 22, 2018

Song Title
편의점
submitted by Lamorosii to kpopthoughts [link] [comments]


http://swiebodzin.info