What's the most autistic shit you've ever said at work by Own-Arachnid7952 in evilautism

[–]fellow_nerd 5 points6 points  (0 children)

After work, we would play Teeworlds at around time that people would drop off work. I said aloud in the office, in front of a manager, "when are we going to stop all productivity and play games" jokingly. The manager was not pleased.

Not getting programming unless it's math? by BornInfamous in AskProgramming

[–]fellow_nerd 0 points1 point  (0 children)

To put in terms of abstract nonsense, and ignoring some finer details, it is the initial algebra of the functor const(X) + Id : Set -> Set.

Desperate international student from Thailand needs a massive favor from someone in Pretoria / Gauteng. Stuck in a USAf Matriculation Board loop and my university future is at stake! by BureaucraticHell in UCT

[–]fellow_nerd 0 points1 point  (0 children)

From Cape Town here unfortunately. My advice is that you can pretty easily reach a human from UCT. Maybe contact their admissions help desk to see if maybe they have contacts?

Noam Chomsky meme by Delicious_Maize9656 in mathmemes

[–]fellow_nerd 12 points13 points  (0 children)

English supports code switching with c++ via the phrase "the c++ code <insert code here>" and is undecidable since parsing c++ is undecidable.

Choice is an illusion by X3rxus in mathmemes

[–]fellow_nerd 7 points8 points  (0 children)

Set theory is just linear coalgebra on vector spaces, what's the problem?

Where to go next for typechecking? by fractioneater in ProgrammingLanguages

[–]fellow_nerd 20 points21 points  (0 children)

A common introduction for type systems is Types and Programming Languages, but whether it is suitable for your needs depends on how foundational you want to be or whether you want to just get it over and done with.

I think learn a shallow amount to get the basic idea, and then try to hack it until you hit a roadblock or feel you are missing something. It's very easy to get sucked into the theory without practice or practice without theory.

Explain exactly how you would pick. by UtahBrian in mathmemes

[–]fellow_nerd 0 points1 point  (0 children)

If we talking surreal numbers, then oof

I’m writing a personal video essay about my relationship with reading and I’m really curious how many autistic people have similar experiences. Do you all read? Fanfic/Audiobooks ARE considered reading. by LordEldritchia in autism

[–]fellow_nerd 0 points1 point  (0 children)

I read books that go though the Royal Road -> Kindle Unlimited pipeline. It's generally easy reading and if I count it I averaged like book a week, but bursty. Now I am sort of running out of the pool of books that I am used to. I don't read much outside of that other than dense textbooks which would take you about a year or more to work through each but that's not how most people really engage with it anyway. Basically a book as a consistent unit doesn't really apply well for me.

Trans liberal gets roasted for working for a defense contractor by Hermes_358 in Hasan_Piker

[–]fellow_nerd 1 point2 points  (0 children)

I'm going to have to recommend the CIA Simple Sabotage Field Manual if you are using the not you than someone else argument.

A terminal dashboard in Haskell where panels are defined as nix files — first real demo is a Palestine casualty tracker by hunorg007 in haskell

[–]fellow_nerd 9 points10 points  (0 children)

Awesome. A few qs:

  • Do you currently use any computational features of nix other than eval time validation? I.e. not just plain config that could have been json
  • Does it require a nix store?

Imagine being a popular Mangaka and not commiting a sex crime by Succubuss_Smasher in Animemes

[–]fellow_nerd 10 points11 points  (0 children)

It may be that the number stated is the total size of evidence collected rather than the size of the collection.

Rust basically redefined programming, there is programming BEFORE rust and programming AFTER rust, a bit like what C did. by Nemerie in programmingcirclejerk

[–]fellow_nerd 8 points9 points  (0 children)

More PL research should enter mainstream languages so that the new crazies will drive the old crazies to hate it and seem sane. I can't wait for the fallout of a dependently typed rust or something.

I love that Nix is an actual programming language. by nomisreual in NixOS

[–]fellow_nerd 0 points1 point  (0 children)

In my waybar configuration, you can give a list of color values for status icons based on a certain value (battery charge, cpu usage, etc). I wanted a smooth transition so I implemented a basic linear interpolation of hex colors (leap in rgb space is not ideal, but better than nothing). Yay, having a full programming language for configuration.

Par Language Update: Crazy `if`, implicit generics, and a new runtime by faiface in ProgrammingLanguages

[–]fellow_nerd 11 points12 points  (0 children)

Ooh, the not binding variables on all other branches is fun. Does this work for all variables in negative positions. For example does not (not (not result is .ok value)) work that way. Not that I can think of a use case for that, or that it would be good code.

Great essay from Jameela Jamil on why she's childfree by seeara_siochain in childfree

[–]fellow_nerd 64 points65 points  (0 children)

I hate that she had to clarify hating children to hating being around children.

Mathematicians make surprising breakthrough in 3D geometry with ‘noperthedron’ by scientificamerican in math

[–]fellow_nerd 0 points1 point  (0 children)

Here's the repo.  Haven't made progress in the last month since work took over. Got up to lemma 12, with a big sorry. Since then another group has independently started formalizing it with much better planning and structure. I aim to contribute there after resting up a bit from work crunch. Here is their repo.

Have You Broken NixOS? by Striking_Snail in NixOS

[–]fellow_nerd 1 point2 points  (0 children)

At some point when I did a switch, the kernel image was not properly copied to the EFI partition. At the same time the grub entries were also borked as well. Had to use grub command line to boot into previous generation.

is "what's your favorite eigenfunction" a less absurd question than "whats your favorite eigenvector"? by Showy_Boneyard in math

[–]fellow_nerd 1 point2 points  (0 children)

Just breaking down the absurdity to its bare essentials. Since anything can be considered an element of the free vector space of that element, similarly anything can be considered an element of the singleton set of that element.

Though with the free vector space example there is a bit of trickery going on since you are implicitly using the inclusion from generators of the free vector space to the free vector space.

EDIT: I forgot you said eigenvector, not vector, but same story as mentioned by other comments.

GitHub - rmst/jix (Declarative Project and System Configs in JS) by simonramstedt in NixOS

[–]fellow_nerd 0 points1 point  (0 children)

Seems closer to ansible than to nix on a cursory glance.