15
6
12
27
Learn Git Branching (learngitbranching.js.org)
3
21
31
28
8
22
17
[-] canpolat@programming.dev 13 points 2 months ago

Don't they already have the names Leap and Tumbleweed? Changing the name to Leap would make sense since it's the name of the "official LTS" version. At this point it sounds like "openSUSE" is the name of the project and not the distro. But I haven't been following them closely, so perhaps I'm wrong.

22
Git stories (programming.dev)
[-] canpolat@programming.dev 26 points 4 months ago

git branches are just homeomorphic endofunctors mapping submanifolds of a Hilbert space

Yeah, once you realize that everything falls into place.

[-] canpolat@programming.dev 16 points 5 months ago

I believe you can replace start with the command that is suitable for your system (e.g., xdg-open for linux).

[-] canpolat@programming.dev 48 points 5 months ago* (last edited 5 months ago)

Not having any personal projects is perfectly fine. Don't worry about it. Not everyone has to have their job as their hobby. Try other things (music, hiking, cooking, etc.). Try to find a hobby that makes you happy (if you don't already have one). That's way more important than having a public GitHub profile. And if a company decided not to hire you because of that, you basically dodged a bullet.

[-] canpolat@programming.dev 44 points 6 months ago

Here is the link to the original website (an NGO that monitors blocked websites in Turkey): https://ifade.org.tr/engelliweb/distrowatch-erisime-engelledi/

And here is the Google translation of the text on that page:

The IP address of the DistroWatch platform, which provides news, reviews, rankings and general information about Linux distributions, was blocked by the National Cyber ​​Incident Response Center (USOM) on the grounds of "IP hosting/spreading malware".

[-] canpolat@programming.dev 17 points 8 months ago

Who is this particular developer

As far as I understand from the discussions about the topic, Maxim Dounin was one of the few core developers of nginx. Looks like Wikipedia has already been updated.

[-] canpolat@programming.dev 12 points 8 months ago

The URL seems to have a typo. Correct URL is https://github.com/presslabs/gitfs

[-] canpolat@programming.dev 17 points 8 months ago* (last edited 8 months ago)

I don't follow it very closely, but as far as I know, they are the only one implementing the open protocol they designed (which doesn't interoperate with ActivityPub). However, there seems to be some efforts for creating a bridge: https://www.docs.bsky.app/blog/feature-bridgyfed

As you said, there are some recognizable faces and that may impact the adoption. But not being compatible with ActivityPub is a real bummer.

[-] canpolat@programming.dev 11 points 1 year ago

I think the developer basically killed the project. I'm not sure Moq can recover from this. I recommend everyone to move to NSubstitute as soon as possible. I suspect most of the migration can be done via Find/Replace.

[-] canpolat@programming.dev 11 points 1 year ago

I would add Ars Technica to that list and call it a day.

For programming I follow YouTube channels of the conferences relevant for my tech stack (YouTube natively supports RSS). They are generally 1 hour talks but it's a great way to stay up to date.

[-] canpolat@programming.dev 13 points 1 year ago

The way I commit on my private branch is different than how I merge those commits to the main branch. When working on the private branch, things can get messy and if they do, I just try to keep certain things separate from each other (refactorings and bug fixes should not go into the same commit). Once the work is done, I do a interactive rebase to tidy things up and then merge them afterwards. Sometimes the changes are not that much and it becomes a squash commit. I would definitely refrain from creating 100 (insignificant and possibly back-and-forth) commits on the main branch.

view more: next ›

canpolat

joined 1 year ago
MODERATOR OF
git