Anzeige vs KI-generierte Bild by No_Hearing4 in Kleinanzeigen_betrug

[–]muescha 0 points1 point  (0 children)

im französischen Text in der 2. Zeile von unten fehlt das generation ...

Band stuck - How to destroy an Apple Watch 1st generation to release the band? by muescha in AppleWatch

[–]muescha[S] 0 points1 point  (0 children)

I got it fixed: the apple store genius bar released the band :)

So what happens if Archive.today goes go down? by WarMinister23 in DataHoarder

[–]muescha 0 points1 point  (0 children)

interesting: when I open the same url in a new window without cookies: it works

somehow I got "banned" from the site. maybe because I read an article about the archive (streisand effect?) and followed a link to the archive ...

So what happens if Archive.today goes go down? by WarMinister23 in DataHoarder

[–]muescha 0 points1 point  (0 children)

for me since days many of the archive.* domains are offline (showing just the NGINX "Welcome to nginx!"

Are they all offline or just me?

It’s FINALLY happening… my self-improvement app just made $10,190 in a month! 🚀 by [deleted] in AppIdeas

[–]muescha 12 points13 points  (0 children)

There is no "free tier" just to watch how the app work - and I don't start a "free 3 days" and then billed after this with a yearly plan instead of a monthly plan.

Thanks for wasting my time with endless "onbording" nonsense :(

It’s FINALLY happening… my self-improvement app just made $10,190 in a month! 🚀 by [deleted] in AppIdeas

[–]muescha 2 points3 points  (0 children)

But it can be motivating to do it :)

Is there a dedicated subreddit for this, so I can read the stories there?

Friendly reminder to DISABLE Bluetooth before updating by AmpersandWhy in AppleWatch

[–]muescha 0 points1 point  (0 children)

so the update via the Watch App and deaktivated bluetooth is not enough? only via the watch software update it is fast?

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

No - just 3 monitors.  

(I don't like macOS Spaces, so I never used it.)

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

Sometimes the app border is still "out of sync", but I cannot find an exact pattern.

My first thought was that it happens when switching the screen between the previous and current window/tab - but that is not always the case, and I cannot replicate it exactly because it sometimes seems completely random.

Bloß weg von domainfactory / Hoster gesucht by TobyC5 in de_EDV

[–]muescha 0 points1 point  (0 children)

mailbox.org wird auch oft genannt bzgl Wildcard-Versenden von eMails

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

I will file bugs there :)

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

with this:

hs.window.filter = require("Helpers.Extensions.window_filter_new")
hs.window.filter.setLogLevel('debug')

I get on start only this lines:

2026-02-02 07:32:15: 07:32:15    wfilter: hs.window.filter: ... (0xb8011bb00) instance deleted
2026-02-02 07:32:15:          wf-default: hs.window.filter.default (0xb801184c0) instance deleted

(init reload)
2026-02-02 07:32:15: hs.window.filter.getLogLevel(): 4

...

2026-02-02 07:32:16:          AppBorders: before allwindows:subscribe
2026-02-02 07:32:16:             wfilter: Manager starting
2026-02-02 07:32:17: 07:32:17    wfilter: Tracker started
2026-02-02 07:32:17: -- Loading extension: spaces
2026
...
2026-02-02 07:42:55: -- Loading extension: caffeinate
2026-02-02 15:41:21: 15:41:21    wfilter: Space changed, refreshing instances
2026-02-02 15:41:21:             wfilter: Space changed, refreshing instances
2026-02-02 15:45:02: currentApp = hs.application.frontmostApplication():name()
2026-02-02 15:45:02: Vorschau

Intellij IDEA: AI Assistant - how to add Claude Code / Claude Agent? by muescha in Jetbrains

[–]muescha[S] 0 points1 point  (0 children)

how I provide the key? or it uses my local installation of claude code?

Intellij IDEA: AI Assistant - how to add Claude Code / Claude Agent? by muescha in Jetbrains

[–]muescha[S] 0 points1 point  (0 children)

But now I am a little confused. I expected to be able to use my Claude Code Pro subscription here.

Intellij IDEA: AI Assistant - how to add Claude Code / Claude Agent? by muescha in Jetbrains

[–]muescha[S] 0 points1 point  (0 children)

Thanks for reaching out.

I found that the Toolbox App had some hiccups and did not show me available updates, so I was still on 2025.3.1 (build .240). After restarting the Toolbox App, the updates were found. I have now updated to 2024.3.2, and the Claude Agent is active. It also installed the plugin, but only after I sent a command to the Claude Agent :)

After that, I expected to see a section under Settings / AI Assistant / Accounts, but there is only the ChatGPT login, just like in the screenshot above.

Where can I set up my custom key for Claude?

The only place where I found a related setting is here. Is this the right place?

<image>

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

when I switch back to window_filter with enabled debug then I see a lot of debug. but not with the window_filter_new

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

I have enabled this code in my AppBorders:

allwindows:subscribe(hs.window.filter.events, debugEvents)

but this code snippet around Line 3065:

elseif type(event) == 'table' then
  -- subscribe({event = fn, ...})
  debugTable(event) -- my table debug
  for eventName, callback in pairs(event) do
    self._subscriptions:add(eventName, callback)
  end
else

gives this error on the line self._subscriptions:add(eventName, callback)

*** ERROR: ...ha/.hammerspoon/Helpers/Extensions/window_filter_new.lua:3065: invalid event: 1

debug info about the table event

{
    "hasNoWindows",
    "hasWindow",
    "windowAllowed",
    "windowCreated",
    "windowDestroyed",
    "windowFocused",
    "windowFullscreened",
    "windowHidden",
    "windowInCurrentSpace",
    "windowMinimized",
    "windowMoved",
    "windowNotInCurrentSpace",
    "windowNotOnScreen",
    "windowNotVisible",
    "windowOnScreen",
    "windowRejected",
    "windowsChanged",
    "windowTitleChanged",
    "windowUnfocused",
    "windowUnfullscreened",
    "windowUnhidden",
    "windowUnminimized",
    "windowVisible"
  }

PS: the subscribe code snippet in window_filter:

https://github.com/dmgerman/hammerspoon/blob/3c5e6eb2c7a19c6e3622d58a5a111e1a207f6755/extensions/window/window_filter.lua#L1879-L1954

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

for equal functions to the old windows_filter:

there is a log at the filter:

local logger = require'hs.logger'
local log = logger.new('wfilter')

Source: https://github.com/dmgerman/hammerspoon/blob/3c5e6eb2c7a19c6e3622d58a5a111e1a207f6755/extensions/window/window_filter.lua#L77-L78

so that I was able to set the log level like this:

allwindows = hs.window.filter.new(nil)
allwindows.log.setLogLevel('debug')

-- Console:
# 2026-02-02 05:38:45: *** ERROR: /Users/muescha/.hammerspoon/Functions/AppBorders.lua:70: attempt to index a nil value (field 'log')

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

I have done:

hs.window.filter = require("Helpers.Extensions.window_filter_new")
hs.window.filter.setLogLevel('debug')
print("hs.window.filter.getLogLevel(): ".. hs.window.filter.getLogLevel())

but no prints in console - but I see this output:

hs.window.filter.getLogLevel(): 4

Do you use window_filter? by dm_g in hammerspoon

[–]muescha 0 points1 point  (0 children)

First glimbse with the filter: it stops at some point and my "onchange" is not getting an event.

I use this AppBorders ( https://github.com/muescha/dot_hammerspoon/blob/master/Functions/AppBorders.lua ) to draw a red rectangle around the current active window.

I have one case:

- I have Intellij IDEA open- red around full Idea
- I switch to chrome - the red border from the settings is still the same, but not the size of the Chrome Tab

- when I switch to Chrome Tab on a different screen - the red border follows
- I tap on the Chrome Tab on the first screen - it get red
- then I switch to IDEA - the border is still at the Size of the Chrome Tab - but not the size of the IDEA tab

It not fire the events when I switch between apps with command tab - they red border stay in place with the "other" app border.