All public logs
Combined display of all available logs of Soma-notes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:05, 29 July 2021 Soma talk contribs created page Essays (Created page with "* The Security Struggle with Lisp")
- 19:26, 19 April 2021 Soma talk contribs created page Mobile App Development 2021W Final Exam Review (Created page with "==Video== Video for the review given on April 19, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-examreview-20210419.m4v is now available]....")
- 00:21, 13 April 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 24 (Created page with "==Video== Video from the lecture given on April 12, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec24-20210412.m4v is now available]. =...")
- 18:08, 7 April 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 23 (Created page with "==Video== Video for the lecture given on April 7, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec23-20210407.m4v is now available].")
- 02:36, 7 April 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 10 (Created page with " ==Code== ===ViewController.swift=== <syntaxhighlight lang="swift" line> // // ViewController.swift // Converter-SB // // Created by Anil Somayaji on 2021-04-06. // impo...")
- 19:23, 5 April 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 22 (Created page with "==Video== The video from the lecture given on April 5, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec22-20210405.m4v is now available]....")
- 02:07, 2 April 2021 Soma talk contribs created page Mobile App Dev 2021W: Assignment 4 (Created page with "'''This assignment is still being developed.''' In this assignment you will be further analyzing and adding features to [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/c...")
- 16:11, 1 April 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 9 (Created page with "'''This tutorial is still in developoment.''' ==Tasks== ==Code== ===MainActivity.kt=== <syntaxhighlight lang="kotlin" line> package carleton.comp1601.intentdemo import and...")
- 15:52, 1 April 2021 Soma talk contribs created page Game Engines 2021W Lecture 21 (Created page with "<pre> Game Engines & Security ----------------------- Threat modelling is the first task when determining the security of a system - what attacks actually matter? - softwar...")
- 18:36, 31 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 21 (Created page with "==Video== Video from the lecture given on March 31, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec21-20210331.m4v is now available]. =...")
- 18:27, 29 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 20 (Created page with "==Video== Video from the lecture given on March 29, 2021 may be corrupted. If the video is successfully converted it will be posted here. ==Notes== <pre> Lecture 20 ------...")
- 15:18, 29 March 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 8 (Created page with "'''This tutorial is still being developed.''' ==Code== [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/PicViewer2A.zip PicViewer2A.zip] ===MainActivity.kt=== <sy...")
- 14:07, 25 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 20 (Created page with "==Notes== <pre> Compression in Game Engines --------------------------- How much do you know about compression? - lossy vs lossless? * huffman encoding * perceptual coding...")
- 00:45, 25 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 19 (Created page with "==Video== Video from the lecture given on March 24, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec19-20210324.m4v is now available]. =...")
- 21:30, 23 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 19 (Created page with "==Resources== * Sarah Abraham's [https://www.cs.utexas.edu/~theshark/courses/cs354/lectures.html Computer Graphics lecture notes], especially her notes on [https://www.cs.ut...")
- 19:28, 22 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 18 (Created page with "==Video== Video from the lecture given on March 22, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec18-20210322.m4v is now available].")
- 01:45, 18 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 18 (Created page with "What goes in a GPU, or, why are GPUs so complicated? ==Topics== 2D: problems * bits and displays * text * animation * GUIs 2D: solutions * vector graphics vs raster graphics...")
- 00:40, 18 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 17 (Created page with "==Video== The video for the lecture given on March 17, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec17-20210317.m4v is now available]....")
- 20:27, 16 March 2021 Soma talk contribs created page Mobile App Dev 2021W: Assignment 3 (Created page with "'''This assignment is still being developed.''' In this assignment you will be extending [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/Converter2A.zip Converter2A...")
- 15:33, 16 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 17 (Created page with "<pre> Lecture 17 ---------- ccr - https://www.cs.unm.edu/~ackley/#rh-ccr Big idea - can we make a virtual world truly peer-to-peer? What does this mean? basically all vir...")
- 00:04, 16 March 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 7 (Created page with "==Code== ===MainActivity.kt=== <syntaxhighlight lang="kotlin" line> package carleton.comp1601.tapdemo import androidx.appcompat.app.AppCompatActivity import android.os.Bund...")
- 17:26, 15 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 16 (Created page with "==iOS TapDemo== ===ContentView.swift=== <syntaxhighlight lang="swift" line> // // ContentView.swift // Shared // // Created by Anil Somayaji on 2021-03-15. // import Swi...")
- 19:31, 11 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 16 (Created page with "<pre> MMO's ----- MMOs are probably the hardest distributed applications to build What is hard when you do a distributed application? - managing consistent state - managing...")
- 19:21, 11 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 15 (Created page with "<pre> Lecture 15 ---------- Interactive storytelling different from narrative in RPGs, interactive fiction - both are considered games - interactive storytelling isn't a ga...")
- 19:20, 11 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 14 (Created page with "<pre> Your report should have the following sections: * Introduction/Overview * Inspirations/Background * Design * Implementation * Iteration/Evaluation * Lessons Learned * C...")
- 03:37, 11 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 15 (Created page with "==Video== Video for the lecture given on March 10, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec15-20210310.m4v is now available].")
- 18:27, 8 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 14 (Created page with "==Video== The video for the lecture given on March 8, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec14-20210308.m4v is now available]....")
- 05:25, 8 March 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 6 (Created page with "==Code== ===Conversions.kt=== <syntaxhighlight lang="kotlin" line> package carleton.comp1601.converter_2a // Conversions.kt class Converter { var convFrom = "From Typ...")
- 13:12, 4 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 13 (Created page with "<pre> Lecture 13 ---------- Godot categorizes its elements differently than other game engines - nodes & scenes vs much more complex divisions (entities, prefabs, worlds, et...")
- 13:12, 4 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 12 (Created page with "<pre> Lecture 12 ---------- Game AI first, should discuss AI and Alife Artificial Intelligence - algorithms that immitate "intelligent activity" Agents are addressed in A...")
- 13:11, 4 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 11 (Created page with "<pre> Lecture 11 ---------- - Anil show and tell - design plan - what I've got (it isn't much) - planning for rest of course - show and tell (everyone else) I owe y...")
- 18:25, 1 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 13 (Created page with "==Video== Video from the lecture given on March 1, 2021 will be available shortly. ==Notes== <pre> Midterm Review -------------- * assignment 2 solutions * answer questions...")
- 21:54, 26 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 5 (Created page with "==Code== ===res/values/strings.xml=== <syntaxhighlight lang="xml" line> <resources> <string name="app_name">Temperature Converter</string> <string name="message">Ent...")
- 21:38, 24 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 12 (Created page with "==Video== Video from the lecture given on February 24, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec12-20210224.m4v is now available]....")
- 21:04, 22 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 11 (Created page with "==Video== Video for the lecture give on February 22, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec11-20210222.m4v is now available]....")
- 02:11, 13 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Assignment 2 (Created page with "'''This assignment is still being developed.''' ==Code== <syntaxhighlight lang="swift" line> // // ContentView.swift // 1601picviewer-2 // COMP 1601 Winter 2021, Carleton...")
- 18:35, 10 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 10 (Created page with "==Video== Video from the lecture given on February 10, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec10-20210210.m4v is now available].")
- 18:39, 8 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 9 (Created page with "==Video== Video from the lecture given on February 8, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec09-20210208.m4v is now available]....")
- 04:50, 8 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 4 (Created page with "'''This tutorial is still in development.''' In this tutorial you will be playing with [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/1601picviewer-1.zip 1601picvi...")
- 15:07, 4 February 2021 Soma talk contribs created page Game Engines 2021W Lecture 8 (Created page with "Lecture 8 --------- Idea: Polytopia is fun, but has poor support for co-op multiplayer - no in-game support for teams Can we make a polytopia-like game (simplified civ game...")
- 18:16, 3 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 8 (Created page with "==Video== Video from the lecture given on February 3, 2021 will be available later today. ==Code== Below is the modified version of drag-demo that was created in class. <s...")
- 17:11, 2 February 2021 Soma talk contribs created page Game Engines 2021W Lecture 7 (Created page with "==Resources== * [http://beagle.applearchives.com/the_posters/poster_1.html Beagle Bros quick reference poster] (with Apple II memory map) * [https://en.wikipedia.org/wiki/IRI...")
- 01:53, 2 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 7 (Created page with "==Video== Video from the lecture given on February 1, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec07-20210201.m4v is now available]....")
- 06:54, 31 January 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 3 (Created page with "==Code== [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/drag-demo.zip drag-demo.zip] <syntaxhighlight lang="swift" line> // // ContentView.swift // drag_demo i...")
- 22:53, 28 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 6 (Created page with "==Notes== <pre> Lecture 6 --------- comments on journal Show & Tell concurrency in game engines & godot using gdb with godot (to debug the engine) Journal comments - many...")
- 18:06, 27 January 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 6 (Created page with "==Video== ==Notes== <pre> Lecture 6 ------------ Domain specific languages (DSL) - versus general purpose languages - language designed to specify solutions in a specific...")
- 15:12, 27 January 2021 Soma talk contribs moved page Mobile App Development 2021W: Assignment 1 to Mobile App Dev 2021W: Assignment 1 without leaving a redirect (naming consistency fix)
- 14:58, 27 January 2021 Soma talk contribs created page Mobile App Development 2021W: Assignment 1 (Created page with "'''This assignment is still being developed.''' ==Questions== <ol> <li>[3] Change getConversion in main.swift as follows: <ol style="list-style-type:lower-alpha"> <li>[1] Ma...")
- 17:25, 26 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 5 (Created page with "==Notes== <pre> Lecture 5 --------- - project proposal, see class wiki How will technical scope be graded? - clean design - doable implementation in time given - testing...")
- 01:29, 26 January 2021 Soma talk contribs created page Game Engines 2021W Project Guidelines (Created page with "This page contains guidelines on the class project. This page will be updated based on questions and feedback. ==Project Proposal== Your project proposal should be a relati...")