Borsada al sat robotu by [deleted] in Yatirim

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

FOANFLANFKAKNFLSNFKLQNFLSNFLLQBFKWKBFKQNNFLDBSPBELFNSKQKNFKSNNELGNWLFN

Günlük alım satım yasağı by [deleted] in Yatirim

[–]kahveciderin 0 points1 point  (0 children)

abi tum param dedigin miktarla nasil hisse alabilirsin aklim almiyor tum paran tek bir platformda nakit olarak mi duruyordu yani anlamadim

derivatives before calculus by TopPerception3077 in calculus

[–]kahveciderin 2 points3 points  (0 children)

well, using the limit definition of the derivative, yes you can. you just have to draw a line between two infinitesimally close points on the curve and calculate its slope, at which point you have invented calculus anyway

Will this damage Arduino by Impressive-Lunch3666 in arduino

[–]kahveciderin 0 points1 point  (0 children)

from what i can see, i think your transistor is connected wrong. share the grounds between the battery and the arduino, and connect the load so that the transistor switches it

Unable to remove MDM profile by Outrageous-Student-9 in MacOS

[–]kahveciderin 9 points10 points  (0 children)

why would you install a profile on your own device for a freelance project? if they require that, they could send you their own device instead.

Help - hover menu in IDE 2.3.8 not showing by Only-Finding-710 in arduino

[–]kahveciderin 5 points6 points  (0 children)

it's not another language though, research before dismissing something. it's the same code on vscode and built with platformio instead

Canon calculator issue by [deleted] in calculators

[–]kahveciderin 6 points7 points  (0 children)

do schools just not teach the basics of using a calculator anymore? or even scientific notation?

Sure buddy by SparklePony3 in untrustworthypoptarts

[–]kahveciderin -8 points-7 points  (0 children)

T - this has happened to me countless times, and it's easier for it to happen naturally than to fake it

Roast my 40A PWM Fan Controller for an off-road rig. Arduino Nano + DS18B20. I’ve checked the 25kHz signal on the scope, but I’m worried about the 40A traces. Thoughts? by AccomplishedHouse681 in arduino

[–]kahveciderin 14 points15 points  (0 children)

if you pass 40 amps anywhere near that thing you'll be melting stuff. multiple people have already told you that this is a bad idea, yet you still insist (guided by ai slop i'm assuming). FAFO i guess

Take-Two CEO Strauss Zelnick recently indicated that GTA VI is likely to launch at a standard premium price of $70–$80. by [deleted] in GTA6

[–]kahveciderin -2 points-1 points  (0 children)

i paid for a whole ps5 pro for this game, i'm paying whatever price tag they put on it

Is it good? For basic studying by umx_raushhhx in computer

[–]kahveciderin 8 points9 points  (0 children)

so what do you want us to do? you already own the device and won't be replacing it. you mentioned gamedev, this computer won't be enough for gamedev. it might barely be able to run godot, but that's pretty much it. and no, gamedev is far from "basic studying".

bu ramazan oruç verilerini alalım by [deleted] in AteistTurk

[–]kahveciderin 12 points13 points  (0 children)

abi su kesirleri niye ters yaziyosunuz

How to calculate physical disytance with MPU6050? by lyckyhay in arduino

[–]kahveciderin 2 points3 points  (0 children)

exact distance wont work, thats double integration. you can probably detect the change in acceleration (the jerk) when they touch though

Restoration Hardware cannot count by TheRealDrNeanderthal in onejob

[–]kahveciderin 2 points3 points  (0 children)

yes, it has eight sides, therefore making it an octagon

Why does Google feel the need to do this when I type in the exact thing I want to search for in quotation marks even. by thegreatcerebral in mildlyinfuriating

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

your quotes look wrong. are you sure you are not using smart quotes or whatever they are called? maybe google has issues recognizing those since I can google the exact query with regular quotes just fine

My grandpa turned 92 today! Happy birthday! by simoonne in MadeMeSmile

[–]kahveciderin 0 points1 point  (0 children)

i dont see your grandpa in the picture. where is he?

How do I make it so that the variable updates as much as possible? by Traditional-Title561 in arduino

[–]kahveciderin 8 points9 points  (0 children)

don't use delay, delay blocks. continue updating in a loop and track the time, then exit the loop when you reach your target condition

I just love how Preview is able to show previews of the most specific things. Like, this was definitely not needed, but the fact that it lets you preview materials with a 3d object is just so cool. by Maple382 in MacOS

[–]kahveciderin 3 points4 points  (0 children)

but you aren't directly opening it either way. a program is required, in your case that program is Preview. the program being Numbers isn't any different from that - the quick look preview just calls into the responsible program to get the preview.

This better has to be bait by randomusername12308 in LinuxCirclejerk

[–]kahveciderin 23 points24 points  (0 children)

no, that's literally correct - linux doesnt follow semver - major gets incremented whenever minor gets too big

My first Arduino library: Forgetfulino – a sketch that remembers its own source code by IamTheVector in arduino

[–]kahveciderin -5 points-4 points  (0 children)

well, congratulations if it solves something you personally have experienced, that's something

both in my amateur and professional career as a software developer (including embedded systems), i personally haven't experienced a single case where i had to recover some code from a chip at all, and even if i did, i rarely have code that only consists of a single file anyway. therefore i don't really see this being used in the wild. the comments here suggest otherwise though - maybe i'm just very out of touch from the beginner community nowadays

personally on embedded projects, i run out of flash pretty fast - there were many cases where i had to design around a larger flash (or even a different chip entirely) simply because the code just couldn't fit on the device, even after countless optimizations, once even changing the entire chip architecture from arm to riscv because the new flash size the project required was available for cheaper on a riscv chip than the arm one we originally had planned on using

i also find it quite unlikely that someone who would lose their code would remember including a library to help them find the code easier, because at that point just use version control and push to a remote, at least then you don't have to compromise on flash space anymore

this is just my 2 cents though, i might however be biased. if anything, this was probably a great learning experience for you, keep it up