Viewing profile — curriculum
curriculum
HN member- Joined
- Fri, May 21, 2021, 3:39 PM UTC
- HN karma
- 244
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About curriculum
No profile information was provided.
Recent public activity
-
comment
Comment #37834259
Give it some spin with your index finger. Imagine putting a coin between your index finger and thumb, heads side up, resting on your middle finger below — not too different than ho…
-
comment
Comment #37821031
I'm not sure if avoiding Home Manager is the right choice for everyone, but it worked well for me. Home Manager isn't necessary for declarative management of the user environment -…
-
comment
Comment #37512924
> Seems like a policy set with priorities other then environmental protections. There are definitely other non-environmental considerations at play, the largest being that the incr…
-
comment
Comment #37504006
I think the idea is that California has plenty of solar generation during the day (or is on track to have plenty); what it needs is storage for when the sun isn’t shining. The new …
-
comment
Comment #37447081
Not quite. Right now, (most) California residential electric bills are entirely volumetric, meaning that you pay for what you use — if you use zero, you pay (close to) zero. Under …
-
comment
Comment #37440310
My claim wasn't that an Income Graduated Fixed Charge would make your electric bill go down from what it currently is -- it could very well go up. My claim is that, assuming an IGF…
-
comment
Comment #37439617
California is moving towards a system which would introduce a monthly fixed cost based on your income, while simultaneously decreasing the cost of electricity per kWh (see: AB 205)…
-
comment
Comment #34235961
Along the same lines, asking > How many words are in the sentence "This is a test of artificial intelligence"? yields an answer of: > There are 8 words in the sentence "This is a t…
-
comment
Comment #31813169
I think what you're referring to in your last paragraph is a CEREC crown, but it's not always cheaper. In my case, my insurance covers a lab-made crown with a $100 copay. It takes …
-
comment
Comment #31715496
Indeed, and this leads to another important interpretation: matrix multiplication is function evaluation. Arbitrary functions which take in vectors and output vectors can be very c…
-
comment
Comment #28643574
As a counterpoint to your example of Seattle, Republican-led Fort Worth saw it's homicide numbers increase by 59% in 2020 (even more than Seattle) despite increasing their police b…
-
comment
Comment #27370545
It should be pointed out that you can install the nix package manager in Arch (or whatever other Linux, or macOS, etc.), so you can try out nix's declarative package management wit…
-
comment
Comment #27293547
In my opinion the real downside of using j and k to move isn't the counting part, it's the fact that k isn't a jump. That means it doesn't go into the jump list.
-
comment
Comment #27293117
Sure, you can make a hotkey to launch any editor, but not every editor is as "pathologically configurable" as vim. The combination of vim being terminal-based, highly-configurable,…
-
comment
Comment #27292842
Not yet! I just moved to 0.5 this weekend. But thanks for the link!
-
comment
Comment #27292639
No galaxy brain here ;) I generally don't use counts. If I want to go down a few lines, I don't count the number of lines and use 4j or whatever, I instead use / to search for the …
-
comment
Comment #27292490
There are, but they usually rely on regex or other brittle approaches, making it difficult to write well. And currently you'll need to use different plugins for different languages…
-
comment
Comment #27292445
It's a good question. I'm very critical of my tools and I'm a 10+ year vim user, so I've thought a lot about this. vim's "killer feature" is its text editing language and modality.…
-
comment
Comment #27292237
I'm most excited for the treesitter integration and its potential to amplify Vim's "killer feature": text editing as a language. Vim's editing language feels most powerful when I'm…
-
comment
Comment #27235932
There's also something ritualistic about in-person lectures -- in a good way, like having a morning cup of coffee. We know that humans are not good at multi-tasking, so there is tr…