

In fairness, I can see why he might think this was a music CD
In fairness, I can see why he might think this was a music CD
Almost, except it means the actual act of vomiting.
I can hear the laugh
Well, she didn’t do the scene.
She didn’t think he wanted a picture with her. She wanted a picture to remember him. And possibly as a way to get his phone number. She was crushing a little bit on the cool sound guy.
Usually t-shirts and hoodies, vinyls, armbands and autographed drum skins are the essentials, I feel like. And then every band has some assorted rotation of merch on top of this, but that’s not universal for every band: beanies, mugs, CDs, keyrings, baseball caps, posters, ashtrays, weed pipes and bongs… These fall into the two categories of merch that caters to the target audience, and merch that is bought in bulk from www.weprintyourcrap.com.
For what it is worth, CDs are definitely pretty rare, because it’s just an obsolete media. The CD was convenient before phones became even more convenient. Vinyls, on the other hand, are very popular and often occur because they’re decorative and playing them is considered an experience.
For reference, I mainly go to pop punk/rock/indie/metal shows
Seize the means of production, but first, seize the means of test and staging
The OA season 2 for me lmao
Tough call.
Probably the PS2, for access to the entire PSX and PS2 library. But I’m afraid that it would feel dated if I actually went back it - I haven’t played one in years, and it was my childhood console gen, so it’s possible it’s the nostalgia speaking.
How the Dutch do you just get to take an unplanned week off?
Its even worse than that. It is completely unpredictable and just does what it want. When I type in “Vi”, the first choice is Visual Studio. It will stay on Visual Studio until I have typed in “Visual Studi”. But if I’m a fast typer, and I type in the entirety of “Visual Studio”, it opens Visual Studio Code.
So the fastest way to open up Code is to type “VSC”. This doesn’t work with “VS” for Visual Studio.
I have to type out “Spot” specifically to open Spotify. Typing out Spotify opens edge.
There are also files and programs it cannot find despite having been installed for years, even though I’ve MANUALLY added the paths to the searched directories.
If anyone of you is on Windows for whatever reason and want your mind blown, try downloading a little program called Everything. It can literally find every single program on your computer as fast as you can type. And it looks up exactly what you type in. It also supports wildcard characters etc. This is the kind of behavior I expect from my computer. Sure, make a shiny frontend for casual users who don’t need to see every single file on their system, but please, why do I have to go through third parties to get this experience on an OS that my company paid for, when I can get the same experience out of the box on any free Linux distro?
deleted by creator
What you’re describing is an interface. An interface is a contract that ensures you can do something, but doesn’t care how.
Abstract classes can have abstract functions. When you do this, you’re basically just creating a base class with an interface on top; you’re saying “all my children must implement this interface of mine” without having to actually make a separate interface.
Abstract classes also offer additional functionality though, such as the ability to define properties, and default implementations of methods. You can even utilize the base class implementation of the method in your child class, in order to perform extra steps or format your input before you do whatever it is you were doing in the first place.
So, an interface is a contract that allows you to call a method, without having to know the specific class or implementation.
Inheritance is more like “it does everything that X does, but it also does Y and Z.” If you’re ever finding yourself writing an abstract class with purely abstract methods, you probably want to write an interface instead. That way, you get all the same functionality, but it’s more loosely coupled
Epecially when you think in “real” OOP terms:
Abstract classes are “child is a parent”, fx “duck is a bird”. Bird describes all the traits that all birds have in common. But not all birds fly, so flight must come from an interface. This interface can be passed around to any number of objects, and they’re not as tightly coupled because unlike an abstract class, an interface doesnt imply that “duck is a flight”. The interface is just something we know the duck can do.
As you can probably tell, I work with OOP on a daily basis and have for years. There are a lot of valid criticisms of the OOP philosophy, and I have heard a lot of good points for the record. I am just educating on the OOP principles because you said you were interested and to clear up any misconceptions.
I have a real simple solution that involves not windows
deleted by creator
Awesome! I’ll give it another try then. Thanks for letting me know.
I’m just waiting for a stable steamvr release that won’t break, then I can get rid of my windows partition
And he laughs like one, too
How would it feel to just uninstall?
Live at the legendary venue, LTS. Pretty sure that’s the backstage where Axl Rose came up with Sweet Child O Mine or something.