I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 0 Posts
  • 242 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle




  • You CAN do the full list of things to get accepted there. But you only need to fail a SINGLE test to get sent to junk mail jail.

    To not be put to junk you need all of the following (oh and this can and will change one day and you’ll go straight to junk)

    • SPF configured
    • DKIM configured with valid keys applied to DNS
    • DNS secured with DNSSEC, with validated keys passing all minimum requirements
    • DMARC configured for domain
    • Your mail server NOR the entire network on a DNSRBL. For example right now my mail server is hosted on OVH (moving soon) and it will go to junk, and in the hotmail/outlook headers it makes clear this is the only failure (-0.2 points, enough to go straight to junk mail jail)

    Not sure if I missed any there. It’s been a while since I set all this crap up.


  • I’m probably a bit further to the right than most on the fediverse with this opinion but…

    I think, once you have been informed of someone’s pronouns, it’s flat out rude to not use them. I don’t know if it’s a banning issue but that’s for the moderators on your instance to decide or the instance the community is on. Even if you don’t agree with someone’s lifestyle, it’s just polite to address people the way they’d like to be addressed.

    But surely there’s a difference between intentional misuse and accidental. I think banning someone for not looking up someone’s pronouns before a public interaction seems like pushing things a bit far here. I certainly am not checking such things. But, then in general when online I will use gender neutral wording because frankly, for online interactions someone’s rarely information that matters for the interaction. I don’t really need to know.

    My view is, I think it is almost always clear when someone is being malicious and thus transphobic and when someone makes an honest mistake/did not know better. We, as a whole, really should be differentiating between obviously malicious and non-malicious cases.


  • r00ty@kbin.lifetoAsklemmy@lemmy.mlWhere'd everybody go?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    17 days ago

    For me, there’s just been less posted that I feel I have something to say on. If I see something about programming, networking or tech that I have (probably) some useful info to contribute I will do so. Likewise if there’s a general subject I have anecdotal points to make, or I’m just genuinely interested I will comment too.

    But otherwise, I just read and move on. There’s been a lot more read and move on lately. Maybe because of the upcoming US election for which by and large beyond the fact I don’t want the orange shitgibbon (As a fan of the west wing, I like that the spelling checker suggested shibboleth to correct this “typo”) to win, I don’t have much interest. Mostly because I’m not from the US.






  • When I was talking about memory, I was more thinking about how it is accessed. For example, exactly what actions are atomic, and what are not on a given architecture, these can cause unexpected interactions during multi-core work depending on byte alignment for example. Also considering how to make the most of your CPU cache. These kind of things.


  • I’d agree that there’s a lot more abstraction involved today. But, my main point isn’t that people should know everything. But knowing the base understanding of how perhaps even a basic microcontroller works would be helpful.

    Where I work, people often come to me with weird problems, and the way I solve them is usually based in low level understanding of what’s really happening when the code runs.


  • I’ve always found this weird. I think to be a good software developer it helps to know what’s happening under the hood when you take an action. It certainly helps when you want to optimize memory access for speed etc.

    I genuinely do know both sides of the coin. But I do know that the majority of my fellow developers at work most certainly have no clue about how computers work under the hood, or networking for example.

    I find it weird because, to be good at software development (and I don’t mean, following what the computer science methodology tells you, I mean having an idea of the best way to translate an idea into a logical solution that can be applied in any programming language, and most importantly how to optimize your solution, for example in terms of memory access etc) requires an understanding of the underlying systems. That if you write software that is sending or receiving network packets it certainly helps to understand how that works, at least to consider the best protocols to use.

    But, it is definitely true.


  • I’ve used IPv6 at home for over 20 years now. Initially via tunnels by hurricane electric and sixxs. But, around 10 years ago, my ISP enabled IPv6 and I’ve had it running alongside IPv4 since then.

    As soon as server providers offered IPv6 I’ve operated it (including DNS servers, serving the domains over IPv6).

    I run 3 NTP servers (one is stratum 1) in ntppool.org, and all three are also on ipv6.

    I don’t know what’s going on elsewhere in the world where they’re apparently making it very hard to gain accesss to ipv6.