Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbrnh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jbrnh
5mo ago
Electricity can still be more efficient for many of these with heat pumps, like indoor heating and steam production. The gap is smaller then for working engines of cause.
2.
▲
by
jbrnh
5mo ago
And Germany right now have battery storage equivalent of fully powering Germany for about 30 minute sand raising up every month, which is quite wild.. https://battery-charts.de/ With those feeding on negative-priced electri
3.
▲
by
jbrnh
5mo ago
How is seasonal storage relevant here? This is the usual few-hours-fluctuations, I assume? (can't read the article)
4.
▲
by
jbrnh
5mo ago
They are working on that https://battery-charts.de/
5.
▲
by
jbrnh
6mo ago
Word and Excel seems to change behavior on every release. I don't think it's something Gimp should try to chase. Gimp has save: "Save native gimp file" and export "Export an image file". It's a bit confusi
6.
▲
by
jbrnh
6mo ago
'Opening a JPEG' is creating a new image and importing the JPEG to it. ctrl-e on first use will establish the export setting. It's two clicks if you really want to overwrite the original. I think it would be very easy to acci
7.
▲
by
jbrnh
8mo ago
There was the GIMP Coffee stain filter (though it looks like it is not included in Gimp 3). https://docs.gimp.org/2.10/en/script-fu-coffee-stain.html
8.
▲
by
jbrnh
11mo ago
It's a blog. It references an interview. The post is also four month old. "In the Pipeline" is generally a fantastic resource on the pharma industry and chemistry news.
9.
▲
by
jbrnh
1y ago
I would say it might, with the 'zi' variant (cd with interactive selection (using fzf)).
10.
▲
by
jbrnh
3y ago
Yea, can we get one of a CT scanner?
11.
▲
by
jbrnh
5y ago
This is why the trial was stopped due to efficacy.
12.
▲
by
jbrnh
5y ago
I'm not sure I see the problem: 'Export', and 'Export as' works as 'Save' and 'Save as'. This i like 'Export to PDF' in a word processor. If you never save in GIMP, I suppose you don&#
13.
▲
by
jbrnh
5y ago
Why is shift-ctrl-E for 'export' difficult?
14.
▲
by
jbrnh
5y ago
"The Firecracker Boys: H-Bombs, Inupiat Eskimos, and the Roots of the Environmental Movement" by Dan O'Neill is highly recommended.
15.
▲
by
jbrnh
5y ago
Perhaps because of https://blogs.sciencemag.org/pipeline/archives/2021/04/28/ru...
16.
▲
by
jbrnh
5y ago
Not quite the same, but "Life on the Infinite Farm" https://www.math.brown.edu/reschwar/farm.pdf
17.
▲
by
jbrnh
5y ago
Yes, and it almost killed the company. I read an article a while back how they had no accounting from the designers to production, and literately had 8 different chef minifigs (also, making star wars sets helped them out as well)
18.
▲
by
jbrnh
5y ago
My dad complained about modern specialized lego bricks 30 years ago. I got some of his old bricks from the 50's. They got some weird shapes too. Nothing changed.
19.
▲
by
jbrnh
5y ago
yes, it's great! It doesn't have alt<char> to enter normal commands from insert mode (double the number of lines). It doesn't have (Vim 8) terminal mode.
20.
▲
by
jbrnh
5y ago
A similar concept, it seems, Andrew Chaikin's "A Man on the Moon" is a fantastic read.
21.
▲
by
jbrnh
6y ago
I think it is a commonly held view that HC Andersen conceived of TLM after his unreciprocated love interest in his (male) friend. https://www.huffpost.com/entry/hans-christian-andersen_n_563...
22.
▲
by
jbrnh
6y ago
fzf never struck me as the slightest bit slow. What am I doing wrong? You can configure it with an external previewer that can of cause be arbitrarily slow or bloated but you can hardly fault fzf for that.
23.
▲
by
jbrnh
6y ago
Or use 'shuf' for passwords: shuf -r -e --random-source=/dev/urandom {a..z} {0..9} {A..Z} | paste -d "" -s | fold -w 25
24.
▲
by
jbrnh
6y ago
I used to run a couple of hundred servers and workstations with SLES and openSUSE with btrfs for /. Just SUSE's vanilla supported setup, and user data on smb/nfs filers. I tended to forget that btrfs was even involved. I can&
25.
▲
by
jbrnh
7y ago
env and sh are both POSIX but AFAIK the path is not specified for either of them. If POSIX has an opinion on how you should start a script I would be happy for a link? Bash in RHEL is in /usr/bin and /bin as /bin in syml
26.
▲
by
jbrnh
7y ago
But if I write the script for a bunch of RHEL servers then OS X and brew are irrelevant, and the full path is better (IMHO). It's the 'always use env..' I object to.
27.
▲
by
jbrnh
7y ago
I don't quite get the recommendation to always use env bash over #!/bin/bash? If I use the full path, it is to get just that - the system's Bash. If it is missing or overruled in $PATH then I most likely don't want