Micrometrics | Lead Front-end Developer | Ottawa, ON | Full time | REMOTE in Canada
Micrometrics exists to help businesses create more meaningful connections with the people they serve. Since being founded in 2013 Micrometrics has grown to become a premier guest communication and experience management partner in the hospitality and travel industries.
With COVID-19 changing how we travel, work, and communicate, we're at the forefront of innovation in the B2C communication industry and we’re constantly looking for new and innovative ways to deliver streamlined communication and exceptional experiences.
As our lead front-end developer, you'll be responsible for leading and taking ownership of the front end portion of our application stack. Your role will require a high level of precision and a strong focus on detail with an eye for design and user experience.
Can I change my local secrets without using the web interface? I see there's a local fallback mode but it's not immediately clear if it's user updatable.
I wonder what would happen if HN banned the submission of insecure links. I bet more than a handful of 'Show HN' posters would take the time to set up letsencrypt (or something similar) in order to post.
Wow, I was not expecting to see functional P2P Matrix so soon. Props to the folks working on it.
The hard part of selling Matrix to family and friends who currently use WhatsApp is still the user experience. To be fair Riot has improved substantially since I first tried it but there's still some way to go before my Mum will be comfortable using it.
That said, I'm encouraged by the progress I'm seeing! My money's still on Matrix to supersede traditional centralized messaging systems.
Great job! I've not seen python-based keyboard firmware before, I'm impressed that it's fast enough to run something like a keyboard.
Without detracting from the code in the post, I recommend that anyone wanting to make and program their own keyboard should take a look at QMK, a widely supported keyboard firmware project that is FOSS: https://qmk.fm/
I read about that problem with the Tokyo60 v3. Seems like a big problem with quality control, that should have been fixed by sending a new, working versions of the PCB to all customers.
I'm currently waiting on some Aqua Zilents which are delayed thanks to the current pandemic. I understand the delay, but they waited until the posted ship date (April 10th) to inform customers that it's going to be late. That rubbed me the wrong way for sure.
Notify17 looks great, and I plan on giving it a go.
However, since their example is a curl with plaintext body, I question their assertion that "Whatever your content is, we will never know about it".
It sounds to me more like the content is encrypted at rest, which is important but I still have to trust that N17 isn't squirreling away a plaintext copy or accidentally leaking it via logs or something similar.
> I can already host my own blog and have it safe from the whims of a central service.
Depends which central service. You aren't beholden to social media companies at that point, but you still have to:
* play by the rules of your ISP (If you're hosting on your home connection)
* trust that your hosting service won't arbitrarily turf you out
* make sure that your domain is safe from unauthorized transfers, sudden price increases, etc.
If the convenience and ease-of-use of current systems is worth those downsides (And for many, it is!) then fine. But it's not entirely accurate to say that you're safe from any central service.
To your second point, legality shouldn't be the final word. There are lots of governments with laws that are either actively or inadvertently used to silence dissenting opinions, or used to root out various undesirables. "You can do crime easier using it" isn't a great argument IMO.
The mechanical keyboard community wouldn't exist without group buys, they rely on them to hit minimum order quantities from producers of custom keycaps, PCBs, and other manufactured items. These are then shipped to proxy vendors around the world who do last-mile shipping to end users.
Homebrew clubs also put in wholesale orders for raw materials like yeast, grain, and hops. These are usually more localized given the large volumes involved, and involve a physical meetup where the goods are repackaged and distributed to the buyers.
I daresay there are more groups like this (home bakers maybe?) but they're largely invisible outside their own circles.
I've stopped coding on my 2012 Macbook Air in favour of my desktop PC for similar reasons. The fact that my ports are shared between Windows and Linux makes the web dev I do a dream.
The new Terminal app is great too. I've got all the same split pane stuff that I rely on in iTerm, including useful keyboard shortcuts for switching between them and resizing them. I'm very impressed.
Back when WSL was first released I tried getting my ruby environment set up using it, but at the time I still used a graphical text editor and getting it talking to the Linux filesystem was too much of a bother.
Nowadays I use vim so I gave it another chance a couple of weeks ago. Together with the new Windows Terminal app [1] it's been a great experience. I can run my editor and my code on Linux and then visit the webapp from the browser in the Windows environment.
Note: There's also better support for talking to the Linux filesystem from Windows nowadays, but I've not needed it so I can't comment on how good it is. Scott Hanselman has a good blog post on getting it set up though [2])