#art
images
391
1.4689928737998426e+09
by anon
1.4689928853152366e+09
by anon
1.4689928176829686e+09
by anon
1.4689928380294814e+09
by anon
1.4689928214059525e+09
by anon
1.4689928143775043e+09
by anon
1.4689927938618867e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4691761623181815e+09
by anon
1.468992997673434e+09
by anon
1.4689928380294814e+09
by anon
1.4698293023971481e+09
by anon
1.4689928143775043e+09
by anon
1.4689928853152366e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.4689929350169828e+09
by anon
1.4717475395296206e+09
by anon
1.4689928214059525e+09
by anon
1.471747563313387e+09
by anon
1.468992997673434e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.4717477352830882e+09
by anon
1.47546634346215e+09
by anon
1.4698293023971481e+09
by anon
1.4766314909583225e+09
by anon
1.4689928143775043e+09
by anon
1.4700041306483471e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4808268166215758e+09
by anon
1.4689927938618867e+09
by anon
1.4808268681863155e+09
by anon
1.4717475001293492e+09
by anon
1.4689929350169828e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.471747563313387e+09
by anon
1.485072809644954e+09
by anon
1.468992997673434e+09
by anon
1.4717477352830882e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4691761623181815e+09
by anon
1.4898104809011104e+09
by anon
1.4745660643713665e+09
by anon
1.4689928380294814e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4850729393185523e+09
by anon
1.4766314909583225e+09
by anon
1.4913129836961677e+09
by anon
1.4689928143775043e+09
by anon
1.4806413424822981e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4850729393185523e+09
by anon
1.4689928853152366e+09
by anon
1.4963452513372192e+09
by anon
1.4808267895536025e+09
by anon
1.4717472876035209e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4850729393185523e+09
by anon
1.4808268681863155e+09
by anon
1.501026262683975e+09
by anon
1.4717475001293492e+09
by anon
1.481439583038159e+09
by anon
1.4689927905838878e+09
by anon
1.4689928039651954e+09
by anon
1.4689928347381258e+09
by anon
1.4689930049975657e+09
by anon
1.471747791716184e+09
by anon
1.4850729393185523e+09
by anon
v 0.10.0.0
description 0.10.0 (nation_genesis): - added first version of a user system (gf_identity) - adding first version of p2p system based on libp2p - initial version of gf_home, personal control panel for users - gf_admin added, for admin login and control of a particular GF server/node 0.9.0 (solo_learner): - new gf_solo service has been introduced, that compiles all other services into a single binary. - first additions of ML functionality. Addition of Rust code for collage composition and efficient building of .tfrecords from images. addition of basic ML models in Py. - various improvements to gf_core, around error handling, etc. improvements to gf_rpc_lib. 0.8.0 (precious): - OPEN_SOURCING!! GF has been open sourced. gf_publisher, gf_landing_page, gf_tagger have also been refactored to use the new error handling structure, thats in place for gf_images and gf_analytics (gf_crawl_lib). 0.7.4: - first prototype of the most basic image_editor (image filters/cropping) added. Still needs polish and integration of the UI into the rest of the system. 0.7.3.1: - big refactor of how statistics are structured in all services, to standardize on gf_stats accross the whole system. all stats are now accessible via gf_analytics only, not in custom dashboards of each of the services themselves (this way expensive stats calculations are only run in the gf_analytics service machines, not on machines of other services that are expected to efficiently handle real-time requests). 0.7.3: - big refactor of error handling, a system wide gf_error code is now used. not all packages migrated yet, but core ones (gf_images,gf_crawl_lib,gf_analytics) are. 0.7.2: - small improvements in adding crawled_images to flows in the crawler dashboard. 0.7.1: - gf_crawl can move images discovered in HTML pages into image flows. This is done via UI's in the crawler dashboard at the moment. 0.7.0 (sparkly): - first round of GIF viewer/posting features. GIF's are now clickable/playable in the flows_browser, and can be added via the gf_chrome_ext. 0.6.0 (robust): - migrated system to multi-node cluster, separating key services to their own nodes. new cloud provider (GCP). 0.5.0 (raise): - addition of the "gf_crawl" application, which crawls the image-web for images from select sites. these images are then accessible in their own crawled/discovered image flow. "gf_crawl" functionality is working as a part of the gf_analytics service for now. 0.4.4: - addition of the "gf_domains" application. UI for it is publicly accessible, which for now gives basic stats an all domains discovered in lings in the GF DB. 0.4.3: - addition of the "flows" functionality to the "gf_images" application. 0.4.0: - rewrite of the entire backend in Golang, and the front-end in Typescript. major effort, and took over a year (if not longer) to complete, due to real-life coming in the way and tech experimentation happening. 0.2: - rewrote all services and most of the front-end in Dart, very few minor improvements added. 0.1: - initial Python backend and gf_image/gf_post data-model, using mongodb, most basic css styling. first introduction of a Chrome browser extension, for creating posts only (by adding images to them), no image flows. (~2010)
...ea88