Hacker Newsnew | past | comments | ask | show | jobs | submit | more pathsjs's commentslogin

I am not aware of any result of Hardy with applications to cryptography, but I'd be curious to be found wrong


He made significant contributions to the theory of elliptic curves.


How complex is it to configure? I have an instance of NextCloud from Hetzner, but I would rather not misconfigure it.

Also, is there a mobile app? Most of the time when I look at pictures I am on the phone


As easy as downloading an app from the store and telling it which directory to work with.

If you need the AI features those require separate apps and depending on your deployment it might need some effort. I'm running a docker image and had to ensure I have some of the required libraries for the AI things to work. It isn't too hard to misconfigure though and I believe there's a decent amount of resources for this.

As for mobile app, there isn't an explicit one but the webapp interface is mobile friendly and works pretty well. I also use NC photos and it still works with the tags and face recognition things. That app doesn't require "Memories" as far as I know.


There is an Android app, not for iOS yet. https://play.google.com/store/apps/details?id=gallery.memori...



Is there any photo-syncing at play? Or it's just a viewer for the data already on your NextCloud instance.

If I take photos with my phone, I have to manually upload them to NextCloud?


Just use the Nextcloud Android / iOS apps for auto upload. Memories automatically picks up everything that's uploaded.


How complex is it to configure memories? I own a hosted instance of NextCloud from Hetzner, but I would rather not misconfigure it. Also, is there a mobile app? I think not having one is limiting, since most of the time I want to look at the pictures on the phone


Everything can be mostly configured through the admin panel, maybe 15-20 minutes?

There's a mobile app for Android: https://play.google.com/store/apps/details?id=gallery.memori...

On iOS, you can use the PWA ("add to homescreen") and it behaves almost exactly as a native app


You might wanna consider adding a page to your docs about setup on hetzner since it's so popular for NC hosting.

Seems that it is possible to get it mostly working based on this issue: https://github.com/pulsejet/memories/issues/110


They also don't support the recognize app. https://www.reddit.com/r/NextCloud/comments/19acyje/managed_...


I don't know, coffee here costs 1€ everywhere


$100 is pretty relatable as well though


For what is worth, I do appreciate their links, and their resources are pretty informative (I am not by any means affiliated with Pinecone)


I am making a series of books on commutative algebra. The first one is available at https://www.ams.org/open-math-notes/omn-view-listing?listing...

There is a sequel on homological methods, which is not online, and I am currently trying to publish both. When I have time, I would like to write a third volume on homotopical methods (essentially all the stuff needed for André-Quillen cohomology and the cotangent complex).


Good luck learning everything that humanity knows about physics in six years! :-) Luckily, you don't really need to do that before starting research


> who needs interpretation when compile times are that fast!

Well, interpretation is pretty useful for a REPL. And a REPL is not just useful to avoid compilation, but also as a way to explore a new API. And, most importantly, to preserve the results of long computations when you do not know yet what to do with it. If computing a value takes half an hour, you certainly don't want to recompute it each time you change something. Rather, you keep an open session, such as a REPL or a notebook, and keep computing with the already existing value


This is exactly right. What is the REPL story with NIM? Having used a REPL, I cannot even imagine doing research & analytics without one.

FWIW, this comparison between R, Pandas and Nim dataframes is quite encouraging: https://gist.github.com/Vindaar/6908c038707c7d8293049edb3d20...

This is one of the aspects that self professed R/Python datascience contenders often get wrong. The very bare minimum is a well supported and thought out dataframe library. Without that, the language is basically dead in the water. Nim seems to have a very well thought out API that also avoids many of the annoying aspects of Pandas (e.g. the huge waste coming from eagerly computing each vectorized operation into separate arrays).


I did quench (most of) my thirst for a Repl building a notebook system (plug): https://github.com/pietroppeter/nimib

Based on that and using a book theme, scinim getting started documentation is being built, e.g.: https://scinim.github.io/getting-started/basics/data_wrangli...


My statement was mostly an exaggeration, than an absolute truth. REPLs are really nice, but it's story with Nim is less nice.

There is: https://github.com/inim-repl/INim and the builtin `nim secret`.

There is also a Jupyter kernel: https://github.com/stisa/jupyternim


Actually, the bare minimum is a well supported and centralised numeric library providing arrays, matrix and the base tools


Perhaps for some things.

Most of my work is time series analysis and I refuse to use an environment where samples are not explicitly labelled/timestamped and where the tooling does not support seamless operations that take this labeling into account.

So for my use case, a fully featured dataframe library is indeed a must.


See my comment from the other reply on this question for potential solutions, but as an fyi for those curious, Nim does come with a VIM that comes in very handy for such purposes: https://nim-lang.org/docs/nims.html


> don't want to recompute it each time you change something

True... May I introduce you to the filesystem?


Wow, what a great invention I have been missing! You made my day! :-)


Had a project once where 70% or so of the 8 month runtime was de/serialization. 800gb or so data wad and 16gb of ram; all messily multiply interlinked and not even the indexes would fit into ram. it sucked.

but the architecture that imposed meat we were surprisingly resilient to power outages.


Am I the only one who likes what King Crimson did until the 70s, and does not understand the direction they went with Discipline? I have tried listening to it and later albums, but I never got it. Anyone here can help me better appreciate King Crimson's music from the 80s on?


appreciation is a hard thing to come by. joke response, listen to Indiscipline on loop until you like it :D

King Crimson flowcharts are a fun source of amusement, if nothing else: http://vignette1.wikia.nocookie.net/4chanmusic/images/2/2d/K...


Reminds me of this diagram of the many schisms and reunions of Rhapsody of Fire: https://www.reddit.com/r/PowerMetal/comments/a378g5/just_in_...


Thank you, the flowcharts are really cool! :-D


I love that chart, thanks


There's plenty of music I "ought" to like based on my general music interest but don't really care all that much for, or even dislike. I don't really know what makes me really like or dislike a particular piece of music, but it's pretty common for things to just not resonate with me.

For what it's worth, I never really appreciated King Crimson beyond the 70s either. Don't ask me why; in any objective sense they're a fantastic band and I can definitely appreciate their music to that degree, but for one reason or the other it just doesn't truly resonate with me shrug


I don't think there's a frame of mind or rationalization that can make you appreciate an album more. Personally I think Discipline is alright but I prefer other albums, even THRAK which came later.


Is the option to buy prints still there? Some services offer the possibility to buy prints on canvas tied on a wooden frame, possibly manually retouched, which look much like an actual picture you can hang in your living room


Yeah you can still buy prints but they're not manually retouched. You'll get product mockups and a buy option for your first 5 creations.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: