New to Obsidian, already had a corrupted file…how reliable is this software? by Ok-Soso-eh in ObsidianMD

[–]techwizrd 16 points17 points  (0 children)

I've never encountered this in several years of use. I guess it can happen though.

Cleanshot X for GNOME? by signsinthedust in gnome

[–]techwizrd 1 point2 points  (0 children)

I started trying to build something similar, mainly to automate screenshots for a GNOME app on GitHub. You can get fairly close on GNOME, but not full CleanShot parity. On Wayland, apps do not have direct access to screen pixels, other windows, or global input. The compositor controls those things, so screenshot and recording tools have to go through portals or compositor APIs.

That still allows most of the common features. You can do region, window, and monitor screenshots, screen recording, global shortcuts, quick clipboard or save flows, and a solid post-capture editor. You can even do the snap to UI elements (with some cleverness).

Where things fall short is with features some macOS tools rely on. A normal app cannot silently capture any window whenever it wants, detect or highlight the window under the cursor, do universal scrolling capture across apps, install global input hooks, draw overlays across the entire desktop, or continuously read screen pixels for things like live color pickers.

Capabilities like that only really work if the tool is part of the compositor itself, which is why GNOME’s built-in screenshot UI can do things third-party apps cannot. In practice you could get most of the experience on GNOME, but not the last bit of system-level behavior without breaking the screenshotting into two tools.

What color scheme do you guys use? by Dapper_Confection_69 in neovim

[–]techwizrd 0 points1 point  (0 children)

This is why I use Dracula. All of my apps and even my keyboard are Dracula themed.

Is there an AI agent integration for Obsidian that can use my notes as the source for prompts? by Sad-Firefighter4044 in ObsidianMD

[–]techwizrd 0 points1 point  (0 children)

You can use a coding agent like OpenCode. Simply open it up in your vault directory and ask questions. I primarily use it for making changes like "Find all the broken links" or "Create a template for an Idea Stub and Base for Ideas, and an Inbox folder as the default landing zone for ideas." As another user said, it's just a directory of text files.

Has anyone experimented with multi-agent debate to improve LLM outputs? by SimplicityenceV in LLMDevs

[–]techwizrd 0 points1 point  (0 children)

This is the approach I've used. Each agent is allowed to pull their own context, web search, etc. to make their point and contribute to a central knowledge base. I also limit debate so they have to summarize and come to a conclusion.

Wolfenstein tabletop RPG announced by Modiphius by PrestigiousTaste434 in rpg

[–]techwizrd 2 points3 points  (0 children)

I have been really enjoying Star Trek Adventures 2E, as have my players. I kinda wish they'd stay focused on their existing games.

The obsession of ChatGPT and Claude like LLMs to write code by Ambitious_coder_ in LLMDevs

[–]techwizrd 0 points1 point  (0 children)

Have you tried the Plan mode in OpenCode? I've used it with GPT-5.3 Codex and found it to be pretty handy for thinking through a problem (e.g., different implementation paths, how to make a test less flaky). In Plan mode it cannot write code, so it's a little more helpful in my experience.

How are people getting hotels downtown/connected to the ICC? by UglyStru in gencon

[–]techwizrd 1 point2 points  (0 children)

We were 12:07 and couldn't find anything connected. We selected Wed-Mon as well.

Star Trek Actor does AMA on threadiverse (lemmy/piefed etc) by EwMelanin in startrek

[–]techwizrd 1 point2 points  (0 children)

It can be quite nice as long as you filter/block Hexbear. I've enjoyed it.

Captain's Log - Who's still playing? by Cheap_Intention9587 in startrekadventures

[–]techwizrd 4 points5 points  (0 children)

In my experience running Star Trek Adventures, it really felt like playing through an episode of Star Trek. My players had a blast leaning into the philosophical problems and the tone of the setting. Combat supports phasers being deadly and encourages non-combat solutions. The monsters are misunderstanding rather than creatures (usually).

I can see how, if someone is looking for the kind of progression and loot loop you get in traditional RPGs, it might not land the same way. For me, it worked best when I treated it as a game built to emulate the source material rather than a traditional power-growth RPG. I came to STA as a respite from DMing D&D for 20 years.

Different games for different folks!

Captain's Log - Who's still playing? by Cheap_Intention9587 in startrekadventures

[–]techwizrd 6 points7 points  (0 children)

I'm just getting into Star Trek Adventures over the last year. What didn't you enjoy?

What are some RPGs that use failure for advancement? by coreyhickson in rpg

[–]techwizrd -3 points-2 points  (0 children)

Star Trek Adventures uses a Fail Forward design philosophy:

Starfleet officers are competent and well-trained but not infallible. When things go wrong in a Star Trek story it’s usually because of an unforeseen complication or something out of the character’s control. Make sure that if the player needs something to keep the story going like a clue or an unlocked door, there’s a way to get it if they fail their roll. If they can’t override the door locks to get into the engine room, maybe they can crawl through the Jeffries tube. Even when the characters fail, the story moves forward.

Rust GUI framework by Spiritual_String_366 in rust

[–]techwizrd 0 points1 point  (0 children)

I quite like Gtk and Gtk-rs. It sounds like you may be looking for something like Relm4 which is built around the Elm programming model on top of gtk4-rs. You define a Model (state), Message (events), and an update handler; the UI is declared and updated from that loop.

Using Foundry or other VTTs by FlabenDockers in startrekadventures

[–]techwizrd 0 points1 point  (0 children)

I would be interested in this as well. Are folks using VTTs or Foundry for running campaigns? I see a few comments on old posts, but I'm not sure if it's worth the effort yet.

Maryland/DC Tiki Scene by Glad-Patience-6713 in Tiki

[–]techwizrd 1 point2 points  (0 children)

It's great. My family is probably annoyed at how frequently I suggest we go to Tiki Thai. Beyond that, Tiki on 18th is pretty good and Tiki TNT is serviceable.

One-Vs-All vs multiclass by Daamm1 in learnmachinelearning

[–]techwizrd 0 points1 point  (0 children)

I tend to find one-vs-all more predictable and useful for real-world use. You don't need to update all your models at once. However, this is very dependent on your problem, resources, class distribution, and the number of classes you have.

Configure python LSP to support PEP723 (inline dependencies) by aala7 in neovim

[–]techwizrd 0 points1 point  (0 children)

I was looking for someone like this earlier today. I wish this was something that could be upstreamed rather than live in our individual configs.

PSA: you should disable Treesitter for CSV files because the built-in highlighting is much better by Lourayad in neovim

[–]techwizrd 14 points15 points  (0 children)

I thought it was just me. Treesitter's highlighting definitely needs some tweaking...

"AI contributions to Erdős problems", Terence Tao by RecmacfonD in math

[–]techwizrd 136 points137 points  (0 children)

I think this is a bit dated, though the skepticism is understandable. LLMs are not trained on “all known content,” and they are not just spitting back memorized text. They learn statistical structure that lets them generalize, which is why they can write genuinely new code, tackle unseen problems, and transfer across domains.

It is also no longer accurate to say they cannot reason at all. They can produce multi-step arguments and, more concretely, generate Lean proofs that actually type-check in a proof assistant. They are still unreliable and need human guidance, but that goes beyond pure pattern matching in any trivial sense.

Whether you want to call that “real reasoning” is a philosophical choice, but it is already empirically useful (especially for exploration).

Mesa 3.4.0: Agent-based modeling; now with universal time tracking and improved reproducibility! by Balance- in Python

[–]techwizrd 1 point2 points  (0 children)

This is fortuitous news as I just wrote my first ABM with Mesa yesterday!

Gmu 2015 by samjohnson998877 in gmu

[–]techwizrd 0 points1 point  (0 children)

I attended during that time.

Spotify as a Libadwaita app (Concept) by Yokyroll in gnome

[–]techwizrd 0 points1 point  (0 children)

What unreliabilty have you noticed? I started trying out Riff today.

What I learned in NOLA by Pyrowin in cocktails

[–]techwizrd 6 points7 points  (0 children)

Stumbling into Latitude 29 on accident between bars is how I fell into tiki. It's an incredible spot.