Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Raphaellll
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
Raphaellll
2y ago
I did a project that attempts to generate these types of instructions: https://map2seq.schumann.pub/nllni/demo/
2.
▲
by
Raphaellll
2y ago
You can simply pre-render them and store the png tiles in a folder. The folder structure and naming has to be such that e.g. leaflet understands it. Did this for a research demo here: https://map2seq.schumann.pub/nllni/
3.
▲
by
Raphaellll
2y ago
"hallucination" was coined in the context of text generating RNNs. Specifically in this blog post by Karpathy in 2015: https://karpathy.github.io/2015/05/21/rnn-effectiveness/
4.
▲
by
Raphaellll
2y ago
1-2 seconds in Overpass which also uses OSM: https://overpass-turbo.eu/s/1NTy
5.
▲
by
Raphaellll
3y ago
Yes, it's far from perfect. We currently work on augmenting the prompt with e.g. relevant key-value pairs extracted from https://wiki.openstreetmap.org/wiki/Map_features
6.
▲
by
Raphaellll
3y ago
we systematically tested this: https://arxiv.org/pdf/2308.16060.pdf
7.
▲
by
Raphaellll
3y ago
Tell me more about that coal burning record in Germany.
8.
▲
by
Raphaellll
4y ago
You can always argue that the model has seen some variation of a given problem. The question is if there are problems that are not a variation of something that already exists. How often do you encounter truly novel problems in your life?
9.
▲
by
Raphaellll
4y ago
There is a paper?
10.
▲
by
Raphaellll
4y ago
I get motion sick hearing brown noise. I associate it with being on a plane or train but I am sitting still, so it feels off and I get dizzy.
11.
▲
by
Raphaellll
5y ago
It's really a hit and miss. This [1] book also came as print-on-demand but looks perfectly fine. Good layout and clean colors. [1] https://mml-book.github.io/book/mml-book.pdf
12.
▲
by
Raphaellll
5y ago
I actually bought this as a physical book on Amazon. Naturally it came as a print-on-demand book. Unfortunately it has many problems in this format. E.g. the lack of margins makes it hard to read the end of sentences towards the gutter. Als
13.
▲
by
Raphaellll
5y ago
Why is this interesting?
14.
▲
by
Raphaellll
5y ago
hunter2
15.
▲
by
Raphaellll
5y ago
It’s basically how large language models like GTP-3 work. They simply predict the next most probable word and suddenly you can prompt them to give you answers to rather intelligent tasks.
16.
▲
by
Raphaellll
5y ago
Yes, I got this. Just wanted to point out that a particular consequence of extrapolating would be that players can see enemys around corners. You already mention that the game would be unplayable if players get teleported every few ms, and
17.
▲
by
Raphaellll
5y ago
Another problem of predicting the movement of other players is that if they stop before you can see them, the trajectory would be interpolated further such that you can see them around the corner for a split second, knowing they are waiting
18.
▲
by
Raphaellll
5y ago
By the time of the Turing Award, LSTMs were still state of the art in NLP. Arguably with the use of attention which came from Bengios lab.
19.
▲
by
Raphaellll
5y ago
I always wondered why it is possible to simply switch off a stolen phone. If it would require the PIN to switch it off you have the remaining battery time to find your phone.
20.
▲
TeamViewer acquires smart glasses and AR expert Ubimax
(teamviewer.com)
1 points
by
Raphaellll
6y ago
|
0 comments
21.
▲
by
Raphaellll
6y ago
If someone is looking for a YikYak replacement, consider Jodel
22.
▲
by
Raphaellll
6y ago
You can highly customize the Google Maps javascript service to load and connect you custom panoramas hosted on your own server.
23.
▲
by
Raphaellll
6y ago
This is again deep linked to a specific test page.
24.
▲
by
Raphaellll
6y ago
The footage from inside Italien hospitals a month ago shows most patients lying on their stomach. Starting at 1min https://youtu.be/rfkbv_WQtn0
25.
▲
by
Raphaellll
6y ago
This was (is?) also possible with Lyft. When I was interning in the US, my visa sponsor sent me a SIM card that they clearly reused several times a year. Opening the Lyft app with this SIM automatically logged me in to the attached account.
26.
▲
by
Raphaellll
6y ago
Did you use any library?
27.
▲
by
Raphaellll
7y ago
My experience is that this is only shared by people on LinkedIn who have no clue what they are talking about.
28.
▲
by
Raphaellll
7y ago
Edit distance allows for insertion, deletion and substitution. Some allow custom cost for substitution (e.g. characters closer together on a keyboard have lower substitution cost than other; for typo normalization). What I describe in my co
29.
▲
by
Raphaellll
7y ago
I once trained unsupervised character embeddings and used levenshtein distance with embedding cosine as character replacement weights. And it worked better as a similarity metric than soundex
30.
▲
by
Raphaellll
8y ago
LSTM 1997 https://dl.acm.org/citation.cfm?id=1246450
More ›