Nobody wins a war...
borokov
Je vient de finir de lire Le Hobbit a ma petite de 6 ans. A peu pres 5 mois a raison de 4 pages par soir. Une immense fierte pour moi.
Maintenant elle veut que je lui lise Le Seigneur des Anneaux -_-
I'm a car and bike driver. I love driving car, I love the sound of engine and smell of gas.
But cars DON'T FUCKING HAVE NOTHING TO DO IN A CITY !!!
Place of car is in small roads or higway, when using public transport is not possible. Stop taking your car to drive 3km to go to work, you have legs for this !
My grandpa use to be a "developper" on punch cards in the 50s... Then, bytecode came, then assembly, then compiler, then higher level languages.
Prompting is just the new evolution. But you will still need someone to translate customer need into formal prompt.
You know how is called someone that translate a need into a formal language ? Developer. That's called a developer.
Yep... Some people pay electrician to come and change a lightbulb...
I don't think jailbreaking will change a lot power consumption. Maybe even the opposite, as you may break service that aims to decrease consumption.
On my stock android (cross call core X4), in airplane and battery saver mode, it can last for a week. I use it when trekking and just use GPS with osmand from time to time.
Just be sure to disable all shitty apps (WhatsApp, gmail, etc...)
Could we adresse this point in a separate meeting with relevant people ?
I comment because this is how a social network works, and this is how you keep lemmy alive. My comment has generated a dozen of other comments, so he achieved his goal.
There is not a single question that's already have been answered on internet, so there no point on asking anything on social plateforms except just for the sake of interacting with other peoples.
Lemmy is not stackoverflow 😉
Don't know how list are implemented in Python. But in the dumb linked list implementation (like C++ std::list), each element has a "next" member that point the the next element. So, to have list length, you have to do (pseudo code, not actual python code):
len = 0
elt = list.fisrt
while exist(elt):
elt = elt.next
len++
return len
Whereas to test if list is empty, you just have to:
return exist(list.first)
I use to control it before, but since I'm on some other medecine, it start to have its own will. It happen to me unvoluntary like every 5 or 10s. That's SO FUCKING ANNOYING !!!
Maybe worth to mention that bitwarden also propose bitwarden.eu to host data in Europe. I've used bitwarden.com for years, and switch to bitwarden.eu a few month ago because of reasons, you know...