Hacker Newsnew | past | comments | ask | show | jobs | submit | mksybr's commentslogin

It should default to a single location maybe a XDG directory instead of polluting every directory

What happens when you edit multiple files from different folders with the same name?

I tell emacs to create all of the files in "~/.backups", and it names them using the full pathname with "/" replaced with "!". So "~/foo/bar.txt" -> "!home!username!foo!bar.txt~"

Seems similar to logseq's whiteboards.



It only let's you pin single app though, as far as I understand.


Why would it be against their interest? Do they lose money somehow?


Well more people falling for scams might increase insurance claims some now


If you're trying to replace find, please add something equivalent to find's -print0/-ls to feed it's output into xargs. Otherwise it may not work correctly on unusually named files (not that I've tried it yet).

EDIT: seems to be a similar issue with fselect: https://github.com/jhspetersson/fselect/issues/150


Thanks, good point. I'll make sure to add it.


Feature requests happen in issues too, and this the source code for a book, so an example seems appropriate


KDE is reasonable and cohesive


I really like the hearty amount of configurability they make available thru the control panels. They're not afraid of giving you a lot of options, yet it's organized well, easy to use, and the defaults are sensible.


You can sign into Graph Explorer and get an access token there:

https://developer.microsoft.com/en-us/graph/graph-explorer

No clue how long it lasts.


Oh, that is cool!

But corporate IT has apparently blocked being able to use graph-explorer.

Thank you anyway! :)


You can also use the outlook COM API and extract the data from the running outlook instance [1]. See [2] for a python example that extracts a '.ics' file.

[1] https://learn.microsoft.com/en-us/office/vba/api/outlook.cal...

[2] https://github.com/TomSmeets/export-outlook-to-ics/blob/mast...


Guess it’s time to scrape your calendar from web?


You can put something like detect-secrets[1] in a commit hook.

  no_secrets=$(git diff --staged --name-only -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline)
  test -z $no_secrets && exit $no_secrets
1: https://github.com/Yelp/detect-secrets


You can export from Authy, not exactly easily for non-technical users though: https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d...


When the instructions begin with "Install Authy desktop app, version 2.2.3 (the more recent versions won't work)"... ok, good to know!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: