Not signed in (Sign In)

Not signed in

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  • Sign in using OpenID

Site Tag Cloud

2-category 2-category-theory abelian-categories adjoint algebra algebraic algebraic-geometry algebraic-topology analysis analytic-geometry arithmetic arithmetic-geometry book bundles calculus categorical categories category category-theory chern-weil-theory cohesion cohesive-homotopy-type-theory cohomology colimits combinatorics complex complex-geometry computable-mathematics computer-science constructive cosmology deformation-theory descent diagrams differential differential-cohomology differential-equations differential-geometry digraphs duality elliptic-cohomology enriched fibration foundation foundations functional-analysis functor gauge-theory gebra geometric-quantization geometry graph graphs gravity grothendieck group group-theory harmonic-analysis higher higher-algebra higher-category-theory higher-differential-geometry higher-geometry higher-lie-theory higher-topos-theory homological homological-algebra homotopy homotopy-theory homotopy-type-theory index-theory integration integration-theory k-theory lie-theory limits linear linear-algebra locale localization logic mathematics measure-theory modal modal-logic model model-category-theory monad monads monoidal monoidal-category-theory morphism motives motivic-cohomology nforum nlab noncommutative noncommutative-geometry number-theory of operads operator operator-algebra order-theory pages pasting philosophy physics pro-object probability probability-theory quantization quantum quantum-field quantum-field-theory quantum-mechanics quantum-physics quantum-theory question representation representation-theory riemannian-geometry scheme schemes set set-theory sheaf sheaves simplicial space spin-geometry stable-homotopy-theory stack string string-theory superalgebra supergeometry svg symplectic-geometry synthetic-differential-geometry terminology theory topology topos topos-theory tqft type type-theory universal variational-calculus

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome to nForum
If you want to take part in these discussions either sign in now (if you have an account), apply for one now (if you don't).
    • CommentRowNumber1.
    • CommentAuthorUrs
    • CommentTimeNov 4th 2009
    • CommentRowNumber2.
    • CommentAuthorMike Shulman
    • CommentTimeMay 11th 2012

    Sridhar noticed that we also have fully faithful (infinity,1)-functor. I see that Urs added a link, but really we should merge them. The article full and faithful (infinity,1)-functor is more developed, but one might argue that in the (,1)(\infty,1)-case the name “fully faithful” is more appropriate since it is not a conjunction of separate notions of “full” and “faithful”. Thoughts?

    • CommentRowNumber3.
    • CommentAuthorUrs
    • CommentTimeMay 11th 2012

    Yes, agree. The reason I didn’t merge them is that, with implying the need to fight the cache bug afterwards, it is always a bit of a pain. I felt like being in a hurry.

    • CommentRowNumber4.
    • CommentAuthorMike Shulman
    • CommentTimeMay 11th 2012

    What exactly does “fighting the cache bug” consist of? Is there anything to be done other than observe that it has occurred?

    • CommentRowNumber5.
    • CommentAuthorUrs
    • CommentTimeMay 11th 2012

    One has to log into the server, then figure out and then write some huge command line to remove the old cache file!

    • CommentRowNumber6.
    • CommentAuthorMike Shulman
    • CommentTimeMay 11th 2012

    Ah, okay. I’ve never known how to do that myself. Can we figure out a way to automate this or at least make it easier? How do you go about figuring out the command line? Is it algorithmically predictable from the name of the page that has the cache bug?

    • CommentRowNumber7.
    • CommentAuthorUrs
    • CommentTimeMay 11th 2012

    So, I keep forgetting what the precise symbol string is that I have to type. But it is stated in the help file.

    The simplest thing to do would be to create a mini-mini script that translates something like

      clearcache full+and+faithful+(infinity,1)+functor
    

    into the string actually needed.

    • CommentRowNumber8.
    • CommentAuthorMike Shulman
    • CommentTimeMay 12th 2012

    But it is stated in the help file.

    It is? I don’t see it.

    I went ahead and did the merging, so now we have the cache bug. I would be happy to clear the cache and write a mini-script to do it in future, if someone can tell me how to derive the correct command.

    • CommentRowNumber9.
    • CommentAuthorUrs
    • CommentTimeMay 12th 2012

    It is?

    Yes. After the discussion of updates in the help file. The code is

    rm -i ~/instiki/cache/views/nlab/show/page+title.cache
    
    • CommentRowNumber10.
    • CommentAuthorUrs
    • CommentTimeMay 12th 2012

    And of course I have tried to clear the cache now, but something is not working…

    • CommentRowNumber11.
    • CommentAuthorUrs
    • CommentTimeMay 12th 2012
    • (edited May 12th 2012)

    Okay, I have created the 1-line bash script. Now one can just type

    ./clearcache entry+title
    
    • CommentRowNumber12.
    • CommentAuthorUrs
    • CommentTimeMay 12th 2012
    • (edited May 12th 2012)

    I still haven’t cleared the cache of “full and faithful (infinity,1)-functor”-though. It keeps saying the file does not exist. Maybe I am not escaping the parenthesis correctly, or something. But I have to stop fiddling with this now.

    • CommentRowNumber13.
    • CommentAuthorMike Shulman
    • CommentTimeMay 12th 2012

    Ah, okay. The only login I have is labelf; apparently your help file and cache-clearing ability only come from logging in as nlab.

    • CommentRowNumber14.
    • CommentAuthorUrs
    • CommentTimeMay 12th 2012
    • (edited May 12th 2012)

    That’s right, I log in as “nlab”. Didn’ know that you have less access rights. That shouldn’t be so.

    • CommentRowNumber15.
    • CommentAuthorTobyBartels
    • CommentTimeMay 14th 2012
    • (edited May 14th 2012)

    I don’t even know where my credentials to log on to the server are anymore, so I can’t test this. But Urs, try replacing the parentheses with asterisks.