HN user

phireal

338 karma
Posts1
Comments110
View on HN

There's also https://plugandplink.com/, which includes a hardware component to help the person learning (lights on the snake).

The app also includes preprepared videos and lessons (scales, arpeggios etc.) which interact with the hardware component.

My son's been using it with a tutor remotely and it's been working great! Not only that, but he can use the app and the snake to self-guide his practise during the rest of the week.

Thunderbird works well for me. Interfaces with GMail IMAP. Has a nice quick filter and all the usuals (filtering, folders, labels).

The calendar interfaces with your Google calendar too (with the Lightning and Provider for Google Calendar add-ons).

Available for Mac, Windows and Linux.

They have a great approach to recommend inviting surprising and unexpected people. I don't work in publishing or journalism and have been twice, for example.

Fair enough.

Same is surely true of topics presented on stages.

In my line of work (science) the topics are submitted ahead of the conference and then relevant papers/talks are submitted to each of those. As such, anyone is able to propose a topic so long as they can justify its inclusion.

To attract a mix of industry leaders the mix of weekday / weekend days is a pragmatic choice.

I'm not sure I understand why industry leaders are more likely to attend if it's at the weekend. Surely if it's their industry, it's part of their work and so they can come during the work week.

It's all voluntary of course!

In principle, at least. Of course, if a lot of important decisions are being make the in voluntary evening activities, then those that choose not to or can't go to the evening events are at a disadvantage. Point taken about early birds.

All that said, I can definitely see the benefit of organised social activities.

That's because real things are happening, difficult issues are actually being resolved, voices are listened to and progress gets made.

This sounds awfully like the tag line for some startup.

people who sit at the back or like to take time off for sightseeing

An interest in sightseeing or a quieter demeanor is not mutually exclusive of valuable contributions.

Honestly, this sounds awful to me.

1. Invite-only increases the likelihood of an echo chamber, in my mind. I go to conferences to find out about things that arean't already on my radar.

2. This approach means only topics championed by those loud enough to speak up are discussed. There's no possibility for niche topics to get an airing if noone else knows anything about them since there's less likely to be a consensus to add them to the agenda.

3. One of the best aspects of attending a conference in my mind is the ability to combine it with a bit of tourism. I suppose that's a personal preference.

4. That's good for now, but when Google an The Knight Foundation stop supporting it, who's going to pay?

5. This is terrible. Work is for the week, weekends are my time and my work does not get to encroach on that.

6. Great, so at the end of the day, I can't even relax in the hotel room. So the next day, I'm wiped before we even start.

Showing me where the link points when I hover the mouse over it is something so fundamental to browsing I just can't figure out why it was ever removed

Firefox 57 (and maybe previous versions, I can't remember) pops up a "temporary status bar" (for lack of a better phrase) with the link destination in it when you hover on a link (https://imgur.com/a/Vo7AZ).

I'm considering a switch the emby since this seems to be the way Plex is heading.

That and the privacy policy changes they've added recently give me pause for thought about their intentions.

Home directory is served over NFS (at work). Layout is as follows:

  phireal@pc ~$ ls -1
  Box/       - work nextcloud
  Cloud/     - personal nextcloud
  Code/      - source code I'm working on
  Data@      - data sources (I'm a scientist)
  Desktop/   - ...
  Documents/ - anything I've written (presentations, papers, reports)
  Local@     - symlink to my internal spinning hard drive and SSD
  Maildir/   - mutt Mail directory
  Models/    - I do hydrodynamic modelling, so this is where all that lives
  Remote/    - sshfs mounts, mostly
  Scratch/   - space for stuff I don't need to keep
  Software/  - installed software (models, utilities etc.)
At home, my main storage looks like:
  phireal@server store$ ls -1
  archive     - archived backups of old machines
  audiobooks  - audio books
  bin         - scripts, binaries, programs I've written/used
  books       - eBooks
  docs        - docs (personal, mostly)
  films       - films
  kids        - kids films
  misc        - mostly old images I keep but for no particular reason
  music       - music
  pictures    - photos, organised YYYY/MM-$month/YYYY-MM-DD
  radio       - podcasts and BBC radio episodes
  src         - source code for things I use
  tmp         - stuff that can be deleted and probably should
  tv_shows    - TV episodes, organised show/series #
  urbackup    - UrBackup storage directory
  web         - backups of websites
  work        - stuff related to work (software, data, outputs etc.)