@pinchcramp@lemmy.dbzer0.com avatar

pinchcramp

@pinchcramp@lemmy.dbzer0.com

This profile is from a federated server and may be incomplete. Browse more on the original instance.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I am sorry to hear that your dietary choices are not being respected by the hospital staff.

What country are you in? I would have assumed hospitals in most developed countries should be able to cater to different dietary needs. What would they do if someone had a sever allergic reaction to certain ingredients? Tell them to just starve?

I don’t have anything helpful to say. Hope you get better soon.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Looking back on my career, submitting your first merge/pull request can take anywhere from a few hours to several weeks (we’re talking about 8+ hour work days). And that’s at companies that have an onboarding process and coworkers you can ask for help and explanations about the code base, architecture etc.

Getting into someone else’s code (this may include your past self) is almost never easy and often feels convoluted, because it’s very difficult to see the context that existed at the time when the code was written. And by context I mean everything that influenced the decision to write lines the way they were written, including undocumented discussions, necessary but non-obvious workarounds, understanding of the problem and solution space by the dev, general state of mind of the person writing the code and more.

Don’t beat yourself up because you couldn’t contribute in just a few hours.

I would first reach out to the devs on IRC/Discord/Matrix and express interest to contribute and see how they react. You don’t know if they would even accept your PR, so I wouldn’t do too much work upfront.

Then, when they are open to work with you, find out if they are willing to help you ease into the code. What files should you study to implement the changes that you’ve discussed earlier, any considerations that are not obvious, is there legacy code that you shouldn’t touch etc.

It’s important to keep in mind that (collaborative) software development is more than just being able to write code. And a lot of the surrounding work is not very glamorous or fun.

I hope that helps and wish you good luck! 🤞

Youtube Rant from a paying customer

I used to use NewPipe back in the days of yore. Then I got Youtube Premium since it bundled in Youtube Music as well which I used. But the former’s app on mobile is a shit show. Even after paying, you are asked to tip random creators, purchase merchandise[ which are shown as actual ads below videos] and join channels to access...

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Not the person you asked, but you can find ready made block lists for YouTube Shorts. For example: github.com/gijsdev/ublock-hide-yt-shorts

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

You are welcome. You can find various lists for your content blocker on filterlists.com (click the (i) button and then subscribe).

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I don’t think that’s something that needs to be fixed. Your phone (and probably your computer) can randomize its MAC address every time it connects to a new WiFi to make it harder to track you.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

This should be possible since version 3.1: support.audacityteam.org/…/audacity-3.1

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Ah, I think that isn’t possible. You would have to split the track and then use the smart clips feature. Or you use a different tool like someone else mentioned.

Does talking to a carnist make you feel like you're witnessing a group delusion?

I was thinking about this; I know it’s hard to change from what you always have known and experienced as normal, so it’s not easy to transition out of animal products, but the carnists who show up here to argue with us literally seem crazy to me; their one constant answer is always it’s ok to murder and torture animals,...

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Thank you for the wire up. I couldn’t have said it better. The only thing i want to give a different perspective on, is this:

I also don’t think you can shame people into changing against the grain of what’s easy.

I think there’s countless reasons why people decided to go vegan. And not all of them include understanding and compassion for the carnist’s position.

I’ve become vegan because reading “vegetarians are murders” made me feel awful (was vegetarian at the time). For me, it was definitely a form of shaming, or at least condemnation of my way of life, that made me change.

Different strokes for different folks I guess 🤷‍♂️

pinchcramp, (edited )
@pinchcramp@lemmy.dbzer0.com avatar

I love this. I’ve never thought about what my trajectory would have looked like, if I had been shamed in person.

Now that I think about it, I’m not even sure shame is really the emotion that I was feeling before going vegan. I think having to face the reality of my actions probably elicited guilt rather than shame, because there was no social aspect to it (I don’t even know who wrote the sentence in the first place).

I think shame might be more effective for behavior change when it comes from one’s social context. There were times when I was younger, I wouldn’t mention I was vegan around coworkers, because I was ashamed of what they might have thought (yes, I’ve eaten vegetarian meals after becoming vegan).

On that token, I would say shame might only “work” in social settings, where the majority is vegan already. But that would probably not make someone believe in animal rights. Rather it might influence a person’s actions while in that setting.

Thank you for your well thought out reply. You’ve changed by mind 😄

Btw, I’m sorry to hear that you experienced a lot of shame in your childhood. I hope your doing better nowadays.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Do you ever visit a website and feel like you have to put on a condom or else you get something nasty?

An ad blocker, that’s the condom.

How can i do whatever I want to do ?

I wanted to install jackett and sonarr, they are complicated to use as is, moreover I am using Ubuntu. I am following fuidleine for installing jackett with STUPID command line making it EXTRA difficult. But now I have to change directory ownerships and what nots. I am the ONLY user on this machine. I want to own everything by...

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I’m sorry to hear that you’re having a hard time getting the software running. I understand that this can be very frustrating.

As others have said, making yourself the owner of everything can cause numerous issues in the long run and there’s a reason why most distributions DON’T make you root.

Why are you using Linux in the first place? I think sonarr and jackett both run on Windows as well.

Don’t let the frustration get the best of you. If you really want to run those tools yourself, then dive into it (and all the technical issues that are part of it), but if you only want to have access to the functionality, you might want to look into a service that takes care of all the technical burden.

Good luck

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I think the biggest difference is dynamic (river) vs manual tiling (sway). Other than that, I feel sway is much more mature and there’s a proper community surrounding it that had written scripts and tools that work with sway. Many of which you are probably gonna use with river as well (swaylock, swaybg, swayidle).

One thing that’s pretty cool about river (at least in theory) is that the tiling algorithm is not part of the compositor itself. Instead, you can run any river tiling program and have that part be completely custom if you wish. Also configuration is done via commands instead of a config language (you usually run a bash script at start).

From what I remember, the vision of Isaac Freund (main developer) is, that river will become more of a tiling compositor base, that others can then use to create their own distributions. I heard that in some talk he gave. You should be able to find that on YouTube.

However, there’s still a long way to go.

In it’s current state, river reminds me of spectrwm. Very simple, with some cool, but ultimately non-essential, ideas that you probably won’t find anywhere else.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

You’re welcome. I’ve been using it as my daily driver for over a year now and it works for that, but don’t expect any bells and whistles.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Oh thank you for that link. I knew I’ve heard him take about his plans in some talk he gave, but didn’t know he write them down.

I am on the same page as you. River works for me well enough, but the vision is what keeps me excited.

What exactly was the problem with not being able to configure CSD/SSD? I’ve not run into any issues but that has probably more to do with the applications I run.

Do vegan milk products, like oat milk or soy milk contain added calcium in your country?

Living in Finland in the EU, I am very confused as to why none of the vegan milk products contain added calcium. Children need a certain amount of calcium which they easily get through cows milk. But not so through vegan milk, because it does not naturally contain calcium....

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Yes, I remember a lot of organic milks were fortified with some calcium rich algae. Nowadays the only fortified soy milk I can find is Alpro (not organic, with calciumcarbonate).

It’s a real shame because I really liked Provamel and the Alnatura one.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Given these trends, what might a post-piracy world entail?

Assuming you are right with this:

For media: Buy in or consume less. If piracy will really become less prevalent you don’t really have much choice, do you? I don’t think everyone has to live like I do, but my media consumption in the past few years has shrunk more and more (for various reasons) and maybe that’s something other people may gravitate towards as well. Life has a lot to offer beyond screens.

For software it’s trickier. Maybe you find an open source project that suits your needs or maybe there’s a competitor that hasn’t (yet) enshittified their product. Unfortunately, if you really need a specific piece of software I think you might just be SOL 🤷‍♂️

Just my two cents

What are the craziest misconceptions you’ve heard about programming from people not familiar with it?

As someone who spends time programming, I of course find myself in conversations with people who aren’t as familiar with it. It doesn’t happen all the time, but these discussions can lead to people coming up with some pretty wild misconceptions about what programming is and what programmers do....

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I would have written that comment if you hadn’t already done it.

I don’t know exactly why people think that we can “just” do whatever they ask for.

Maybe it has something to do with how invisible software is to the tech-illiterate person but I’m not convinced. I’m sure there are other professions that get similar treatment.

pinchcramp, (edited )
@pinchcramp@lemmy.dbzer0.com avatar

Thank you so much for writing this up. I really appreciate the detailed post.

Most medical and political professionals have a bias for the circumcision ritual.

I think it’s important to point out that this bias is mostly cultural. In many countries where ritual infant circumcision is the exception instead of the norm, medical personnel do not have a bias towards RIC.

Foreskin restoration is legit (even if it may sound crazy like regrowing limbs). I know we collectively dislike Reddit on here, but the subreddit /r/foreskin_restoration has a really supportive and welcoming community and a lot of resources about how to get started (check their wiki).

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Many men lose sensation over the course of their life. Circumcised men seem to be affected by this much more severeley (anecdotal experience).

I’m in my mid thirties, circumcised at birth, and feel virtually nothing on my glans. Any form of intimacy that involves my dick is more of a chore than anything else. And no, the problem is not that I wank too often or have some unhealthy porn consumption (pretty much non-existent).

Do you think it’s okay to burn a clitoris if the girl hasn’t had sex before? Can we blind babies because they will never know what they have lost?

Can we violate anyone’s bodily autonomy as long as they will not remember what life was like before the violation?

pinchcramp, (edited )
@pinchcramp@lemmy.dbzer0.com avatar

While you make many valid points, I think it’s not reasonable to assume that OP could have avoided all the struggles they had, if they just had informed himself prior to installing. Especially since many of them problems described were probably caused by an unfortunate combination of software/driver issues, a specific hardware setup and certain user expectations.

I doubt that watching tech YouTubers or similar would have helped much.

Creating alternate shortcut keys for up/down/home/end

I like using emacs-style navigation in the terminal (e.g. Ctrl + N for down, Ctrl +P for up, Ctrl + A for home, Ctrl + E for end), and I want to do something similar for navigation elsewhere. I would like to use CapsLock + N/P/A/E/etc for down/up/home/end in all apps (I previously used the AutoHotkey script at...

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I see you already have a solution but someone else might find this interesting: keyd is a pretty powerful keyboard remapping utility that works everywhere (X11, Wayland and VTs). Think QMK but done on the OS.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

I do have Ctrl under ä (which would be the semicolon key on US layout, I think). Interestingly, on Mac (with Karabiner) it caused regular mistypes when typing fast, even after a year. On my 12 year old Thinkpad (Linux with keyd) however, I’ve never found the overloading to be an issue.

I’ll probably give the layout in the article a shot. It sounds interesting.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

Maybe Elm? It was the result of Evan Czaplicki’s thesis.

pinchcramp,
@pinchcramp@lemmy.dbzer0.com avatar

That programming as a career means you’re going to spend writing nice, clean code 80% of the time.

It’s rather debugging code or tooling problems 50% of the time, talking to other people (whether necessary or not) about 35% of the time and the rest may be spent on actually spending time doing the thing you actually enjoy.

I may be exaggerating, but only a little.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • thenastyranch
  • osvaldo12
  • cubers
  • InstantRegret
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • Youngstown
  • Durango
  • mdbf
  • slotface
  • rosin
  • anitta
  • kavyap
  • tacticalgear
  • modclub
  • khanakhh
  • Leos
  • ethstaker
  • everett
  • tester
  • GTA5RPClips
  • normalnudes
  • provamag3
  • megavids
  • lostlight
  • All magazines