CompSci Weekend SuperThread (August 09, 2019) Computer Science |
- CompSci Weekend SuperThread (August 09, 2019)
- A nature paper describes an AI system that can predict acute kidney injury up to 48 hours before it occurs. The approach could help identify patients who are at risk & enable earlier treatment.
- South Korean Game Developer’s AI Turns Your Selfie Into an Anime Face
- The behavior of Unix virtual memory with no swap space
- Better Encrypted Group Chat
- Grind reel resume templates
- Why bother writing long naming schemes rather than using Unicode, Foreign Languages and Specialized Editors + Keyboards
- What is the appeal of weakly and dynamically typed languages?
- ACL 2019 | Best Papers Announced
- As a compsci and math student, how do I not be bored to death in software engineering class?
CompSci Weekend SuperThread (August 09, 2019) Posted: 08 Aug 2019 06:05 PM PDT /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] |
Posted: 08 Aug 2019 11:11 PM PDT |
South Korean Game Developer’s AI Turns Your Selfie Into an Anime Face Posted: 08 Aug 2019 08:08 AM PDT |
The behavior of Unix virtual memory with no swap space Posted: 08 Aug 2019 01:10 PM PDT |
Posted: 08 Aug 2019 01:16 PM PDT |
Posted: 08 Aug 2019 09:22 PM PDT |
Posted: 02 Aug 2019 01:10 PM PDT Why have programmers not developed better ways of managing complexity through extended character ranges? Unicode also implies the mapping of complex concepts to single characters, an editor can choose how it displays the character. These tools can also greatly simplify the implementation of programming languages... Benefits:
Background: I was trying to write an even smaller lua implementation, when I started to conceive of a language that was easier to parse but capable of running in the same VM/context as lua. One notable benefit to unicode in this context is that it allows for more compact programs, which mean's programs that are much easier to reason about. Discovery:
Links: [link] [comments] |
What is the appeal of weakly and dynamically typed languages? Posted: 01 Aug 2019 04:42 PM PDT I must be missing something because I don't understand why everyone loves languages like Python for being dynamically typed. I can't quite see the benefit besides something like having a var be false until set to having a real value. To me all I can see is that it introduces lots of errors because of a var being changed type before passing into a function. Wouldn't you just need lots of extra checks for each function because of this? ELI5 maybe? [link] [comments] |
ACL 2019 | Best Papers Announced Posted: 01 Aug 2019 08:07 AM PDT |
As a compsci and math student, how do I not be bored to death in software engineering class? Posted: 02 Aug 2019 09:00 AM PDT I'm used to proofs and programming, not boring old words stating the obvious every slide. [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