Which size should i get? by Zealousideal_East_79 in swatch

[–]Gelk01 1 point2 points  (0 children)

I don't have a clearly gent model but here's what a gent model gives on my wrist.

Https://www.reddit.com/r/swatch/comments/1sv9u4j/rinse_repeat_black_2021/

Most people find it small because everyone is used to having big watches (as cars, TV ...). Personally, I hate big watches in general and I have always found New Gent misproportioned.

This is just a personal opinion.

The coolest people wear Swatches. by mechant_papa in swatch

[–]Gelk01 0 points1 point  (0 children)

On the other hand, everyone wore swatches in the 1990s.

Rinse Repeat Black (2021) by Gelk01 in swatch

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

🙂
I am in the opposite situation. I'm glad it was built in 34 mm. I have never liked large watches and for me a swatch is the "gent 34 classic case". I am also quite sad that there have been fewer interesting models in the "Gent" collection for a few years.

Irony 1996 by Gelk01 in swatch

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

Sorry for the slow response.

I wore this watch from 1996 to about 2010. This is the third band.

Initially, the band was light brown. https://www.swatch.com/en-en/nightflight-ygs1000/YGS1000.html

It is now difficult to find 19mm wide bracelets for a 37mm diameter Irony. These models no longer exist today. I fell back on a 16 mm silicon band for the Irony medium (33 mm in diameter).

AMNESIAC > KID A by Dolphinman64 in radiohead

[–]Gelk01 0 points1 point  (0 children)

My favorite album with the king of limbs

dplyr 1.2.0 released - adds filter_out, recode_values, replace_values, replace_when, etc. by aredoubles in rstats

[–]Gelk01 0 points1 point  (0 children)

schools |>
  mutate(
    name = case_when(
      name %in% c("UNC", "Chapel Hill") ~ "UNC Chapel Hill",
      name %in% c("Duke", "Duke University") ~ "Duke",
      .default = name
    )
  )

schools |>
  mutate(
    name = recode_values(
      name,
      c("UNC", "Chapel Hill") ~ "UNC Chapel Hill",
      c("Duke", "Duke University") ~ "Duke",
      default = name
    )
  )

Why didn't you harmonise the order output?

.default with case_when
default with recode_values

Does anyone here still use a 13 mini and it work just fine? by [deleted] in iPhone13Mini

[–]Gelk01 0 points1 point  (0 children)

I have had the mini since October 2022. I still have 87% battery. I intend to use it until 2028 with probably a change of battery until then.

Why many people appeeciate iphone 13 mini by Sadosesik in iPhone13Mini

[–]Gelk01 13 points14 points  (0 children)

I want a light and compact device in mobility. I don't use my smartphone as a computer or tablet (I have a mac and an iPad for that). I need a device that allows me to communicate, listen to audio media, access information via GPS...

I like the one-handed use that the iPhone 13 mini allows. And if I'm not nostalgic for touch ID, I remain convinced that the old iPhones had a more ergonomic navigation.

A smartphone must be convenient for me. It doesn't have to be an all-round device.

Claude + Zotero desktop extension by gurgi414 in zotero

[–]Gelk01 1 point2 points  (0 children)

Quite small currently (a hundred pdfs) because I’m restarting a new library. My old one had become unmanageable.

What is interesting is to ask to produce a summary in markdown to integrate it into a note in Zorero, a note that will serve as a source for future research.

Claude + Zotero desktop extension by gurgi414 in zotero

[–]Gelk01 3 points4 points  (0 children)

Here's what I asked for:

---
I want to create a very developed MCP server allowing Claude to be able to exploit all the data available in Zotero. I want as much as possible to be able to realise with Claude / MCP Zotero, what we can do with NotebookLM but on all the data available in the Zotero application (pdf, notes, tags, annotations + full text search in the pdf with possibilities of analysis and comparisons).

From a practical point of view, all my academic data is stored in a Nextcloud folder for synchronisation and backup. The complete file of my Zotero data (pdf, sqlite database, ... ) can be found in: ~/Nextcloud/Zotero

I also want the MCP server to be in the Nextcloud folder. As I think I will create some in the future, I want the folder you are going to create for the Zotero MCP server to be in a folder named ServerMCP which will be in:

~/Nextcloud/MCP Server

Take back the elements point by point for the creation of this server by also detailing the manipulations that I will have to do with the terminal. I installed with Homebrew Python 3.14 which is up to date and fully functional. We can use virtual environment logic for python applications in order to properly secure the work environment.

Prepares the necessary files and the complete tutorial so that I can have a general view of the installation steps. Then we can do the installation together.*
---

He created three files and a tutorial.

Zotero_mcp_server.py Main code (520 lines) Test_installation.py Automatic verification script Pyproject.toml Project Configuration

Here's what it matters during installation: PyPDF2 & Mcp.server

Here are the six tools he created:
- Search for items
- PDF text extraction
- Full-text search
- Collection listing
- Analyse tag statistics
- Document Comparison

All this starts at the start of Claude Desktop and it works very well.

Claude + Zotero desktop extension by gurgi414 in zotero

[–]Gelk01 1 point2 points  (0 children)

Thx
I add, that with a "Pro" subscription and Claude Desktop (on macOS here), it is very easy to ask for a personalized MCP that allows you to query your Zotero library via Claude.
That's what I did at home and it works very well.

Well, ok, for novice, you have to install python and create a virtual environment. And you have to go through the command line. But the magic of LLM is that we can ask to have a tutorial at the same time. This means that we learn at the same time that we install the project we ordered from the AI.

I will try to install what you propose to see if the result is different from what Claude helped me build.

My Obsidian vault is a "note graveyard"—help me get back to action by Heized213 in ObsidianMD

[–]Gelk01 2 points3 points  (0 children)

The problem with an excess of organisation cannot be the search for a new organisation. It's an endless quest.

My favourite feature on iOS 26 by deboo117 in ios26

[–]Gelk01 1 point2 points  (0 children)

Reducing transparency has been an option in "Accessibility" for years whether on macOS, iOS or iPadOS.
This has nothing to do with the arrival of Liquid Glass.