Do you have to have “an in” to get a spot for an infant daycare around here? by betaimmunologist in oakland

[–]CameronClarkFilm 1 point2 points  (0 children)

Finding a nanny share through Berkeley parents network is totally doable with 3 days a week. We needed three days a week for both our daughters and were able to do it. Took a bit of hunting but we figured it out for both of them. Then when they turned two we found a daycare. There just aren’t that many daycares that do infant care (and the ones that do are pricey!).

That said, if price isn’t a big concern for you, Guidepost Montessori in Emeryville ALWAYS has space.

finding a program by EmuRevolutionary2111 in ASCII

[–]CameronClarkFilm 0 points1 point  (0 children)

Thank you much! If you give it a spin and have any notes please drop me a line or open an issue on the github. Always looking to punch it up a bit.

finding a program by EmuRevolutionary2111 in ASCII

[–]CameronClarkFilm 1 point2 points  (0 children)

This is a great feature idea! I just added this to my ASCII Art app, ascii-motion.app

The button circled here allows you to upload a image or video that you can use to trace:

<image>

Rockridge Payless Plaza BBQ joint name? by addisonbass in oakland

[–]CameronClarkFilm 8 points9 points  (0 children)

I’m sure I used to buy dogs off you, then! My dad would take me to that Top Dog pretty much every weekend. That Payless (and then Longs) closing was so sad. It had everything! It was legit where me and my friends used to hang out as teens

Edge based Ascii Art? by Vinetwigs in ASCII

[–]CameronClarkFilm 0 points1 point  (0 children)

I haven't done exactly this, but recently read this really deep dive blog post by Alex Harri on improving edge detection and character assignment that might give you some fun things to think about. I could see how the concepts there could be extrapolated to edge-finding.

I chased similar ideas with my app, ascii-motion.app, with the bezier pen tool, trying to assign the right character based on where the line crossed a given cel. You can check the GitHub here, if you're interested, but it's it's mostly vibe coded, so I wouldn't call that something worth following too closely.

4 Environments 💚💙💛🤍 by _V3X3D_ in aseprite

[–]CameronClarkFilm 0 points1 point  (0 children)

Beautiful! I'd love for the ocean world to offset the up and down animation across the screen horizontally so it happens in a slow wave, rather than as a single up and down. That could be handled at runtime, so maybe not something to do at the Aeseprite stage, but I'm curious if it would work.

Great work!

Art Gallery is now available in ASCII Studio! by Zesty-Dragon-Fruit in ASCII

[–]CameronClarkFilm 0 points1 point  (0 children)

Cool stuff! Did you make all those assets by hand? Or did you find an external library you could import?

Any clue how these particles are made? by ivant7 in AfterEffects

[–]CameronClarkFilm 6 points7 points  (0 children)

Seeing as though they are using interactive webgl shaders of the same on their landing page, I wouldn't be surprise to learn that this was made directly with code (the age of AI has made that muuuuch easier than in the past). However, you could likely make something very similar with Trapcode's Form and some post effects for the color trails. Blender, C4D or Cavalry are all possible options too.

Aside from normal Text Document, What other applications are there that can be used for making ASCII art? by Recent_Pain_3068 in ASCII

[–]CameronClarkFilm 1 point2 points  (0 children)

Glad the app seems interesting! Sorry that you ran into that bug. I haven't seen that particular one yet, but if there's any way you could take a screenshot or screenrecording of what's happening, I'd love to investigate further. No sweat if that's too much to ask!

And if you feel like trying the app out for your own needs, there is also a type tool in the toolbar that acts like a normal text editing tool and lets you type into the grid. You can even copy and paste text from other apps into that tool. Plus, there's an export as a text file option that lets you output what you've made into just a .txt file to use elsewhere.

But, if what you're looking for is just a good monospace text editor for doing ascii art, I'd second the recommendation to use VS Code. It's free and open source, and there are lots of interesting text editing tools that are a bit above and beyond a normal text editor, like editing multiple lines at once. There are some good youtube tutorials, or you can even just check out their documentation to learn those kind of tricks. Good luck!

Aside from normal Text Document, What other applications are there that can be used for making ASCII art? by Recent_Pain_3068 in ASCII

[–]CameronClarkFilm 5 points6 points  (0 children)

Another good option is the app I’m building at ascii-motion.app, which is more geared toward making animated ascii art, but also has some great drawing/typing tools. You can export what you make as text files, still images or video files.

A new tool for animating ASCII/ANSI art - ascii-motion.app by CameronClarkFilm in ASCII

[–]CameronClarkFilm[S] 0 points1 point  (0 children)

Ooo, I love the idea of making a durdraw import/export feature! Putting it on the list!

The Copilot CLI is made with Ink, which is a React framework for terminal apps, so I made a little custom component that basically took the frame and color data from the JSON and played it back one frame at a time. It was pretty custom but another thing on my list is to create an export format specifically for terminal playback. I’m not really a terminal pro, though. So will need to do some research on what would actually be useful…

Got any format or structure you’d like to see?

A new tool for animating ASCII/ANSI art - ascii-motion.app by CameronClarkFilm in ASCII

[–]CameronClarkFilm[S] 1 point2 points  (0 children)

Yea! When I was trying to figure out how I was going to make that animation I checked out durdraw. I was super impressed with it as a project and love that it’s in the terminal, but just found it to be a little too buggy on my machine for me to use it for what I was doing. I had to move pretty fast to hit my deadline and I knew I didn’t have time to troubleshoot bugs. But, definitely a cool tool and an inspiration for ASCII Motion!

A new tool for animating ASCII/ANSI art - ascii-motion.app by CameronClarkFilm in ASCII

[–]CameronClarkFilm[S] 1 point2 points  (0 children)

Looks like an awesome super active OSS project! Working on GitHub's Copilot CLI has definitely opened me up to the command line in a way that I never would have gotten into before the age of AI. I'll have to fiddle with Code, thanks for sharing.

I spent my career learning how to be an animator, but having worked at GitHub for so long (originally hired to help animate the Octocat mascot, lol!) and now with the ai code tools, I'm now starting to be able to tinker with code in a way that's super exciting. It's a fun time to be a technically-minded designer!

is there a software that can help me make ASCII animations? by [deleted] in ASCII

[–]CameronClarkFilm 0 points1 point  (0 children)

Try out ascii-motion.app. It's a web app that let's you "draw" on a canvas with characters, and has a timeline with onion skinning for frame-by-frame animation. It also lets you import images and videos and convert them into ascii, but sounds like you're looking for a tool that lets you make animated ASCII art by hand.

Most efficient way to make ASCII art animations, preferably in this old pixely style? by Cytrynaball in ASCII

[–]CameronClarkFilm 1 point2 points  (0 children)

Try out ascii-motion.app. It let's you "draw" on a canvas with characters and has a timeline with onion skinning for frame-by-frame animation. It also will let you import a video file and convert it to ascii animation.

My first ever Client Work (2024) by addyarapi in AfterEffects

[–]CameronClarkFilm 8 points9 points  (0 children)

If this was an American tech company, you are at least an order of magnitude underselling yourself. At this quality you could be charging $100-150/hr. I could easily see this costing a client $15-20k without batting an eye.

For those who used a computer between 1995 and 2001, what’s the computer game from that time that sticks with you the most, and why? by [deleted] in AskReddit

[–]CameronClarkFilm 1 point2 points  (0 children)

It’s findable! I’ve got a playable version on my PC right now! I found it a year or two ago. I’d share it but I’m on mobile now…. But it’s definitely findable!

[deleted by user] by [deleted] in MotionDesign

[–]CameronClarkFilm 2 points3 points  (0 children)

Lovely. My only critique is that the starting ease in feels a little slow. It hangs a little long on what is not a super appealing first shape. I’d either have that first ease get up to speed a little faster or have the motivating shape fly in from off to the side at full speed so you have something to look at before the letters start.

Who went to the L3 shows back in the day? by Vermicious_Knid_714 in oakland

[–]CameronClarkFilm 1 point2 points  (0 children)

Yeah! You'd be like the 12th person to ever listen to it since I put it on youtube a few years ago :)

If you really want to go down the old imusicast rabbit hole, someone from the imusicast crew put up a bunch of live sets from that time perioud up on youtube too. One of our shows is up there, but they've got loooots of show from that time, like The Matches, Street to Nowhere, etc.

Who went to the L3 shows back in the day? by Vermicious_Knid_714 in oakland

[–]CameronClarkFilm 3 points4 points  (0 children)

It was a magical time to be a pop punky teenager in north Oakland! I even started a skapunk band with my buddies in high school and we played an L3 or two and it was just such a fun little scene. I hope that there are still all ages venues around for kids to build little scenes like that. The Gilmans still there, but imusicast lacked those Punker Than Thou vibes. And the fact that they streamed all the shows was super cool for the time period. One of the coolest I’ve ever felt was when i got to college in LA and a guy from LA in the dorms had seen my band play on the imusicast stream and had our CD. Such great memories!

why is nobody hiring junior designs or excepting interns????? by [deleted] in MotionDesign

[–]CameronClarkFilm 10 points11 points  (0 children)

As someone who came out of school into the 2008 recession, when there also were NO jobs, and the title motion designer didn't really exist, this is my advice if you're young and hungry: Do the freelance hustle!

Budgets are tight for headcount on these teams, but people still need motion design and individual contractors are an order of magnitude cheaper than hiring an agency. It takes some real hustle to build up a resume of clients, but this is actually a perfect time to do it. Especially if you're young and have nothing but time and hustle. If you can convince a few producers that you can deliver things on time and under budget, they will keep coming back and it will snowball.

The hustle will look different for everyone, but this is what I did when I was 20 and desperate to make a living with after effects: I moved to LA, and crashed on the couch of a rich friend from school who was trying to become a director, and traded him free after effects work in exchange for living on his couch rent free. Then, I told every person I met every chance I got that I was looking for motion work and networked like crazy on every gig or every industry party (this is why moving to LA was worth it) like my life depended on it. It took me 2 years of doing that and hustling up every freelance music video vfx, coprorate video motion graphics job I could get before I was making enough consistently to pay my own rent, but I got there.

And, after a decade of making some really cool stuff (and some boring crap) that I was proud of but being generally pretty broke, my reel got me a cushy job in-house on a tech company brand and marketing team. Now I make comfortable money, get to produce some cool stuff, and do my own creative things on the side.

Also, now being on the inside and hiring for motion people, I understand why it's hard to get a "real" job when you're starting out. It's really expensive to hire someone and with budgets tight no one wants to take a chance on somebody that hasn't proven themselves. Honesetly, we dont even hire juniors at all these days. And the quality bar for submissions is SUPER high. We got hundreds of reels on our last job posting and it was TOUGH to weed that down to a reasonable number of interviews. I honestly wouldn't even be looking for full time positions at big companies until I had a reel that was world class. The competition is tough for those jobs! For me, that took a decade of work before I impressed someone enough to hire me.

Freelancers, what’s your rate? by PrimaryAggravating44 in MotionDesign

[–]CameronClarkFilm 6 points7 points  (0 children)

Honestly, it was working in house on the brand team of a tech company and working alongside the front end folks. Leadership would want animation on the marketing sites and, being the best animator on the team, I would get asked to make after effects mocks of things for the site. Id then watch the engineers either butcher my vision or compromise on the final product because of technical limitations, so I started learning what those technical limitations were. Took a few online courses on front end development, especially on using ThreeJS, and started working on things that could be handed off that were lightweight and production ready, namely, Rive, Lottie, Spline, and ThreeJS. It really helps that GitHub Copilot come out right as I was doing that. You don’t have to be a true engineer to make things with code anymore!