I've always wondered if it would work out well for an LLM to evaluate a constraint program/script when it encountered a problem involving constraints / logic. like or-tools with python or evaluating a minizinc program.
HN user
hyperturtle
I also don't prefer using strings, but to be fair, HTTP methods are just strings when the request is received. There is some beauty in that in matches the prefix of the first line of an HTTP packet
You could go one step further and build your own keyboard to match your hands as well. I've watched several of these videos and planning on eventually building one: https://www.youtube.com/watch?v=M_VuXVErD6E&list=PLCZYyvXAdQ...
This is cool! I've had similar ideas, but when it comes to creating the curriculum it was always the time consuming part. If the graph was in something like a wiki, where people could contribute, add linkages, add new lessons, etc., and a system to automatically prune the graph to each student, there could be a globally sourced and maintained "school" for all human knowledge.
I find the lack of learning science and the state of teaching how to learning to be detrimental to our current society where people are required to know more and more. Knowledge that doctors, lawyers, even computer engineers keep increasing as time goes on, but the way we learn has never been scrutinized or emphasized and is mostly up to each person to deal with.
I would assume so, but I think the fact that its using more of your brain is the reason it works.
I mostly agree, learning efficiency is not directly tied to the method, but how the brain processes it over time and may even require multiple methods to sufficiently learn something. I wouldn't be surprised if emotions or feeling frustrated while trying to learn hampers it as well.
I think by design they're not meant to be associated with a single user. A hospital would publish all id's of users that have found positive with covid and each other individual user's themselves will see if they have been in contact recently with one since they have saved all id's they've seen recently
Not sure on how secure but this article says the app is "secure". This also goes into more detail on what they use the information for. http://www.bloomberg.com/news/articles/2016-11-14/group-enli...
SAX-style / streaming parsers do exist for json. http://oboejs.com/ http://rapidjson.org/md_doc_sax.html
Nim can execute code at compile time and store them in constants. http://nim-lang.org/manual.html#const-section example: http://hookrace.net/blog/what-is-special-about-nim/
sorry, not mine, found on SO http://codegolf.stackexchange.com/questions/17285/make-the-m...
http://ruletheweb.co.uk/matrix.html 1024 Bytes, off by 10x
If I fill out the phone number all the way, then go back with the arrow keys and try to delete/change numbers, I get weird behavior
From what I can tell it looks like it's using the Chromium Embedded Framework
The only thing I found that was similar was holding down shift and drag selecting with the right mouse button.
I had the same problem too and solved it by writing build rules for WAF(http://www.l-vu.com/2012/03/21/Using_waf_to_build_web_assets...)
Sorry, about that. I initially hide everything, and use ajax/browserid to authenticate/show things depending on the status. Just altered it now to show the initial page at least, if you have js disabled.
I'm making something like that at http://wr173.com/
It's already on the author's github. https://github.com/yyx990803/HTML5-Clear
Maybe you can try to library for sound. SoundManager 2 does html5 sound and falls back to flash. http://www.schillmania.com/projects/soundmanager2/
Apparantly there are issues with looping (http://www.schillmania.com/projects/soundmanager2/demo/api/) but it points to (http://www.flickr.com/photos/schill/4499319436/) as a way to fix sound loops.
Regarding other technical problems: I've had that issue too with Chrome beta, using csstransforms caused my textboxes to be unclickable(but still tab-able). My solution was to downgrade to the normal Chrome version and hoped it'll be fixed by the time it hit stable.
A couple of things
- No clear 'what to do' on the first page
- Not enough validation errors. I typed in something weird and it didn't present an error. Just a refresh of the page. Maybe a blinking of a field in some cases.
- Where there were validation errors, it doesn't provide feedback on the type of input is acceptable (password)
- Last page of the project creation, 3. Create tasks, there was no clear indication that those were text input fields.
I like this very much. It's like a lightweight dispatcher/router/alternative to tons of switches/if & elses. And also that the source is very short and readable.
The whole app is contained in the source of http://kibi.herokuapp.com/
It looks like each page is defined inside a <script type='text/plain' data-kibi='{pathname:'',id:'',location:''}'></script>
Where data-kibi is metadata to specify when, with what data(jsonp) the content inside should be rendered?