Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aquasync
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
aquasync
2y ago
Thanks for the info! My pixel has already applied the update unfortunately - any ideas if switching to lineageos is still helpful in that case? They’re not offering the free battery replacement in Aus otherwise I’d do that - hard to be sure
2.
▲
by
aquasync
2y ago
While the article says that backticks don't provide access to the exit status, you can retrieve it with $?.exitstatus.
3.
▲
by
aquasync
2y ago
R's evaluation of arguments is lazy, so while not at the level of Haskell it feels like a lazy language to me. Try eg: f = function(x) { print('hello'); x } f(print('world')) X is not evaluated in f until r