Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RedNifre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
RedNifre
1mo ago
Oh, interesting. So do all neon colors reflect ultraviolet as visible light? Would a neon color that reflects IR as visible be possible? Or is it already figured out, but more expensive than UV neon paint?
2.
▲
by
RedNifre
1mo ago
You could go a long way by specifying the reflectiveness over the visible light spectrum and then do the same for light sources. That way, you could do GDR style truly monochrome sodium vapor lamps, which makes telling colors apart impossib
3.
▲
by
RedNifre
3mo ago
Neat! If you don't have a PostgreSQL DB ready, you can also compile Commodore 64 Basic for you HP 15-C calculator instead: https://forum.swissmicros.com/viewtopic.php?f=23&t=2194&p=11...
4.
▲
by
RedNifre
4mo ago
They probably meant "Boomer" in the colloquial sense of "somewhat old person" like how "Boomer Shooters" are for GenX and older Millenials.
5.
▲
by
RedNifre
4mo ago
Oooh, you mean people turned on sub pixel rendering while running their screen at a non-native resolution and thus got these colors all the time? Yeah, I guess that could cause nostalgia. Thanks!
6.
▲
by
RedNifre
4mo ago
Could somebody explain the Coral Pixel font? It makes no sense to me, given that the whole point of sub pixels was to look sharp without looking colorful. It only ever looked like that when you took a screenshot and then zoomed in, which se
7.
▲
by
RedNifre
4mo ago
I think it depends on the country. In Germany, everything you write is automatically copyrighted, unless you explicitly waive it. In the US, it's the other way around, you have to explicitly state that you want copyright (can somebody
8.
▲
by
RedNifre
4mo ago
It depends on the language and/or used libraries. E.g. in Go, the problem does not exist, because it uses UTF-32; Rust uses UTF-8, but it makes sure that you can't cut a string between bytes that belong to the same character. Fun
9.
▲
by
RedNifre
5mo ago
The way I remember it was that replay playback would only break if you played a replay with a different game version than it was recorded with.
10.
▲
by
RedNifre
7mo ago
They don't see the letters, so how could they possibly succeed at that? It's like asking a human how many infrared flowers they see.
11.
▲
by
RedNifre
7mo ago
Is there some philosophical/ethics work done on the question which fictional crimes, taboo breaks or unethical behavior are okay and which aren't? Iirc Japan takes the extreme position of legalizing all fictional wrongdoings, wher
12.
▲
by
RedNifre
7mo ago
QR codes store bits, arranged into bytes (A byte is the shape of a 3x3 square with one corner missing), so how more traditional can it get?
13.
▲
by
RedNifre
8mo ago
Regarding the Minecraft issue: If a Minecraft Java server has the special Geyser plugin ( https://geysermc.org/ ), Minecraft Bedrock clients can connect to it, so you can stick to Minecraft Java on Linux and still play toge
14.
▲
by
RedNifre
9mo ago
Here is my explanation for "software people who understand databases". The structure of the explanation will be as follows: 1. Explain how you would do simple accounting with a database 2. Point out which indices you'd
15.
▲
by
RedNifre
9mo ago
I just finished https://www.lexaloffle.com/bbs/?pid=178450#p , my Signalis themed version of the Regicide card game. It's mainly a distraction from enterprise programming, but it does have some parts that might be
16.
▲
by
RedNifre
9mo ago
Because the LCARS GUI is only for simple recurring tasks, so it's easy to find an optimal interface. Complex tasks are done vibe coding style, like La Forge vibe video editing a recording to find an alien: https://www.youtub
17.
▲
by
RedNifre
9mo ago
The lack of capitalism meant that the holodeck program authors had no need to optimize their programs for user retention to show them more ads. So much fewer people suffer from holodeck addiction in Star Trek than are glued to their screens
18.
▲
by
RedNifre
10mo ago
"Cargo cult"? As in, "Looks like the genius artists at Pixar made everything extra green, so let's continue doing this, since it's surely genius."
19.
▲
by
RedNifre
11mo ago
Why does it have Either? Doesn't TypeScript have "A | B" style sum types?
20.
▲
by
RedNifre
11mo ago
Nice, what's the KMP plan there? We currently use https://github.com/michaelbull/kotlin-result , which officially should work on KMP, but has some issues.
21.
▲
by
RedNifre
11mo ago
Looks easy to parse to me and you could also remove the commas in the array. { foo: "bar" baz: "bak" quux: [a b c d] lol: 9.7E+42 }
22.
▲
by
RedNifre
11mo ago
You can also remove the commas in the arrays.
23.
▲
by
RedNifre
11mo ago
If you already have quotation marks, what's the point of the commas?
24.
▲
by
RedNifre
1y ago
I vibe coded an invoice generator by first vibe coding a "template" command line tool as a bash script that substitutes {{words}} in a libre office writer document (those are just zipped xml files, so you can unpack them to a temp
25.
▲
by
RedNifre
1y ago
Right, but did this mean you had to deal with all the Xcode problems, or did you have more of an IntelliJ like experience?
26.
▲
by
RedNifre
1y ago
Could some Xcode uers explain to me why AppCode (IntelliJ IDE) did not take off as an Xcode replacement? I recently had to do some iOS work, knew that Xcode sucks, wanted to try AppCode, only to learn that it was discontinued because of lac
27.
▲
by
RedNifre
1y ago
Ah, thanks for clarifying. I understood it as "Check that predicate first and if it doesn't match, run the old solution".
28.
▲
by
RedNifre
1y ago
We did something like that on a private Minecraft server 15 years ago, where everybody was required to have an identi.ca account for this server (status.net, like mastodon today). All messages appeared posted to the walls of a large library
29.
▲
by
RedNifre
1y ago
While you're at it, could you also change YouTube so that captions being on/off is a per-language thing and not a "The user turned off subtitles for language X, therefore it's the only they speak, therefore let's tu
30.
▲
by
RedNifre
1y ago
Okay, but how about checking the 99.9% policy first and if it doesn't match, run Ken's solution?
More ›