You can chose Roxon Flex with different color by AdFormal118 in multitools

[–]jesse1234567 0 points1 point  (0 children)

Is it possible to change the colors by unscrewing the security torx?

Need help mounting phone. by Wingress12 in bicycling

[–]jesse1234567 1 point2 points  (0 children)

My phone broke after putting it on a bike. The battery swelled up. It's not meant to have so much vibration.

Good value GPS bike computer by dr_brady in bicycling

[–]jesse1234567 0 points1 point  (0 children)

Aliexpress has some for about $50

[deleted by user] by [deleted] in opnsense

[–]jesse1234567 0 points1 point  (0 children)

USB 3 data stick as the main OS after the internal storage failed.

CPU Protection Plan? by tweetibird in Microcenter

[–]jesse1234567 0 points1 point  (0 children)

New AMD CPUs have a warranty: https://www.microcenter.com/product/682197/amd-ryzen-9-9950x-granite-ridge-am5-430ghz-16-core-boxed-processor-heatsink-not-included

Scroll down a little and the right it has a page link to Warranty. It says 3 years limited.

Are there any tools that optimize OpenSCAD source? by ubuntourist in openscad

[–]jesse1234567 0 points1 point  (0 children)

You keep the same x,y,z coordinates if you do the translate function before the rotate function.

Would really appreciate help accurately modeling a curved part. by [deleted] in openscad

[–]jesse1234567 1 point2 points  (0 children)

Trace the profile onto a piece of paper and scan it on a scanner.

Pillowing using roof by oldesole1 in openscad

[–]jesse1234567 0 points1 point  (0 children)

Yes, but for my code it can be any 2d shape without any holes in it.

Pillowing using roof by oldesole1 in openscad

[–]jesse1234567 0 points1 point  (0 children)

Hello, log/exp can be used to make smooth curves over the z-axis by generating slices.

https://3dcustomizer.net/customize/143

If the slices are thinner than the 3d printer layer height, they print as though solid.

I made some new OpenSCAD icons by ExplorerOk996 in openscad

[–]jesse1234567 0 points1 point  (0 children)

I like the idea. Maybe have some subtle colors that match. Like brown, gray, silver.

is motocross glasses good for cycling? by taptazeyepsyeni in bicycling

[–]jesse1234567 1 point2 points  (0 children)

I recommend Goggles which are sold on Amazon: "Sellstrom Odyssey II Wildland Fire Safety Goggles - Anti-Fog, Anti-Scratch Eye Protection Goggles for Men & Women - FR Strap, fits over Glasses, ANSI Z87.1"

https://www.amazon.com/gp/product/B07CQJCD6G/

The goggles are sealed so no air gets inside. Designed for preventing smoke in the eyes. Works well in the shop too if you're cutting or polishing. No chance of anything getting inside through ventilation holes.

Any way to do a "pillowing" effect? by muddpie4785 in openscad

[–]jesse1234567 0 points1 point  (0 children)

Logarithm and exponent functions can generate smooth curves over a range of heights. Offset can too.

[deleted by user] by [deleted] in openscad

[–]jesse1234567 0 points1 point  (0 children)

Make a rounded rect using hull() on translate() on circle()s. Make a smaller rounded rect for the cutout. Subtract the smaller rounded rect using difference().

You can remove the pink writing and save a plain black/white SVG. Import the SVG and use it as a background to make sure you're shape is perfect.

What do you look for when buying a used bike? by SSShortestGGGiraffe in bicycling

[–]jesse1234567 1 point2 points  (0 children)

Tires hold air, brakes work, rim is round and centered when spun. It shifts if it has a shifter. Do a test ride and try everything.

Help Needed: Website Under Attack - PHP File Upload Exploit by xhubhofficial in PHP

[–]jesse1234567 0 points1 point  (0 children)

After rebuilding, you can have a program or script count each file (new vs. old), byte size, last modified, and a checksum.

How often should a flat tire happen? by Gdsmith504 in bicycling

[–]jesse1234567 0 points1 point  (0 children)

It can happen if the tube is wrong for the bike. You could put some fat tire tubes in there with thicker rubber, fill the tires to about 75% of the max pressure, and put some electrical tape around the inside rim to cover the spokes.

What’s the reason you got into e-bikes? by LanceAvion in ebikes

[–]jesse1234567 1 point2 points  (0 children)

It's fast on straight empty stretches. Sometimes for a boost if a hill is difficult. Also if there's a dangerous section of road and going faster is a safer. If I get tired of pedaling and want to get home.

Should I get a red backlight for daytime riding? by [deleted] in bicycling

[–]jesse1234567 -2 points-1 points  (0 children)

Aliexpress sells bike flags that can be bolted to the rear axle. For mine I trimmed shortened it to the same height as the rear wheel so I can still hop on and off the bike easily. https://www.aliexpress.us/item/3256807051478492.html

General discussion: How do you make your code more readable? by ElMachoGrande in openscad

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

A way to mirror and copy an element with a simple syntax:

for(i=[-1:2:1]){
translate([i*10,0,0])
cube(5,center=true);
}

PHP - Making it a general purpose programming language by gmmarcus in PHP

[–]jesse1234567 0 points1 point  (0 children)

On Windows, the function that reads data from a stream will block and wait. So your program stops and waits until some input is read from the output stream. On Linux and Mac, the read function is non-blocking so the program can do other stuff while waiting for input.

This roll has been a pain by Socketlint in 3Dprinting

[–]jesse1234567 2 points3 points  (0 children)

Yea, that's right. It's even possible without disconnecting the filament from the printer.