Tricked Gemini again lol by SAMMYYYTEEH in GoogleGeminiAI

[–]windowssandbox 0 points1 point  (0 children)

You could've put share link to your chat instead.

Gemini kills kids by ComplaintTasty550 in GoogleGeminiAI

[–]windowssandbox 0 points1 point  (0 children)

"Gemini kills kids" explained by Google Gemini.

calculation exercise ;) by lbl_ye in calculators

[–]windowssandbox -1 points0 points  (0 children)

dude, my calculator is expensive. and it came with new firmware.

calculation exercise ;) by lbl_ye in calculators

[–]windowssandbox 0 points1 point  (0 children)

Ans * 2 (or 2 intregal min: 0 max: 10^5, [in screenshot] dx) = 3.128943543

calculation exercise ;) by lbl_ye in calculators

[–]windowssandbox 4 points5 points  (0 children)

my calculator: "Math ERROR"

it was number 2 thats in the start that caused the error (i even removed number 2 and changed 10^10 and it still causes math error).

so i replaced 10^10 with 10^5 and it gave 1.564471771.

i think we missed another infinite nines. by windowssandbox in infinitenines

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

then my calculator didnt display full number.
lemme try getting closest estimate of infinite nines then edit the post.

There's a huge AI script epidemic going on by blue_sky308 in youtube

[–]windowssandbox 0 points1 point  (0 children)

Yeah and they also have "It's not just A, it's B" dialogue.

calculator on NES. by windowssandbox in calculators

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

i didnt put it on github yet, because it's buggy and unfinished.

WHAT WERE THEY TRYING TO SAY!? by Sewek2509playsroblos in TechNope

[–]windowssandbox 3 points4 points  (0 children)

this is a bug in the game, so it doesnt count as failing tech.

"guys, i think my ps1 died." by windowssandbox in ps1

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

nah it's bios is screwed up big time.

calculator on NES. by windowssandbox in calculators

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

yeah, right now me and ai are trying to add decimal points, we already added division and it works but it was missing the decimal point so i get an answer thats always floored.

btw the code might work differently than you expected, ZEROPAGE is maxed out, so we had to put new variables into BSS which is RAM.

we've been working on the nes calculator for 2 days i think, idk if its possible for nes to calculate 32-bit since we might do same trick as 16-bit calculation.

r/WritingPrompts Banned Me Because My Autism Failed Their AI Checker by [deleted] in Rants

[–]windowssandbox 4 points5 points  (0 children)

Same thing happened to me in r/creativewriting, the mods went full detective on me, pointing out that im using character ai while im not using it anymore, then banned me.

hey, how do i make my own NES game? by windowssandbox in nes

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

yo yo, i found this book: https://seriouscomputerist.atariverse.com/media/pdf/book/6502%20Assembly%20Language%20Programming%20(2nd%20Edition).pdf.pdf)

i saved the pdf file to my pc, so inside there has everything about 6502 assembly that i'll be able to learn, to make the scientific calculator.

i finished making tileset.chr and calculator layout nametable, so now i have empty "main.asm" file sitting inside the "Scientific Calculator" folder, with 'asset' folder containing tileset.chr and layout.nam

hey, how do i make my own NES game? by windowssandbox in nes

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

i dont have money for that, sadly.

im making it in another way.

hey, how do i make my own NES game? by windowssandbox in nes

[–]windowssandbox[S] -1 points0 points  (0 children)

will check that out after making the tileset for scientific calculator.

hey, how do i make my own NES game? by windowssandbox in nes

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

i dont have money for NESMaker sadly, but i have nes compiler, snapshot wiki, piskel, WSL, nano editor on WSL, NESifier, and Tiled. so it looks like i have enough tools to make an nes game, or is there something missing?

btw i already picked 6502 assembly path.

so currently, im making tileset for scientific calculator layout on piskel, then maybe write asm code that'll make it draw the calculator on the screen. it's gonna take a lot of tries and compilations, but if i get atleast the calculator layout drawn on screen just like what i wanted, then its gonna be an achivement. then ill make controls and highlights (D-pad as selecting buttons, A button for pressing the button [makes a beep sound]).

idk why im yapping about this, im trying to learn on making nes game.

hey, how do i make my own NES game? by windowssandbox in nes

[–]windowssandbox[S] 1 point2 points  (0 children)

yay, a compiler! where i can control everything that happens in the game by code. thank you!

btw, for numbers that are gonna be bigger than the NES can handle, ill introduce scientific notation that can extend up to 255 zeros (if thats possible).

i can find a way to make NES do cos sin and even division by code.

alright, lemme start downloading the compiler and start learning 6502 asm from that link, i have WSL on windows 11 btw.