freewheel

u/freewheel@sh.itjust.works
0 posts · 42 comments

Recent posts

No posts.

Recent comments

Why would I? I have the intellect and vocabulary to be specific when I choose to be insulting. For example, and only an example, I read you as a weekend intellectual, the sort of person who absolutely must be the smartest person in the room. Your lack of grammar and consistent punctuation gives me the impression you're Generation Y or Generation Z, part way through what will ultimately be an unfruitful and potentially very short career in tech; and you can't absorb why you're not moving up. The real reason, of course, is that you're bikeshedding everyone's language instead of learning the craft.

How many slurs did you count?

If you're going to correct someone, at least understand the phrase first.

politically correct adjective us /pəˌlɪt̬.ə.kəl.i kəˈrekt/ uk /pəˌlɪt.ɪ.kəl.i kəˈrekt/ (abbreviation PC)

Someone who is politically correct believes that language and actions that could be offensive to others, especially those relating to sex, gender, and race, should be avoided.

https://dictionary.cambridge.org/us/dictionary/english/politically-correct

And I will point out again that I'm talking about using traditionally technical terms in a technical context. With that understood, feel free to continue demonization.

on Linux Users · c/programmer_humor · 9 pts · 322d

Substring completion on ZSH. Type in a small part of the command you want to find and then press up.

on Yes or no to pegging · c/asklemmynsfw · 6 pts · 323d

As a guy, I'm not particularly against it but my answer in the moment would be along the lines of, it's a conversation we should have without hormones and endorphins in the way.

on Would deffo help · c/politicalmemes · 2 pts · 1y

Right, because everything was magically perfect before Trump. We're going to completely ignore McConnell's platform of obstructionism or the 40 some attempts at repealing the ACA, or really any Republican platform since the 1950s.

on Truth · c/linuxmemes · 2 pts · 1y

As another engineer, I won't touch another Mac until it allows me to upgrade memory and disk without buying a whole other unit.

Little late to the party here, and I'm not primarily a js dev, but... yes. It looks like it's one of those syntactic sugar kind of packages that devs love to use. The bonus here is you can probably use a find-grep kind of process to check package-lock.json for references to the package. (there might be an npm command, but like I say - not a js dev.)

For example:

$ grep \"is\"\: package-lock.json
        "is": "^3.3.0",