1
submitted 1 day ago by canpolat to c/dotnet
14
submitted 1 day ago by canpolat to c/git
[-] canpolat 11 points 4 days ago

The shape of that bottle is creepier than the text.

82
submitted 5 days ago by canpolat to c/programming
49
submitted 1 week ago by canpolat to c/programming
1
submitted 1 week ago by canpolat to c/[email protected]

I like watching tennis but I'm not a die-hard fan and I very quickly forget that there is a big event happening. So, I would like to be reminded of important tournaments and where they are broadcast (in EU). But I don't want notifications about all the events. Is there a place where I can get such reminders (preferably via RSS, but I'm OK with an non-intrusive app too)?

35
submitted 1 week ago by canpolat to c/git
11
submitted 1 week ago by canpolat to c/git
76
submitted 1 week ago by canpolat to c/programming
3
submitted 2 weeks ago by canpolat to c/git
28
submitted 2 weeks ago by canpolat to c/programming
[-] canpolat 47 points 2 weeks ago* (last edited 2 weeks 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.

61
Corporate Open Source is Dead (www.jeffgeerling.com)
submitted 2 weeks ago by canpolat to c/programming
18
submitted 3 weeks ago by canpolat to c/git
[-] canpolat 43 points 1 month 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 70 points 4 months ago
[-] canpolat 20 points 9 months ago

I no longer look forward to updates.
[...]
It seems to me that some software is actually getting worse, and that this is a more recent trend.
[...]
Why does this happen? I don't know, but my own bias suggests that it's because there's less focus on regression testing. Many of the problems I see look like regression bugs to me. A good engineering team could have caught them with automated regression tests, but these days, it seems as though many teams rely on releasing often and then letting users do the testing.

The problem with that approach, however, is that if you don't have good automated tests, fixing one regression may resurrect another.

Every time I see a new update, I think: "I wonder what will break after this update" and postpone them as much as I can. Software updates shouldn't cause anxiety. But they do these days...

[-] canpolat 19 points 10 months ago

When I saw the title, I thought "just another blog on 10x developer". I don't really know why I decided to read on, but I'm happy I did. Searls touches on many more while investigating the topic. The writer approaches the topic from a inter-generational point of view and also goes in to things like "passion" and "craftsmanship". I would even say, this is not about the 10x developer at all. This is about how as a young engineering discipline we are still trying to find better ways of doing things.

It’s an open secret that the industry has no idea how to teach people to program. Computer Science degrees famously don’t prepare programmers for the job of programming, which has always been left as an exercise to the student to figure out on their own time. If the industry is going to outlive us enthusiast programmers, will it adopt a sustainable approach to educating the next generation that doesn’t require people to teach themselves everything?

[-] canpolat 21 points 10 months ago

https://www.overheid.nl/english

Overheid.nl is the central access point to all information about government organisations of the Netherlands.

[-] canpolat 24 points 10 months ago* (last edited 10 months ago)

Good point. However, approaching this problem from "YAGNI" point of view is a bit misleading, I think. If you are not going to need the timestamp, you shouldn't add it to your code base.

In my opinion, hastiness is the culprit. When a property appears to be a binary one, we jump to the conclusion to use a boolean way too quickly. We should instead stop and ask ourselves if we are really dealing with a situation that can be reduced to a single bit. The point raised by the article is a good example: you may want to record the state change as timestamp. Moreover, in a lot of the cases, the answer is not even binary. The values for is_published may be, "Yes", "No" or "I don't know" (and then we will be too quick to assign null to "I don't know"). Underlying problem is that we don't spend enough time when modeling our problems. And this is a sure way of accumulating technical debt.

[-] canpolat 22 points 10 months ago* (last edited 10 months ago)

This can only be solved at organization level. First, I don't think there is a reliable way to measure business impact of an engineer's work. But I don't think that's necessary anyway. The organization should focus on the team, not the individual. Only real measurement you get is the customer feedback. And the best way to make it matter is to shorten the feedback loop. If in your organization some people write stories and then send them to engineers, your engineers are essentially not in the loop. Engineers need to be present (and asking critical questions) when you are defining the features. Only then can you expect the team to deliver what the customer wants. And that generally requires organizational changes (cutting the middle man, giving the team more autonomy in their work and developing a trust culture).

[-] canpolat 19 points 10 months ago

OK, I may have hit a wall with this one.

[-] canpolat 18 points 10 months ago

I wouldn't expect it to impact Fedora, but this will probably be significant for Rocky/Alma.

view more: next ›

canpolat

joined 11 months ago
MODERATOR OF