Is “releases the mutexes in reverse order” required to make a program deadlock-free? Computer Science |
- Is “releases the mutexes in reverse order” required to make a program deadlock-free?
- Django vs Node
- is there difference between releasing two semaphores in the same or reverse order as they are acquired?
- What does the Google Quantum AI Lab do, as I've heard that Quantum AI is mostly just a buzzword?
- Looking to collaborate on software projects with other devs so I started /r/ProgrammingPals.
- CS workplace setup [Poll]
- From Google Robotics: State of the art in Robotic Manipulation
- ACM has published a substantiative article on teaching coding in schools
- Artificial intelligence in recommender systems
- Vulkan Compute webinar recording + sample transposition code
- The Art of Computer Programming and the almighty math
- Need advice on getting a Master’s degree in CS
- Classic critique of mathematics
- Maintaining CGPA above 3.8 in Compsci in University and College.
- Could a third state in transistors used to delemit two bytes?
- Would a Computer Scientist be able to create hardware/some device if they for example developed some theory and require it?
Is “releases the mutexes in reverse order” required to make a program deadlock-free? Posted: 01 Nov 2020 06:45 PM PST Operating System Concepts says
Computers Systems: a Programmer's Perspective says
Is it correct that both describe the same deadlock-prevention method? If yes, in this deadlock-prevention method:
Thanks. [link] [comments] |
Posted: 02 Nov 2020 03:39 AM PST Which is better for social network graduation project Django or node we already choosed react for frontend? and why? Machine learning features may be added later. [link] [comments] |
Posted: 02 Nov 2020 03:19 AM PST Generally, if two semaphores are acquired one after the other, is there difference between releasing them in the same order or the reverse order as they are acquired? In the following solution to the third readers-writers problem from http://en.wikipedia.org/wiki/Readers%E2%80%93writers_problem#Third_readers%E2%80%93writers_problem,
Code: [link] [comments] |
What does the Google Quantum AI Lab do, as I've heard that Quantum AI is mostly just a buzzword? Posted: 01 Nov 2020 04:31 AM PST As far as I know they are also developing Quantum Computers, but I'm not sure what it has to do with AI. I believe Quantum AI might be algorithms which are optimized to run on QCs, but I'm not sure. I've also heard that Quantum AI isn't really an active field and more of a buzzword, is that true? What does Google do with Quantum AI then? [link] [comments] |
Looking to collaborate on software projects with other devs so I started /r/ProgrammingPals. Posted: 01 Nov 2020 10:30 PM PST Hey all, I've been writing software professionally and as a hobby for a few years now. A few months back I created /r/ProgrammingPals as a way to team up with other developers to build and ship software. I'm kinda surprised there isn't a much larger concerted effort to find devs to team up on software projects - whether open source or closed, for profit or for fun. After all, these machines have created a hyper-connected world of strangers so maybe we can use it as a way to meet more devs and collectively build stuff that wouldn't have been possible otherwise. On a more reflective note - it seems strange to me that a majority of the worlds collaboration is locked up in private organizations. It's not for a lack of want - I think there are plenty of us who want to connect and build useful software although we lack the tools/data to do it effectively. Maybe a good start is just doing it and seeing the flaws then building tools to correct the flaws so that collaborating with internet strangers gradually becomes more effective. If devs groups can spontaneously come together and build something that solves a problem for an organization, community, or larger group I think the effort will have been worth it. [link] [comments] |
Posted: 02 Nov 2020 01:38 AM PST Quite recently I got downvoted by the r/java community for suggesting to use at least two screens for software development. So now I would like to shine some working environment research light onto your screen setup. I would be happy if you comment on your workplace setup for CS, Development, Electrical Engineering or what ever trade you come from perspective. [link] [comments] |
From Google Robotics: State of the art in Robotic Manipulation Posted: 01 Nov 2020 10:45 PM PST |
ACM has published a substantiative article on teaching coding in schools Posted: 01 Nov 2020 09:47 PM PST Hello friends, ACM has published a substantiative article on teaching coding in schools. The article outlines challenges and opportunities, and presents a nice context for a discussion. Select quotes FTA: In our research, we have seen how coding becomes most motivating and meaningful for students when they have opportunities to create their own projects and express their own ideas. and In our research group, we have developed four guiding principles for supporting creative learning and computational fluency. We call these principles the Four Ps of Creative Learning: Projects, Passion, Peers, and Play. As a practicing high-school computer science teacher, I would like to invite this community to share their thoughts and opinions about this article and computational fluency in the K-12 space. Thank you. [link] [comments] |
Artificial intelligence in recommender systems Posted: 01 Nov 2020 10:06 AM PST |
Vulkan Compute webinar recording + sample transposition code Posted: 01 Nov 2020 11:14 AM PST Hello, I am the creator of VkFFT library. I was recently invited to be a speaker at the EUROfusion Webinar #5 about Vulkan Compute. I would like to share the recording of it with the community: https://www.youtube.com/watch?v=YD_QO5Ilz2U. I have discussed the following topics there: -Compute and memory-bound problems. Importance of proper memory management and why it is important to have coalesced global memory accesses and avoid shared memory bank conflicts. -VkFFT, Vulkan Spirit and memory layout optimizations implemented there -There was a coding session in the end where I showed a simple out-of-place transposition routine in Vulkan. It was launched on Nvidia GTX 1660Ti, Intel UHD 610 and AMD Radeon Vega RX 10 to illustrate the differences in bandwidth and memory coalescing of the different architectures. Full code with comments can be found here: https://github.com/DTolm/VulkanComputeSamples-Transposition Hope this can be interesting to people willing to try Vulkan for computations! P.S. I have added double and half precision support (with precision verification) to VkFFT and a choice to perform FFTs using lookup tables. VkFFT now also has a command line interface and it is possible to build cuFFT benchmark and launch it right after VkFFT one. [link] [comments] |
The Art of Computer Programming and the almighty math Posted: 01 Nov 2020 06:38 AM PST Hello, [link] [comments] |
Need advice on getting a Master’s degree in CS Posted: 01 Nov 2020 03:44 PM PST I have a BFA in Advertising Arts in the Philippines and the education system at the tertiary level is very different here in the US. I am aware that both courses are not exactly interdisciplinary and I will need a lot of pre requisite I am wondering what are those pre requisite courses I need to take before I take my GRE and apply to a university? Would it be smarter/cheaper to take those pre req at a community college? Or are there some kind of program that tackles the entire master's degree with the pre req itself? Because from where I came from, the entire 2 years of taking a master's degree is focused on your graduate thesis. Any input would be very helpful since I am very unfamiliar with how the system works here. Thank you so much. [link] [comments] |
Classic critique of mathematics Posted: 01 Nov 2020 04:33 PM PST Classic critique of mathematics http://gamahucherpress.yellowgum.com/wp-content/uploads/A-Theory-of-Everything.pdf [link] [comments] |
Maintaining CGPA above 3.8 in Compsci in University and College. Posted: 01 Nov 2020 12:43 PM PST I just want to ask that is anyone here had maintain a CGPA above 3.5 in their bachelors degree, and if yes how did you do it like how did you study in hours or per week? [link] [comments] |
Could a third state in transistors used to delemit two bytes? Posted: 01 Nov 2020 05:08 AM PST For example, if we had the two bytes 11111111 and 00001111, they would be interpreted as 1111111100001111, right? Would it be possible to introduce a third state, which would be a delimiter? So 1111111100001111 would become 1111111121111, where 2 would be used to delimit the both. I am a noob and and just wondered if this were possible as that way more information could be transferred maybe (as the leading 0 wouldn't be "occupied")? [link] [comments] |
Posted: 01 Nov 2020 04:12 AM PST For example, if a Computer Scientist discovers some theory that allows for faster CPUs, how would they create it? As far as I know, Computer Scientists are more concerned with software and theory (as said), so they probably wouldn't know how to create some hardware, like (electrical, computer, etc.) engineers would, right? So how would/could they do it, if they wanted to? [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