CompSci Weekend SuperThread (November 27, 2020) Computer Science |
- CompSci Weekend SuperThread (November 27, 2020)
- Tackling Imposter Syndrome in Software Engineering
- What difference are between the topics and perspectives of these two “distributed” books
- How to convert PDA between Final State acceptance and Empty Stack acceptance?
- Where can I find the size of addressable and virtual memory of a CPU or SoC
- [R] Do We Really Need Green Screens for High-Quality Real-Time Human Matting?
- Is a CDN a distributed file system?
- Best strategy to keep a list sorted?
- Alrotithm Problem
CompSci Weekend SuperThread (November 27, 2020) Posted: 26 Nov 2020 05:04 PM PST /r/compsci strives to be the best online community for computer scientists. We moderate posts to keep things on topic. This Weekend SuperThread provides a discussion area for posts that might be off-topic normally. Anything Goes: post your questions, ideas, requests for help, musings, or whatever comes to mind as comments in this thread. Pointers
Caveats
[link] [comments] |
Tackling Imposter Syndrome in Software Engineering Posted: 26 Nov 2020 10:48 PM PST |
What difference are between the topics and perspectives of these two “distributed” books Posted: 26 Nov 2020 06:53 PM PST I found two books which seem both about distributed computing based on their titles:
But their table of contents don't seem to match. The second book talks about things like actor model and pi calculus, which are not mentioned in the first book. The first book talks about things like concensus problem, which are not mentioned in the second book. What is the difference between the topics and perspectives of the two books? Thanks. [link] [comments] |
How to convert PDA between Final State acceptance and Empty Stack acceptance? Posted: 26 Nov 2020 03:53 PM PST I'm unable to find good videos on this, and my textbook is the Hopcroft one, which although good on some topics, is absolutely horrible here, due to it less providing examples and ways to learn, and more proofs. [link] [comments] |
Where can I find the size of addressable and virtual memory of a CPU or SoC Posted: 26 Nov 2020 04:33 AM PST |
[R] Do We Really Need Green Screens for High-Quality Real-Time Human Matting? Posted: 26 Nov 2020 06:43 PM PST In the new paper Is a Green Screen Really Necessary for Real-Time Human Matting, researchers from the City University of Hong Kong Department of Computer Science and SenseTime propose a lightweight matting objective decomposition network (MODNet) that can smoothly process real-time human matting from a single input image with diverse and dynamic backgrounds. Here is a quick read: Do We Really Need Green Screens for High-Quality Real-Time Human Matting? The paper Is a Green Screen Really Necessary for Real-Time Human Matting? is on arXiv. The code, pretrained model and validation benchmark will be made accessible on the project GitHub. [link] [comments] |
Is a CDN a distributed file system? Posted: 26 Nov 2020 11:35 AM PST Is a CDN a distributed file system? Looks similar to me. If not, why? What category of distributed systems does CDN belong to? Thanks. [link] [comments] |
Best strategy to keep a list sorted? Posted: 26 Nov 2020 10:03 AM PST Suppose I have a web conferencing app in which all participants communicate through a central server. In a conference call, it would be make sense (for various reasons like limited screen real estate) for this server to forward only a selected N video streams (because these are dominant speakers) out of K total streams, where N < K. Obviously, we would want the K streams to be sorted after every fixed time interval during which dominant speakers are determined. I am thinking of using a self balancing BST to do this but which one - AVL/RB/B/someother - to use is something I am unsure of. Also, is a self-balancing BST the only choice here? Any inputs? [link] [comments] |
Posted: 26 Nov 2020 02:40 PM PST Hi! :-) Is the following thought solvable?
How can I prove to you that I know just one of your n secrets? I don't want you to know which secret of you I know but you must be able to validate that I know it. Kind regards [link] [comments] |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment