Tumgik
#jaxcore
mattiethematt · 7 months
Text
Jax or Sonic blogs pls interact 😭
Tumblr media
2 hours later and finally figuring out how to use the stabilizer on Ibis Paint X... AND THIS APPEARS!! @gooseworx
50 notes · View notes
boybff · 1 year
Text
youtube
Okay but as a certified video essay GIRLIE (gender neutral) with a special niche interest in christianity, (mostly focusing on US based movements and their relationship with white supremacy, capitalism, and focus on literalism)
THIS IS A MUST WATCH.
Biz is your best friend with a little beverage and a few cozy outfit changes sitting you down to info dump the most ACCESSIBLE analysis of these pieces of media using theology, history, biblical text, and any other medium you can think of. There is no deep understanding of Christianity (biblical or historical) needed to engage with this piece and still understand the deep rabbit hole provided to jump down. cannot recommend enough!!!!
and if you don’t take my word for it, take Mike Flanagan’s (Midnight Mass creator)
Tumblr media
83 notes · View notes
boyreceptionist · 1 year
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
vintage pin inspirational mantras
collected from axman in st. paul, mn.
72 notes · View notes
relamune · 1 year
Text
Tumblr media
@jcfoxington being relatable as always
9 notes · View notes
haematophiliac · 4 months
Text
youtube
0 notes
notnights · 2 months
Note
love your jax/gangle art so much!!! do you have any songs that remind you of them?
Boy do I.
This is probably my top favorite for them but I also think it can work with any Jax pairing.
My second favorite is this one which particularly fits the main dynamic I give them (the one featured in Acetate). I mostly think about it with the pronouns switched.
Another from Jax perspective that's my favorite. (A lot of MSI songs are very Jaxcore to me)
Those are the main ones but I also have a playlist with more because of course I do.......
Also thank you for liking my Jax and Gangle stuff! They invade my brain.
10 notes · View notes
webpacknews · 4 years
Photo
Tumblr media
Jaxcore Bumblebee: A JavaScript Voice Application Framework - https://t.co/fbD2MvQPBh (For building 'conversational voice assistants' so think Alexa, Cortana, Siri, etc.)
0 notes
mattiethematt · 7 months
Text
why is jax built like a cereal box......
Tumblr media Tumblr media
16 notes · View notes
boybff · 2 years
Text
for some reason my beloved @headaching never shows up on my dash so every week i take a nice stroll down their blog to see all the things i’ve missed. it’s like opening a nice crisp newspaper and sitting in the park. rip to their notifications…
8 notes · View notes
boyreceptionist · 1 year
Text
Tumblr media Tumblr media
hopefully the only thing tying you up in the new year 🥂(he/they) 🐇
36 notes · View notes
vuejs2 · 4 years
Photo
Tumblr media
Jaxcore Bumblebee: A JavaScript Voice Application Framework - https://t.co/fbD2MvQPBh (For building 'conversational voice assistants' so think Alexa, Cortana, Siri, etc.)
0 notes
t-baba · 4 years
Photo
Tumblr media
What are closures? / Hapi is back / Human friendly natural language date picking
#497 — July 17, 2020
Unsubscribe  |  Read on the Web
JavaScript Weekly
Super Expressive: Build Regexes in (Almost) Natural Language — A library for building regular expressions (something many developers have a problem with in their native format) using an ‘almost natural language’ approach. It’s not for me but the code examples look interesting.
Francis Stokes
📊 Billboard.js 2.0: D3.js-Powered Charts Library — Billboard.js is a chart library built on top of d3.js that supports a wide variety of chart types in all modern browsers. 2.0 is a rewrite into TypeScript plus a lot of refactoring and performance improvements.
Jae Sung Park
Get a Free T-Shirt. It Doesn’t Cost Anything to Get Started — FusionAuth provides authentication, authorization, and user management for any app: deploy anywhere, integrate with anything, in minutes. Download and Install today and we'll send you a free t-shirt.
FusionAuth sponsor
Apollo Client 3.0 Released: The Full Featured GraphQL Client — Apollo Client is commonly associated with React but it can also be used with Angular or on its own. GitHub repo.
Ben Newman (Apollo)
⚡️ Quick bytes:
So the Hapi project was originally going to come to an 'end', but now it's not. It's back!
If watching a developer ▶️ fly through 6 code katas in 11 minutes sounds entertaining to you, enjoy! He explains what he's doing too so you might learn something.
You can now start up a new Codepen by visiting pen.new.
🎧 UI Therapy is a new podcast with an interesting episode on Snowpack and Pika featuring an interview with their lead creator.
There seems to be some concern over a number of people leaving Google or the Angular team?
Adobe Flash passes off into the sunset later this year, and Ars Technica have taken a look back at its story. A nice bit of nostalgia.
💻 Jobs
JavaScript Developer at X-Team (Remote) — Join the most energizing community for developers and work on projects for Riot Games, FOX, Sony, Coinbase, and more.
X-Team
Find a Job Through Vettery — Use Vettery to connect with growing tech teams at startups and Fortune 500 companies.
Vettery
📚 Tutorials, Opinions and Stories
What The Fork is a Closure? — A sanitized fork of a new project from React’s Dan Abramov that sets out to explain what different development concepts mean, and he has started with closures.
Dan Abramov
How To Create a GitHub Profile README — Did you know you can now create a document that’s shown on your main GitHub profile page? It’s not JavaScript specific but I imagine a lot of you would find this neat to do!
Monica Powell
How to Build Forms With React the Easy Way — Building forms with React can be frustrating. TJ VanToll suggests one way to tackle this challenge with ease. Read more.
Progress KendoReact sponsor
A Simple Explanation of Event Delegation — A useful pattern when listening for events on multiple elements using just one event handler.
Dmitri Pavlutin
Generating UUIDs at Scale on the Web — Can you trust every browser to generate globally unique identifiers at scale? Apparently yes. This sounds boring but the technicalities are more interesting than you’d initially think!
Matthieu Wipliez
Building SVG Components in React — When building responsive web apps it makes nothing but sense to use SVG as opposed to more traditional image formats. SVG stores an XML-based description of the image which can be progammatically manipulated similar to HTML. It’s tailor made to be incorporated into components.
Maciek Sakrejda
CSS Transitions in Vue.js and Nuxt.js — For when you want a little visual pizazz when data changes or is added/removed.
Timi Omoyeni
Building Strong Distributed Teams, One Pixel at a Time — Learn how eng. managers can improve teams based on three key “C” pillars: connection, communication, and collaboration.
CircleCI sponsor
Type Safe JavaScript with JSDoc — If TypeScript just isn’t your cup of tea but you see the value in types, what can you do? Remy reminds us of a popular post from 2018 with a JSDoc-based approach.
Remy Sharp
How You Might Not Need Vuex with Vue 3
Gábor Soós
🔧 Code & Tools
React Native 0.63 Released — The latest version of React Native ships with LogBox, a totally new way to monitor errors and warnings raised in development.
Mike Grabowski
Inclusive Dates: A Human-Friendly Date Picker — You can try it here. The user can type natural language phrases like “Next Friday” or “in 30 days” and the picker will move to the correct date(!)
Tommy Feldt
Hukum: Display GitHub Action Progress in the Terminal — If you’re using GitHub’s Actions CI/CD feature and want to keep a real-time eye on it, this will help. Built in Node.
abskmj
wait-on: A CLI and Node Library to Wait for Ports, Files, Sockets, etc. — For when you need to wait until files, ports, sockets, and similar resources become available (or the opposite).
Jeff Barczewski
currency.js 2.0: A Library for Handling Currencies — Built to work around floating point issues, currency.js provides a variety of useful methods and formatters for working with monetary values.
Jason Wilson
xmlbuilder2: An XML Builder Library — Convert JS objects into XML, parse and serialize XML documents, or create XML documents using chained function calls. Aimed at Node but can be used in the browser too.
Ozgur Ozcitak
Help Shape the Future of Video, Fill Out the 2020/21 Video Dev Survey
Bitmovin Inc. sponsor
vue-flux: A Responsive Image Slider with 20 Cool Transitions — See the transitions in action on the demo page. Mobile-friendly, usable via arrow keys, and includes an optional parallax component.
oscar deulos
dequal: A Tiny (305B) Utility for Check for Deep Equality
Luke Edwards
Jaxcore Bumblebee: A JavaScript Voice Application Framework — For building ‘conversational voice assistants’ (so think Alexa, Cortana, Siri, etc.)
Jaxcore Software Inc
🎨 Creative Corner
WebGazer.js: Webcam Eye Tracking in the Browser — I’m going to file this under “fun, but..” The examples are certainly neat and moderately accurate for me. A fun demo and a neat piece of work but with limited use cases, IMHO.
Brown HCI Group
by via JavaScript Weekly https://ift.tt/3fzD32h
0 notes
relamune · 1 year
Text
Tumblr media
@jcfoxington
LET ME SIMP IN PEACE GODDAMMIT
8 notes · View notes
hackernewsrobot · 5 years
Text
Show HN: Borg Voice Generator
https://jaxcore.github.io/jaxcore-say/borg-example/ Comments
0 notes
topicprinter · 5 years
Link
Article URL: https://jaxcore.github.io/jaxcore-say/borg-example/
Comments URL: https://news.ycombinator.com/item?id=21651310
Points: 3
# Comments: 0
0 notes
boyreceptionist · 2 years
Text
Tumblr media Tumblr media
blizzard warning simply means i’m rereading one of my fave books and pulling out my best Gethen inspired looks. (he/they)
31 notes · View notes