This profile is from a federated server and may be incomplete. View on remote instance

decivex ,
  1. list.append returns None so what you've actually got is a list comprehension that generates a list containing the value None 19 times. (using functions with side effects, such as list.append, in list comprehensions are generally bad style so you should avoid this)
  2. The list[...] syntax retrieves elements from the list, which is not what you're trying to do here. (and it is actually invalid syntax in this case)
  3. You should generally avoid calling lists list, because list is already a builtin.

If you want to append the numbers 1 to 19 to a list as you're trying to do you can call the list.extend function with the list comprehension [value for value in range(1, 20)] as the argument. (Although in this case you can also just use the range directly.) To do it without list comprehensions you can simply loop over the range and repeatedly call the append function.

decivex ,

I know I'm being somewhat pedantic but range() returns an iterable range type, not a list, in python 3.

TIL about Roko's Basilisk, a thought experiment considered by some to be an "information hazard" - a concept or idea that can cause you harm by you simply knowing/understanding it ( en.wikipedia.org )

Roko's basilisk is a thought experiment which states that an otherwise benevolent artificial superintelligence (AI) in the future would be incentivized to create a virtual reality simulation to torture anyone who knew of its potential existence but did not directly contribute to its advancement or development, in order to...

I Will Fucking Piledrive You If You Mention AI Again — Ludicity ( ludic.mataroa.blog )

How stupid do you have to be to believe that only 8% of companies have seen failed AI projects? We can't manage this consistently with CRUD apps and people think that this number isn't laughable? Some companies have seen benefits during the LLM craze, but not 92% of them. 34% of companies report that generative AI specifically...

decivex ,

It's not a paper, it's a stream-of-consciousness style blog post.

decivex , (edited )

You can also use & to get &.

Edit: Fuck, I meant &

Edit 2: &

Okay nevermind, either lemmy or sync resolves html entities recursively apparently.

Edit 3: &

decivex ,

I've taken to listening to the Cobalt Core soundtrack, I never remember getting very far so I guess it works.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines