borokov

joined 2 months ago
[–] borokov@lemmy.world 4 points 9 hours ago

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...

[–] borokov@lemmy.world 6 points 1 day ago

Nobody wins a war...

[–] borokov@lemmy.world 3 points 1 day ago (1 children)

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 -_-

[–] borokov@lemmy.world 40 points 3 days ago (1 children)

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 !

[–] borokov@lemmy.world 2 points 3 days ago

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.

[–] borokov@lemmy.world 5 points 3 days ago

Yep... Some people pay electrician to come and change a lightbulb...

[–] borokov@lemmy.world 4 points 3 days ago

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...)

[–] borokov@lemmy.world 1 points 3 days ago

Could we adresse this point in a separate meeting with relevant people ?

[–] borokov@lemmy.world 0 points 2 weeks ago (1 children)

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 😉

[–] borokov@lemmy.world 2 points 2 weeks ago (2 children)

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)
[–] borokov@lemmy.world 7 points 2 weeks ago

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 !!!

 

I think you know the simulation hypothesis. Our universe could be a simulation created by... well, let's call them "gods".

But, if the simulation continue, we, humans, may reach the point where we could create a simulation of our own universe. In which, the simulated people would reach the point where they simulate their universe, etc...

So, as a corollary, it is not possible to simulate the entire universe, because this imply simulating an infinity of entire universe. It is only possible to simulate a simpler, smaller universe at each "layer".

So my question, are we at the top of the stack, or at the bottom ? Which would imply a much bigger and much more complexe universe above us.

view more: next ›