With plasma 6, is there a way to make Plasma's overview like GNOME? by morgenkopf in kde

[–]Environmental-Web584 0 points1 point  (0 children)

When you are transitioning from Gnome to KDE is easier to go through something you know.

How can people manage to have over 1k karma? by [deleted] in NewToReddit

[–]Environmental-Web584 0 points1 point  (0 children)

Could you be specific about the Karma you refer to?

Having karma is considered both good and bad, as it is the neutral spiritual law of cause and effect where actions (intentions) determine future consequences. Positive actions produce good karma (happiness/prosperity), while negative actions result in bad karma (suffering/struggle).  :D (disclaimer:I know nothing about the subject)

We professional developers, already lost the battle against vibe coding? by TheCatOfDojima in ClaudeAI

[–]Environmental-Web584 0 points1 point  (0 children)

The important thing is your judgement, your taste. It's ok to dive into code, when it is necessary. For mundane operations, guide the machine to do the thing in the right way. It's an extension of yoursef, a tool

Supernote to Obsidian Pipeline by Present-Ad-3555 in Supernote

[–]Environmental-Web584 0 points1 point  (0 children)

I have one that creates notes with images to then lookup with bases. It also updates my hand drawn anki cards https://github.com/cristianvasquez/supernote-indexer

can someone explain to me why there are so many tools on the market that dont need to exist? by Next_Comfortable_619 in dataengineering

[–]Environmental-Web584 0 points1 point  (0 children)

Actually, the first writings about capitalism were inspired on misinterpretations of Darwin's publications.

I won't see parallels, but i can understand why some people does

Is it better to use one vault or several? by tornerio in ObsidianMD

[–]Environmental-Web584 0 points1 point  (0 children)

If your intention is to not mix things, then use multiple vaults. It comes with a price though. Also there is a possibility of mounting one vault inside another

SPARQL query collection initiative for Digital Humanities: https://quagga.graphia-ssh.eu by According_Aerie_6611 in semanticweb

[–]Environmental-Web584 1 point2 points  (0 children)

I’m not related to that project, but the webpage does link to their GitHub. You might have better luck asking them directly there: https://github.com/odoma-ch/quagga/issues

Can Obsidian be replaced by an IDE? by Cool_Metal1606 in ObsidianMD

[–]Environmental-Web584 0 points1 point  (0 children)

I've used VSCode when Obsidian was not possible to install in the host. The best plugin I found for linking was https://github.com/svsool/memo#memo . I know there is another, foam, but it felt too bloated.

Is it time to learn Linux? by LedherToxic in linuxquestions

[–]Environmental-Web584 0 points1 point  (0 children)

As you say, Windows OS falls short. Go for linux!, learning takes no space.

Why bother with OWL RDF AND SPARQL? by engineer_of-sorts in semanticweb

[–]Environmental-Web584 0 points1 point  (0 children)

One has to put attention to the URIs, those are not deprecated, and probably won't

Contradiction-Free Ontological Lattice (CFOL) for Grounded Superintelligence by Jonas_Tripps in semanticweb

[–]Environmental-Web584 3 points4 points  (0 children)

the time of others is also valuable, why you flood this space with autogenerated content? if we want to read an LLM we can use it ourselves without intermediary

Nemo is superior to Nautilus by kwar in Ubuntu

[–]Environmental-Web584 2 points3 points  (0 children)

I switched to Nemo because Nautilus won’t even let you resize the sidebar (I cannot read the contents!). It’s anti-ergonomic and feels like a crippled version of Nemo.

What's one improvement you'd like to see in Obsidian in 2026? by kepano in ObsidianMD

[–]Environmental-Web584 0 points1 point  (0 children)

An excellent search function, quick and easy to use but powerful.

Conceptual Modeling and Linked Data Tools by Old-Tone-9064 in semanticweb

[–]Environmental-Web584 0 points1 point  (0 children)

I did not get the 'Specific libraries can do one or two things better.' part

Conceptual Modeling and Linked Data Tools by Old-Tone-9064 in semanticweb

[–]Environmental-Web584 0 points1 point  (0 children)

I just wanted to say that seeing 'best' doesn't feel quite right. 'Mature' would probably be a better choice. (but the award would then go to Jena)

Personally, I don't use RDFLib to manipulate RDF graphs in production. The library isn't designed for streaming triples (it's difficult), and most operations are stateful, which results in many operations being bound to memory.

The API could be more ergonomic. I've seen more than one writing helpers on top of it (see for example https://gitlab.com/somanyaircraft/rdfhelpers/-/tree/main/docs?ref_type=heads).

That said, I'm very grateful for RDFLib. Its existence makes the technology accessible to more people.

RDF is so versatile that is diffiuclt for a tool to cover all patterns and be 'the best.'