User contributions for Soma

A user with 6,518 edits. Account created on 16 September 2007.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

12 September 2024

10 September 2024

5 September 2024

4 September 2024

27 August 2024

5 April 2023

3 April 2023

31 March 2023

  • 22:0522:05, 31 March 2023 diff hist +4,798 N Mobile Apps 2023W Lecture 22Created page with "==Code== <syntaxhighlight lang="kotlin" line> package carleton.comp2601.webviewcompose import android.os.Bundle import android.util.Log import android.view.ViewGroup import android.webkit.WebResourceRequest import android.webkit.WebView import android.webkit.WebViewClient import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.layout.Row import androidx.compose.foundation.text.ClickableText import androi..." current
  • 22:0522:05, 31 March 2023 diff hist +14 Mobile Applications (Winter 2023)→‎March 31, 2023

30 March 2023

  • 03:2603:26, 30 March 2023 diff hist +5,208 N Mobile Apps 2023W Lecture 21Created page with "==Notes== <pre> March 29 -------- So I'm trying to figure out how to implement the back button properly. Currently, the back button gets triggered but doesn't work right, .goBack() isn't doing what we expected - hypothesis: state changes are updating history too often, getting copies of current page and so can't keep track of last page properly Two choices: - integrate more tightly with webview history so we can better manipulate and interact with it - ignore webv..." current
  • 03:2503:25, 30 March 2023 diff hist +14 Mobile Applications (Winter 2023)→‎March 29, 2023

29 March 2023

27 March 2023

  • 18:1718:17, 27 March 2023 diff hist +2,772 DistOS 2023W 2023-03-27No edit summary current
  • 15:5215:52, 27 March 2023 diff hist +1,018 N DistOS 2023W 2023-03-27Created page with "==Notes== <pre> Zookeeper & Delos ----------------- Consensus - why is this such an important problem in distributed OS? Notice that consensus isn't a concern in single-system operating systems - we get "consensus" simply by having one copy of data But in a distributed system we have copies of data & distributed state - so if we want all of the system to be in the "same" state, we need consensus - consensus has to be constructed, it isn't the natural state of the..."

24 March 2023

  • 21:1521:15, 24 March 2023 diff hist +3,478 N Mobile Apps 2023W Lecture 20Created page with "==Code== <syntaxhighlight lang="kotlin" line> package carleton.comp2601.webviewcompose import android.os.Bundle import android.util.Log import android.view.ViewGroup import android.webkit.WebView import android.webkit.WebViewClient import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.layout.Row import androidx.compose.foundation.text.ClickableText import androidx.compose.material.* import androidx.com..." current
  • 21:1421:14, 24 March 2023 diff hist +14 Mobile Applications (Winter 2023)→‎March 24, 2023

22 March 2023

  • 21:1321:13, 22 March 2023 diff hist +3,212 N Mobile Apps 2023W Lecture 19Created page with "==Notes== <pre> March 22 -------- Integrating webview with HNTree we have composable functions that we can copy over, but how should the app actually work? Should start up as a web browser with a URL bar, with a button to the side of the URL bar that says "History". Clicking on the button will switch the view to the History view. If the user taps on a specific past URL, visit the page (potentially with confirmation) What's the strategy? - first, change the webvie..." current
  • 21:1121:11, 22 March 2023 diff hist +417 Mobile Applications (Winter 2023)→‎Class Schedule
  • 17:3217:32, 22 March 2023 diff hist +3,526 DistOS 2023W 2023-03-22No edit summary current
  • 15:3315:33, 22 March 2023 diff hist +326 N DistOS 2023W 2023-03-22Created page with "==Discussion Questions== * What problems are Cassandra and Dynamo built to solve? How do these problems inform their design? * What are the key technical insights or algorithms behind Cassandra and Dynamo? * What infrastructure do Cassandra and Dynamo seem to rely on? How does this compare with the systems made by Google?"
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)