lade...
random avatar

AstraKawa - Network

Posts Subscribe

I've been interested in the concept of literate programming for a while now. I've started working on a simple #JuliaLang tool to...

https://mastodon.social/@AstraKa...

I've been interested in the concept of literate programming for a while now. I've started working on a simple tool to take code chunks in plaintext files and evaluate them, writing the results back to the file similar to Babel for Org, making good progress so far!

10.9.2023 20:32I've been interested in the concept of literate programming for a while now. I've started working on a simple #JuliaLang tool to...
https://mastodon.social/@AstraKa...

A little fren

https://mastodon.social/@AstraKa...

A little fren

12.8.2023 05:47A little fren
https://mastodon.social/@AstraKa...

New post on my blog, using #JuliaLang and ModelingToolkit.jl to simulate various controllers for spacecraft attitude control using...

https://mastodon.social/@AstraKa...

New post on my blog, using and ModelingToolkit.jl to simulate various controllers for spacecraft attitude control using thrusters, read here: michaszj.github.io/starcoffee/

31.5.2023 23:49New post on my blog, using #JuliaLang and ModelingToolkit.jl to simulate various controllers for spacecraft attitude control using...
https://mastodon.social/@AstraKa...

Source code here, this tool is part of my bigger satellite analysis toolkit project:...

https://mastodon.social/@AstraKa...

Source code here, this tool is part of my bigger satellite analysis toolkit project: github.com/MichaszJ/satellite-

24.5.2023 06:37Source code here, this tool is part of my bigger satellite analysis toolkit project:...
https://mastodon.social/@AstraKa...

Recently got back into working on this Earth satellite ground track and ECI orbit plotting tool built using #JuliaLang and Makie. Happy with...

https://mastodon.social/@AstraKa...

Recently got back into working on this Earth satellite ground track and ECI orbit plotting tool built using and Makie. Happy with the progress, every interactive element seen in the screenshot works great!

24.5.2023 03:06Recently got back into working on this Earth satellite ground track and ECI orbit plotting tool built using #JuliaLang and Makie. Happy with...
https://mastodon.social/@AstraKa...

New post on my blog! We return to the topic of optimal control, and using #JuliaLang and JuMP.jl to solve some optimal control problems....

https://mastodon.social/@AstraKa...

New post on my blog! We return to the topic of optimal control, and using and JuMP.jl to solve some optimal control problems. JuMP provides an easy and intuitive DSL for defining and solving mathematical optimization problems. Read here: michaszj.github.io/starcoffee/

18.5.2023 02:03New post on my blog! We return to the topic of optimal control, and using #JuliaLang and JuMP.jl to solve some optimal control problems....
https://mastodon.social/@AstraKa...

🛰 Building on my previous blog post, I cover implementing the non-linear form of Euler's rotation equations in #JuliaLang and...

https://mastodon.social/@AstraKa...

🛰 Building on my previous blog post, I cover implementing the non-linear form of Euler's rotation equations in and ModelingToolkit.jl to model the attitude dynamics of spacecraft, along with simulating PID control and actuator dynamics michaszj.github.io/starcoffee/

13.5.2023 22:37🛰 Building on my previous blog post, I cover implementing the non-linear form of Euler's rotation equations in #JuliaLang and...
https://mastodon.social/@AstraKa...

Kinda blowing my mind with how easy this is to implement. Using the first-order filter block from the Modeling Toolkit Standard Library...

https://mastodon.social/@AstraKa...

Kinda blowing my mind with how easy this is to implement. Using the first-order filter block from the Modeling Toolkit Standard Library allows for simulating actuator dynamics, giving a more realistic simulation of controller performance for spacecraft attitude control

13.5.2023 09:10Kinda blowing my mind with how easy this is to implement. Using the first-order filter block from the Modeling Toolkit Standard Library...
https://mastodon.social/@AstraKa...

Pretty exciting, I figured out how to create a non-linear spacecraft attitude component in ModelingToolkit.jl, I tested it with the built-in...

https://mastodon.social/@AstraKa...

Pretty exciting, I figured out how to create a non-linear spacecraft attitude component in ModelingToolkit.jl, I tested it with the built-in PID controllers and seems to work great! You can see the non-linear behaviour of the attitude especially on the θ Euler angle

13.5.2023 00:39Pretty exciting, I figured out how to create a non-linear spacecraft attitude component in ModelingToolkit.jl, I tested it with the built-in...
https://mastodon.social/@AstraKa...

New post up on my blog! Using #JuliaLang and ModelingToolkit.jl for acausal spacecraft attitude dynamics and control modelling. The standard...

https://mastodon.social/@AstraKa...

New post up on my blog! Using and ModelingToolkit.jl for acausal spacecraft attitude dynamics and control modelling. The standard library comes with plenty of pre-built components that makes creating complex systems incredibly easy.

Read here: michaszj.github.io/starcoffee/

11.5.2023 03:44New post up on my blog! Using #JuliaLang and ModelingToolkit.jl for acausal spacecraft attitude dynamics and control modelling. The standard...
https://mastodon.social/@AstraKa...

New post up on my blog! Using the direct shooting method to hit targets with projectiles. I show how to iterate towards the required initial...

https://mastodon.social/@AstraKa...

New post up on my blog! Using the direct shooting method to hit targets with projectiles. I show how to iterate towards the required initial condition using Newton's method, approximating the Jacobian with finite differences
michaszj.github.io/starcoffee/

7.5.2023 04:55New post up on my blog! Using the direct shooting method to hit targets with projectiles. I show how to iterate towards the required initial...
https://mastodon.social/@AstraKa...

https://michaszj.github.io/starcoffee/posts/sat-work-log-5/I've also been documenting my progress on a side project: Satellite Analysis...

https://mastodon.social/@AstraKa...

michaszj.github.io/starcoffee/

I've also been documenting my progress on a side project: Satellite Analysis Toolkit, a collection of various tools and scripts for analyzing the functioning and behaviour of artificial satellites.

1.5.2023 23:30https://michaszj.github.io/starcoffee/posts/sat-work-log-5/I've also been documenting my progress on a side project: Satellite Analysis...
https://mastodon.social/@AstraKa...

https://michaszj.github.io/starcoffee/posts/simulating-rocket-launches-with-julia/Simulating Rocket Launches with Julia: Using #JuliaLang...

https://mastodon.social/@AstraKa...

michaszj.github.io/starcoffee/

Simulating Rocket Launches with Julia: Using and ModelingToolkit.jl to simulate rocket launches, looking at uncontrolled and gravity turn trajectories

1.5.2023 23:29https://michaszj.github.io/starcoffee/posts/simulating-rocket-launches-with-julia/Simulating Rocket Launches with Julia: Using #JuliaLang...
https://mastodon.social/@AstraKa...

https://michaszj.github.io/starcoffee/posts/visualizing-rocket-data/Rocket Launch Industry Data Visualizations: Using #JuliaLang, Tidier.jl...

https://mastodon.social/@AstraKa...

michaszj.github.io/starcoffee/

Rocket Launch Industry Data Visualizations: Using , Tidier.jl and AlgebraOfGraphics.jl to visualize some rocket launch industry data, and comparing these packages to R's tidyverse

1.5.2023 23:28https://michaszj.github.io/starcoffee/posts/visualizing-rocket-data/Rocket Launch Industry Data Visualizations: Using #JuliaLang, Tidier.jl...
https://mastodon.social/@AstraKa...

Started a personal blog focused on programming and aerospace-related concepts: https://michaszj.github.io/starcoffee/Been focusing on using...

https://mastodon.social/@AstraKa...

Started a personal blog focused on programming and aerospace-related concepts: michaszj.github.io/starcoffee/

Been focusing on using , short thread of my latest posts:

1.5.2023 23:27Started a personal blog focused on programming and aerospace-related concepts: https://michaszj.github.io/starcoffee/Been focusing on using...
https://mastodon.social/@AstraKa...

With the recent announcement of ChatGPT plugins, this week's Star Coffee we discuss augmenting the capabilities of current LLMs like...

https://mastodon.social/@AstraKa...

With the recent announcement of ChatGPT plugins, this week's Star Coffee we discuss augmenting the capabilities of current LLMs like ChatGPT with external computational tools and how that might impact technical fields like engineering:
michaszj.substack.com/p/augmen

23.3.2023 23:30With the recent announcement of ChatGPT plugins, this week's Star Coffee we discuss augmenting the capabilities of current LLMs like...
https://mastodon.social/@AstraKa...

🛰 Using #JuliaLang and ModelingToolkit.jl provides an intuitive method to modelling the attitude dynamics of spacecraft. In my latest...

https://mastodon.social/@AstraKa...

🛰 Using and ModelingToolkit.jl provides an intuitive method to modelling the attitude dynamics of spacecraft. In my latest substack article I introduce using this amazing package with a couple of simple examples:
michaszj.substack.com/p/spacec

7.3.2023 21:28🛰 Using #JuliaLang and ModelingToolkit.jl provides an intuitive method to modelling the attitude dynamics of spacecraft. In my latest...
https://mastodon.social/@AstraKa...

#photography

https://mastodon.social/@AstraKa...

18.2.2023 07:05#photography
https://mastodon.social/@AstraKa...

Finally got around to getting my film from last summer developed and scanned #photography

https://mastodon.social/@AstraKa...

Finally got around to getting my film from last summer developed and scanned

18.2.2023 07:03Finally got around to getting my film from last summer developed and scanned #photography
https://mastodon.social/@AstraKa...

Midnight musings on PKMhttps://michaszj.substack.com/p/thoughts-on-personal-knowledge-management

https://mastodon.social/@AstraKa...

Midnight musings on PKM
michaszj.substack.com/p/though

17.1.2023 06:39Midnight musings on PKMhttps://michaszj.substack.com/p/thoughts-on-personal-knowledge-management
https://mastodon.social/@AstraKa...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members