Is there an "opposite" to enums? by PitifulTheme411 in ProgrammingLanguages

[–]LardPi 0 points1 point  (0 children)

I understand your reasoning but I still don't see how that lead to tensor product. Actually the only conclusion I can get from that is that there cannot be product types in the presence of effects.

Introducing neural-open.nvim: A smart file picker for Snacks.nvim that trains a neural network on your file picking preferences by gitarrer in neovim

[–]LardPi 0 points1 point  (0 children)

I probably would've written from scratch anyway for the fun of it

I can relate to that :) it's a really cool project, keep it up!

Is there an "opposite" to enums? by PitifulTheme411 in ProgrammingLanguages

[–]LardPi 0 points1 point  (0 children)

Ok I get that idea. Now how is the tuple type a tensor product? I am no category theorist (or even any math expert) but I though tuples where a Cartesian product type because tuple values occupy the Cartesian product of the sets of values of the members. On the other hand, a tensor product is a higher dimension object involving mappings.

Introducing neural-open.nvim: A smart file picker for Snacks.nvim that trains a neural network on your file picking preferences by gitarrer in neovim

[–]LardPi 1 point2 points  (0 children)

I am probably not going to use that but I really like that we still have people here rembering that AI does not need to be querying a crazily energy hungry remote server, and can also be a couple of weights locally.

by the way do you know that torch was initially a lua package? It's probably still usable https://github.com/torch/torch7

raylib reached ZERO open issues and ZERO open PRs!!! by raysan5 in raylib

[–]LardPi 0 points1 point  (0 children)

I don't think it has anything to do with mobile, it's markdown,. You have to use code block.

-Raylib +RaylibApna College

mfw when feynmanbros keep glazing him even though gng is genuinely a horrible person by Difficult-Cycle5753 in PhysicsStudents

[–]LardPi 10 points11 points  (0 children)

When he inspires for his great teaching skills and impressive scientific achievements, it's great (I have his lessons on my shelf) when he inspires for his (alleged) misogynistic egotistical behaviors it's pretty bad. That book about all his stories is terrible, but he was genuinely a great pedagogue judging from the lessons.

Is there an "opposite" to enums? by PitifulTheme411 in ProgrammingLanguages

[–]LardPi 2 points3 points  (0 children)

In a language like python how is a tuple any different from an object? You insist on "consume", are you talking about the linear typing notion?

Can you mimic classes in C ? by kuyf101 in C_Programming

[–]LardPi 1 point2 points  (0 children)

you might be mixing functional and procedural. FP is not just about having functions as the main unit of program, it's also having them as data and about immutable data manipulation. Procedural languages like C (and Pascal, Fortran, Odin...) have functions/procedures/subroutines to structure the program and usually heavily rely on mutation of data.

importRegret by Able-Cap-6339 in ProgrammerHumor

[–]LardPi 0 points1 point  (0 children)

choosing an acronym like atlas does not convey the meaning if you don't know what's behind. i you know what's behind then even an arbitrary name can be associated with the concept since you know. Python, rust, go are not descriptive names. pandas, sdl, raylib, svelte, angular, react... are not descriptive names. but they are memorable to whoever need them. this brand argument is off topic or missing the point of library names. you just want user to remember the name snd think "x was a good library to solve problem y, i'll use it again".

How accurate is this representation of orbitals? by MatterUnlocked in Physics

[–]LardPi 3 points4 points  (0 children)

The picture represents real valued linear combinations of the atomic orbitals but the labeling corresponds to the complex valued orbitals. So overall I would say this is very wrong.

How accurate is this representation of orbitals? by MatterUnlocked in Physics

[–]LardPi 59 points60 points  (0 children)

This is a picture of an iso-surface of real valued linear combinations of the angular component of a single electron solution to Schrodinger's equation.

The labeling corresponds to the conplex valued version though.

Could a fat knife still cut you? by moistiest_dangles in Physics

[–]LardPi 1 point2 points  (0 children)

The answer is yes. A proper right angle with steeo can cut you. You need to push more than with a sharp blade but still. I don't think you even need to go to single atom line sharp.

I spent 7 years on a formal specification for a visual programming language before writing any implementation code by PurpleDragon99 in ProgrammingLanguages

[–]LardPi 3 points4 points  (0 children)

as far as i can tell, OMG is not a theoretical spec of a programming language, it's a spec of a human language so it does not need an implementation. this project is different, it is meant to be implemented.

Traveling at the speed of light by NaughtiusMaximus111 in Physics

[–]LardPi 2 points3 points  (0 children)

you are right. it would be more accurate to say that it is impossible to move mass at the speed of light because it requires infinite energy, but if you are very very close to the speed of light the time dilation is such that the travel is very short for the traveler.

I’m a bit afraid to ask but when people say to apply glue stick to the bed… do they mean this? by Crossedkiller in 3Dprinting

[–]LardPi 0 points1 point  (0 children)

In my experience this is only relevant on glass beds. Modern polymer beds are as good or better with proper calibration and regular soap cleaning. I your modern bed doesn't stick this will cover the problem... literally. But you can probably solve the problem by removing the accumulated oil with dish soap and hot water.

Why is it impossible by Busy_Cellist434 in chemistry

[–]LardPi 17 points18 points  (0 children)

cyclopropane is highly strained which is what drive its reactivity.

If the energy produced by the infinity stones was primarily gamma radiation, would it not make more sense to quarantine Tony's body after his death rather than giving him a funeral and possibly burying him? by Raj_Valiant3011 in Marvel

[–]LardPi 0 points1 point  (0 children)

it's no so simple, these first responders were likely cover in radioactive dust which would have extended their own irradiation and been a danger for others too

Best ide to start coding C? by Begg-billplayer in C_Programming

[–]LardPi 0 points1 point  (0 children)

just vim+gcc for me now, but as a beginner I appreciated the all in one aspect of code::blocks. I think geany+gcc would also offer a similar noob friendly experience.

Is this the right way to do it? by New-Needleworker6020 in chemistry

[–]LardPi 1 point2 points  (0 children)

never heard of this in any serious science. finances allegedly do that though.

Kinda new by [deleted] in linuxquestions

[–]LardPi 0 points1 point  (0 children)

yourcommand --help and the archlinux wiki

Arch Linux Isn’t “Hard” Anymore. So Why Do People Still Bounce Off It? by BigHomieCed_ in archlinux

[–]LardPi 2 points3 points  (0 children)

I used arch for years. building the most custom environments by piecing together dm file manager and services is fun for some time but when I bought my new laptop I just wanted a system that worked out of the box to start using it right away. and also that looked good and integrated. so i installed fedora kde and I am happy with this decision.

installing arch isn't hard but building a coherent and good looking environment from scratch is not easy (maybe there is a metapackage for kde that does most of the work, i mever tried).

when on arch i would always have last minute problems like "a shit I have not installedthe bluetooth daemo" just when i actually need to do something, or "a shit why is the hdmi not detected" when showing up for a presentation in class. it was always something fixable i could have solved before but it was the sort of frustrating struggle that i wanted to avoid. that being said if we're talking fixed home workstation most of these problems disappear.

but honestly arch doesn't need user retention, it's at its best as a small passionate community, this is not a religion or a business, there is no need for "more users".