Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MatmaRex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MatmaRex
2mo ago
In Europe "no 737 MAX" basically means "no Ryanair". Depending on how you feel about Ryanair, avoiding the 737 MAX can be very easy. In other places, like the US, they may not be practical to avoid.
2.
▲
by
MatmaRex
3mo ago
Testing the keyboard. tasting the rainbow
3.
▲
by
MatmaRex
4mo ago
No, KeepassXC has an option to merge databases, it never caused me any trouble. I have a similar setup to parent commenter.
4.
▲
by
MatmaRex
10mo ago
Reminded me of: https://lcamtuf.coredump.cx/css_calc/
5.
▲
by
MatmaRex
1y ago
I don't think that's true. Some years ago I did a free trial with them (did not pay anything). More recently I decided to actually sign up (for a paid account) and the email address I used for the free trial years ago was not avai
6.
▲
by
MatmaRex
1y ago
Broke: Dependency management used for shell scripts Woke: Dependency management used for installing an interpreter for a better programming language to write your script in it Bespoke: Dependency management used for installing your script
7.
▲
by
MatmaRex
1y ago
This very article states: > This long-standing quest, known as chrysopoeia, may have been motivated by the observation that dull grey, relatively abundant lead is of a similar density to gold, which has long been coveted for its beautifu
8.
▲
by
MatmaRex
1y ago
Their own Gmail client. I have yet to see one that works with normal email.
9.
▲
by
MatmaRex
2y ago
You're right, but the author's approach still works by accident, because ClearType is disabled when drawing text to canvas. I am not sure why that's the case, but I would guess it's because the subpixel colors can only b
10.
▲
by
MatmaRex
2y ago
You can keep your commands simple enough so that they can be executed by both `sh` and `cmd.exe`. If you need anything more complex than invoking other programs, `&&`, `|` and `>`, it's time to rewrite your build script in a
11.
▲
by
MatmaRex
2y ago
If you read the linked article, it explains that this is exactly what they do.
12.
▲
by
MatmaRex
2y ago
It seemed to me that the previous poster wanted a way to wait for the result of a promise (in a blocking manner), and I meant that this is available in other languages. You're right that it is not usually spelled "await".
13.
▲
by
MatmaRex
2y ago
You can await in a normal function in better languages, just not in JavaScript.
14.
▲
by
MatmaRex
2y ago
Probably. I've encountered a case where setting `contain` for unrelated reasons noticeably decreased the GPU memory use as reported by the browser: https://phabricator.wikimedia.org/T373066#10096943 (search for "A
15.
▲
by
MatmaRex
2y ago
XSLT would be a classic answer, but it's a bit of a lost ancient technology these days. I've only used it in the browser for a lark, but I suppose you'd find mature (old) libraries for working with it easily enough. PHPTAL is
16.
▲
GitHub no longer shows commits to mirror repos you starred on your profile
(github.com)
1 points
by
MatmaRex
2y ago
|
0 comments
17.
▲
by
MatmaRex
2y ago
I mean… yes? I don't see what's so confusing. In an office building, if anything goes wrong, an alarm goes off and everyone leaves, and insurance pays for damages. In a residential building, you have people sleeping, sick, possess
18.
▲
by
MatmaRex
2y ago
Everything old is new again… https://github.com/seattlerb/rubyinline (2002)
19.
▲
by
MatmaRex
3y ago
It's used to render sheets and audio in Wikipedia articles (I hope this answers several of your questions). Example: https://en.wikipedia.org/wiki/Humpty_Dumpty#Lyrics_and_melod...
20.
▲
by
MatmaRex
3y ago
It is more pleasant to the eye if you remove the spaces: <infile some_cmd >outfile Just like you wouldn't add spaces in the middle of '2>&1' when redirecting stderr to stdout: <infile some_cmd &
21.
▲
by
MatmaRex
3y ago
You can read about some things they did, and didn't! https://samy.pl/myspace/tech.html
22.
▲
by
MatmaRex
3y ago
It used to be that the only programs capable of somewhat correctly parsing HTML were web browsers, each one of them produced different results, most weren't open-source, and none were reusable as libraries. If you wanted to parse HTML
23.
▲
by
MatmaRex
3y ago
https://shadow.goose.icu/?https://nostalgia.wikipedia.org/wi...
24.
▲
by
MatmaRex
3y ago
﷽ 𒐫 𒈙 ꧅
25.
▲
by
MatmaRex
3y ago
In addition to the examples already given, JavaScript as well (although modern implementations do wacky stuff with the internal representations, the APIs are required to expose only UTF-16).
26.
▲
by
MatmaRex
3y ago
The built-in "robocopy" tool (normally used for making backups / mirrors) is capable of deleting any messed up directories like that, by mirroring an empty directory over it.
27.
▲
by
MatmaRex
3y ago
Apparently, each coordinate is an array of 3 rational values representing the degrees, minutes and seconds, where the numerator and denominator are 32-bit unsigned integers (plus a separate field to represent the sign). That's a lot of
28.
▲
by
MatmaRex
3y ago
npm and gem behave like this, although I don't know if they use this exact method to figure out the abbreviations. git has something similar, although it's disabled by default (help.autocorrect option).
29.
▲
by
MatmaRex
3y ago
Some of it has to do with changes to browsers’ acceptance of cookies. If you need to set cookies on multiple domains you control (common for SSO), you used to be able to do it by loading a pixel image or tiny script from each domain. Now, h
30.
▲
by
MatmaRex
3y ago
That’s the word for “gasoline” in Italian and a number of other languages. https://en.m.wikipedia.org/wiki/Gasoline#/languages
More ›