5 only. Even when I only had a single partner doing non-professional work. Though on occasion when life got away from us we would just merge after a few days. But as a rule we always had at least 24 hours.
25+ yr Java/JS dev
Linux novice - running Ubuntu (no windows/mac)
5 only. Even when I only had a single partner doing non-professional work. Though on occasion when life got away from us we would just merge after a few days. But as a rule we always had at least 24 hours.


Bad flavor does really temper any interest I might have in edibles. Not going to say I never use them, but I’m not tempted to have them just for the fun of it. It’s pretty much just a sleep aid.

I’ll believe it when I see it. I hear a lot of bitching by people who are going to vote Republican at the end of the day anyway. By people who by and large would feel no shame if you pointed out they are only unhappy because the bad stuff is happening to them.
This is hope-bait.


Probably the more based take I’ve read here.


Out of curiosity, does that include cherubs or is religious iconography exempt?


A less obvious problem with AIGen CSAM is that the sheer volume of it could make it nearly impossible to track down actual cases of abused children. I am not particularly morally concerned with someone generating it — I don’t think it directly harms any child and I’m not entirely convinced it harms the consumer. And if those were the only considerations, I’d say have at it (subject to further research because I don’t think it is conclusive that it is harmless to the consumer, either).
But if it means law enforcement agencies have to give up prosecuting pedo rings of actual abusers because they can’t tell which images among the thousands are real, well that is real harm to real victims and that is enough to ban it.


It’s all kinda weird to me but once someone goes the route of sex dolls I’m not sure why what it looks like matters. It’s all just rubber holes to put your dick in. What if it looks like a horse? Or has a dildo shaped like a dog penis? Bestiality is just as illegal and non-consensual.
I just don’t know where or why I should draw a line. I don’t support it. I don’t defend it. I just slowly back out of the room shaking my head.
I guess I will say this, though — I’ve engaged in a lot of kink and done a lot of things in play I would never do in real life. I’ve done rape play, strangulation, and cutting among other things… none of those are things I have a secret desire to do for real. But I do enjoy them in the context of play. I enjoy novel forms of intimacy with a consenting partner.
If I can do those things without harboring a secret desire to rape and murder, it stands to reason people could fuck a rubber hole that looks like a child for reasons other wanting to do it for real.


Sounds better than swiping on iOS.


America is currently run by chaos goblins, and frankly even in the post-Trump era, it’s likely that the right will remain chaos goblins for some time. Given that we have only two parties, our policies are bound to be volatile.
In light of that, I would strongly recommend other nations step up with alternatives to function as a backup to American institutions that the world has come to rely on. Think of us as a close friend with sudden-onset schizophrenia and act accordingly.


The human cost of false positives and false negatives means AI should not be making these decisions or recommendations.
To each their own I suppose. By which I mean maybe the author enjoys different parts of coding than you do. Trying to wrangle AI into writing something decent is generally an exercise in frustration for me. But I enjoy architecting and figuring out how to define units of work that are small and self-contained enough to get AI to understand.
I’ve been mulling over what kinds of architectural changes might make it easier for AI to be able to contribute. That’s a puzzle I find interesting in the same way I enjoy other programming problems.


Yes. This agrees with my personal thesis: AI is a tool experts can use to do work more efficiently, not a product to replace experts.
I might even conceive of it as a bell curve. It allows novices to accomplish novice-level tasks they never could on their own. It allows experts to work more efficiently. But it doesn’t help mid-tier users to produce expert results and their AI assisted efforts still need to be vetted by experts.
And expertise needs to be qualified. I’ve been developing software for thirty years, but I’ve never done video game work. I can validate such code is well structured, but I couldn’t say whether it’s doing the right things or put together in the right way.
We are also probably going to have to think about how software is currently architected. Rich classes might have to give way to separating structure from functions. This allows an expert human to go from a more wholistic approach to thinking about composing functions and overall code structure.
AI is pretty good if you can limit the scope and context of a given prompt. With the benefit that if AI just can’t get it, a mid-level practitioner can step in.

I boycotted for a bit, refusing to buy anything from there unless there was nowhere else to get it.
Now I’m not so much boycotting them as I’ve forgotten their existence and need never return. They are just a much of square footage adjacent to an out the way outdoor mall that’s half dead. Unless I need to stop into a GameStop, which is at most once a year, that’s just a little piece of town there’s no reason to be in.


I wish you could just buy a fucking tv. I don’t want your shitty-ass proprietary version of YouTube or Netflix. I don’t even want WiFi or an Ethernet port. I’ll buy a fucking Roku or Apple TV or whatever. Or just watch Blu-rays.
I tried blocking so off those ports from one of my Samsungs. Eventually YouTube couldn’t work. You’d have to jump through massive hoops including unblocking their servers and hard power cycle — I can’t even remember. I thought they legit bricked it because I didn’t want any updates or spying or ads forced on me.
TVs are just awful. Monitors are way better, but I have yet to find 85" monitors.


Is this a dumber timeline than the one where ISIS spends all it’s time trying to convince nubile and Islam-curious AI girls to move to the Middle East to become part of a harem?


Interesting. I’ve been using Hoppscotch for two years now.


My experience with them was bad. Somehow they automatically moved me from a plan for just vpn (which is pretty cheap) to one that included a bunch of bullshit I didn’t need, want, or even know I could use. The new plan was over $30/mo. There are ISPs who charge less than that!
My previous VPN service has been about $36 per year or something. I remember it was small enough that I just paid it annually out of pocket change, which also lowered the price in comparison.
I stopped sailing the seas, as it were, and dropped it. Then I needed to briefly, and tried Nord. Meh. Anyways it’s strictly land-lubbing these days.
Everything gets reviewed. If you have a constructive comment you put it in the review.
I note when I think I have a better way of doing something but the existing way works fine, and I leave that fix up to the submitter. But sometimes I just say no this is wrong. And then whether it gets merged anyway depends on my role. I’m a tech lead now so that’s basically the end although if they want to argue their case I’ll hear them out.
The devs I work with are all seniors and have all been working in the system longer than me, so I respect them and listen when they disagree. Generally when that happens I’m right in principle and they agree with me, but the code is a fucking mess and we can’t do A right without having to change the rest of the alphabet, and we have bigger fish to fry.
In other positions I made my comments and whoever was in charge got to decide whether to accept the change or send it back. I try to always make at least one constructive comment even if it’s just like: I really like how you did this.
I’m not sure what problem you think is being moved to the reviewer. It’s a team and everyone has the same end goal. I appreciate when my code is reviewed because any of us can make a mistake or forget to consider some outside factor. Code review is where assumptions are tested and discussed and hopefully everyone comes away knowing more and agreeing on a path forward.