Skip Navigation

Posts
60
Comments
74
Joined
2 yr. ago

Programmer Humor @programming.dev

Should I cancel?

Programmer Humor @programming.dev

It's not DNS

Fediverse @lemmy.world

Bluesky opens to public registration

Fediverse @lemmy.ml

Bluesky opens to public registration

Programming @programming.dev

Introducing Pkl, a programming language for configuration

Security @lemmy.ml

In major gaffe, hacked Microsoft test account was assigned admin privileges

Programming @programming.dev

Why lowercase letters save data

Programming @programming.dev

Teach Yourself Programming in Ten Years

Programming @programming.dev

Continuous Integration

Linux @lemmy.ml

Why more PC gaming handhelds should ditch Windows for SteamOS

Open Source @lemmy.ml

Talo: a CLI tool to manage your ADRs, RFCs, and other design documents

Programming @programming.dev

Legacy Seam

Programming @programming.dev

Software Technical Writing: A Guidebook

Programming @programming.dev

Falsehoods Programmers Believe About Names

Programming @programming.dev

How can Santa keep his lists when the GDPR is around?

Programming @programming.dev

Canon TDD

Programming @programming.dev

TDD Isn't Design

Programming @programming.dev

Backlash over fake female speakers shuts down developer conference

  • Please consider posting language specific questions to language specific communities in the future. For example, !c_lang@programming.dev

  • Programming @programming.dev

    Typing is not a programming bottleneck

  • Thanks for the response. It sucks to not have language being set in some implementations of ActivityPub. I think separating the write language settings from the read language settings would help a bit to set the corrent language when writing, at least. But I suspect that needs to be fixed in the core Lemmy (not instance specific).

  • Programming.dev Meta @programming.dev

    Instance languages

  • I believe there is an API to create a local copy, but I'm not sure

  • Yeah, that's what I meant by non-elegant. I think the way Lemmy assigns IDs to posts and comments should be re-thought. Dictionary lookup is a solution, but not a good one.

  • I believe there is an API to convert such a link, but detecting that a link is going to a Lemmy instance might be difficult (or non-elegant).

  • This is great. I think "instance post/comment links" would be a great addition to Lemmy core in general, but don't know how easy it would be to implement. What I have in mind is: when someone provides a link to a post/comment in another instance, it would be converted to a link the person is logged in from. I think it would be OK to leave the link as is but add an icon next to it that goes to the correct URL for that instance.

  • Strange. Thanks for checking.

  • No, since you are an admin I thought you might have a different view of things when you legged in.

  • Do you still see them when you log out (or use Incognito/Private)?

  • Yes, I see them there. Is it possible that a higher level comment you are replying to has been deleted?

  • I don't see your comments. But I cannot see snowe's comments that you replied to, either. I suspect those comments are dangling for some reason.

    Edit: I cannot tell the comment structure, but could it be such that a high/top level comment you are responding is deleted?

  • I believe there is already a browser add on for this. Cannot remember the name right now.

    Edit: I think this should be in Lemmy core.

  • 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.

  • Thanks for sharing. This looks really low level. The advantage of PlantUml and Mermaid is that they are supported by many systems. So, integration is a non-issue.

  • I agree that this is a challenge. One needs to slice the domain such that it can be covered this way. But this also means more people. In my experience, moving from "activity oriented" teams to "business centric" teams require an increase of the headcount.

  • Yeah, I don't know if it's a bug or a feature. I got a similar problem before with one of my posts. I think a workaround would be to post it as a link and paste the image in the Body.

  • -1 is what you get back from fork() when it fails. Normally, it returns a pid_t which is positive if you're the parent, or zero if you're the child.

    -1, when handed to kill() on Linux, means "target every process but myself and init". Therefore, when you take the return value from fork(), fail to check for an error, and later hand that value to kill(), you might just kill everything else on the machine.

    Great story.

  • In 2014 Robert Martin claimed that number of developers doubles every 5 years and says:

    As long as that growth curve continues there will not be enough teachers, role models, and leaders. It means that most software teams will remain relatively unguided, unsupervised, and inexperienced. [...] It means that the industry as a whole will remain dominated by novices, and exist in a state of perpetual immaturity.

    Not sure if the data can be confirmed or not, but if that's the case it will be difficult to maintain the best practices in our industry.

  • And because Windows and it’s eco system of applications he listed gets worse, he extrapolates this to all software.

    They admit that bias in the article:

    [...] since I've always been working in the Microsoft tech stack, I use a lot of it. Thus, selection bias clearly is at work here.

    Now, I mentioned free software as the exception. I don't have any data as to how big free software vs proprietary software. But I think his points extends at least to other proprietary software and is not limited to Windows.

    Some software get better, some get worse.

    I can agree with that.