HackerTrans
トップ新着トレンドコメント過去質問紹介求人

phoebos

no profile record

投稿

FastLapackInterface: Allocation-free (eigen)decomposition for Julia

dynarejulia.github.io
4 ポイント·投稿者 phoebos·2 か月前·0 コメント

Apple vs the Law

formularsumo.co.uk
5 ポイント·投稿者 phoebos·昨年·0 コメント

Posix.1-2024 is published

ieeexplore.ieee.org
173 ポイント·投稿者 phoebos·2 年前·84 コメント

Eight newspapers sue OpenAI, Microsoft for copyright infringement

npr.org
2 ポイント·投稿者 phoebos·2 年前·0 コメント

How to decarbonise transport – in 15 steps [video]

youtube.com
3 ポイント·投稿者 phoebos·3 年前·1 コメント

The inscrutable nature of UK rail ticketing

devever.net
9 ポイント·投稿者 phoebos·3 年前·3 コメント

U-config – A new, lean pkg-config clone

nullprogram.com
71 ポイント·投稿者 phoebos·3 年前·52 コメント

sudo make install

bvnf.space
66 ポイント·投稿者 phoebos·3 年前·35 コメント

コメント

phoebos
·2 年前·議論
It was self-assessed:

> When we say ‘vigorous’ we mean activities that make you sweat, increase your heart rate or increase your breathing. Please think about vigorous activities that you may have done at home or at places of work other than your home, as well as vigorous recreational activities or conditioning exercises. Please think over the last year and indicate how often you participate in vigorous activities.
phoebos
·2 年前·議論
It's small compared to the size of the card, sure, but not small for typical modern lithography techniques.
phoebos
·3 年前·議論
As you noted, I said that the problems stems from sudo not setting PWD, hence `sudo make` doesn't inherit PWD. I'm not calling that a bug in sudo, but it was a bug in the specific makefile which assumed PWD to be set always.

A good solution to the problem is for make to set the PWD macro. BSD make already does this.

> It can get if from the environment like every application does

Well no, applications either read an environment variable or use getcwd(2).
phoebos
·3 年前·議論
I mostly agree (I was working with sudo make install in order to package neatroff). However, most of the build scripts which generate binary packages for distros etc use `make install`, usually with DESTDIR set, so it's not irrelevant.

I also think `sudo make install` should at least work as expected in this one case, especially because this project isn't widely packaged so most users will be building from source.
phoebos
·3 年前·議論
I would say it is a make bug in that POSIX make has no good way to get PWD. Not necessarily a bug even, but an annoyance.
phoebos
·3 年前·議論
Yes, the official Lua implementation is written in a very widely supported subset of C, so is probably one of the most portable languages along with C. Lua might well be a bit more concise for a task like this string processing, but in such as case it's just syntactic sugar really. The C is uncomplicated and efficient.
phoebos
·3 年前·議論
The separate tools you're probably thinking of are `pkgconf` and `pkg-config`.
phoebos
·3 年前·議論
Everyone and their dog can compile C, and the initial purpose of this project was to get something working on Windows. As you say, this is a relatively uncomplicated program, and there's certainly no need for higher-level features.

Is the only time you choose C when you need manual memory management? I suspect that had nothing to do with their decision.
phoebos
·3 年前·議論
There is now a proposal to add CURDIR to POSIX: https://www.austingroupbugs.net/view.php?id=1626
phoebos
·3 年前·議論
Reminds me of these (https://wiki.xxiivv.com/site/about.html) digital garden style personal websites.
phoebos
·4 年前·議論
Which they're also not trying to do. It's just a cool project, shared for those that want to use it.
phoebos
·4 年前·議論
https://wiby.me
phoebos
·4 年前·議論
Except, of course, that they're not selling anything.