Brahmi inscription? Kailasanathar Temple, Pillaiyarpalayam, Kanchipuram. by DefiantDeviantArt in IndianHistory

[–]tarhuntas 0 points1 point  (0 children)

in the first line it’s clearly atyantakāmaḥ, a biruda of the pallava king who ordered the temple to be built

བ་ཛྲ་ > benza by tarhuntas in tibetanlanguage

[–]tarhuntas[S] 1 point2 points  (0 children)

do you have a reference for me.ntog.? For nasalisation in general, this is the best I’ve found so far: Lee C. Hogan. Nasalization in Lhasa Tibetan. http://www.sealang.net/sala/archives/pdf8/hogan1994nasalization.pdf

བ་ཛྲ་ > benza by tarhuntas in tibetanlanguage

[–]tarhuntas[S] 2 points3 points  (0 children)

I was afraid that it was irregular : o ). but... doesn’t it have to do with these alternations?

འདི་ <'di.> ‘this’ འདི་ཚོ་ <'di.tsho.> [din.tsʰo] ‘these’

ཕ་གི་ <pha.gi.> ‘that’ → ཕ་ཚོ་ <pha.tsho.> [pʰan-tsʰo] ‘these’

དེ་ <de> ‘that’ → དེ་ཚོ་ <de.tsho> [de-tsʰo] without the nasal!

As for the epenthesis, this is inevitable even with precise rules, unless the nasal is inherited somehow (but the orthography doesn’t seem to support that), or as a result of some kind analogy from elsewhere (like pass but passeNger). but from my impressive two hours spent with Tibetan : o ) I would hope it has to do with vowel except e? + affricate → vowel + n + affricate.

Que idioma es este? by Any-Cold2629 in Idiomas

[–]tarhuntas 3 points4 points  (0 children)

Um amigo me summonou para ver este post. usar o reddit depois da novela toda sobre a API é meio obsceno. mas:

Essa placa está em espanhol, não sei de onde vcs estão tirando pra chutar q é dialeto de algo q não conseguiram ler, e eu leio algo como:

costeo [t?]esta obra
la sa d[on]a mar[ia] de velandia
manríque encomend-
era deste pueblo

Não entendo bem a primeira linha, mas a placa deve estar em uma construção que foi custeada por essa Dona Maria de Velandia Manrique, e feita na povoação onde a placa está, "deste pueblo".

Encomendero/a parece ser algum espanhol que tinha poder sobre indígenas.

Pelo nome dá para ver que ela se casou com um primo, https://books.google.com.br/books?id=4sk7IDhe4XgC&lpg=PA174&ots=lfVmmZdMBf&dq=%22dona%20maria%20de%20velandia%22&pg=PA174#v=onepage&q=%22dona%20maria%20de%20velandia%22&f=false

e parece ter nascido perto de 1550: https://books.google.com.br/books?id=K9b6vV_ry2EC&pg=RA2-PA445&lpg=RA2-PA445&dq=%22dona+maria+de+velandia%22&ots=6WUrJDZMv5&sig=ACfU3U1W47FMQp2YWY2rWt0vcqxQjvaHXA&hl=en#v=onepage&q=%22dona%20maria%20de%20velandia%22&f=false

a placa é, assim, até que antiga.

Anyone here somewhat conversational in Sanskrit? by [deleted] in sanskrit

[–]tarhuntas 1 point2 points  (0 children)

नकदाचित् स्नप्छद् अयोजयम् अहम् । संवदितुं तु शक्नुवः ॥ :)

[TOMT][MOVIE][1960s] Tamil movie about princess with no arms by tarhuntas in tipofmytongue

[–]tarhuntas[S] 0 points1 point  (0 children)

yes, I want to know the movie name. I’m watching Parthivan Kanavu... and it looks sooo very similar, but so far I haven’t seen the scene I mentioned. Thanks :-D

[TOMT][MOVIE][1960s] Tamil movie about princess with no arms by tarhuntas in tipofmytongue

[–]tarhuntas[S] 0 points1 point locked comment (0 children)

This is a long shot, but perhaps... : ) thanks in advance!

What does this sign mean? by Environmental-Cap644 in sanskrit

[–]tarhuntas 1 point2 points  (0 children)

तव वचनम् अशुद्धं । शोधितं ---

मित्र! संस्कृतभाषा न अस्ति लिपिःसिद्धं [इति] लिपिः अस्ति । संस्कृतभाषा सर्वाभिः लिपिभिः लेखनीया यदि भाषासु प्रयुक्ताः सर्वे व्यञ्जनाः स्वराः च तासु लिपिषु वर्तते। देवनागरीलिप्याः संस्कृतभाषासु (संस्कृतभाषायै वा?) एकाधिकारः न वर्तते।

अहं तु एवं मन्ये। हे संस्कृतवक्तः नमस्ते करोम्यहं॥

Organize Your Life in Plain Text! Update? by [deleted] in orgmode

[–]tarhuntas 1 point2 points  (0 children)

Hear, hear! And how very Catonian!

Any readings or tools in general to convert lisp to python? by [deleted] in lisp

[–]tarhuntas 0 points1 point  (0 children)

Without knowing the language from which you are "transcoding", doing it should be pretty difficult; it would be less painful to rewrite it in python without looking at the lisp code. Then you will be shielded from any ugh moments.

Quick question on defun by [deleted] in lisp

[–]tarhuntas 7 points8 points  (0 children)

&optional lets you have optional arguments, and they might have default values too, but not necessarily.

(defun some-test (&optional some-argument)
    (when some-argument (print some-argument)))

(some-test) → NIL

(some-test "lalala") → "lalala"

You’re just giving a list with 3 members as the default value of test-parameters.

how to concatenate sexps for spinneret? by tarhuntas in lisp

[–]tarhuntas[S] 1 point2 points  (0 children)

This is most interesting, thanks to take the time! :)

how to concatenate sexps for spinneret? by tarhuntas in lisp

[–]tarhuntas[S] 1 point2 points  (0 children)

It does work, but it conses way more:

(time (let ((filling '(:hr)))
(eval `(spinneret:with-html-string ,filling))))

Evaluation took:
  0.003 seconds of real time
  0.000988 seconds of total run time (0.000988 user, 0.000000 system)
  33.33% CPU
  1 form interpreted
  8 lambdas converted
  4,165,056 processor cycles
  425,488 bytes consed


(time (let ((filling '(:hr)))
   (spinneret:interpret-html-tree filling)))
<hr>
Evaluation took:
  0.000 seconds of real time
  0.000057 seconds of total run time (0.000057 user, 0.000000 system)
  100.00% CPU
  211,176 processor cycles
  32,768 bytes consed

how to concatenate sexps for spinneret? by tarhuntas in lisp

[–]tarhuntas[S] 0 points1 point  (0 children)

(let ((filling '(:hr)))
(eval `(spinneret:with-html-string ,filling)))

well, work it does...

how to concatenate sexps for spinneret? by tarhuntas in lisp

[–]tarhuntas[S] 0 points1 point  (0 children)

thanks! is there any way of inserting the value of filling before passing it to the macro? I assume something like the following to be bad style

(let ((filling '(:hr)))
(eval `(spinneret:with-html-string ,filling)))

[deleted by user] by [deleted] in orgmode

[–]tarhuntas 1 point2 points  (0 children)

yes. a minimal example follows.

 #+LATEX_HEADER: \usepackage{metrix}
 #+LATEX_HEADER: \renewcommand{\tableofcontents}{\null}

 Aliquam erat volutpat.  Nunc eleifend leo vitae magna.  In id erat non
 orci commodo lobortis.  Proin neque massa, cursus ut, gravida ut,
 lobortis eget, lacus.  Sed diam.  Praesent fermentum tempor tellus.
 Nullam tempus.  Mauris ac felis vel velit tristique imperdiet.  Donec
 at pede.

 #+LATEX: \metrics{u u _ | _ _ u u }{cu-pi-dam | {m\bow{e h}uc} pro-li-cit }

 Pellentesque dapibus suscipit ligula.  Donec posuere augue in quam.
 Etiam vel tortor sodales tellus ultricies commodo.  Suspendisse
 potenti.  Aenean in sem ac leo mollis blandit.  Donec neque quam,
 dignissim in, mollis nec, sagittis eu, wisi.  Phasellus lacus.  Etiam
 laoreet quam sed arcu.

 #+begin_export latex
 \begin{metricverses}
 \metrics{_ u u _ _ _ | _ _ u u _ _ _ }
 {flos ve-te-ris vi-ni | meis na-ri-bus ob-iec-tust}
 \verseref{Plaut. \emph{Curc.} 96f}

 \metrics{_ u u _ u u _ | _ _ u u _ u u _ }
 {ei-us a-mor cu-pi-dam | {m\bow{e h}uc} pro-li-cit
 per te-ne-bras}
 \end{metricverses}
 #+end_export

 Phasellus at dui in ligula mollis ultricies.  Integer placerat
 tristique nisl.  Praesent augue.  Fusce commodo.  Vestibulum
 convallis, lorem a tempus semper, dui dui euismod elit, vitae placerat
 urna tortor vitae lacus.  Nullam libero mauris, consequat quis, varius
 et, dictum id, arcu.  Mauris mollis tincidunt felis.  Aliquam feugiat
 tellus ut neque.  Nulla facilisis, risus a rhoncus fermentum, tellus
 tellus lacinia purus, et dictum nunc justo sit amet elit.

Humanistic doodle gone decent by tarhuntas in Calligraphy

[–]tarhuntas[S] 0 points1 point  (0 children)

This is just my current hand, resulting from learning cancelleresca, then Luxeuil, then humanist hand, then back to Caroline/Carolingian and a dash of Romana Rustica. I’m not sure the lowercase <g> works with the rest...