fix broken links, typo

This commit is contained in:
Wouter Groeneveld 2021-12-11 19:46:10 +01:00
parent 97be7ee3f8
commit 00a8b3e881
6 changed files with 11 additions and 11 deletions

View File

@ -50,7 +50,7 @@ Mental models are models formed in your mind when you talk about specific parts
I'm convinced that this coherence penalty also applies within conversations between teachers and students. A teacher creates a virtual model in his mind of different courses that are tied together and nicely intertwined. Students also create virtual models in their minds but it's much more fragmented: courses are mostly seen as separate obstacles to overcome without any clear context.
Before teaching the _how_ (syntax), we need to teach the _why_ ([philosophy](post/teaching-philosophy-first/)). Our mental models should find a common ground! A lecturer and the students can also be seen as part of the same **Symmathetic** team: why wouldn't systems thinking apply within educational institutions?
Before teaching the _how_ (syntax), we need to teach the _why_ ([philosophy](/post/teaching-philosophy-first/)). Our mental models should find a common ground! A lecturer and the students can also be seen as part of the same **Symmathetic** team: why wouldn't systems thinking apply within educational institutions?
#### [Creativity](/post/serendipitous-creativity/): Serendipity
@ -83,26 +83,26 @@ Apart from a small portion of every possibility above, my take would be to take
![teaching curriculum-minded](../teach.jpg)
#### A. Create a software engineering philosophy. Teach all courses in context of this shared understanding.
#### A. Create a software engineering philosophy. Teach all courses in context of this shared understanding.
This is the single most important missing piece of the puzzle. The shared mental model of what there is to be taught and in what context (why?). That philosophy should contain the core principles: **make concepts visible** and put everything into perspective! Purposes should be clear for students. After all, we're trying to spark a curiosity, an interest in engineering. Simply grading them course by course won't help there.
Openness in academia is an interesting topic by itself. Prof. Philip Dutré talks about [transparency in education evaluation](http://phildutre.blogspot.com/2015/04/docenten-maak-je-onderwijsevaluaties.html) in his blog (in Dutch) and is worth reading. The way you grade is very important to students: they (mostly) learn what will be graded, not necessarily what you think they might find interesting. Grading should be open for everyone and again, in context of the global engineering philosophy.
#### B. Introduce long-term projects across courses. Let students branch and redesign continually and vigorously.
#### B. Introduce long-term projects across courses. Let students branch and redesign continually and vigorously.
Start in the first Bachelor year with a project that will be refactored and redesigned up to the Master years. It should be something crystal clear that can bear becoming gradually more complex. Let students fail by sudden difficulty spikes. This is the only way they'll get a taste of the malleability of bigger projects. <br/>
Later boarding students could start with reference projects on different levels.
Cross-course material only benefits the shared philosophy: A and B go hand in hand.
#### C. Prioritize on learning within a living system.
#### C. Prioritize on learning within a living system.
I would even opt for this one to use possibility (1.) and replace something useless like "business management" with a completely new course that focuses exclusively on this. The earlier in the programme track it's given, the better. Again, this should seamlessly integrate with other courses while making context explicit.
What the exact contents of this course would be seems like an entire new article to me.
## What's next?
## What's next?
This has proven to be a refreshing exercise. We've only talked about high-level principles without worrying about the implementation (the _how_). Also, the concrete elaboration of my personal software engineering philosophy is something that will grow incrementally over the coming years, with the needed feedback from both the industry and the education institutions.

View File

@ -44,7 +44,7 @@ Gladwell's exceptionele performers in zijn boeken leidden me tot Linchpin van Se
Voor onze zomervakantie huurden we ooit via Airbnb onder andere een appartement in Nancy, dat tot onze verbazing iemands effectieve woonst was. Het is geweldig om rond te snuffelen in andermans boeken, en daar trof ik in een rommelig hoekje op het nachtkastje buiten haar eigen dagboek, wat ik respectvol heb laten liggen, een kopie van Alain de Botton's the Art of Travel aan. De inhoud sloeg nog niet dadelijk aan maar het zaadje was toen al gepland.
Op gebied van voedsel spelen twee boeken voor mij in 2015 een belangrijke rol: Cooked van Michael Pollan en The Art of Fermentation van Sandor Katz. Pollan's leuke geschiedenisles leert me beter nadenken over verschillende kooktechnieken en zet me aan om nog meer er over op te zoeken, terwijl Katz' kloefer over fermenteren mijn passie rond kweken van bacteriën verbreed van enkel desem naar tempeh, koji en kefir. Mort Rosenblum zijn persoonlijke verbintenis met de olijvenboom gaf me genoeg stof tot nadenken over ouderdom en herkomst van producten die we zo [achteloos dagelijks in de keuken hanteren](post/nuts-about-local-nuts/).
Op gebied van voedsel spelen twee boeken voor mij in 2015 een belangrijke rol: Cooked van Michael Pollan en The Art of Fermentation van Sandor Katz. Pollan's leuke geschiedenisles leert me beter nadenken over verschillende kooktechnieken en zet me aan om nog meer er over op te zoeken, terwijl Katz' kloefer over fermenteren mijn passie rond kweken van bacteriën verbreed van enkel desem naar tempeh, koji en kefir. Mort Rosenblum zijn persoonlijke verbintenis met de olijvenboom gaf me genoeg stof tot nadenken over ouderdom en herkomst van producten die we zo [achteloos dagelijks in de keuken hanteren](/post/nuts-about-local-nuts/).
Een hoop middelmatige boeken later las ik Flow van Mihaly Csikszentmihalyi (ik heb de naam moeten kopiëren) en Lessen in Levenskunst van Wilfried van Craen. De vorige boeken refereerden al vaak naar Flow en het boek zelf vond ik niet zo geweldig, maar ik probeer het concept wel een belangrijke rol te laten spelen in mijn leven. Wilfried's gelatenheid en gezapige verhalen waren de ideale compaignon op een _"nadenk vakantie"_. Edward Slingerhand introduceerde me in de wereld van Lao Tzu en Confucius met Trying not to try, iets wat smaakte naar meer.

View File

@ -75,7 +75,7 @@ It will be about finding the greatest common divisor and getting out of the way
To be able to effectively master these "lean skills", principles from all worlds could be extracted and reformulated into a practical philosophy (course), geared towards (software) engineering students.
This can be as technical as we want it to be. For example, take the excellent idea of studying [7 programmings languages in 7 weeks](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks). To facilitate rapid learning that is required in a modern ever-changing software engineering world, requiring students to adapt to a new language every week would serve the purpose of building resilience to constant change. This exercise will be theoretically substantiated by drawing from philosophical and psychological research. Without this step, students would not have a firm understanding of [why this resilience is needed](post/teaching-philosophy-first/), and they will not be able to translate what they have learned into the real world after graduating.
This can be as technical as we want it to be. For example, take the excellent idea of studying [7 programmings languages in 7 weeks](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks). To facilitate rapid learning that is required in a modern ever-changing software engineering world, requiring students to adapt to a new language every week would serve the purpose of building resilience to constant change. This exercise will be theoretically substantiated by drawing from philosophical and psychological research. Without this step, students would not have a firm understanding of [why this resilience is needed](/post/teaching-philosophy-first/), and they will not be able to translate what they have learned into the real world after graduating.
Philosophy - Psychology - Software Engineering.

View File

@ -8,7 +8,7 @@ categories:
- webdesign
---
In my last post about [webdesign](/tags/webdesign) called "[tracking and privacy on websites](post/2020/06/tracking-and-privacy-on-websites/)", I ended with a list of things you need to take into account when building a website - of which **accessibility** is one that is most often overlooked. Something I'm also guilty of. Here's my own howto report and effort to open up Brain Baking for everyone, learning how to design websites with accessibility in mind.
In my last post about [webdesign](/tags/webdesign) called "[tracking and privacy on websites](/post/2020/06/tracking-and-privacy-on-websites/)", I ended with a list of things you need to take into account when building a website - of which **accessibility** is one that is most often overlooked. Something I'm also guilty of. Here's my own howto report and effort to open up Brain Baking for everyone, learning how to design websites with accessibility in mind.
### 1. Use Semantic HTML5 tags

View File

@ -11,7 +11,7 @@ tags:
keywords: [devonthink, digitizing journals, digitalizing journals, from evernote to devonthink, scanning journals, tagging journals, scanning hand-written journals]
---
In 2017, I wrote a practical [guide to keeping a journal](post/2017/07/journaling-in-practice/), which also contained a digitalizing part involving Evernote. Since then, a few things happened that ultimately made me close my Evernote account for good, and resort to other methods I'd like to explain here.
In 2017, I wrote a practical [guide to keeping a journal](/post/2017/07/journaling-in-practice/), which also contained a digitalizing part involving Evernote. Since then, a few things happened that ultimately made me close my Evernote account for good, and resort to other methods I'd like to explain here.
## Why I Quit Evernote
@ -76,7 +76,7 @@ _Fast_ tagging is an art. With DEVONtink and a bit of shortcut trickery, you'll
### 3. Other metadata
With Evernote, I [used to annotate]((post/2017/07/journaling-in-practice/)) each individual note with the correct date as appearing on the physical paper. I stopped doing that because it takes too much time, and it is irrelevant: either the date stamp, positioned in a corner, is also scanned, or I can deduce the period by simply looking at the _Location_: each group is labeled as follows:
With Evernote, I [used to annotate]((/post/2017/07/journaling-in-practice/)) each individual note with the correct date as appearing on the physical paper. I stopped doing that because it takes too much time, and it is irrelevant: either the date stamp, positioned in a corner, is also scanned, or I can deduce the period by simply looking at the _Location_: each group is labeled as follows:
```
Book XX MMYYYY - MMYYYY

View File

@ -23,7 +23,7 @@ The _Syracusia_ was later renamed to the _Alexandria_ after gifting it to the Eg
This wasn't Poincaré's first flash of insight. In true scientific fashion, he was determined to uncover a pattern. The famous mathematician showed great interest in scientific creativity and formed his own theory on the creative state of mind, concluding that the act of creation involves a period of conscious work followed by a period of unconscious work. After that, more conscious work is required, as what the unconscious mind produces isn't a complete argument but rather a hint towards the right direction. Some of those hints might seem elegant and alluring but fall flat during thorough analysis.
After developing his theory on creativity, Poincaré was regularly found walking around the bluffs in Normandy or around the campus in the Sorbonne where he later taught. Preoccupied, like any other professor---except that Poincaré's distraction was a deliberate attempt to bootstrap the unconscious processing of his conscious work. It was in those thinking non-thinking states that he conceived intricate proofs, ideas, and theses on arithmetic transformations of geometry.
After developing his theory on creativity, Poincaré was regularly found walking around the bluffs in Normandy or around the campus of the Sorbonne where he later taught. Preoccupied, like any other professor---except that Poincaré's distraction was a deliberate attempt to bootstrap the unconscious processing of his conscious work. It was in those thinking non-thinking states that he conceived intricate proofs, ideas, and theses on arithmetic transformations of geometry.
"_Wow, time sure flies!_" Philip noted after hearing his twin brother Andrew's stomach growl. Before they knew it, the Oliver twins were working late yet again, completely absorbed by the flow of programming their next video game, _Fantasy World Dizzy_. The third _Dizzy_ game was released by Codemasters in October 1989, just six weeks after the twins wrote their first line of code.