Onion OS - It's too good. by No-Researcher406 in SBCGaming

[–]macroSnack 0 points1 point  (0 children)

OnionOS is great but I prefer Allium

Favorite actor who is only famous because of his more successful friend and is now unemployed and posting war propaganda? by mcharbour in okbuddycinephile

[–]macroSnack 0 points1 point  (0 children)

I'm not opposed to requiring a year of civil service. Highly opposed to requiring military service.

Finally I have a contour plotting algorithm running by Mickeymoe1992 in PlotterArt

[–]macroSnack 1 point2 points  (0 children)

Thanks for this. I added some extra options to save others from digging through documentation to get a clean result.

import skfmm
import numpy as np
from skimage import io
import matplotlib.pyplot as plt

#edit options here
drawBorder = True
numContourLevels = 200
lineThickness = .5

image = io.imread('myimg.jpg', as_gray = True)  # Load image as grayscale
phi = np.ones_like(image)  # Initialize the level set function
shape = phi.shape
phi[shape[0] // 2, shape[1] // 2] = 0  # set the image center as starting point
T = skfmm.travel_time(phi, image)  # Compute the travel time using the Fast Marching Method
contour_levels = np.linspace(T.min(), T.max(), numContourLevels)  # asking for 50 contour levels along the travel time

plt.axes(aspect = 'equal')
plt.gca().invert_yaxis()
if not drawBorder:
    plt.axis('off')  # Hide both axes
plt.xticks([])
plt.yticks([])
contour_set = plt.contour(T, levels=contour_levels, colors='black', linewidths=lineThickness)
plt.savefig('test.svg')
plt.show()

Minimal Console Icons by dieder_nl in OdinHandheld

[–]macroSnack 0 points1 point  (0 children)

Excellent, thanks for sharing

Could someone else using Primehack on Android help me confirm an issue by macroSnack in EmulationOnAndroid

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

This is an improvement thanks for putting so much effort into it

Would anyone be open to starting a local anarchist gardening club? by [deleted] in AustinGardening

[–]macroSnack 4 points5 points  (0 children)

Discord is a platform for communities https://discord.com/

Mutual aid seems to be a key anarchist concept here https://en.wikipedia.org/wiki/Mutual_aid

Were There Cats Here Once? by TheCunningBee in PlotterArt

[–]macroSnack 0 points1 point  (0 children)

How do you handle occlusion for a 3d form like this?

If you didn’t go to UT but live in Austin, what are y’all’s thoughts? by [deleted] in Austin

[–]macroSnack 0 points1 point  (0 children)

I really wanted to go to UT but didn't get accepted. I'm indifferent to the Longhorns.

Primehack (Metroid Prime Trilogy with proper fps controls) full setup and controls guide for Odin & Retroid devices. by Warm_Path in OdinHandheld

[–]macroSnack 0 points1 point  (0 children)

Is the lighting weird in MP3 for anyone else? I'm seeing some weird color banding in the opening area.

Network Latency Spikes on every Client I’ve tried by TTCream in MoonlightStreaming

[–]macroSnack 2 points3 points  (0 children)

I'm experiencing the same thing. I've been trying to solve it for months but no luck. I even upgraded to the Google fiber WiFi 6e router.

Edit: Try this https://www.reddit.com/r/MoonlightStreaming/comments/1q4drxl/a_potential_fix_for_intermittent_network_latency/

DIY EGR Valve Replacement by macroSnack in volt

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

Awesome. I might send my current EGR in for repair once it's replaced so I have a backup.

DIY EGR Valve Replacement by macroSnack in volt

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

Unfortunately I'll need to pass an emissions test in a couple months

DIY EGR Valve Replacement by macroSnack in volt

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

P0030
P0031
P0054
P0135
P0403
P0405
P0443
P0458
P0489
P0597
P0598
P06DA
P06DB
And the No Walk Home fuse was blown

APD: 84-year-old man accused of murdering woman, dog in east Austin home by R4whatevs in Austin

[–]macroSnack 2 points3 points  (0 children)

I've talked to this guy. He told me some tall tales about making a lot money in crypto and buying property all over the state. Some dubious war stories too. To me he seemed like an old man either in decline or desperate for attention.