Rule 30 of internet: https://archive.org/stream/RulesOfTheInternet/RulesOfTheInternet..txt
Where did you get your license bro ?
Rule 30 of internet: https://archive.org/stream/RulesOfTheInternet/RulesOfTheInternet..txt
Where did you get your license bro ?
Dunning-Kruger effect.
Lots of people now think they can be developpers because they did a shitty half working game using vibe coding.
Would you trust a surgeon that rely on ChatGPT ? So why sould you trust LLM to develop programs ? You know that airplane, nuclear power plants, and a LOT of critical infrastructure rely on programs, right ?


neovim, because it’s much nicer and user friendly than vim.


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)


Isn’t it because list is linked list, so to get the Len it has to iterate over the whole list whereas to get emptyness it just have to check if there is a 1st element ?
I’ too lazy to read the article BTW.


Meanwhile, the CAC40…



SimCity 2000 microwave powerplant ?


Nah, we put things on fire only when some random dealer get shot by a cop.
Brave.
Because I installed it when it was pre-alpha version. Ended up to an ugly window with just an addresse bar. I though “this shit will never worked, yet another utopistic project, too bad…”
Then, came back 2 years later, gave him a 2nd chance and “OMG ! They fucking did it !”. So I keep it as a redemption for not having believed in the project at first.


Adding to this that, between Boomer and Gen Z, there is a generation that equally hate both of them 😂
Moved from github to gitlab when it was acquired by Microsoft. Moved from gitlab to codeberg last month because I don’t need a behemoth with dozens of services I never use to store my 3 shitty code files.