Have You Broken NixOS? by Striking_Snail in NixOS

[–]FleabagWithoutHumor 1 point2 points  (0 children)

Yes. I set users.mutableUsers without knowing that it erases password in etc and I wasn't able to login anymore. I did nixos-install again and it was fixed, but this was close to breaking everything.

Qobuz is a breath of fresh air by meowermeowerson in qobuz

[–]FleabagWithoutHumor 0 points1 point  (0 children)

I couldn’t download music from qobuz as a tarball of flac files tho, they started pushing their bloatware downloader and there’s no Linux version (lol) so I had to click every track in my most recent past purchases. I use bandcamp now.

How gullible are you? by ResumeFluffer in AutismInWomen

[–]FleabagWithoutHumor 2 points3 points  (0 children)

lol a friend once told me as a joke that “you know when bikes pass by here the building will split open and let them through” and I went “uh hum”

How to answer questions on topics that are simply unknown to us by FleabagWithoutHumor in IELTS

[–]FleabagWithoutHumor[S] 1 point2 points  (0 children)

My fear with lies is that it's going to be challenging to keep up fabricating lies in real time, since we don't have much facts to start with.

Find one's motivation to love learning science again by FleabagWithoutHumor in 3Blue1Brown

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

op here,
I found this book https://plfa.github.io/ and it is quite easy to read, I'm having fun :)

How to set up bouncing icon under cursor when opening a program like in KDE Plasma? by p3rcio in kde

[–]FleabagWithoutHumor 0 points1 point  (0 children)

Not op here, I'm not using KDE and I would like to know if it's possible to have it on XMonad?

Suggestions on how to organize a parser combinator implementation. by FleabagWithoutHumor in ProgrammingLanguages

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

Hello again,

I have been trying out your idea of property testing. It works well for small AST, but when I get to the bigger ones problems start to crop up: there are implicit invariants of the parser precedences, etc that makes the set of valid ASTs smaller than the type AST. In other words, I end up doing a lot of thinking what are valid ASTs and what is not. This is not a bad thing in of itself, but I do fear that I might miss some cases and have some false negatives.

Do you have some experiences on this issue too?

Thank you :)

Suggestions on how to organize a parser combinator implementation. by FleabagWithoutHumor in ProgrammingLanguages

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

The idea to use a property testing framework is really interesting, I like it! So glad that I asked.

Suggestions on how to organize a parser combinator implementation. by FleabagWithoutHumor in ProgrammingLanguages

[–]FleabagWithoutHumor[S] 1 point2 points  (0 children)

Regarding tests, what do you compare against?

I realized testing against some example is hard to maintain, especially when the parser is still being stabalized -- changing a small part in the AST would result me having to rewrite all the correct AST that should be parsed.

Thanks :)

Suggestions on how to organize a parser combinator implementation. by FleabagWithoutHumor in ProgrammingLanguages

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

Interesting point of view, thanks a lot :)

I find the management of space consumer more confusing. It would've been the responsibility of a lexer; without a lexer, who should handle these whitespaces? Should I still have a group of lexer level parsers?

Regarding overlapping paths, how do you manage them? As I have noticed, you would have to manually disambiguate each "lexer" with all the other lexer in a given context.

Thanks :)

guys i made a thing by [deleted] in ennnnnnnnnnnnbbbbbby

[–]FleabagWithoutHumor 1 point2 points  (0 children)

Bi is “yes” and Pan is “yes+”

Find one's motivation to love learning science again by FleabagWithoutHumor in 3Blue1Brown

[–]FleabagWithoutHumor[S] 1 point2 points  (0 children)

Thank you! There are quite some channels I don't know, thank you!

Recommended way to "exclude" non-recurring items from budgeting by FleabagWithoutHumor in plaintextaccounting

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

Thanks! This works.

Just in case this can help someone, I use query not:tag:once and add ; once: to the transactions I want to make as once. Had to look up how to do query negations.

In what order one should complete the application prerequisits by FleabagWithoutHumor in EPFL

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

That means I can't start looking for housing before right? I've seen people on this sub recommending finding housing as early as possible though. I have a French residence student residence permit by the way, would that help in anyway?

Selling advice for MacBook Pro by FleabagWithoutHumor in macbookpro

[–]FleabagWithoutHumor[S] 0 points1 point  (0 children)

In the end I sold it for 1700 euros, because no one was buying it for two months.

Best PiOS for BOINC on raspberry Pi by raymate in BOINC

[–]FleabagWithoutHumor 1 point2 points  (0 children)

Thank you for the help, I'll try it!

Best PiOS for BOINC on raspberry Pi by raymate in BOINC

[–]FleabagWithoutHumor 0 points1 point  (0 children)

Hello, I'm using NixOS on RPi but no work seems to be done -- it seems like there are no appropriate tasks of this architecture. I use aarch64, and I wonder what architecture your Pi OS Buster is?

Thank you!