eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

224
active users

#tipoftheday

0 posts0 participants0 posts today

Tip of the day: There is a flood of information and news available to us every day, making it hard to stay up to date. With so many sites to browse, it’s easy to miss some in the process. #RSS is a convenient way to get articles from websites delivered in an organized and clearly presented way. #DEVONthink supports #RSS and can be used as a reader. Here’s how that works. #pkm #productivity #tipoftheday #workflow devontechnologies.com/blog/202

#tipoftheday met dank aan @Sjous

#DuckDuckGo browser geïnstalleerd. Superenthousiast: snel ginstalleerd, al je voorkeuren en paswoorden gewoon importeren, nog wat instellingen (niet veel.) klaar!

Het ding is supersnel (ik had persoonlijk veel snelheidsproblemen bij het blitzen in chess.com. Voorbij.)

En het beste is dat je YouTube advertentievrij kunt bekijken. Ik kwam nooit op yt, vanwege ads, dat zou wel eens kunnen veranderen.

Zoiets als: waarom had ik dat niet eerder? Thanks Sjous!

#tipoftheday #syncthing is a great small piece of software. it is a decentralized file synchronization tool, which i use for several purposes.

It replaced iCloud / Dropbox / Nextcloud for me for synchronizing and backing up my eBook library and i also use it for savegame synchronization for #emulation.

Just run one instance either on a home server or a VPS, and it actually fulfills most purposes people use for instance dropbox for. For free.

Tip of the day: When updating #DEVONthink or our other applications, you might want to know what’s new and what we’ve improved? This is what the release notes are for, which we provide with every update to our apps. Here’s what’s in the notes and how they can help you. #devonagent #devonsphere #devonthinktogo #freeware #notetaking #pkm #productivity #research #tipoftheday #websearch devontechnologies.com/blog/202

Tip of the day: DEVONtechnologies has several applications available for a variety of purposes. From a simple freeware thumbnail generator to our flagship apps #DEVONthink and #DEVONagent. For whatever application you’re thinking, “I’m ready to try this application out”, the first step is downloading and installing the app. (…) #devonsphere #freeware #macos #pkm #productivity #research #tipoftheday #websearch devontechnologies.com/blog/202

Here is a #TipOfTheDay shell script that allows you to answer the question of "Have I ever ordered this part from LCSC before?". It assembles a "Doomsday BOM" of all your projects, ever, and searches it.

find ~/src -type d -name production_files -print | grep jlcpcb | while read d ; do grep -n . $d/BOM-*csv /dev/null 2>/dev/null; done | tee ~/src/lcsc/doomsday_bom.csv

function db { ack -i "$@" ~/src/lcsc/* ; }

If you export all your LCSC part orders to CSV in the same dir, it searches them too.