Mullermatics
Mullermatics
  • Видео 85
  • Просмотров 82 056
Grinny
Grinny is a realtime interpreter system designed to help dental offices serve Limited English Proficiency patients by providing translations, summaries, conversation analysis, and science-backed context and questions to aid interactions.
Просмотров: 267

Видео

Docagram - Google Chrome Built-in AI Challenge - 2024
Просмотров 5522 месяца назад
Docagram is a Chrome extension that uses Chrome's new built-in AI to generate diagrams from web pages. Diagrams are generated using the following process: 1. Break the content of the web page into sections 2. Pass each section to the Summary API to create a summary 3. Pass each section summary to the Prompt API to create a list of relationships 4. Convert the list of relationships into a Mermai...
Crashify V1: Code In Every Language
Просмотров 333 месяца назад
I made a cool little VS Code chat extension to make it easier to code in new languages. More to come 📚 marketplace.visualstudio.com/items?itemName=CodeontheRocks.crashify-chat-extension
FYI Google Fonts Don't Support All Fractions
Просмотров 363 месяца назад
FYI Google Fonts Don't Support All Fractions
Abi's Recipes - LG WebOS Hackathon 2024
Просмотров 515 месяцев назад
Abi’s Recipes is a cross-platform culinary app built with Flutter, designed to provide a seamless experience across LG TV, Android, and iOS. The app redefines how users discover, save, and personalize recipes by utilizing AI-powered features to ingest content from both the web and the real world. Whether capturing recipes through a phone camera or extracting key information from websites, Abi’s...
Understanding "part" and "part of" in Dart
Просмотров 2088 месяцев назад
I went down a little rabbit hole trying to understand the part/part of directives in Dart libraries. Hope you learn something! dart.dev/guides/libraries/create-packages#organizing-a-package stackoverflow.com/questions/18403551/whats-the-reasoning-behind-part-and-part-of-in-dart-libraries
Creating mason_hooks_flutter Part 2
Просмотров 158 месяцев назад
The Mason CLI is an awesome tool for creating and reusing code templates. Recently, they added the hooks which let you run code before and after your brick/template is generated. In this video, I create add a few additional hooks and clean up the package code. mason_hooks_flutter: pub.dev/packages/mason_hooks_flutter mason_cli: pub.dev/packages/mason_cli
Creating mason_hooks_flutter Part 1
Просмотров 648 месяцев назад
The Mason CLI is an awesome tool for creating and reusing code templates. Recently, they added the hooks which let you run code before and after your brick/template is generated. In this video, I create version 1 of the mason_hooks_flutter package which provides a bunch of handy hooks for updating your Flutter code. mason_hooks_flutter: pub.dev/packages/mason_hooks_flutter mason_cli: pub.dev/pa...
Building AstroLaunch - Astro Landing Page Template
Просмотров 2498 месяцев назад
I built a simple landing page template for Astro. Here's the highlights. You can create a new project using this template with the template argument. Find more instructions in the GitHub repo: github.com/CodeOTR/astrolaunch This was built for the LaunchThrifty website: launchthrifty.com Check out all of the Astro starter templates on the Astro website: astro.build/themes/4/?search=&categories[]...
Creating Astro Collections
Просмотров 3218 месяцев назад
In this video I explain how to add a content collection to an Astro project. launchthrifty.com
The Easiest API Setup - Node, TypeScript, Vercel
Просмотров 1,1 тыс.Год назад
The fast way to create APIs: codeontherocks.dev/blog/express-api-vercel/
Rep Chain - DIF Hackathon Submission Video
Просмотров 60Год назад
Rep Chain is a platform that allows you to bring your web2 reputation to web3. The platform consists of a Flutter mobile application and an express.js backend built on top of the Trinsic SDK.
Create a Dart/Flutter API Package with GitHub Copilot
Просмотров 790Год назад
Here is a nice trick to quickly create a Dart/Flutter package for an existing API using GitHub copilot. Steps: 1. Copy the full text of the documentation you want to work on 2. Paste it into a block comment in your Copilot-supporting IDE 3. Start creating the class (optionally with JsonSerializable) 4. Start typing the first property 5. Tab, enter, tab, enter, enter, tab, enter, tab, enter........
How to Project One Vector onto Another
Просмотров 1 тыс.Год назад
This video tutorial explains how to project one vector onto another and determine what the new vector is. This process involves finding the dot product of the two vectors and the magnitude of the vector you're projecting onto.
The Dot Product - Geometric Definition
Просмотров 121Год назад
This video tutorial explains how to use the geometric definition of the dot product to find the angle between two vectors given their magnitude. The geometric dot product can be used in combination with the other way to calculate the dot product to solve more complicated problems.
Spherical Triangles
Просмотров 3,2 тыс.Год назад
Spherical Triangles
Manim Text Style Demonstration
Просмотров 446Год назад
Manim Text Style Demonstration
Finding the Dot Product of Vectors - Coordinate Method
Просмотров 60Год назад
Finding the Dot Product of Vectors - Coordinate Method
Finding the Cosine Directions of a Vector
Просмотров 276Год назад
Finding the Cosine Directions of a Vector
Finding the Magnitude of 2D and 3D Vectors
Просмотров 63Год назад
Finding the Magnitude of 2D and 3D Vectors
Half Angle Example Problems - Trigonometry
Просмотров 62Год назад
Half Angle Example Problems - Trigonometry
Factor Difference of Squares
Просмотров 28Год назад
Factor Difference of Squares
Introduction to Quadrance - Rational Trigonometry
Просмотров 123Год назад
Introduction to Quadrance - Rational Trigonometry
Writing All Trig Functions in Terms of Other Trig Functions
Просмотров 485Год назад
Writing All Trig Functions in Terms of Other Trig Functions
Adding and Subtracting Degrees, Minutes, and Seconds
Просмотров 1,2 тыс.Год назад
Adding and Subtracting Degrees, Minutes, and Seconds
Converting Degrees into Degrees, Minutes, and Seconds (DMS)
Просмотров 243Год назад
Converting Degrees into Degrees, Minutes, and Seconds (DMS)
Converting from Degrees, Minutes, and Seconds (DMS) to Degrees
Просмотров 35Год назад
Converting from Degrees, Minutes, and Seconds (DMS) to Degrees
How To Find The X And Y Components Of A Force Vector
Просмотров 7 тыс.Год назад
How To Find The X And Y Components Of A Force Vector
Area of Circular Sector
Просмотров 168Год назад
Area of Circular Sector
Factor Polynomials by Grouping - 4 Step Guide
Просмотров 8Год назад
Factor Polynomials by Grouping - 4 Step Guide

Комментарии

  • @madisoncubegarden3302
    @madisoncubegarden3302 5 часов назад

    Thanks ✨️ helpful

  • @abyssry
    @abyssry 5 дней назад

    very useful

  • @waltervanderkamp742
    @waltervanderkamp742 9 дней назад

    how does ((2bc - b^2 - c^2) + a^2)) equal ( a^2 - (-b^2 - c^2 + 2bc)) ? Isn't that like saying x + y = y - x ?

    • @guitar0wnz
      @guitar0wnz 8 дней назад

      If I'm reading that correctly, it's like saying: x + y = y - (-x) because of the double negatives making a positive.

  • @Verzach3
    @Verzach3 9 дней назад

    Hey, I'm a Spanish speaker, and I really like your idea! But it looks like the translation might not be totally accurate. When you translated "back left molar" you the IA used the literal translation of "back," which is the back of a person, not the back of a tooth. This could be confusing in a medical setting.

    • @mullermatics
      @mullermatics 9 дней назад

      Thanks for pointing that out! I'll look into improving the transcripts. I used Google's ML kit to do this so I'm a bit surprised it's not correct.

  • @PookieSam_SMS
    @PookieSam_SMS 19 дней назад

    Amazing

  • @missanila143
    @missanila143 19 дней назад

    3.52

  • @missanila143
    @missanila143 19 дней назад

    Just check the second last step again

  • @hamidulislam9537
    @hamidulislam9537 Месяц назад

    Thanks

  • @soumyadeepghosh3707
    @soumyadeepghosh3707 Месяц назад

    Thanks

  • @sestro4233
    @sestro4233 Месяц назад

    … saved me 30 mins of studying… thx so much man

  • @Pherecydes
    @Pherecydes Месяц назад

    Beautiful, thanks!

  • @imandagzhi
    @imandagzhi Месяц назад

    1b-2b is -1b @nightmareislive9344

  • @yutong7013
    @yutong7013 Месяц назад

    well explained!

  • @Danmalamfx
    @Danmalamfx 2 месяца назад

    plea which software you are using?

  • @fatimahjanjua6915
    @fatimahjanjua6915 2 месяца назад

    Thank you so much!

  • @mahassweta_banerjee
    @mahassweta_banerjee 3 месяца назад

    Thanks man😊

  • @ukrug7078
    @ukrug7078 3 месяца назад

    There is a faster way using vectors, dot cross products and Binet-Cauchy identity

  • @ashishjigyasoo
    @ashishjigyasoo 4 месяца назад

    thank u❤

  • @benney9908
    @benney9908 4 месяца назад

    good video. i don't really have anything to contribute, i just want to leave a comment for the youtube algorythm because you helped me out with the video

  • @orlandot6
    @orlandot6 4 месяца назад

    Great video!

  • @OptimusXZero
    @OptimusXZero 4 месяца назад

    can't express enough how useful this video was. your explanation is simply perfect. And being Neurodivergent, your explanation really does help in my understanding of the topic.

  • @JessicaGaffney-n8g
    @JessicaGaffney-n8g 4 месяца назад

    Thank you !

  • @nightmareislive9344
    @nightmareislive9344 4 месяца назад

    When u sub a +b/2-b how did u get a-b/2

  • @Mcbuzzerr
    @Mcbuzzerr 4 месяца назад

    Thanks a bundle!

  • @stevestephen9817
    @stevestephen9817 4 месяца назад

    What app is this

  • @majimellow
    @majimellow 5 месяцев назад

    Amazing

  • @DarkRedZane
    @DarkRedZane 6 месяцев назад

    Thanks

  • @HemlataSharma-y5e
    @HemlataSharma-y5e 7 месяцев назад

    Great video

  • @mohammedtandel7803
    @mohammedtandel7803 7 месяцев назад

    Great Video!!!🙂 Thank You

  • @gharamanigond8013
    @gharamanigond8013 8 месяцев назад

    Hii

  • @gmataus2008
    @gmataus2008 8 месяцев назад

    Ok nice vid helped me with my test thanks anyway do you do tutoring

  • @Amit_Pirate
    @Amit_Pirate 8 месяцев назад

    Thank you very much for the amazing video

  • @MikePeiman
    @MikePeiman 8 месяцев назад

    Well, I'll be the first comment - I appreciate the humble practical approach. Honestly helps me with my perfectionism and mental blocks, even after ~11 years webdesign/dev experience. I'm ggonna try talking to chatbot next time, that might really be a useful tactic to get me unstuck.

    • @mullermatics
      @mullermatics 8 месяцев назад

      Thanks, tools like copilot and ChatGPT have completely changed the way I work so I would definitely recommend giving it a try!

    • @MikePeiman
      @MikePeiman 8 месяцев назад

      ​@@mullermatics Yep, I have used them for awhile - especially Copilot in VS Code (Codeium is a good free alternative FYI) and various LLMs for research and business draft writing (Claude-3-opus is excellent for that!). It's just my workflow - I've been out of practice, doing so many other things in life and work, and when I geet back to development I geek out (obsess?) over researching and curating so many tech stacks and tools... So my inspiration from this video is KISS, just get 'er done. And I think talking out loud to the AI could be a psychological hack to get more done.

  • @joeyphar
    @joeyphar 9 месяцев назад

    Wow, this is EXACTLY what I needed!. There is a proof of the Law of Cosines by way of vectors in a Classical Mechanics textbook of all things and it uses this exact property; very beautiful.

  • @shadowdweller-f7q
    @shadowdweller-f7q 9 месяцев назад

    You made it look so easy. I was rote learning it. Now I may just do this whenever I feel confused about it all.

  • @Kk-rc5dl
    @Kk-rc5dl 10 месяцев назад

    Thnx

  • @kiarashsalehi2315
    @kiarashsalehi2315 10 месяцев назад

    Thanks ❤

  • @jotaro6390
    @jotaro6390 11 месяцев назад

    Is there something similar for stereographic projection?

  • @stacksborrow1510
    @stacksborrow1510 11 месяцев назад

    thank you bro!

  • @clubhouseforeverything9795
    @clubhouseforeverything9795 11 месяцев назад

    It helped a lot😊

  • @giack6235
    @giack6235 Год назад

    So to define polar cohordinates we do always need a background cartesian plane?

    • @Tree-f5
      @Tree-f5 8 месяцев назад

      You don't he doing this to explain how they're similar

  • @nietkato4294
    @nietkato4294 Год назад

    excellent basic introduction to cylindrical coordinates; thank you!

  • @adwaitarajaria9521
    @adwaitarajaria9521 Год назад

    thanks king!

  • @realcygnus
    @realcygnus Год назад

    nifty

  • @AbigailNaidoo-g4d
    @AbigailNaidoo-g4d Год назад

    Wow! Great job!

  •  Год назад

    Hi! This is a really powerful method, thanks for showing it! BTW, I found this video when searching for OpenAlex dart implementations, do you plan on releasing your package publicly?

    • @mullermatics
      @mullermatics Год назад

      Hi! Yes. I open sourced this package on pub dev. Just search for "openalex". I haven't had time to add much documentation bit it should be self explanatory.

    •  Год назад

      @@mullermatics thank you!

  • @TON-vz3pe
    @TON-vz3pe Год назад

    Awesome video. Can you give the derivation of sunrise equation and solar declination angle?

    • @markprange2430
      @markprange2430 6 месяцев назад

      For a sunrise equation, celestial nav's angular height formula can be used. Replace the unknown Hc with the expected Ho which will be (Hs ≡ 0° 00.0' plus) the sum of corrections for dip (-.98' × the square root of the eye height in feet), semidiameter(about -16'), and atmospheric refraction. The refraction will be about -34.7' - (.18' × the square root of the height of the eye in feet). Rearrange the formula to solve for LHA or t (angle). [Draw a diagram with the nearer pole at the center!] Summing that angle and the observer's longitude tells the Sun's GHA. An Almanac gives the Sun's GHA at intervals, so interpolate for the approximate instant of sunrise.

  • @Yashas_007
    @Yashas_007 Год назад

    Bro you just solved it simpler than my maths teacher...... Thanks

  • @brucewyllis563
    @brucewyllis563 Год назад

    Nice one

  • @studywithrajkumar2778
    @studywithrajkumar2778 Год назад

    You are great sir