noli

joined 1 year ago
[โ€“] noli 1 points 1 year ago

And possibly egg

[โ€“] noli 1 points 1 year ago

And the data is used for... You guessed it: ads.

[โ€“] noli 1 points 1 year ago

We need high speed rail to get high speed railed

[โ€“] noli 1 points 1 year ago

That's not how it works. Women compete in open tournaments too (so no restrictions there on who's entering) but there are women only tournaments they can choose to enter or are invited to.

[โ€“] noli 1 points 1 year ago* (last edited 1 year ago)

Depends. If you're using a good ol' C-style for loop then nothing's wrong with for(int i = 0; i < something;i++), but if you're doing something like iterating over some collection it's way clearer to do something like for animal in animals: than it is to do for e in animals:. Especially if you're doing something non-trivial for each element

[โ€“] noli 3 points 1 year ago

Always practice safe stacks

[โ€“] noli 1 points 1 year ago (1 children)

If you actually read the article, it doesn't say anything about being able to solve the halting problem. It used the undecidability of the halting problem to prove equivalence of another class of problems to the halting problem.

[โ€“] noli 5 points 1 year ago (3 children)

Also being able to analyze any program and guarantee it will stop

[โ€“] noli 6 points 1 year ago

I had to translate this to german to understand... and I'm not even german

[โ€“] noli 11 points 1 year ago

Maybe try reading the comment you just responded to again

[โ€“] noli -1 points 1 year ago (1 children)

What is this recent trend of saying "batteries included" for literally anything software related?

It feels like it tells you nothing at all about the project except that whoever is talking about it is big into buzzwords

[โ€“] noli 1 points 1 year ago

Couldn't you do something like JWT except allow the client to slap on their credentials to any initial request?

From the backend side that means that if there is no valid token, you can check the request body for the credentials. If they're not there, then it's an unauthorized request.

You're eliminating a singular request in a long period of time at the cost of adding complexity to both client and backend but if the customer wants to be silly that's their fault

view more: โ€น prev next โ€บ