I switched to (Doom)-Emacs from a ~7yr old homegrown Vim config last week and honestly the configuration is less bad than it seems. If you’re mainly writing markdown you’ll probably get 99% of the way there by just enabling the dedicated module
I switched to (Doom)-Emacs from a ~7yr old homegrown Vim config last week and honestly the configuration is less bad than it seems. If you’re mainly writing markdown you’ll probably get 99% of the way there by just enabling the dedicated module
The back end is open source, but sometimes they’ve lagged years behind releasing the source code.
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
- Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software
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
Yup. If Steam wasn’t around I’d have the joy of choosing between Epic, Origin, GOG (actually not bad but no official Linux client can be annoying), or GFWL (which would probably still be around in this situation)
Probably operates closer to corporate software licensing deals, i.e. “we might not catch you but if we do it’s over”
If it’s an external SSD I could see it being useful in order to keep native compatibility with Windows and MacOS (IIRC their other option would be FAT32 but I don’t use a Windows machine so who knows)
Happened all the time over on r/androiddev. Small company brings on the wrong person/uses the wrong SDK/wrongfully fails an review and their account is then banned via “association”, which then propagates down to countless other employees. Only way out is to hope and pray that a human sees the appeal or try and blow up online
Happened so often in fact that the subreddit even created several guides on how to avoid it. My favourite part is that even unpublished apps must be updated in perpetuity to abide by Google’s ever changing requirements
Or this other occasion where viewers of one of the most popular YouTubers in the world were banned for typing in chat
Me when I find out that it’s illegal to sell your organs for profit
Probably doesn’t help that Reddit has spent years cultivating some of the most advertiser unfriendly content available (out of the top 100 visited sites). I doubt anyone’s chomping at the bit to advertise on pages like r/jailbait, r/piracy, and r/fatpeoplehate. Even if the worst of the worst have been banned the overall “culture” can’t be erased as quickly
They’re talking about the Hogwarts game
An amendment to the popular expression, “All [personal] information should be free”, I suppose
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)"'
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”
Lmao. They couldn’t even copy code from a random MIT licensed project? Sometimes I think these scammers aren’t even trying