If I had to guess I'd say that their other project, Sponserblock, got a little bit more popular than they were expecting and this is just to help alleviate server costs. Most of the API endpoints don't require any auth at all (the single one that does accepts a random UUID), so any checks must be locally done (maybe system time?). The extension and server back-end are licensed under GPLv3 and AGPL respectively and are also entirely self-hostable, so the code is out there to verify if you wish
furikuri
At least the Adventurers Bible can keep it going for a little while longer
NMI serialization when? Great oneshot
Ouch, CHP 10 seems early to have the first on-screen murder
Wow, not that bad for a series that was endlessly criticized when starting out
https://lemmy.ca/comment/2777069
After finishing her PhD, also in archaeology, she decided to follow her passion for books, and pursue a career in publishing. She worked for over 15 years in scholarly and educational book publishing, commissioning and project-managing a wide range of non-fiction titles, producing ebooks and implementing accessible publishing practices.
Agreed, fzf (and similar fuzzy finders) have been a game-changer with regards to the way in which I navigate the shell. Add in a couple of one-liners and I'm never more than a second away from any nested directory
Here are some of the most used aliases in my configs if anyone would like to try it out
Note that they use fd
and exa
but they can easily be swapped out for find
and ls
if those aren't available on your system (which would allow for shorter aliases since they're the fzf defaults IIRC)
alias update-cdd='fd -Ha -td -d1 -E "\.config" -E "\.local" "^\." ~ > ~/.cddignore'
alias cdd='cd "$(fd -H -td --ignore-file ~/.cddignore . ~ | fzf --preview "exa -lF --no-permissions {}" --tiebreak=length,end,begin --preview-window=up,20%)"'
alias cdf='cd "$(fd -H -tf --ignore-file ~/.cddignore . ~ | fzf --preview "bat --style=header-filename,header-filesize -r 40: --color=always {}" --tiebreak=length,end,begin --preview-window=up,20% | xargs dirname)"'
Finally, each of us upvoted the post, [...]"
"And then we waited to see who, if anyone, would give a shit," she said.
MacFarlane concluded, "Our elegant approach didn't work, so we hired a Perl hacker to go dig up the personal details on all 38 accounts that had ever upvoted a Haskell post, and the only one we didn't know was Seth Briars.
This is the one that got me
She has also confirmed that this Glassdoor review was written by her, with continuing updates on her twitter
Quote from the twitter thread:
I was asked about my sexual history, my boyfriends sexual history, "how I liked to fuck".
I was told that certain issues were "sexual tension" and I should just "take the co-worker out on a coffee date to ease it out"
I was asked to twerk for a co-worker at one point.
I was told I was chunky, fat, ugly, stupid. I was called "retarded" I was called a "faggot"
I think this is the more worrying part if true. The backend is licensed under the AGPL, so this would technically be a ~~violation~~ of their terms
Edit: For anyone else reading I looked into it a bit more and looks like the issue came to a head around 3 years ago, with this comment being made after a year of missing source code. The public repo has been pretty active since then, so the issue seems to be resolved