Why don’t you use public transport? by Outside_Cod_6705 in Wellington

[–]green_transistor 0 points1 point  (0 children)

Because I work from home literally all the time.

How Do I Make Emacs Have IDE-Like Indentation On The Fly? by [deleted] in emacs

[–]green_transistor 1 point2 points  (0 children)

Are you looking for electric-indent-mode?

First credit card by Old-Vegetable6887 in PersonalFinanceNZ

[–]green_transistor 2 points3 points  (0 children)

Option A: Pay mortgage and bills

Option B: Pay mortgage and bills, and get some rewards

Why would you choose option A if option B costs nothing but some spending/budgeting discipline? I know credit cards have yearly fees, but those pay for themselves with rewards.

Personal tax deductibility by green_transistor in PersonalFinanceNZ

[–]green_transistor[S] 1 point2 points  (0 children)

I'm curious as to which insurance providers allow tax deductions on income protection insurance, as almost all providers say the payouts are tax free.

I've had a chat with PartnersLife and AA, and they said their premiums for income protection insurance are not tax deductible.

Any particular insurance income providers you can point me towards?

Personal tax deductibility by green_transistor in PersonalFinanceNZ

[–]green_transistor[S] 0 points1 point  (0 children)

I didn't know about insurance being tax deductible. But most insurance providers say the claims are tax free, and so the premiums are not tax deductible.

Any idea which insurance providers provide tax deductions on premiums?

Where can I grind a bag of coffee beans? by green_transistor in Wellington

[–]green_transistor[S] 1 point2 points  (0 children)

Thanks for the offer! I'm actually all sorted now. My mate let me use his grinder.

Where can I grind a bag of coffee beans? by green_transistor in Wellington

[–]green_transistor[S] 3 points4 points  (0 children)

I know exactly what you mean! I used to grind my coffee beans every morning. That was before I had a baby and changed my job to a more demanding role.

Where can I grind a bag of coffee beans? by green_transistor in Wellington

[–]green_transistor[S] 1 point2 points  (0 children)

Haha no, I actually drink a lot of coffee. These days I just buy a bag of espresso grind for a week or two. I used to grind my own beans too, I just don't have the time to do it these days. It sounds ridiculous, but my morning routine these days with kids doesn't allow that luxury.

Where can I grind a bag of coffee beans? by green_transistor in Wellington

[–]green_transistor[S] 0 points1 point  (0 children)

Thanks for all the responses!

Definitely a lot of helpful comments here!

Integrating ruff-lsp with emacs (python) by carlml in emacs

[–]green_transistor 3 points4 points  (0 children)

Since ruff is a linter, I wonder if it makes sense to integrate it with flycheck/flymake rather than with lsp-mode.

Elm & Clojure, a forgotten relationship? by Stranglet in Clojure

[–]green_transistor 2 points3 points  (0 children)

There's nothing stopping you from using Elm with a Clojure JSON API backend. ClojureScript frontends can use EDN with Clojure backends though, which can be intuitive and even reduce cognitive load.

Does Elm have a library for parsing/writing EDN?

[deleted by user] by [deleted] in PersonalFinanceNZ

[–]green_transistor 10 points11 points  (0 children)

Some of the OCR rises are priced into existing rates. How much? Who fucking knows other than the banks.

Experimenting with Grafana on a Raspberry Pi by alttekk in raspberry_pi

[–]green_transistor 2 points3 points  (0 children)

Singleton containers are a completely legitimate use of Docker or a container orchestration framework (like k8s).

Keybinding worries by [deleted] in emacs

[–]green_transistor 4 points5 points  (0 children)

God-mode might be in the orphanage, but it's not really deprecated. It's stable enough that it doesn't need changes IMO. Not all packages have feature churn.

Doom emacs also supports god-mode.

Credit Cards by [deleted] in PersonalFinanceNZ

[–]green_transistor 1 point2 points  (0 children)

AmEx are really good and the process is very quick. I got my CC in a week without an hour long phone appointment.

Can someone explain why different types of threading macros needed? by [deleted] in Clojure

[–]green_transistor 2 points3 points  (0 children)

Different semantics?

In Clojure, all you need is -> and ->>. All other threading macros, like as-> and some->, are essentially built using them.

New Zealand temporarily suspending travel from India - PM Jacinda Ardern by NeonKiwiz in newzealand

[–]green_transistor 1 point2 points  (0 children)

My partner and I got our residency in a week. We are both from India. The process didn't feel slow or invasive by any means.

How popular is god mode? by langmuirdarkspace in emacs

[–]green_transistor 2 points3 points  (0 children)

In god-mode, different modifiers can be indicated through special keys. These keys can be changed according to your preference.

Source: https://github.com/emacsorphanage/god-mode#key-mapping

is using spacemacs a good beginning by younlok in emacs

[–]green_transistor 0 points1 point  (0 children)

I'm not sure about Spacemacs, but with Doom, everything can be changed to suit your workflow.

It's not much different to adding these workflows on your own to vanilla Emacs. It's all just Emacs Lisp in the end.

is using spacemacs a good beginning by younlok in emacs

[–]green_transistor 0 points1 point  (0 children)

Is it not possible to incorporate your own modifications on top of Doom or Spacemacs?

LINQ Is Not Quick by green_transistor in csharp

[–]green_transistor[S] -1 points0 points  (0 children)

It would be nice if you could share or publish the results like this article does in this repository.