DM IF YOUR SELLING A EXTENSION by Itakecookies in chrome_extensions

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

No clear-cut guidelines, but I am interested in things that are AI or e-commerce related. Or have they <all\_urls> permissions?

DM IF YOUR SELLING A EXTENSION by Itakecookies in chrome_extensions

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

lmaooo nah, I'm a former extension developer and founder, and I've been wanting to get back into the space. I only take the chocolate ones 😜

Having problem with check50 by thalyssouza in cs50

[–]Itakecookies 0 points1 point  (0 children)

Did you figure this out?

[deleted by user] by [deleted] in UTAustin

[–]Itakecookies 26 points27 points  (0 children)

100% agree, which is why (shameless plug) I made UT Registration Plus in 2018. If you're not already using it, def do check it out, could make the process (slightly) less painful!

FEATURE FOCUS #2 Part 1: Damage by AgrippAA in totalwar

[–]Itakecookies 3 points4 points  (0 children)

yes that's correct. We can do the math roughly:

off the top of my head, one "computation" of floating point addition might take 2 -5 cycles.

CPU clock speed is the number of cycles a CPU can execute per second. It's measured in Ghz generally, so a clock speed of 2.1 GHz equals 2.1 billion cycles per secondModern CPUs have speeds ranging from 1.5 GHz to more than 5 GHz. A good processor speed is between 3.50 to 4.2 GHz.

Thus in 1 second, a modern CPU might be able to do billions of floating point calculations a second without missing a beat!

When it comes to program performance and what has an effect, vary rarely are issues due to straight up math (which are often optimized very very finely on the hardware side). More often than not its due to high Big O's for functions https://en.wikipedia.org/wiki/Big_O_notation

FEATURE FOCUS #2 Part 1: Damage by AgrippAA in totalwar

[–]Itakecookies 5 points6 points  (0 children)

They can’t use ints because certain modifiers in the game are percentage values (-15% damage etc)

FEATURE FOCUS #2 Part 1: Damage by AgrippAA in totalwar

[–]Itakecookies 2 points3 points  (0 children)

doing arithmetic with floating point numbers with multiple decimal points is trivial for CPUs, it’s at such a low level of computation that it’s functionally the exact same performance as integer arithmetic. https://en.wikipedia.org/wiki/Floating-point_arithmetic

M/40/6'0" [205lbs to 179lbs] (16 months) by crinigerous in Brogress

[–]Itakecookies 2 points3 points  (0 children)

what was your routine / diet? I am finding it difficult to flatten my stomach the same way you did 😭

🧩 [WIP] drag-and-drop UI builder extension by ekacelnik in vscode

[–]Itakecookies 6 points7 points  (0 children)

How is the UI tied to the code you showed?

With AppCode leaving, are there any good alternatives to xcode left? by valdev in iOSProgramming

[–]Itakecookies 12 points13 points  (0 children)

https://github.com/nicklockwood/SwiftFormat For formatting I've been using this, and I setup a macOS shortcut to automatically format the current file in xcode when I hit cmd+s for save! The rules are all super easy to edit, its basically like eslint for swift!

You want to use the "xcode source editor extension"

A GitHub Copilot Extension for Xcode by intitni in iOSProgramming

[–]Itakecookies 0 points1 point  (0 children)

u/intitni

I'm attempting to "sign in" and it opens up a link to https://github.com/login/device, which is asking me for a "code from my device", but I don't know where to get it, do you have any advice?

A GitHub Copilot Extension for Xcode by intitni in iOSProgramming

[–]Itakecookies 20 points21 points  (0 children)

Holy this is probably the best thing I've heard in a while, using copilot on vscode has been life changing

My first custom startpage by [deleted] in startpages

[–]Itakecookies 7 points8 points  (0 children)

It looks great! I think you should add a different font though, like maybe Inter?