It’s Molly Malone and her statue is in Dublin. Rubbing her boobs supposedly brings good luck.
I’m not sure where the good luck part came from… But leave it to men to classify copping a feel as a sign of good luck.
It’s Molly Malone and her statue is in Dublin. Rubbing her boobs supposedly brings good luck.
I’m not sure where the good luck part came from… But leave it to men to classify copping a feel as a sign of good luck.
I prefer the one where you randomly sort the array until all elements are in order. ( Bogosort )
So all the misery in the world is related to webdevs trying to parse html with regex?
You bastards.
I also wonder what the OS is like. I need things like OxygenOS from OnePlus or something close to stock android.
All the bullshit UI from Samsung or Huawei or whatever is just atrocious. Terrible UI, no longtime support. Extra account shoehorned in.
Looks like a one way relationship tbh :(
Tabs for indenting and spaces for aligning. There. Everybody wins and loses.
This way the code always looks aligned and if you prefer 4 spaces for a tab instead of 2 or 3 or 8 you can just set it in your IDE.
Crisis averted!
In many places WhatsApp is the defacto standard unfortunately…
If its not that its something like Viber, or badoo or telegram or some other nightmare service…
If you have kids there is also not really getting away from it. Friends of mine have never had Facebook accounts until they had kids because the local football team or boyscout or whatever only uses Facebook to communicate…
I agree you can live your life comfortably without meta services, but sometimes, like in the example above, you dont have any alternatives…
You can’t keep harassing other parents to forward you messages or ask the team to print any messages specifically for you. Not having a Facebook account just gets “its easy to create” responses rather than “completely understandable, here’s our private matrix server to stay in the loop”.
Fuck detailed work logging. Best I can do is tell you how much time I spent per client in increments of 30mins.
Is that the cybertruck x 9000?
Yeah it is kind of like the “trust, but verify” paradigm. It will likely generate useful code or a very good starting point, but you should always check if it actually does what you expect it to.
You can’t trust them blindly. But They’re very helpful in your day to day tasks.
What bugs? I dont think I’ve actually run into any bugs?
Blizzard used to do that as well with world of Warcraft updates IIRC ( during vanilla )
They dont need to know any commands.
Everything in Linux is point and click. There’s an app store where you’ll find everything you’ll need. You will not need to open the terminal at all. All drivers will get installed through the OS.
Only things which do not work are the keyboard software and stuff to map macros to your keys and/or mouse buttons ans tweak the colours. Like the Razor software.
Distros like Ubuntu, popos, Linux mint are incredibly beginner friendly. There are, without a doubt, others.
They didn’t need to know any cmd/powershell commands using windows and they definitely don’t need to know how to use a Linux terminal to browse/mail/install software on Linux.
Right. So i had them the other way around. :D
Thanks for clarifying.
Yes.
p++
== p+= 1
== p = p + 1
are all the same if you use it in an assignment.
++p
is different if you use it in an assignment.
If it’s in its own line it won’t make much difference.
That’s the point I was trying to make.
What I meant was:
In the screenshot it said x = *(++p)
and iirc that is not the same as saying x = *(p++)
or x = *(p += 1)
As in my example using ++p will return the new value after increment and p++ or p+=1 will return the value before the increment happens, and then increment the variable.
Or at least that is how I remember it working based on other languages.
I’m not sure what the * does, but I’m assuming it might be a pointer reference? I’ve never really learned how to code in c or c++ specifically. Though in other languages ( like PHP which is based on C ) there is a distinct difference between ++p
and (p++
or p+= 1
)
The last two behave the same. Though it has been years since I did a lot of coding. Which is why I asked.
I’ll install the latest PHP runtime tonight and give it a try xD
p = 1
x = ++p
// x = 2
// p = 2
p = 1
x = p++
// x = 1
// p = 2
++p
will increase the value and return the new value
p++
will increase the value and return the old value
I think p = p + 1
is the same as p++
and not as ++p
.
No?
Lets get one thing straight.
This is rarely ever the developer and more a business stakeholder forcing you to push the Friday deploy button.
I’ve had somebody in the business escalating to my team lead, head of development and CIO because i flat out refused to deploy something on Friday at 16h.
So no. This is not the developer making a hard choice. There should be somebody coercing or forcing him to push the deploy button.
They killed eachother though. So he had to run all the way back to loot.
Lmao - guess my joke about the copping a feel didn’t land. Guess I should’ve added in a /joke there.