vaillancourtmax's comments

vaillancourtmax | 3 months ago

Also seeing this. Same issue on various machines and Internet providers, so it points to GitHub being the issue.

"[email protected]: Permission denied (publickey). fatal: Could not read from remote repository."

Edit: works now, as of 10:06am ET.

vaillancourtmax | 4 years ago | on: Ask HN: Should I cancel my interview?

> If I go through with the interview and do poorly, I have no way of knowing when or if I would be given the chance again.

If the organization you're looking to join is minimally humane, they'll be open to giving you another chance later down the line. In the event of a rejection, ask whoever's communicating with you for feedback, and mention that you'd like to try again later.

Worst case scenario, it doesn't work out and you discover that this organization is not willing to help people grow and give them a second chance, which could be a sign of other cultural problems below the surface, and you dodge a bullet in the process.

Best case scenario, you're in.

The middle ground is that you know you can prepare a bit more and try again later.

I feel like there's little downside to doing right away. I'd say do it.

vaillancourtmax | 4 years ago | on: Moving away from Google services, 8 years in

(author here)

Thanks for the feedback!

I realize I wasn't actually using Google Photos, so my recommendation of hard drives likely isn't realistic for most people. TIL about Photoprism, I'll look into it.

For Google Drive, an actual solution for a typical use case would be something like Nextcloud (self-hosted or not, doesn't matter). My own use case was only about sharing a single file between two machines, so Syncthing fit the bill perfectly.

Again, thanks for sharing your thoughts :)

vaillancourtmax | 5 years ago | on: Digital gardens let you cultivate your own little bit of the internet

Pretty cool to see renewed interest in personal wikis, personal websites, and digital gardens after all these years. I remember writing my first bare HTML website in the early 2000s using Microsoft Frontpage. How times have changed!

As people grow curious to create their own digital garden a claim their own space on the Internet, I found that the main blocker was getting started. They have ideas, notes, and thoughts, and they're ready to share them on the Internet, but they don't know where to get started. To reduce the barrier to entry, I created a simple digital garden template [0] along with a step-by-step tutorial to set it up [1]. More than 70 people have forked the repo to try it out.

Once the first step of setting the technical part up is complete, it's easy to start sharing ideas with the rest of the world. :)

[0] https://github.com/maximevaillancourt/digital-garden-jekyll-...

[1] https://maximevaillancourt.com/blog/setting-up-your-own-digi...

vaillancourtmax | 5 years ago | on: How I built a keyboard/video/mouse switch for my two 4k monitors

Neat!

I use a similar setup where I literally have a single USB cable that gives me access to everything: monitor, keyboard, mouse, lighting, camera, microphone.

I just need to plug the cable in the computer I want to use. However, I do need to change the input on the monitor as one of the them is connected via HDMI.

vaillancourtmax | 5 years ago | on: Ask HN: What's your quarantine side project?

https://freshreader.app/

I became overwhelmed with the massive list of content I saved in Pocket/ Instapaper but that I knew I'd never read, so I built myself a similar app where saved content disappears after 7 days.

If I don't read something in the week after I save it, there's a good chance I'm not going to read it ever.

Works well for me so far.

vaillancourtmax | 6 years ago | on: Slack’s new WYSIWYG input box is terrible

Agreed on the code/quote block woes.

> never rendered larger than 64x64

On a high-density display, that 64px x 64px image covers a lot more surface area than 64x64 actual pixels on the physical display. I suspect that this 512x512px requirement is related to scaling factors on devices with high DPI displays.

page 1