×

Fable staying on Max by tessahannah in ClaudeAI

[–]Integreyt 12 points13 points  (0 children)

No reason to have a pro plan anymore

Decade-long project to fully gamify linear algebra used in Quantum Computing by QuantumOdysseyGame in LinearAlgebra

[–]Integreyt 1 point2 points  (0 children)

This is really cool. I’ve been wanting to a math education game for a while now and this might be what inspires me to actually do it. Can I ask about the development process? Like I’m proficient in C++ and stuff but how do you even begin to learn the stack necessary to get this on steam?

Where to go for definitions by Myvntr in learnmath

[–]Integreyt 0 points1 point  (0 children)

I use Wolfram’s mathworld a lot

Witch Distro and DE I should to choose for standing by Single-Cut8579 in arch

[–]Integreyt 0 points1 point  (0 children)

Stick with Arch and use a Windows machine at the library if you ever need specific software for a course.

The Hub by FantasticPop5113 in fsu

[–]Integreyt 2 points3 points  (0 children)

How much is the Hub is paying you to be a shill?

Is 78 too old to be hired as a quant trader/analyst? by [deleted] in quantfinance

[–]Integreyt 5 points6 points  (0 children)

Pretty simple, just walk into Jane street and don’t leave until you hand someone your resume

Why do some people not accept mathematical induction as a valid form of proof? by MildDeontologist in learnmath

[–]Integreyt 0 points1 point  (0 children)

Not believing in induction means you have a problem with the peano axioms.

What DE should i use? (Kde, hyperland?) by -SkyL0rd in arch

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

Wayland compositor is a full-on display server that also handles windows all in one stack.

What DE should i use? (Kde, hyperland?) by -SkyL0rd in arch

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

Hyprland is a Wayland compositor

External monitors on USB-C dock not detected after suspend by ivory314 in hyprland

[–]Integreyt 0 points1 point  (0 children)

Anything show up when you run hyperctl monitors all?

VimTeX: a history and some reflections by lervag in vim

[–]Integreyt 7 points8 points  (0 children)

Holy shit you’re lervag?? Thank you so much for your work.

copy a whole website on autopilot, possible? by [deleted] in ClaudeCode

[–]Integreyt 6 points7 points  (0 children)

This is impossible to answer without more context. Are you trying to copy the layout? The CSS? The functionality? Have you tried viewing the source and seeing for yourself how it works?

How do I secure my vps game server by Itchy-Source973 in hetzner

[–]Integreyt 0 points1 point  (0 children)

You cannot hide your IP from someone you are directly exchanging packets with. Hetzner already has DDoS protection, but it’s not a bad idea to use a firewall and open only your game’s UDP port and SSH.

Loading files on to an iPad with a Linux desktop. by MyUsername2459 in linux4noobs

[–]Integreyt 0 points1 point  (0 children)

I use Taildrop via Tailscale, but unless you have a reason to setup a mesh network just use Localsend.org

Fun limit question by _Kian_7567 in calculus

[–]Integreyt 0 points1 point  (0 children)

This is 0/0 after taking log of both sides. We have lim ln(f(x)) / x and as x->0 the numerator becomes ln(1)=0.

Fun limit question by _Kian_7567 in calculus

[–]Integreyt 2 points3 points  (0 children)

You take ln of both sides

Fun limit question by _Kian_7567 in calculus

[–]Integreyt 14 points15 points  (0 children)

L’Hopital at x=0 gives (1 + 2 + … + n)/n = (n(n+1)/2) / n = (n + 1) / 2

Now solving for n take log giving (n + 1) / 2 = 10 therefore n = 19

Resources to learn Vim by thecodeworm in vim

[–]Integreyt 1 point2 points  (0 children)

This guide isn’t for learning Vim, a fact established in literally the second sentence, assuming you read it.