DevLog 2-1
DevLog 2-1
Section titled “DevLog 2-1”Create an Astro Starlight DevLog site
Section titled “Create an Astro Starlight DevLog site”Follow the Astro Starlight tutorial to create a JAMstack website with Astro.js. You will use this site to post DevLog entries to record your work throughout the semester.
- Fork an Astro Starlight site and update project structure.
- Publish Astro Starlight using Github Actions [Repo here] (https://github.com/siqjulia/dig345-devlog)
- Add custom CSS to your theme
- Import and use an Astro component
- Continue customizing your site using the Starlight Docs. What I did: I added two tabs with icons to my site using the Starlight documentation under the tab section.
- Add content into:
devlog-1-3.mdx(the DevLog from the previous week) - Add this file and
devlog-2-1.mdxfor today, and add content. - Watch 🎬 Heydon Pickering Why is everything binary?. Post a reading response in the 2-1 DevLog per information in the Assignments.
- Write a reflection explaining what you did learned in this DevLog. Link to sources.
- Publish it and turn it in by posting the direct link to this DevLog on Moodle
Outcomes
Section titled “Outcomes”- Paste the code from the list …
- … of outcomes from the course schedule …
- … and update content where noted.
Context
Section titled “Context”- The video is a comincal animation that first explains how computer binary works to then compare it to the binary thinking in our society. I think the video is trying to point out that in binary, each transistor can do a variation of up to 256 values, but humanity has chosen to organize as though we can all think with only one transistor. It offers examples like the gender binary, or designer/devloper, and left/right brain.
- “One for thinking, but not about how to do the thing you are thinking about doing. And two, for doing, but not thinking about why the hell anyone would think this could be done.”
- I picked the quote above because it made me laugh but I also related to it. I find myself wanting to lean more toward the designer role because I’m not as good at coding. This brings me great anxiety because I have to go get a job soon.
- Would you say that the industry is still like the binary in the video, or do you think jobs are trending toward wanting individuals to have both skillsets?
- This is unrelated to my comments, but the mentions of Elon Musk reminded me of a project I made for Hacking, Remix, and Design when Elon Musk was still running “DOGE.” Link [here] (https://www.icloud.com/shortcuts/9ab00888a8ff465784519712b7c2f2d5). It is a random email generator, because at the time they were asking people to email them with reports of government “fraud.” I wanted to automate filling their inbox with junk.
What tech did you learn?
- Summary: We learned how to integrate Astro and Starlight to create our dev log websites by creating different files, folders, and adding code into them.
- Alternatives: You could make this site from scratch by not forking a repository but luckily we already had all the files we needed in the cloned repo.
- Link(s) to outcomes: Can’t see page to copy link yet
- Comments:
- Questions: I can’t get my page open despite no error messages and nothing on my actions page. What do I do?