Don’t forget the perk of forcing others to license the technology if they want to use it themselves.
Don’t forget the perk of forcing others to license the technology if they want to use it themselves.
You misunderstand, we’re in the mirror universe.
When I have no choice but to interact with people, I do my best to treat them with respect. However, I would say I’m generally ambivalent toward people overall and do my best to avoid them. I’m just not a social person and I never will be. Being forced into social settings is exceptionally stressful to me.
Good point, that is a valid way to do it sometimes, but it’s extremely situational and trying to do that for everything would be absolute nonsense.
I can understand telling you not to use break
and continue
if the point is to teach you to think about different ways to solve problems, but saying it’s because “it makes the code harder to read” is bullshit. Readable code flow is important, but if using those makes your code too hard to read, your problem is most likely that you’ve just written shitty code.
To get really into the technical weeds, what break
and continue
boil down to in the compiled machine code is a non-conditional branch instruction. This is just going to move the execution pointer to a different location in memory. Other keywords, such as if
, elif
, and else
, will compile down to conditional branch instructions. Basically the same thing, but they have the added cost of having to evaluate some data to see if the branch should happen at all. You can achieve the same things with both, but the high level code might need to look different.
For instance, if you’re in a loop, continue
will let you skip the rest of the code in the loop to get to the next iteration. Not a huge deal to instead make the entire code block conditional to skip it. However, the break
keyword will let you exit the loop at any point, which is more complicated to deal with. You would have to conditionalize your code block and force the looping condition to something that would stop it on the next iteration. If you ask me, that has the potential to be much more complicated than necessary.
Also, good luck using switch
without any break
s, but I’m guessing that’s not quite what your teacher had in mind.
In short, just go with it for now. Be creative and find a way to make it work to your teacher’s liking, but always try to be aware of different ways you can accomplish a task. Also, I don’t know what language you’re using, but if you’re in C/C++ or C# and you feel like getting really cheeky, it doesn’t sound like she disallowed the use of goto
. It’s kinda like break
with fewer safeguards, so it’s super easy to write broken code with it.
When you reach max level, you stop leveling.
Israel must be so proud, murdering starving and defenseless people.
And this is the big long-term problem with Israel’s campaign of open genocide. They don’t care how many innocents are killed as long as they wipe out Hamas, but in the process, they’re inspiring more fanaticism in the region and fueling Hamas and other similar groups. Both Hamas and the Israeli government are terrorist organizations and they have a symbiotic relationship. The only real losers here are the innocent people caught in the middle.
That’s interesting, I’ve actually had lithotripsy before, something like 14 years ago. Not sure how it differs from what the article is talking about, but they did anesthetize me prior to the procedure. It might have just been a precaution at the time since I was only out for about a half hour. Overall, it was a painless experience to be rid of that stone. Shame I couldn’t have gotten rid of any other stones like that. They are truly a miserable experience, but they did encourage me to fix my diet to reduce my risk.
Personally, I found Arch to be difficult to get installed. I’m ok with command line stuff once everything is all setup, but having to use it for the installation process is something I found to be too easy to screw up and too time consuming overall. Also, I haven’t seen any drop of vanilla Arch with a GUI installer. For the Arch experience, I generally go with EndeavourOS since it’s easy to install, gives you lots of options for the window manager, and is easy to use once you get it up and running.
If you’d prefer the Debian environment, I think anything from Debian or any of its derivatives (Ubuntu et al) would be a decent choice. My favorite is Linux Mint. I’ve seen a lot of people describe it like “entry-level” Linux, but it’s very capable and user friendly. It’s where I tend to spend most of my time when running Linux and I would say usually requires the least setup since it typically just works out of the box.
There’s also OpenSUSE Tumbleweed if you feel like going a somewhat different direction. I get more “traditional Linux” vibes from OpenSUSE, but packaged up in a user friendly manner. I play around with it from time to time in a VM, mostly when I want to test out some new server package locally. But, that said, it’s still capable of handling anything else I throw at it, so it’s fun to use all the same.
Unity employees are shareholders, but greatly in the minority compared to the executives. The C-suite is routinely granted thousands of shares while the lowly employees are given a few hundred RSUs every year, which vest over a period of 4 years. It’s kinda bullshit how little equity employees by comparison, but definitely by design.
Something tells me the batcave does not have OSHA’s stamp of approval.
Seriously, wake me when accountability actually happens.
Who let Bear Grylls in here?
Physical punishment in schools is still a thing??? I had to endure that back in the 90s, but I thought for sure people would have figured out better ways to discipline kids by now.
Agreed. I keep seeing news outlets trying to turn this into a story, but I just don’t give a flying fuck what two consenting adults do on their own time. All this reporting has done is making me aware that an actual human is running for a political position, so probably not the shock and awe they were going for.
I started out with blue switches years ago and they were obnoxiously loud, so I switched to reds and used those for a long time. Though, I kinda got tired of them and decided to give the Keychron banana switches a try several months ago and I’m absolutely loving them. They have a light tactile feeling, but they’re much quieter than Cherry browns. And a huge bonus is that Keychron keys are hotswappable, so if I get any bad keys or feel like switching to a new type, no having to deal with soldering to replace them.
I agree in principle, but the government would take the money and allocate 99% of it to the military budget rather than do anything useful with it.
deleted by creator
There’s no hate quite like Christian love.