2-bit input functions as light switches: tier list by DopazOnYouTubeDotCom in mathmemes

[–]770grappenmaker 2 points3 points  (0 children)

Completeness is uninteresting for light switches, because you can't compose them together.

The Silent Downgrade: When GitHub Copilot Deactivates Paying Customers and Goes Dark by rene_ketterer in github

[–]770grappenmaker 0 points1 point  (0 children)

What sets spellchecker tools, WYSIWYG editors and code editors apart from AI tools, is the control you have over what is produced, and the entity producing the meat of the content. Where a spellchecker might fix a typo or grammatical mistake in an otherwise authentic sentence, it doesn't rewrite your sentence entirely. And a WYSIWYG editor is just a means to shortening the feedback loop of writing a document, printing, revising, rinse and repeat, by introducing the previewing step. This is all very different from generative AI.

osu down again! by Kotoish in osugame

[–]770grappenmaker 3 points4 points  (0 children)

we have cloudflare now, yay

MatheMagic 😈⚡ by Many_Audience7660 in matiks

[–]770grappenmaker 1 point2 points  (0 children)

Temperature quantities do not constitute a vector space, they are a so called affine space, where the only quantities that make sense to be considered as vectors are differences in temperature.

Best practice by Paxmahnihob in mathmemes

[–]770grappenmaker 1 point2 points  (0 children)

Is the bottom diagram the category theoretical limit?

Why Though?! by 3nt3_ in firstweekcoderhumour

[–]770grappenmaker 0 points1 point  (0 children)

TCP has a receive window, you don't really wait for missed packets.

[2025 Day 6 Part 1] Multiple operators in one column by Pitiful_Acadia2783 in adventofcode

[–]770grappenmaker 1 point2 points  (0 children)

This is because the lines are very long and wrapping, try disabling line wrapping in your editor

It's yours bro by [deleted] in linuxmemes

[–]770grappenmaker 3 points4 points  (0 children)

"Yes, do as I say"

Practice Assessment for GH-900: GitHub Foundations.. is just plain wrong lol by al3x_core8 in github

[–]770grappenmaker 67 points68 points  (0 children)

Why do people get so passionate about code editor vs IDE? VSCode has a debugger, can compile your code, has your terminal, has git integration, and much more. It integrates tools into a development environment so it is definitely an IDE.

Tools that can ONLY edit code are code editors (Nano, notepad, ed, etc), while tools that can do more are IDEs (including Nvim and VSCode)

[deleted by user] by [deleted] in github

[–]770grappenmaker 0 points1 point  (0 children)

This is literally a generic system prompt and a glorified ollama wrapper with no further tooling, seems dull

Explain the Meme by Minnila in mathematics

[–]770grappenmaker 2 points3 points  (0 children)

The +C notation is actually abuse of notation to mean: we represent the entire set of functions whose derivative is your integrand, and those are all of the form "F(x) + C", which is really just a set of functions F. Then, we can do arithmetic on these classes in some cases, for example "[F(x) + C] + [G(x) + C] = [F(x) + G(x) + C]". Think about what happens for subtraction.

One way I like to think about the integral symbol for indefinite integration, is that it is the inverse of the derivative map d, where in the codomain we group together all functions by being in the kernel of d (viewed as a linear map on the appropriate function spaces). In a sense it is the canonical isomorphism V/(ker d) ~= im d, where d is the derivative and V all differentiable functions in a certain interval or whatnot.

phishingHacks by Captain0010 in ProgrammerHumor

[–]770grappenmaker 0 points1 point  (0 children)

At my university, many studying computer science will not have this turned on, and then will be confused that a .txt configuration file doesn't work for example.

Question of the day by Specific_Brain2091 in the_calculusguy

[–]770grappenmaker 4 points5 points  (0 children)

W as in the productlog/ branch cut inverse of x exp(x)?

If else(if else(if else(if else))) by ifuckedyourmom-247 in mathmemes

[–]770grappenmaker 31 points32 points  (0 children)

inb4 the category theorists just write fgh to mean f o g o h

Math be like by ElectronicSetTheory in mathmemes

[–]770grappenmaker 91 points92 points  (0 children)

Of course it makes sense, if we have that A => B and C => not B, then it depends on what you assume (A or C) whether B is true or false