aarch64

joined 1 month ago
[–] aarch64@lemm.ee 8 points 2 days ago

Your sentiment is good and all, but we're talking about !linuxmemes@lemmy.world here :)

[–] aarch64@lemm.ee 2 points 3 days ago

Yep, same concern here about getting my hands back on the bars after signaling too. I'll for sure try preheating my gloves.

I'm also looking at getting a heater for my itty-bitty garage soon for reasons unrelated to my bike, which may help with the bars making my hands cold. Although, I'm somewhat skeptical of how much of an effect is really there since rubber grips ought to do a certain amount of insulating.

[–] aarch64@lemm.ee 3 points 4 days ago

This led to some fascinating reading on Wikipedia, I never realized our bodies cycled through contraction/dilation like that. I'm going to pay attention to see if I notice it next time I'm outside for a while.

[–] aarch64@lemm.ee 1 points 4 days ago

Definitely going to check those out, they're apparently highly recommended since you're the third one in this thread to mention them!

[–] aarch64@lemm.ee 1 points 4 days ago (1 children)

Yeah, I can see both sides here. Definitely considered heated gloves or maybe even heated liners or some sort of hand warmer, but I'd like to avoid screwing around with batteries.

[–] aarch64@lemm.ee 1 points 4 days ago

I do have something like that, the pogies that I mentioned. It's an odd word. Specifically, I have Bar Mitts. Not insulated like the ones you linked, but a big improvement over nothing covering my hands even with gloves.

[–] aarch64@lemm.ee 1 points 4 days ago (2 children)

I like the suggestion of keeping my hands moving. Also think tightness may be an issue. I kinda-sorta have liners in the form of the inner pair of gloves, but they're not intended to be worn inside other gloves so the overall fit is probably a bit snug.

Using Bar Mitts, which are a pretty straightforward neoprene shell. I did consider lined pogies, but I actually quite like how much room is inside these.

I like the idea of work gloves, I suppose anything designed for someone working outside all day in these temperatures ought to also work well on a bike. My ride isn't too long, up to 15 minutes if I'm going into a headwind. Definitely not spending 2 hours outside on a recreational ride when it's this cold.

Thanks for the tips!

[–] aarch64@lemm.ee 1 points 4 days ago

Every single recommendation for gloves is Izumi, I suppose I'd better check those out 😂

Thanks!

[–] aarch64@lemm.ee 4 points 4 days ago (2 children)

Hah, thanks! South Dakota, USA. Hands are really the only problem, I manage to keep everything else fairly warm with layers.

 

I can currently stay pretty comfortable down to 0°F with bar pogies and a thick + thin glove on each hand. However, it's been about -15°F in the mornings where I live and my fingers feel like they're about to fall off by the time I get to work. I already don't have great circulation to my hands and, predictably, it gets even worse when my body is ready to sacrifice my appendages to keep my core temperature up (even though I'm sweating by the time I get there sometimes).

Looking for recommendations for gloves/mittens based on personal experience if possible, all the review sites I've found either:

  1. Say something generic like "full winter range". Not too helpful when that's pretty regionally specific and cycling review sites are often in the UK and are more concerned about water than extreme cold (as far as I'm aware) or
  2. Are aggregating Amazon reviews and not doing any useful research on their own, just trying to collect affiliate link money

Any advice appreciated, thanks!

[–] aarch64@lemm.ee 7 points 2 weeks ago

Yep, that's htop, correct assumption about it being a process manager.

[–] aarch64@lemm.ee 2 points 3 weeks ago

I'll start to include "being repurposed as a Bitcoin miner".

[–] aarch64@lemm.ee 5 points 3 weeks ago (1 children)

You're probably best off writing the awk script in its own file instead of straight on the command line. Then you can comment to your heart's content without shell limitations. If you really want to do it inline, you might be able to do a $(# comment in a subshell). I remember doing something like that in the past, but I'm not near a computer to check right now.

91
submitted 3 weeks ago* (last edited 3 weeks ago) by aarch64@lemm.ee to c/programmer_humor@programming.dev
 

I think this has been put in different words in different places before, but I've just realized how often I live this reality.

I go to work in the morning. I sit in my office chair with my keyboard with Cherry switches. Quiet, tactile. I stare at my two monitors for hours. Teams is on my laptop screen, reminding me of my corporate existence.

Terminal on monitor one with tmux. I keep opening new windows in the session because I lose track of which window was originally intended for which purpose. Vim is open at least five separate times. Some have one file, some have fifteen tabs with various files. Some have fifteen tabs open to the same file. "Where did that pane go with the long command I don't want to type out again?" I have no idea. I type the command out again.

The computer will not do what I want it to do. I threaten the computer. The computer will still not do what I want it to do. I bargain with the computer. Load average is 16. This computer is an embedded system with four cores. That's bad. I move the computer to a different port on the network switch. The load average is 0.75. That's good. However, that makes no sense.

Firefox on the other monitor. Half of the thirty tabs are Stack Exchange. The other half are the community forum for the chip vendor for our embedded system. None of the tabs contain useful information.

I go home. I sit in my office chair with my keyboard with Cherry switches. These ones are clicky because my wife doesn't have the heart to shank me over a loud keyboard. I stare at my two monitors for hours. No Teams.

I do the same thing. The details are different, but it's just as painful. I'm upstairs, the computer I'm threatening is downstairs instead of in a nest of cables on my desk. I spend hours building a CUDA-based library, only to be told by the runtime that my drivers are too old. I need to tear out this runtime and install an older one. The computer cannot hear my threats due to the physical separation. Maybe I need to set a desk up in the basement.

I go to bed. Tomorrow, I will do the same thing.

edit: your concerns are appreciated, but I enjoy this cycle for reasons I do not comprehend. There is no spoon, there is no grass. There is only computer.

view more: next ›