Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
A web console to control nanosatellites - Small...
Search
Nahuel Garbezza
December 27, 2020
Programming
0
60
A web console to control nanosatellites - Smalltalks 2013
Nahuel Garbezza
December 27, 2020
Tweet
Share
More Decks by Nahuel Garbezza
See All by Nahuel Garbezza
Hábitos y principios para el desarrollo de proyectos open-source - Ágiles 2021
ngarbezza
0
79
Testy: a minimal testing tool designed for teaching - Conf42 Javascript 2021
ngarbezza
0
80
Desarrollá eficientemente utilizando refactorings - Nerdearla 101 2021
ngarbezza
0
140
Mejorando el ambiente de programación Cuis Smalltalk con refactorings esenciales - IV JIF UNQ 2021
ngarbezza
0
110
Aprendiendo testing en Javascript con un enfoque orientado a la simplicidad - IV JIF UNQ 2021
ngarbezza
0
71
Lessons learned from a huge Rails app - RubyConf Brasil 2019
ngarbezza
1
63
Denotative Objects are growing fast! - Smalltalks 2019
ngarbezza
0
69
Behaviour-Driven Development en Pharo Smalltalk - Trabajo de Inserción Profesional UNQ
ngarbezza
0
170
Mejorando el ambiente de programación Cuis Smalltalk con refactorings esenciales
ngarbezza
0
480
Other Decks in Programming
See All in Programming
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
400
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
550
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
130
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
200
Claude Code Skill入門
mayahoney
0
400
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.1k
Windows on Ryzen and I
seosoft
0
300
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
410
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
120
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.4k
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
980
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
Featured
See All Featured
Exploring anti-patterns in Rails
aemeredith
2
290
ラッコキーワード サービス紹介資料
rakko
1
2.6M
The Language of Interfaces
destraynor
162
26k
The SEO identity crisis: Don't let AI make you average
varn
0
420
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Ethics towards AI in product and experience design
skipperchong
2
220
Being A Developer After 40
akosma
91
590k
Color Theory Basics | Prateek | Gurzu
gurzu
0
250
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Transcript
A web console to control nanosatellites Nahuel Garbezza
context Satellogic builds nanosatellites using open hardware and software technologies
@CubeBug1 launched, @CubeBug2 to be launched soon they needed a visual console for improving the interaction with the satellites
context Console Radio Satellite sockets
let’s see some of the key aspects of the project
#1: discover the domain we did test-driven development from the
beginning a lot of concepts & patterns emerged
let’s browse some classes :-) #1: discover the domain
#2: visual sending & reception of packages web interface using
Seaside components a lot of JQuery / Ajax integration with DataTables JQuery plugin
#2: visual sending & reception of packages demo: let’s see
the console running!
#3: display charts timeline charts using Highstock JS library (bindings
with Smalltalk)
#3: display charts
#4: parse command definitions code that runs in the satellite
is written in C we used PetitParser to extract the command definitions
#4: parse command definitions demo: browse some PetitParser rules configuration
from the web interface
#5: let the users write custom scripts built-in commands are
‘primitives’ console users know Smalltalk so… we let them write Smalltalk code scripting support using metaprogramming
#5: let the users write custom scripts demo: creating and
sending scripts from the console some technical details
conclusions great opportunity to work on a real project using
Smalltalk personally, to gain experience on TDD, OO design and Web development
thanks to Hernán Wilkinson Gera Richarte
end questions/comments are for sure welcome :-)