Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hyperturtle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hyperturtle
1y ago
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.
2.
▲
by
hyperturtle
3y ago
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
3.
▲
by
hyperturtle
4y ago
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=P
4.
▲
by
hyperturtle
4y ago
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., an
5.
▲
by
hyperturtle
4y ago
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
6.
▲
by
hyperturtle
4y ago
I would assume so, but I think the fact that its using more of your brain is the reason it works.
7.
▲
by
hyperturtle
4y ago
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 frus
8.
▲
by
hyperturtle
6y ago
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
9.
▲
Show HN: Brawl.dev
3 points
by
hyperturtle
7y ago
|
0 comments
10.
▲
by
hyperturtle
10y ago
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...
11.
▲
by
hyperturtle
10y ago
SAX-style / streaming parsers do exist for json. http://oboejs.com/ http://rapidjson.org/md_doc_sax.html
12.
▲
by
hyperturtle
12y ago
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/
13.
▲
by
hyperturtle
12y ago
sorry, not mine, found on SO http://codegolf.stackexchange.com/questions/17285/make-the-m...
14.
▲
by
hyperturtle
12y ago
http://ruletheweb.co.uk/matrix.html 1024 Bytes, off by 10x
15.
▲
by
hyperturtle
13y ago
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
16.
▲
by
hyperturtle
14y ago
From what I can tell it looks like it's using the Chromium Embedded Framework http://code.google.com/p/chromiumembedded/wiki/GeneralUsage
17.
▲
by
hyperturtle
14y ago
The only thing I found that was similar was holding down shift and drag selecting with the right mouse button.
18.
▲
Google throbber using only css
(jsfiddle.net)
2 points
by
hyperturtle
14y ago
|
0 comments
19.
▲
by
hyperturtle
14y ago
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... )
20.
▲
Wr173.com updates and source now on github
(wr173.com)
1 points
by
hyperturtle
14y ago
|
0 comments
21.
▲
by
hyperturtle
14y ago
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.
22.
▲
by
hyperturtle
14y ago
I'm making something like that at http://wr173.com/
23.
▲
Show HN: WR173
(wr173.com)
2 points
by
hyperturtle
14y ago
|
4 comments
24.
▲
Review my game idea
(pr0nz.com)
1 points
by
hyperturtle
15y ago
|
0 comments
25.
▲
Alternative Python Mustache Templating
(github.com)
1 points
by
hyperturtle
15y ago
|
0 comments
26.
▲
by
hyperturtle
15y ago
It's already on the author's github. https://github.com/yyx990803/HTML5-Clear
27.
▲
by
hyperturtle
15y ago
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/soundmanage
28.
▲
by
hyperturtle
15y ago
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 wer
29.
▲
by
hyperturtle
15y ago
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.
30.
▲
by
hyperturtle
15y ago
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
More ›