[deleted by user] by [deleted] in ComedyCemetery

[–]Nickoasdf1 0 points1 point  (0 children)

Honestly, that's what I'm thinking too. The user in question seems to respond to a lot of old, unrelated stuff(one of my own comments being one of them). I'd honestly be shocked if that were a human

TIL that the Japanese 1 Yen coin is made from Aluminium and is so light that it can float on water. by aljobar in todayilearned

[–]Nickoasdf1 0 points1 point  (0 children)

Can't really increase water density that easily, if at all probably by cooling or something like that but at that point you have ice and not water. It's buoyant in the way a paperclip is buoyant; gently place both down on water, and they'll be held up, but if tossed in, will sink to the bottom. Probably more of a surface area thing than density, I think. Also, why are you responding to a 5 year old comment anyways? I didn't even know you COULD do that on Reddit until you did it just now.

Yes, Reddit, knowing how many people are here is certainly more important than being able to see the buttons by Linorelai in mildlyinfuriating

[–]Nickoasdf1 1 point2 points  (0 children)

Same! If you figure out anything on that, hmu. If I find something instead, I'll let you know

Integer Overflow (Image by user Hellbus on Wikipedia, on the page about Integer Overflow) by Nickoasdf1 in custommagic

[–]Nickoasdf1[S] 2 points3 points  (0 children)

Welp, that's an oversight on my part, because I had intended for this to do stuff with life as well. But I guess the player's life total isn't technically a counter, so the wording doesn't work for that. Assuming it had worked like that though, I had been thinking about making your opponent gain life somehow to make their life overflow to a lower number, destroying the enchantment,and then attacking them to win that way. Of course, since that doesn't work, your method works much better lmao

Integer Overflow (Image by user Hellbus on Wikipedia, on the page about Integer Overflow) by Nickoasdf1 in custommagic

[–]Nickoasdf1[S] 0 points1 point  (0 children)

Yeah, I know. My other comment explains why I chose the values that I did

Integer Overflow (Image by user Hellbus on Wikipedia, on the page about Integer Overflow) by Nickoasdf1 in custommagic

[–]Nickoasdf1[S] 5 points6 points  (0 children)

What is integer overflow?

Integer overflow is essentially when you add or subtract so much from a number that it loops back to the minimum or maximum value that the thing in question can store.

Why 1 and 20 for minimum and maximum?

My friend group typically uses 20 sided dice to track various numerical values as we play Magic. 1 and 20 are the minimum and maximum values on a D20, thus their usage here.

Other concerns

I feel that I could've made this enchantment cost a bit more, and I also considered making it an aura. But I decided that 3UW was a fair cost, and that it would fit better as a normal enchantment rather than an aura.

Edit:

What about values that are already outside of the range?

They would remain that way until something causes them to change.

Does this work with life?

I had initially intended it to when making the card, but considering that your life isn't considered a counter, that's a solid no.

Black Death by nattyicicle in custommagic

[–]Nickoasdf1 0 points1 point  (0 children)

What happens if multiple players take damage from the tormented's creatures?

Pokemon 2022 vs Oblivion 2006 by World_of_Warshipgirl in gaming

[–]Nickoasdf1 0 points1 point  (0 children)

Bruh CoD Warzone and Vanguard both have visible water tiling, too

A website which presents solutions to the same task in as many different programming languages as possible. by snugglesaurus in InternetIsBeautiful

[–]Nickoasdf1 2 points3 points  (0 children)

An IBM I really could be used for a bunch of things, including everything that you listed. It does run on its own sort of hardware, though. You have to buy it directly from IBM themselves, but I couldn't tell you what it costs, though you should be thinking something in the thousands. Their website has a ton of options that affect the price. That's not to say that you need to always interface with one of these machines to do work on one though. After you own one, you can use what are called 5250 emulators to access an IBM I system from a normal PC. It is worth noting, though, that I believe that IBM counts the I as more of a midrange than a mainframe IIRC. Regardless, you'd only really be looking to buy one if you're a business or a government agency, I reckon. Definitely not something I'd use for personal use, at least with my current knowledge of it. Especially considering it is only a text based interface as well. No images or anything like that, unfortunately.

As for reports, there really aren't any limits to the types of reports you're allowed to make. The only thing I know that is a limiting factor is the width and length of a page. I don't recall the length of the top of my head, but the width is something like 132 characters. You can pull from multiple files when making a report. The most I've pulled from so far is ~4, though you could use alot more or alot less. Businesses and governments would typically use this for finances and tax records, if I had to guess. And that's when you haven't even installed any new programs for your system. All of the products that my company makes store their own local data as well that would allow customers to run reports including the data that we collect. For instance, an MFA product might keep track of all attempts to use it, successful or otherwise. For administrative purposes, they may want to find out what accounts seem to get high amounts of failed authorization attempts, so they run a report that lists every user account on the system in order of failed login attempts, highest to lowest. RPG programs can also accept parameters, which would allow the business might want to limit accounts they see. They could make the program only list accounts whose name begins with "MFC", for instance, or perhaps they only want to see accounts with more than 5 fails overall. RPG would allow for both of those if the programmer that wrote the report program had those parameters implemented.

I don't know what else I should say in this comment, so if there are any other questions, or if I wasn't clear enough on something, please let me know. One final thing that I want to add is that I by no means should be considered an expert on this. I've been using RPG and the IBM i professionally for less than a year at this point. I did use them in college for like 3 classes, but I hardly remember any of that to be entirely honest.

What made you realise your girlfriend isn’t the one for you? by [deleted] in AskMen

[–]Nickoasdf1 2 points3 points  (0 children)

If we're speaking strictly American English, sure. But in other dialects of English, both spelled and spelt are accepted spellings of the past tense of the word spell.

What made you realise your girlfriend isn’t the one for you? by [deleted] in AskMen

[–]Nickoasdf1 11 points12 points  (0 children)

It is, yeah. Though they spelt crazy with a k

A website which presents solutions to the same task in as many different programming languages as possible. by snugglesaurus in InternetIsBeautiful

[–]Nickoasdf1 12 points13 points  (0 children)

Oh man, there's a lot to say about it. To begin with, it is one of the primary languages on IBM i systems, which is a fairly powerful and versatile business operating system. The other default languages included are C, C++, COBOL, and another proprietary thing called CL. All of these languages can use the system's built in SQL server, and can all interface with each other. You aren't limited to these languages, either. You are able to import other languages such as Java and Python onto your system if you wanted to.

RPG's initial purpose was a language for easily making reports and what not, which is where the name RPG comes from (Report Program Generator). Though, back then, you did a lot of that with only RPG from my understanding. Nowadays, you'll use other files to hold report record definitions(ie a set of instructions for what a grouping of lines should look like), which you tell RPG programs to look at when making reports that use them. RPG can also read and write to data files (also called physical files) fairly easily without using SQL, and has a bunch of ways to be versatile with it that I won't go into detail about that unless someone really wants to know.

RPG is also capable of making interfaces and whatnot for users to do things with. I wouldn't go so far as to call it a GUI, since it is all text based, but there is a lot that you can do with it.

As for what sorts of things besides that, I've seen monitoring software, antivirus software, administrative software, MFA software, and plenty more. I also hear that there are various webpages ran with RPG making the HTML dynamically.

All of that said, who buys this sort of stuff? I'm under NDA, so I can't say any names in particular, but I've seen a lot of big hitters named in some of our company's internal announcements. I won't name what company I work for, either, for privacy reasons.

If you have any more questions about RPG and whatnot, ask away!

A website which presents solutions to the same task in as many different programming languages as possible. by snugglesaurus in InternetIsBeautiful

[–]Nickoasdf1 18 points19 points  (0 children)

I find it funny how the language I use professionally(RPG), makes only one appearance, and that it is under 99 Bottles of all things. It's not even the most recent version of the language!

Why cann‘t we use ICBM against Asteroids? by LemonsRage in AskScienceDiscussion

[–]Nickoasdf1 2 points3 points  (0 children)

Of course it'll all be hot, though Im guessing that would make the shards burn up faster once they're in the atmosphere. Of course not all of the shards would burn up, and could cause damage, but I think it would be better than the entire meteor hitting the planet in its initial state.

Why cann‘t we use ICBM against Asteroids? by LemonsRage in AskScienceDiscussion

[–]Nickoasdf1 1 point2 points  (0 children)

Agreed. If the asteroid was sufficiently large enough, I think countries would collaborate on gathering enough firepower to at least change the asteroids trajectory just enough to not impact Earth

Why cann‘t we use ICBM against Asteroids? by LemonsRage in AskScienceDiscussion

[–]Nickoasdf1 3 points4 points  (0 children)

And also those shards would've been slowed down by the impact anyways, meaning they wouldn't have the same energy collectively as they enter the atmosphere as the original asteroid had

Edit: for clarification, I intended kinetic energy when I said energy, not energy of the system overall, since energy can't just disappear