HN user

jmarcher

163 karma

jmartin.ca

Posts0
Comments62
View on HN
No posts found.

I came to say the same thing. The "build together" mode is super fun. Everybody can go at their own speed (without me dying inside watching my 7-year-old trying to figure out things). If you are faster, you build more subassemblies, that's it. Everybody is busy.

The kids particularly enjoyed the moments where you have to exchange subassemblies: "I need this from 'popcorn'!" "I need this from 'astronaut'".

When the kids got tired, subsequent steps were assigned to me as if nothing had happened. I am guessing there's a DAG of tasks (to build subassemblies), and the tasks just get picked up by individual participants.

10/10

GPT‑Live 14 days ago

This. It was shockingly bad. Non-"live" translations are much better.

It's exciting for the future, though!

Why as an adult you would play Pokemon

Oh, I don't want to play Pokémon games, but every few hours, I am given the controller and told to beat the boss with a team composed of 6 low-level Pikachus and zero healing items.

100% I used to have a 43-inch 4K "monitor" (16:9). The lack of curvature meant that at the sides of the screen, there was noticeable color shifting due to variations in viewing angle. That's with an IPS panel.

Your dream is probably a ~50in 8K TV (with RGB pattern if you are on macOS), but curved. I don't know if that will ever exist.

Personally, I found that with a bigger 16:9, I would not use the top and bottom of the screen. When I "downgraded" to a 40in ultra-wide, there was not much difference in the space I was using.

I have a 40in 5k (32in 4k, but wider). IMHO, 138ppi is the bare minimum, but it really depends on a person's eyesight and preferences.

I would love a large-ish ultra-wide with > 160ppi. One day, maybe, that being said, by that time those things will exist and be reasonably priced, my eyes might not be able to appreciate the difference.

Yes, I thought the same thing.

My son loves Lego Mario and the app. He'll even go through the building instructions of kits he doesn't have just to see how they are built. The instructions in the app are super clear, animated, and the model can be rotated at any step to check whether the real-life model is correctly built.

Going back to paper instructions after using the app is a pain.

It is possible to self-host it on GCS, S3, etc. We used to pay for their cloud offering, but using GCS as a backend was much more performant than using their backend and extremely cheap (a few cents to dollars per month).

In Emacs, there is [helm-ag-edit](https://github.com/emacsorphanage/helm-ag) (but uses ripgrep if present). It's almost identical to your workflow, but all done inside the same app.

1. helm-ag <pattern> # the search results are updated as you type 2. helm-ag-edit # edit the search result as regular text. Use multi-cursors, macros, whatever. 3. helm-ag-edit-save # commits the changes to the affected files

All those commands have keybindings, so it's pretty fast. I'll often open up Emacs just to do that and then go back to my JetBrains IDE.

Better Dotfiles 2 years ago

+1 I've been using this for almost ten years. It's straightforward, easy to add files, and there are no symlinks to deal with.

When people ask me which tool I use to manage my dotfiles, I tell them about this little-known tool called `git`. ;)

Side note: I use an shell alias instead, but it's pretty much the same.

`alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"`

Cat as a Service 2 years ago

Don't kid yourself, Jimmy. If a cow ever got the chance, he'd eat you and everyone you care about!

Might be a bit too much, but depending on their autonomy level, if they grant you Power of Attorney (PoA), you can do manage everything without involving any technical solution.

Technical solution wise, sharing credentials via 1password or bitwarden is probably the most straightforward approach IMHO.

My concern with this keyboard and others without F keys would be how awkward some IntelliJ keyboard shortcuts would be

e.g: LayerX + cmd + shift + 9 to rebuild a file. There are much worse offenders I am sure.