Skip Navigation
Jump
meta lemmy cross-instances dissing
  • 9
  • Jump
    Eldritch Yoga
  • Is it Cthulhu?

    3
  • Jump
    How Telegram's Founder Pavel Durov Became a Culture War Martyr [404]
  • I heard that in USA Telegram is used mostly by conservatives, trans-haters and drug dealers. But in Russia where I was born and where I have been living until the war, Telegram was a single source of alternative news and the main tool for opposition to putin. I had a talk with an Iranian guy recently and he told me the same: in Iran Telegram is the only source of non-state-propaganda news.

    I do not care that Durov is just a billionaire who makes money on the trend of privacy. But I remember how Telegram successfully fought against attempt of blocking in Russia in 2018 by providing regular updates and using different techniques to avoid blocking. An attack on Telegram for me is an attack on the latest opposition to putin, khamenei, lukashenko and others.

    15
  • Jump
    What OSS tools do you use for personal knowledge & task management?
  • No, I have two different things:

    • org-mode files with schedule, diary, tasks, etc.
    • knowledge base, org-roam (orgnote). I have a single base but it contains graphs about topics and these graphs are not connected

    I like that approach, because I use orgzly-reviwed on Android with a notifications. And because it is simpler to maintain knowledge base.

    2
  • Jump
    What OSS tools do you use for personal knowledge & task management?
  • Yes... org-mode is more than 20 years old... It is a price of flexibility: I have a strong feeling that one can adjust org-mode to any workflow. But I do not use even a third of the org specification. There are a lot of cool blog posts like "org mode quick start" or "org mode basics", I would recommend to start from such posts, not from a documentation.

    2
  • Jump
    What OSS tools do you use for personal knowledge & task management?
  • For me one of the most flexible and mature way to knowledge base, tasks and notes is an org-mode.

    I have two main workflows. The first one is task management. I have a lot of recurring tasks with tags, deadlines, schedules, etc. All of them are living in org-files in my Nextcloud. On Android I'm using orgzly-reviwed for sync via WebDAV, on my work I'm using organice (via WebDAV) as a "web-version" and also I'm editing my notes in emacs on my laptop (but actually any text editor could be used).

    The second one is a knowledge base. I'm using org-roam locally (and with a localhost web server, built in into emacs) and orgnote for Android/Web + synchronization. My knowledge base is Zettelkasten-based.

    Orgzly-reviewed: https://github.com/orgzly-revived/orgzly-android-revived

    Organice: https://github.com/200ok-ch/organice

    Orgnote: https://github.com/Artawower/orgnote

    Orgnote provide a way to encrypt all notes by your own key/password. With orgzly I'm relying on Nextcloud encryption.

    21
  • Jump
    How do i convince my brother privacy is important?
  • I would refer to the recent FTC questions to "algorithmic pricing practices". Long story short it was about some companies are using browser data, accounts data, etc. for "smart" pricing. Your brother may not care about someone watching him but I don't think he wants to pay for the same goods more than others.

    10
  • Jump
    Hamas 'categorically rejects' attempts to add Netanyahu’s conditions to Gaza ceasefire proposal
  • I do not like the idea of the collective guilt. It is totally right imo to hate politicians and soldiers. But to hate the whole country is a bad way imo.

    -2
  • Jump
    Efficiently Manage Memory Usage in Pandas with Large Datasets
  • If I already use Pandas for processing my data in-memory, CoW can significantly improve the performance. That was my point.

    1
  • Jump
    Efficiently Manage Memory Usage in Pandas with Large Datasets
  • If you are doing data processing in pandas CoW allows to avoid of a lot of redundant computations on intermediate steps. Before CoW any data processing in Pandas required manual and careful working with code to avoid the case described in the blog post. To be honest I cannot imagine the case of offloading each result of each operation in the pipeline to the storage…

    2
  • Jump
    Efficiently Manage Memory Usage in Pandas with Large Datasets
  • If you are doing data processing in pandas CoW allows to avoid of a lot of redundant computations on intermediate steps. Before CoW any data processing in Pandas required manual and careful working with code to avoid the case described in the blog post. To be honest I cannot imagine the case of offloading each result of each operation in the pipeline to the storage...

    1
  • geekpython.in Efficiently Manage Memory Usage in Pandas with Large Datasets

    Pandas supports Copy-on-Write, an optimization technique that helps improve memory use, particularly when working with large datasets.

    0
    Jump
    The best free, adless Chess server
  • Written in Scala ❤️

    17
  • Jump
    How to be private with google services and noroot.
  • It is an interesting question... It seems to me I compared it and I chose Island. But I cannot remember why :D

    UPD. I chose Island/Insular only because it is updated more frequently:

    • The latest release of Insular was at May 20, 2024 and frequency is ~ a release per two months
    • The latest release of Shelter (on F-Droid) was at Dec 12, 2023 and frequency is ~ a release per year
    5
  • Jump
    How to be private with google services and noroot.
  • Island work without root. It is based on a "work profile" feature of android devvices. It is not a complete privacy, but at least it allows to separate google apps from other apps.

    https://f-droid.org/packages/com.oasisfeng.island.fdroid

    10
  • Jump
    Decided to start paying predominantly cash again
  • A nice way to understand how much your data costs

    21
  • Jump
    Decided to start paying predominantly cash again
  • I'm starting to use more cash for daily spendings. The rise of surveillance pricing is terrible, better to hide qt least some of information from my bank.

    30
  • Jump
    *Permanently Deleted*
  • Privacy is a spectrum, not dichotomy. It is enough, imo, to reduce the amount of usage of google/amazon services significantly instead of blocking it.

    20
  • Jump
    good morning fellow americanskis
  • If you realize a level of corruption in russia it simplify the picture. All these bot factories story is just about that greedy people in russia convinced putin (a man, who "do not use internet" from his own words) that they can "control" the voting in US. But the actual goal is not to control anything but just putting money from russian state budget to a private pocket imo.

    -4
  • Jump
    OpenAI announces SearchGPT: its new AI search engine
  • If someone missed that: it returned a wrong answer even in the demo video.

    https://lemmy.world/post/17961641

    51
  • www.ftc.gov FTC Issues Orders to Eight Companies Seeking Information on Surveillance Pricing

    The Federal Trade Commission issued orders to eight companies offering surveillance pricing products and services that incorporate data about consumers’ characteristics and behavior.

    After reading such news I have an obvious question. Does anyone know a PayPal-like service, that allows to hide the destination of my transactions from Mastercard / bank, but with a good privacy policy? Or how else can I restrict the usage of my financial data by mastercard or bank?

    28
    semyonsinchenko.github.io Spark-Connect: I'm starting to love it!

    Summary This blog post is a detailed story about how I ported a popular data quality framework, AWS Deequ, to Spark-Connect. Deequ is a very cool, reliable and scalable framework that allows to compute a lot of metrics, checks and anomaly detection suites on the data using Apache Spark cluster. But ...

    Let me share my post with a detailed step by step guide how an exisiting Spark scala library may be adopted to work with recently introduced Spark Connect. As an example I have chosen a pupular open source data quality tool AWS Deequ. I made all the necessary protobuf messages and a Spark Connect Plugin. I tested it from PySpark Connect 3.5.1 and it works. Of course, all the code is public in git.

    0

    I have my personal blog, made with Hugo and hosted on GitHub pages. Initially I did not turn on any kind of web tracking / web analytics, because I do not like tracking at all. But I want to make my blog better and to achieve it, I need a feedback loop about traffic. For example, what are the most popular publications, or how many people view my blog from mobile devices, etc.

    So, my question is, what is the most appropriate (ot the less evil) way to track a web traffic?

    An answer "there is no good way to do it without breaking user's privacy" is acceptable too, I did not decide yet turning on the analytics. Instead I'm interested in an opinion of the community.

    Thanks in advance!

    19

    tldr: Green transition, like switching to electric vehicles and use renewable energy sources, requires a huge amount of minerals. One of the main sources of these minerals is African continent. Researchers found big overlapp of that mining with areas of big apes. Almost 200.000 of apes are in a risk area, based on the estimation:

    > We estimated that more than one-third of the entire great ape population in Africa—nearly 180,000 individuals—could be directly or indirectly threatened by mining now and in the near future. Apes in West Africa could be most severely affected, where up to 82% of the population currently overlaps with operational and preoperational mining locations and their 50-km buffers

    Another problem is that mining companies working there are not pay attention to ecological consequences of their business:

    > only 5% of the 400 assessed companies had carried out science-based nature and biodiversity impact assessments of their operations and business models

    0
    github.com Initial PR by sunchao · Pull Request #1 · apache/arrow-datafusion-comet

    This is the initial PR for Comet. Related mailing list discussion: https://lists.apache.org/thread/0q1rb11jtpopc7vt1ffdzro0omblsh0s

    Apple donated to community their own implementation of native physical execution of Apache Spark plan with Data Fusion.

    0

    Historical Museum of BiH in Sarajevo; built in 1963, architect Boris Magas

    Photo was made by myself. Original content under CC-BY-4.0.

    0

    St. Luka the Evangelist Church, Sarajevo, BiH, 2007

    Original content, CC-BY-4.0

    3

    Hello! I would like to share the route I made for myself and my story how I finished it recently. The route I will describe starts in Belgrade, goes along the Danube River, through Djerdap National Park to the border with Serbia, and returns to Belgrade through Kucaj-Beljanica National Park. The route is compilation from parts of different EuroVel routes.

    Route Summary:

    • Total length: about 700 km;
    • Total elevation: about 5000 m;
    • Highest climbing category: 2;
    • Highest point: 960 m above the sea;
    • Estimated days required: 6-7;
    • Overall level: medium;
    • Recommended lowest gear: 1:1
    • Recommended tires: 35+ mm or MTB;
    • Link to the routeplanner;
    • Link to Kamoot;
    • Total price, including hotels and food in restaurants: 385 Eur (Fall 2023);

    I made a blog post with detailed information about every part and also additional photos inside.

    5

    The photo is just for the cover :)

    Has anyone cycled through Bosnia and Herzegovina? I'm planning my next solo trip and I'm thinking of going from Belgrade to Sarajevo, crossing the border at Bajina Basta Water Power Plant one way, after visiting Sarajevo it looks like I can cross the border at Bijelina. Most of the videos on YouTube are about cycling back through Croatia, but this is not an option for me due to visa restrictions... The whole route (~700km with +-8500m of altitude difference) looks like an interesting challenge and a great opportunity to get to know BiH.

    But I have a lot of general questions about road quality, driver culture in relation to cyclists, water accessibility, etc. I'm also worried about the mountains near Sarajevo: from the border to Sarajevo and from Sarajevo to Tuzla. How good are these mountain roads for cycling? Is it possible to zigzag on the most difficult climbs?

    Thanks in advance!

    3

    Avala Tower, Belgrade, Serbia

    Telecommunication tower built in 1965 according to the project of Uglješa Bogunović, Slobodan Janjić and Milan Krstić. Destroyed in an air raid in 1999, rebuilt according to the original project in 2010. One of the most famous examples of Yugoslavian Brutalism in architecture. A photo of the tower was included in the exhibition "Toward a concrete Utopia: Architecture in Yugoslavia, 1948-1980", organized at the Museum of Modern Art in New York in 2018. This exhibition opened Yugoslavian modernist architecture to the world.

    Original content, CC-BY-4.0.

    0

    "50 yars of the USSR", Novokuznetsk, Russia

    Built in 1972, architect A. Vipov (А.И. Выпов). Unofficial name is "The Stone Flower".

    0

    Hello, community! I saw in one video that tires and wheel weight are critical for the fast cycling. But how important is it for the tourism? For example, I'm using "hard" slick tires from Kenda (on the photo) that are great for asphalt roads and are very strong against small stones, plant spines and glasa pieces. The problem is weight about 600g (700x32c). I also have 700x32c soft and lightweight gravel tires with only 300g weight. But how important is it for cycling if I have about 10 additional kilograms of bags on top of my bike when I go into a long trip? Does it make sense to lose the durability and dril resistance of Kenda Kwest 700x32c for decreasing the weight of tires twice? Thanks in advance!

    7

    I was going to upgrade my bike (Decathlon Triban 100) and ordered the whole new groupset (Shimano SORA). It will be delivered soon, so my question is how hard is the replacing process? It is not a problem to pay in local bike service for the replacement but I'm also interested in trying by myself. I have a repairment kit and all the things, I like to make some maintenance of bike by mysleft but I didn't do so complex maintenance before.

    4

    Is there any android app or web app with movie ratings and reviews? Android app would be better. Alternative to imdb? I want to be able to fast check the rating of movie or list of actors. I know about wikipedia app but it's interface is not focused on movies. Thanks in advance!

    12

    Hi there!

    I'm relatively new to anarchism, so I'd like to ask a few questions. I was very inspired by the book by F. Hayek (The Road to Serfdom) which changed my mind and convinced me why regulation doesn't work. Before this book I believed in the world trend towards regulation for the common good. Now I'm looking for a more general book on why government doesn't work at all. What can you recommend? I'm an engineer and prefer more economic and less philosophical books (like one by F. Hayek). Is there anything like that?

    And more generally, what is the general opinion on private property in the anarchist community? I tried to google it but found controversial views. I know there are left-wing (Geoism/Georgism?) and right-wing (anarcho-capitalism?), but I think there should be something common about the property question...

    Thanks in advance!

    0

    Museum of Contemporary Art, Belgrade

    Built in 1965 according to the design of Ivan Antić and Ivanka Raspopović. According to the design, the building should look like a crystal. It was renovated in 2007-2017. When the renovation began, one of the architects of the original project was still alive and participated in the renovation.

    Compared to other examples of Yugoslavian modernism, this building is in very good condition and is well maintained. Also the surrounding area of the park is very human friendly compared to examples of Yugoslavian Brutalism, which looks more like some kind of ghetto.

    Near the building there are benches and monuments in the modernist style:

    ! ! !

    0

    Genex Tower, Belgrade, Serbia.

    Genex Tower (or Western City Gate) is one of the most famous examples of Yugoslavian brutalism architecture. The sky scraper was built in 1979 by architect Mihajlo Mitrović. The left part of the building contained apartments and the right part was suited for offices. In communist era there was the office of "Generalexport" here but today the right side is used as a stand for advertisements.

    On the top there was a rotating restaurant here but today it is closed as I know.

    Even being in a very bad condition the building still inspires, and you have a lot of controversial feelings when you stay nearby. !

    One may say that the building dominates and suppresses surroundings but it is a common for almost all modernist architecture.

    0

    Air Force Command Building, Belgrade, Serbia.

    Built in 1935 by architect Dragiša Brašovan. Nice example of socialist modernism architecture of the period between world wars. Compared to after WWII Yuguslavian modernist architecture that was inspired by Le Corbusier, this building looks like more Art Deco style. Especially these window elements: !

    On the other side of the building there are statue of Icarus, the work of the sculptor Zlata Markov: !

    Entrance group is looking like this today: !

    Building was heavily damaged in 1999 and now looks abandoned. More information in wikipedia.

    0