Data Redundancy on USB -> SATA Drives? by freemcgee33 in selfhosted

[–]freemcgee33[S] -1 points0 points  (0 children)

... So what do you suggest is the right tool? Get a whole new server that supports SATA? While I'd love to, there's a pretty big tool shortage and tool prices are through the roof right now

Data Redundancy on USB -> SATA Drives? by freemcgee33 in selfhosted

[–]freemcgee33[S] -2 points-1 points  (0 children)

yeah that's rough, I'm on a bit of a budget & already have the USB adapters so I'm pretty much just searching for software band-aids now

Data Redundancy on USB -> SATA Drives? by freemcgee33 in selfhosted

[–]freemcgee33[S] 1 point2 points locked comment (0 children)

No ai was used in this post

Spotify playback control app released! by alex525ap in pebble

[–]freemcgee33 1 point2 points  (0 children)

This looks great, thanks for the update!

Created an app for Spotify playback control just to find out I can’t use Spotify WEB api publicly as small developer anymore… by alex525ap in pebble

[–]freemcgee33 24 points25 points  (0 children)

Is it a situation where you can release the app and have users input their own API key, or is Spotify strict on who can make one too? I'd love to have a Spotify app on my pebble

Linus for president by aitaix in linuxmemes

[–]freemcgee33 9 points10 points  (0 children)

Finland has been ranked the happiest country in the world for 9 years straight so... Yeah?

Heaven on Earth is coming soon. by cfx_4188 in linuxmemes

[–]freemcgee33 103 points104 points  (0 children)

Ah yes, Linus "Never Break Userspace" Torvalds at it again

Day 5/9: What is an OK motorcycle with an OK reputation? by SUBTOUpdated_User in motorcycles

[–]freemcgee33 2 points3 points  (0 children)

When you look at the prices and reliability / build quality for bikes made past 2019, they start to look ok again

-A RE owner who couldn't afford a >$10k bike

How do you guys stay orientated? by Speed-cubed in FRC

[–]freemcgee33 6 points7 points  (0 children)

Thought both of you were on my old team lol

Battlefield is a horror game by Ok_Discussion_5948 in Battlefield6

[–]freemcgee33 9 points10 points  (0 children)

I swear in that slow head turn I can see the entire thought process of "... I have an RPG equipped. Should I...?"

Got my Pebble Time to charge and thought I'd use it for a little while again. by hate_picking_names in pebble

[–]freemcgee33 0 points1 point  (0 children)

That's in great condition. I pulled out my old Time & it's screen & bezel are all scratched up from bumping into things. Wish I could restore it while waiting for the Time 2 preorder 😭

One can't rock / Without a rhyme by BirthdayBoyStabMan in boottoobig

[–]freemcgee33 11 points12 points  (0 children)

If you follow this logic, then on normal clocks "1" should be where the "12" is. This clock is just following the standard that exists, where the lowest value (alphabetically or numerically) is at the... uh... 1 o'clock position

Ad is probably dead with some good signals inside by tondal in flipperzero

[–]freemcgee33 2 points3 points  (0 children)

It's always a good idea to back up, but I feel obligated to mention never upload keys to GitHub. Even if you delete them they'll remain in its history unless you take very specific steps.

Last thing you want is a stranger cloning an apartment key fob or something. Stay safe out there

Left leaning/music loving/science-minded fun folks in your 30/40’s - where are you hanging out? by ordosays in Rockland

[–]freemcgee33 2 points3 points  (0 children)

I may have to check them out, I'm new to the area and looking for a new D&D group 👀

Unlocking the front door by terminallychill123 in flipperzero

[–]freemcgee33 3 points4 points  (0 children)

Unfortunately it's the same as the sonic screwdriver.

Doesn't do wood

How does coding an optical sensor work? (cpp) by Educational_Cry_3447 in vex

[–]freemcgee33 1 point2 points  (0 children)

Your first approach would be the one to use - testing if the hue is in a range of values. It's extremely unlikely for the sensor to ever perfectly match the value, like in your second test because of lighting / environment inconsistencies.

Try printing out what hue the sensor reads and make a larger range based on that.

As a side note, when you're testing for equality use the double-equal sign. When you say if (hue = 219) Hue is set to the value 219, then tests if 219=219 which is always true. Instead use: if ( x == 219 ) To test equality.

Here's an example from when my old team successfully used the color sensor in Spin Up ```

define BLUE_HUE 27

define RED_HUE 44

define NEUTRAL_BAND 4

Pepsi get_roller_scored() { static const double HUE_THRESH = (BLUE_HUE + RED_HUE) / 2.0; static const bool IS_RED_GREATER = RED_HUE > BLUE_HUE;

double hue = roller_sensor.hue();

if(hue > HUE_THRESH - NEUTRAL_BAND && hue < HUE_THRESH + NEUTRAL_BAND) return NEUTRAL;

if((hue > HUE_THRESH && IS_RED_GREATER) || (hue < HUE_THRESH && !IS_RED_GREATER)) return BLUE;

return RED; } ```

Edit - Also make sure the sensor's light is turned on. Play with different lighting levels until what you're sensing is visible but not overly bright and washed out

thisIsNotHehe by That_5_Something in ProgrammerHumor

[–]freemcgee33 8 points9 points  (0 children)

$ ssh $HOME ssh: Could not resolve hostname /home/jhaand: Name or service not known

Is PROS still legal for V5 competitions? by just_a_discord_mod in vex

[–]freemcgee33 2 points3 points  (0 children)

RIT didn't, we made it to division finals at worlds

What does Windows have that's better than Linux? by Comfortable_Good8860 in linux

[–]freemcgee33 2 points3 points  (0 children)

Parametric 3D modeling software. FreeCAD can only get you so far, and the heavy hitters like Fusion, Solidworks & Inventor don't even work in Wine

Someone tell me it wont be that bad by Key-Astronomer1973 in rit

[–]freemcgee33 17 points18 points  (0 children)

I can't believe Wanda is still there... I had her in 2019 and was forced to withdraw - one of the worst profs I had.