Advertisement · 728 × 90

Posts by crouching armadillo

I’m sorry you had a negative experience with jupyter-book and Myst.

But have you tried using typst directly like you would LaTeX?

1 day ago 0 0 0 0

Crank take: Being super tempted to over-engineer all the time (having to stop yourself really) is the sign of a really good language.

3 weeks ago 1 0 1 0

The more code I see, the more convinced I become that imperative is inherently low level and low level is inherently imperative. Also functional is inherently high level, maybe there’s another option for high level, but the most desirable high level paradigm is functional.

3 weeks ago 0 0 0 0

I get this. In the early days of being vegetarian I did miss it at times. But these days I’ve found happy substitutes and meat makes me feel icky. You can still have cheeseburgers! Just more expensive. Impossible burger or morningstar veggie burgers are good. Ground beef wasn’t cheap either.

1 month ago 1 0 0 0

Their replacement to soyrizo are so good and inexpensive.

1 month ago 1 2 1 0

More reeled in/simpler to navigate than KDE (great if not going crazy on configuration). But more feature complete than XFCE. Is my general understanding of the situation. So ideal. The most important thing is gui exclusive navigation works and works well.

3 months ago 2 0 0 0

Linux Mint is so good. I recommend it to everyone who doesn’t want to live in the terminal.

3 months ago 1 0 1 0

Not all social media would go though. Just the ones not bribing the government.

4 months ago 0 0 1 0

If it makes the code more readable, it’s worth it. I know people likely won’t read this code again. But it’s just good practice and way of conceptualizing your code imo.

4 months ago 1 0 0 0
Advertisement

I agree lol (haven’t gone through grad school yet but want to).

5 months ago 0 0 0 0

I hate how true this is.

6 months ago 1 0 0 0

So based

6 months ago 2 0 0 0

One of the best flavors hands down.

7 months ago 0 0 0 0

Hippeas Chickpea Puffs (any flavor is happy).

7 months ago 0 0 0 0

Edit: Well ok apparently not looking further into it. But a significant portion uses Rust (at least 10%). And it’s an ongoing process.

7 months ago 0 0 0 0

Isn’t firefox written in Rust? Not a functional programming language but still.

7 months ago 2 0 2 0
Advertisement

The best language for dynamic configuration is scheme. It is a very declarative dialect of LISP. It can do any scripting task one needs and the syntax is as dead simple to learn and parse as a programming language gets, just s-expressions. (3/3)

7 months ago 0 0 0 0

The best language for static configuration is toml. It is dead simple to learn and parse (both human and machine). Very human readable, it features comments. The only serious downside is it’s flat and there’s no nesting, and this leads to increased file size. But the simplicity is worth it. (2/3)

7 months ago 0 0 1 0

The best language for serializing is undoubtedly json. It is really easy to learn and parse (especially for a machine), it is a standard. The lack of comments really acts as a feature here. It insures json is only used for data and the existence of a json file communicates this. (1/3)

7 months ago 0 0 1 0

I’ve been having some thoughts on the best languages to use for serializing and configuration. (0/3)

7 months ago 0 0 1 0

Typst is also quite good (arguably better than LaTeX). But LaTeX is the standard.

7 months ago 0 0 0 0

Should probably give Linux Mint as a user friendly suggestion. Definitely the most “it just works” no bs distro.

7 months ago 0 0 0 0

B. I think it enables sharing more. It computes a closure according to whatever your evaluation strategy is and this is what I’d expect.

7 months ago 0 0 0 0

Nooooo. Use firefox :(

8 months ago 1 0 0 0

Some of us enjoy unicode.

9 months ago 0 0 0 0
Advertisement

Bluesky has a setting that will remind you to add alt text before posting any images.

Go to "Settings," then "Accessibility." Select the checkbox for "Require alt text before posting."

10 months ago 157 100 0 8

I will die on the hill that if haskell were eagerly evaluated by default, it would be the simplest language. Pure expressions are so much easier to reason about than statements. Explicit is better than implicit (with the exception of ergonomics).

10 months ago 1 0 0 0
Preview
crates.io: Rust Package Registry

Rust with cargo and crates.io is excellent.

10 months ago 2 0 0 0

They really ought to just make the whole first arc free at this point if they want to attract new players. Meeting your first paywall in wizard city or even the second area of Krokotopia is a really big turnoff. It’s not much gameplay to decide if you enjoy it.

11 months ago 1 0 0 0

Haskell’s for loops (for_ in Data.Foldable) are the most beautiful implementation of for loops I’ve ever seen. It just encapsulates exactly what a for loop is. It’s also equally ergonomic to the usual impure languages :).

1 year ago 1 0 0 0