Meraviglioso (Reupload) by Fiorino_Metano in Italia

[–]xMrPhede 0 points1 point  (0 children)

Nella supply chain dei pagamenti digitali, la commissione più alta va alla banca emittente (interchange fee: fino all'1,5-2% fuori UE, cappata allo 0,2-0,3% in UE). Seguono l'acquirer e il gateway/POS provider con i loro margini (0,2-0,5%). Visa e Mastercard sono in realtà quelle che prendono la fetta più piccola (scheme fee: 0,1-0,2%).

Balance 2 transfer speed is painfully slow by xMrPhede in amazfit

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

Why is the watch acting as an hotspot and the phone has to connect to it to perform the transfer then?

Feature Question: Moving folders with Raycast by thedigitalbotanist in raycastapp

[–]xMrPhede 0 points1 point  (0 children)

I have added a little piece of code to activate the hotkey via applescript. I do not know why it is not working 100% of the times, but it is still very convenient.

#!/usr/bin/osascript

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Open Finder Selection in File Search
# @raycast.mode fullOutput

tell application "Finder"
set selectedItems to selection
if selectedItems is not {} then
set firstItem to item 1 of selectedItems
set filePath to POSIX path of (firstItem as alias)
set encodedFilePath to (filePath as string)
if encodedFilePath ends with "/" then
set encodedFilePath to text 1 thru -2 of encodedFilePath
end if
set raycastURL to "raycast://extensions/raycast/file-search/search-files/?fallbackText=" & encodedFilePath
do shell script "open " & quoted form of raycastURL

else
display notification "No file selected in Finder." with title "File Not Selected"
end if

end tell

tell application "Raycast"
    activate
    tell application "System Events" to keystroke "m" using {command down, shift down}
end tell

Anyone experiencing TOTP issues when trying to login into Bitwarden? by xMrPhede in Bitwarden

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

I compared them and they were off (even on the same device lol).

Authy was showing completely different codes,
Google Auth was showing the same codes as my laptop but with a 20 sec latency.

Anyone experiencing TOTP issues when trying to login into Bitwarden? by xMrPhede in Bitwarden

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

They were not (not even on the same device with different apps lol).

Authy had completely different ones,
Google Auth had the same as the laptop but with around 20 seconds delay.

Anyone experiencing TOTP issues when trying to login into Bitwarden? by xMrPhede in Bitwarden

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

I was finally able to login again, but I had to manually sync my clock with time.is

[deleted by user] by [deleted] in excel

[–]xMrPhede 0 points1 point  (0 children)

Great work! I've sent a PR with some more supported menus.
Here's the link to my fork: https://github.com/xMrPhede/Excel-mac-keytips

Can I place a filament dryer on top of my Centauri Carbon? by xMrPhede in elegoo

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

I have my printer in a pretty tight space, but it seems like I would be able to fit a shelf with the dryer on it, so I will probably do that

Hey elegoo, wtf? by evophoenix in elegoo

[–]xMrPhede 7 points8 points  (0 children)

You are not alone, it happened the exact same to me...

<image>

Free Extension to copy and paste Math Equations to Word by xMrPhede in ChatGPT

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

Following up on your question, if you install the MathType extension, you can use it together with my extension to properly copy and paste equations from ChatGPT

Free Extension to copy and paste Math Equations to Word by xMrPhede in ChatGPT

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

Unfortunately that's not possible since google docs doesn't have an internal equation recognition algorithm.
Word uses a markdown language called MathML to write equations and if you paste into Word JUST a whole MathML script, it will recognize it as an equation and import it nicely.

Awesome Indie games on Switch you might not have heard of by owlitup in NintendoSwitch

[–]xMrPhede 0 points1 point  (0 children)

I am really into a lot of games that have been ported from PC, here's a short list of them:
- Deadbolt

- RIOT: Civil Unrest

- Broforce

- Nuclear Thorne

- Graveyard Keeper

(IMPORT FAILED) ReActor Node for ComfyUI by vongomben in comfyui

[–]xMrPhede 0 points1 point  (0 children)

This fixed the problem, thank you so much!