HN user

guthriej

165 karma
Posts4
Comments9
View on HN

Agree on your comment re build/templating and new language. Nix is weird and NixOS is complicated. Nonetheless I have convinced myself that I like it.

In TFA the author must set up two configurations: the .gitconfig, and the file which is included in the .gitconfig. Home-manager does this automatically through one config parameter. That is what I was pleased with and wanted to share.

Thank you for this! I have exactly the same problem and was waiting for the solution to present itself, which it now has.

Aside: I use NixOS with home-manager (on linux and mac), which makes this trivial [1]. Added the following lines to my home-manager config:

  programs.git = {
    enable = true;
    ...
    includes = [
      {
        condition = "hasconfig:remote.*.url:git@github.com:<work>/**";
        contents = {
          user.email = "<work email>";
        };
      }
    ];
  }

[1]: https://nix-community.github.io/home-manager/options.xhtml#o...

I wouldn’t classify cloudflare as being “sleazy”, but as far as I know, they’re only doing domain registration as an avenue to cross-sell. They might be one of the “good ones” now, but do they have incentive to remain that way?

True Wealth | Zurich, Switzerland | UX Designer / Frontend Engineer | Full-time | Onsite

True Wealth (https://www.truewealth.ch) is the leading online wealth management platform in Switzerland. We have both direct (B2C) customers as well as B2B relationships as a service provider for other financial institutions.

We are looking for someone at the intersection of Design and Engineering to take ownership of our front end. Ideally you have a great sense for how our customers tick, can turn ideas into visions, and those visions into code. We have a small team of full-stack engineers who look forward to having someone to take the lead when it comes to design.

Your role in bullet-points:

- Lead front-end projects (design, prototyping, iteration with business / engineering / external designers, implementation)

- UX and styling expert within the engineering team

- Front-end programming in Typescript & React

- Ownership of CSS architecture, visual styling and consistency

- Ownership of web site, blog platform and digital marketing assets

We offer:

- Responsibility, ownership and influence on the further development of our best-in-class roboadvisory solution

- Exciting development projects, both B2B and B2C

- Competitive salary package, solidly financed company and real-world FinTech exposure

- Modern and lean open source stack based on Typescript, React, Java 10, PostgreSQL, Linux, Docker

- Cloud-based hosting, continuous integration and deployments, code review

- Flexibility, exposure and opportunities to work across the entire stack, depending on preferences and skills

- Office in Zürich (near station Zürich Binz SZU, 2 stops from HB)

If you're interested, send us a mail with your CV, references, and some public samples of previous work to hr@truewealth.ch. Please note that you must be eligible to work in Switzerland.

I would have thought that an offering like AWS' dedicated hosts would solve the noisy neighbours problem and offer some guarantee for IOPS. I find it surprising that they don't mention it as an option for them.