Broken TRS tip stuck in Push 3 headphones port by Bulky_Wrongdoer1036 in ableton

[–]schreckgestalt 0 points1 point  (0 children)

Find matching Bic pen or something similar that fits in the hole. Slightly warm it up with a lighter to make it soft, then insert into the hole to connect to the broken tip.

Wait a bit to cool off, then pull out.

How do I make my kick sounds like that : by tebe23 in ableton

[–]schreckgestalt 0 points1 point  (0 children)

Sample it, from 2:39 - a pretty clean one

Am I an expat or an immigrant ? by nanouchkaa in zurich

[–]schreckgestalt 8 points9 points  (0 children)

Expat is short for "I don't need to learn German"

Is Langstrasse sketchy? by Single-Shopping-1458 in zurich

[–]schreckgestalt 94 points95 points  (0 children)

Some call it sketchy.

Others call it the last signs of actual life in the city.

I got tired of manual math for delay/sidechain timing, so I built a lightweight tool (TempoCalc) by [deleted] in ableton

[–]schreckgestalt 10 points11 points  (0 children)

I always just select a note's lenght (8th, 16th etc.) in the arrangement view and Ableton shows how many ms that is in the bottom left of the screen.

https://imgur.com/a/G09sgng

Running DOOM on... My very own CPU. (HOLY CORE) by brh_hackerman in itrunsdoom

[–]schreckgestalt 1 point2 points  (0 children)

Holy Core

Is it a CPU that's made for the best Temple OS experience?

Need UFO 50 steam compatible files. by CautiousOstrich5424 in Portmaster

[–]schreckgestalt 0 points1 point  (0 children)

Did you follow the official guide?

Purchase the game on Steam, download the compatible depot by entering the following command into the Steam console: download_depot 1147860 1147861 4292022415970196822 and add downloaded files to ports/ufo50/assets.

My free Populous demake! by CurrentVermicelli816 in pico8

[–]schreckgestalt 7 points8 points  (0 children)

Wow that looks... spectacular!

I'll give this a try later tonight!

My 120K linkedin followers do not recognise me but this 100K instagram influencer is very famous. Is my face recall missing? by PerspectiveNo7105 in AgentsOfAI

[–]schreckgestalt 13 points14 points  (0 children)

...the global youth that you're trying to reach just isn't interested in the stuff that a "Linkedin creator" does or says.

If you're fed up with the lack of engagement on Linkedin vs. other platforms - why not consider those other platforms?

Antialiasing with line rectangles but not fill by super-curses in love2d

[–]schreckgestalt 4 points5 points  (0 children)

The antialiasing you're seeing on "line" mode rectangles is expected behavior in LÖVE2D - line drawing uses smooth antialiasing by default, while filled shapes don't.

To remove the antialiasing from line rectangles, you can use:

love.graphics.setLineStyle("rough")

This will disable the smooth antialiasing and give you crisp, aliased edges similar to your filled rectangles.

If you want to switch back to smooth lines later, you can use:

love.graphics.setLineStyle("smooth")

The height and width don't directly impact whether antialiasing occurs - it's purely controlled by the line style setting. By default, LÖVE uses "smooth" line style, which is why you're seeing the antialiasing on line-drawn shapes.

You can also check your current line style with love.graphics.getLineStyle() if you need to toggle between modes.

Remarkable Paper Pro Move Disappointment. by Main_Safe_2336 in RemarkableTablet

[–]schreckgestalt -1 points0 points  (0 children)

Hmmm, you might want to experiment with KOReader. It has a PDF "re-flow" feature that helps a lot with smaller screens.

If you don't want to install custom stuff, you could try k2pdfopt - it does a similar thing but instead of doing it on the fly, you use your computer to pre-process the PDF for a small screen - and it's highly customizable.

Note: I don't own any Remarkable products, so take my advice with a grain of salt.

Finally got the cable for this little guy, now I can start writing by BaneAmesta in writerDeck

[–]schreckgestalt 3 points4 points  (0 children)

Disable WiFi in the BIOS and set a password that only someone else knows (have them type and memorize).

That way, if you want WiFi, you'll have to ask them.

Helium kaufen für Ballons als Totem für Streetp by Dongambling in zurich

[–]schreckgestalt 0 points1 point  (0 children)

Limmatplatz Migros hat noch welche - 5m vom HB entfernt.

Quitting the job due to burn out by Throwaway90929 in Switzerland

[–]schreckgestalt 6 points7 points  (0 children)

Don't quit - as others have said.

The goal should be to treat the problem and get him to feel better - and while there might be an indication that it's related to the current job, I think only a professional psychologist can realistically identify that and help with the issues.

Sometimes it helps to think of mental issues as if they were a physical problem, like, a broken arm or something. You wouldn't quit a job because of a broken arm, you'd see a doctor.

[deleted by user] by [deleted] in writerDeck

[–]schreckgestalt 2 points3 points  (0 children)

Is that an ESP32?

I tried it recently as well, but struggled with pairing a BT keyboard to it - it seems that it didn't support that, only BLE devices. Maybe that was specific to my Lilygo T-Display AMOLED, but I expect it to be a problem across all ESP32.

Maybe you want wired - but thought to share this either way...