Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pgtan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pgtan
3mo ago
It is a KornShell feature since ca. 1997 https://github.com/ksh93/ast-open-archive/blame/master/src/c...
2.
▲
by
pgtan
5mo ago
Here are two checks using joins, one with sqlite, one with the join builtin of ksh93: check_empty_vhosts () { # Check which vhost adapter doesn't have any VTD mapped start_sqlite tosql "SELECT l.vios_name,l.vadapte
3.
▲
by
pgtan
10mo ago
Someone is reinventing PostScript and Metafont https://www.moma.org/collection/works/139326 https://www.tug.org/TUGboat/tb09-2/tb21knut.pdf
4.
▲
by
pgtan
11mo ago
Actually pdftex or luatex, but you are completely right, it can load a pdf file and do a lot of things with it.
5.
▲
The Illusion of Moral Superiority
(pmc.ncbi.nlm.nih.gov)
4 points
by
pgtan
1y ago
|
0 comments
6.
▲
by
pgtan
2y ago
socialism's new excuse to grab other people's money
7.
▲
by
pgtan
2y ago
Does someone have stock portfolio of superconductor manufacturer to share? I watch Furukawa, Sumitomo, and AMSC and they are performing not bad.
8.
▲
by
pgtan
3y ago
That article not even mention Bauhaus in Tel Aviv! https://bauhaus-center.com/bauhaus-in-tel-aviv/
9.
▲
How Tech Giants Turned Ukraine Into an AI War Lab
(time.com)
2 points
by
pgtan
3y ago
|
0 comments
10.
▲
by
pgtan
3y ago
Well, POWER9 and later CPUs have builtin hardware compression using the 8-4-2 algorithm. https://en.wikipedia.org/wiki/842_(compression_algorithm) https://github.com/plauth/lib842
11.
▲
by
pgtan
3y ago
for builtin security see for example https://unix.stackexchange.com/questions/102746/how-to-invok...
12.
▲
by
pgtan
3y ago
OK, for starter the while loop. Main rule of writing shell scripts is, Use The Shell, Luke. Don't start external programs, if your shell (which is already running) can do it. "while /usr/bin/true" is nonsense,
13.
▲
by
pgtan
3y ago
This bash code is a parade example how NOT to write scripts.
14.
▲
by
pgtan
3y ago
Well, Kornshell (ksh93) has some nice programming features, much better than bash.
15.
▲
by
pgtan
5y ago
Yuliya Zdanovska, here in an old team picture: https://euromaidanpress.com/2017/04/13/ukrainian-schoolgirls...
16.
▲
21y ex Ukrainian math olympiad team member killed by Russian shelling of Charkiv
(twitter.com)
20 points
by
pgtan
5y ago
|
3 comments
17.
▲
by
pgtan
5y ago
I for myself get annoyed every time I see this misspell. The name is X Window. Even microserfs can learn it.
18.
▲
by
pgtan
5y ago
[edit] sorry, I've mistaken the concepts. The name is active memory deduplication, which sits on top on memory sharing. http://www.redbooks.ibm.com/redpapers/pdfs/redp4827.pdf [old] It is called active memory
19.
▲
by
pgtan
5y ago
This has nothing to do with Logo, the programming language. It's Python all the way down.
20.
▲
by
pgtan
5y ago
Yes, you are right. Bash 5 on AIX 7.2 works with process substitution. Thanks for the advise!
21.
▲
by
pgtan
5y ago
No, process substitution must be provided by the kernel/syslibs, it is not feature of bash. For example there is bash on AIX, but process substitution is not possible because the OS do not support it.
22.
▲
by
pgtan
5y ago
No idea how old this command is. Most of the AIX/Linux admins I knew were very bad shell programmers, skills end with awfull for-loops, useless use of cat, and awk '{print $3}'.
23.
▲
by
pgtan
5y ago
FWIW AIX also has an apply command https://www.ibm.com/docs/en/aix/7.2?topic=apply-command
24.
▲
by
pgtan
5y ago
I'm disturbed by this awful loop, every time I see `setq' gives me the heretic though, that most of the eslip code is just Perl with parentheses. (cl-loop for sum = 0 then (+ sum (* total 0.1)) for total = 100 then (*
25.
▲
by
pgtan
5y ago
Thanks for sharing! Those must be exciting times. I remember tweaking the fonts only once for printing my diploma thesis back in the 90s; but contrary to the most opinions, I made the fonts even lighter, because of the ultra white paper, we
26.
▲
by
pgtan
5y ago
If you have a certain printer to use, you can tweak the Metafont mode for the fonts and create your preferred look. The definitions for various printers are in the file modes.mf For example: % From {\tt stsmith@ll.mit.edu}, 10 May 93. % Wit
27.
▲
by
pgtan
5y ago
Ha! I saw a very big multinational F500 company completely reorganize its AD, because users were unable to login to Office 365 with their standard accounts user@<location>.company.com. After weeks of complete disasters the company dec
28.
▲
by
pgtan
5y ago
> remember to cut down your kernel. yes, my Linux kernel is 3.4M, bz2 compressed. Unfortunately, some things are no more possible to get removed from the kernel, like the xattr in ext4.
29.
▲
by
pgtan
5y ago
Go, learn some (scientific) typography, then try Word, then come again.
30.
▲
by
pgtan
5y ago
It is you. CM is based on the Modern fonts used in scientific typesetting decades before Knuth made a MF version of it. I had often chance to give non-TeX (coming from humanities) proofreaders and copy-editors the choice between Times and C
More ›