Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)L
Posts
0
Comments
656
Joined
3 yr. ago

  • Yeah, reminds me a bit of bullshit titles like these:

    No shit, your brain is also you

  • Deleted

    Permanently Deleted

    Jump
  • That's the real answer

  • You can transpile from C to Malbolge and then run it (this will probably take forever for most of C programs). I thought it can be used for obfuscation, and sure enough Wiki already states that:

    Hisashi Iizawa et al. also proposed a guide for programming in Malbolge for the purpose of obfuscation for software protection

  • No thinking is not the same as no actions, we had bots in games for decades and that bots look like they act reasonably but there never was any thinking.

    I feel like ‘a lot of agency’ is wrong as there is no agency, but it doesn't mean that an LLM in a looped setup can't arrive to these actions and perform them. It doesn't require neither agency, nor thinking

  • Maybe ‘feh-teh-peh’, but yeah, sometimes I see ‘an’ or ‘a’ where I don't expect them and am left wondering about mysterious ways of the English language

  • every country is going through a right wing attack of racist and greedy POS

    No shit, and expect all of the other countries to also get their Trumps. It's not what I want but it lookes more and more real each day

    And yes, I don't live in US and I live in a country where right wing is not in full power yet, but getting more popular as of late

  • I now see better, but I still don't understand how are we supposed to determine the sex in edge cases where it's failing to produce both equally and has both, you mentioned the condition yourself, even though you say that it's not failing equally that's a possibility still. I mean, if we can't determine sex at all maybe the definition is too abstract?

  • Organised around producing here means ‘should produce even if it never did’? You linked a list of disorders yourself, some of them do not allow a body to produce any form of gamete in severe cases

  • I still don't understand what to do based on gametes with XXY genotype for instance

  • Eeeeek

    Jump
  • I have a problem of barely understanding the language where I live now. It complicates communication a bit as you may guess, and this is also doubled because noone here uses text, you text in WhatsApp and they call you for details.

    I know, skill issue, anyway

  • They have a few good point in all of that, but some are really out of this world:

    Demonstrate that one junior plus AI can match a small team’s output.

    Yeah, that's going to fare well for both an employee and an employer. Not hiring juniors is the real problem and it's not juniors who should get pushed even more to solve it

  • Deleted

    Permanently Deleted

    Jump
  • Ah, a man of culture management, I see

  • Originally I paid because I wanted to support the product, now the product is not as great as it used to be, so maybe there is none

  • Because if you keep the subscription, the payment is lower (don't remember, how much lower, half or less), and versions come more often than once a year

    It might make sense if you only re-subscribe if something really big changes, which is almost never, I guess

  • I recently tried Pop!OS liveUSB without a mouse connected to PC, there were some accessibility issues but one was unrelated to mouse and pretty cursed:

    I chose system language to be something non-latin-based, and ended up with a keyboard layout that can't input English text. There was no way to change the layout and adding the US layout didn't work, because system showed that the US layout is already the one and only available. So I couldn't input commands to set things up but also couldn't click in the UI to set things up

  • Might be the case, but I expect some things to be true, like desperation score and profit squeezing. I met call centre managers that were trying to optimise how little should workers spend without the call in progress, that might sound reasonable but they tried to ‘improve’ from less than 10s between calls already

  • Deleted

    Permanently Deleted

    Jump
  • Paper has auto-ignition temperature higher than 420°F, I would expect wood to be at least same as paper or higher

    Edit: ok, I found a link to the study that says the wood will ignite at a lower temperature but will require some time (maybe the same is true for paper, now I'm not sure, it definitely chars in the oven)

  • Also gold:

    The compiler assumes mutable references are unique and optimizes based on that. When you break the assumption, the optimizer generates wrong code. Compiler skill issue.