Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chromakode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chromakode
1mo ago
Saying no without attempting to negotiate first also comes off as childish, and affects the outcome of future negotiations because it demonstrates an unwillingness to compromise.
2.
▲
by
chromakode
2mo ago
Code is a fantastic way to capture requirements, particularly iterative product discoveries over time. It's much easier to start with a manifestation of the requirements (and tests of invariants) than starting from base principles.
3.
▲
by
chromakode
2mo ago
For me it's the gradients and dark gray backgrounds.
4.
▲
by
chromakode
6mo ago
The DCT is a cool primitive. By extracting the low frequency coefficients, you can get a compact blurry representation of an image. This is used by preload thumbnail algorithms like blurhash and thumbhash. It's also used by some image
5.
▲
by
chromakode
6mo ago
I don't recall any lawsuits, but whytheluckystiff made one 20 years ago. https://ruby-talk.ruby-lang.narkive.com/buiXXTZh/what-is-hoo...
6.
▲
by
chromakode
10mo ago
Nature recently posted an interesting video [1] about what causes developing hearts to have their first beat. The gist is that eventually random electrical noise triggers a propagating wave which is then continued and repeated by the cellul
7.
▲
by
chromakode
1y ago
Ton is a personal hero of mine. When I was a kid, I wanted to be a 3d animator because of Ton. I discovered Blender in the early 2000s as a kid. It was my first exposure to digital art tools because it was free. When Blender open sourced in
8.
▲
by
chromakode
1y ago
For users with SSDs, saving the write wear seems like a desirable default.
9.
▲
by
chromakode
1y ago
In my experience these are after exposures from lines of text. They get blurred together into indistinct lines because your eye focus moves between words, superimposing them.
10.
▲
by
chromakode
2y ago
Blender has done this since Dec 2000.
11.
▲
by
chromakode
2y ago
I replicate my entire filesystem to a local NAS every 10 minutes using zrepl. This has already saved my bacon once when a WD_BLACK SN850 suddenly died on me [1]. It's also recovered code from some classic git blunders. It shouldn'
12.
▲
by
chromakode
2y ago
Selkies[1] is another interesting project in this space. It uses webrtc for low latency streaming and remote desktop suitable for gaming in the browser. [1]: https://selkies-project.github.io/selkies-gstreamer/
13.
▲
by
chromakode
2y ago
Sounds like a good time to engage a professional coach or therapist, if you haven't already. Particularly to deep dive on the questions asked at the end of the post. In my experience, I often stalemate these kinds of internal debates o
14.
▲
by
chromakode
2y ago
Migrating out of this mess caused me downtime. Squarespace's domain panel crashed with a nondescript error when I tried to update nameservers prior to transferring out, and they shut off the Google nameservers as soon as the transfer w
15.
▲
by
chromakode
2y ago
rtlamr! https://github.com/bemasher/rtlamr
16.
▲
by
chromakode
2y ago
For any serious work I'm using hjkl.
17.
▲
An uncompromising guide to sleep masks (for side-sleepers)
(chromakode.com)
2 points
by
chromakode
2y ago
|
0 comments
18.
▲
by
chromakode
2y ago
My favorite part: If you develop a new program, and you want it to be of the 100% possible use to the public, the best way to achieve this 100% is to make it 1000% free software which everyone can redistribute and 100% change under 100% the
19.
▲
by
chromakode
2y ago
So, what would they have done if she accepted? Claimed that the existing training of the Sky voice was voiced by her?
20.
▲
by
chromakode
2y ago
Keybase always performed crypto on-device using their open source client written in Go. What not-your-keys not-your-crypto setup are you referring to?
21.
▲
by
chromakode
2y ago
Alternatively for the case of id strings with known prefixes, a unique feature of TypeScript is you can use template string literal types: https://www.kravchyk.com/adding-type-safety-to-object-ids-ty...
22.
▲
by
chromakode
2y ago
April fool's at xkcd is a special occasion where external folks join xkcd to build an experimental interactive comic. Edit: I've updated the first para of the post to hopefully clarify this better
23.
▲
by
chromakode
2y ago
Residential fiber internet is a lovely thing :D
24.
▲
by
chromakode
2y ago
Funny story -- when I was working on the xkcd Machine comic, I actually used the ZFS snapshots to rescue data. I accidentally blew away some early physics prototype code and fished it out of /.zfs/snapshot.
25.
▲
by
chromakode
2y ago
It's part of the 3-2-1 rule: https://www.backblaze.com/blog/the-3-2-1-backup-strategy/ My mid term goal is to trade offsite replication with a friend for automatically replicating the offsite portion of impor
26.
▲
by
chromakode
2y ago
Agreed. DOM started as a prototype and I stayed on it primarily for dev speed due to momentum (and some React DX things -- I checked out the Pixi React binding but decided not to go down that rabbit hole). It's amazing how efficient Pi
27.
▲
by
chromakode
2y ago
Umwelt! Explain xkcd has a great writeup on it: https://www.explainxkcd.com/wiki/index.php/1037:_Umwelt
28.
▲
by
chromakode
2y ago
I saw yours! We do inevitably bias for tiles with some content in them, since otherwise the viewing experience would be quite boring. :)
29.
▲
by
chromakode
2y ago
We gave each ball different physical properties. Yellow balls are light and have lots of air drag. Green balls are massive. Red balls are very bouncy. This allows physical sorters to be designed.
30.
▲
Development Notes from xkcd's "Machine"
(chromakode.com)
754 points
by
chromakode
2y ago
|
82 comments
More ›