Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
saysjonathan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Pen & Pixel: Design Process Behind 20k Iconic Album Covers [video]
(youtube.com)
1 points
by
saysjonathan
1mo ago
|
0 comments
2.
▲
by
saysjonathan
1mo ago
Can you expand more on this? Is it just for drafts or do they track all their correspondence in Excel?
3.
▲
by
saysjonathan
4mo ago
Tangential: I would love to see more interpreted languages offer shells with native constructs for operating as daily drivers shells (not just REPLs). When I first started learning Ruby I used `rush`[0] as my main shell. Being immersed in t
4.
▲
by
saysjonathan
4mo ago
3060ti only has 8GB, 3080ti has 12GB. That’ll make a difference for prices/comparison.
5.
▲
by
saysjonathan
5mo ago
I'll bite: 15.5 years tech experience across SRE, SWE, PM, PGM, & strategic initiatives-adjacent things. Last roles was Director/Principal level. Last projects were driving hundreds of millions of dollars worth of portfolio ac
6.
▲
by
saysjonathan
5mo ago
This is probably more common than you think. VMs are expensive, both in resources and cost (if you’re using something commercial). OS-level isolation (shared kernel, cgroups, namespaces) is used pervasively
7.
▲
by
saysjonathan
5mo ago
Oh, I've used some awk too. My favorite (and most ridiculous) application was using the qawk from The AWK Programming Language[0] book to make a flat-file relational database of CSV files. Ultimately I just moved to sqlite but I learne
8.
▲
by
saysjonathan
5mo ago
I landed on near the same thing. I also went too far the other way at various points: ed as editor, weirder shells (posix sh, rc, es, rush (ruby shell), pdksh), suckless everything (even on MacOS, where possible). I found my healthy balance
9.
▲
by
saysjonathan
5mo ago
I've made a few batches of salmon garum that turned out nicely. Just make sure you use raw and not cooked, as the cooked fats will taste rancid. It tastes different than asian fish sauce or colatura but still of use in similar contexts
10.
▲
by
saysjonathan
5mo ago
For fish sauce definitely, assuming you also use the guts so you can get the enzymes. If you want to make with a protein source that doesn't have the enzymes present, like mushrooms, you can add them separately. Whole fish just fills t
11.
▲
by
saysjonathan
5mo ago
Homemade garum is a fun kitchen experiment, if you have the equipment and patience. Heat + protease + protein substrate is really all you need.
12.
▲
by
saysjonathan
5mo ago
The National put out a official 'bootleg' recording of two nights of concerts using the Mike "the Mike" Millard method, called Juicy Sonic Magic[0]. Only physically released on triple cassette though I think you can stre
13.
▲
by
saysjonathan
6mo ago
Technically TRS only has one ring (Tip Ring Sleeve) and TRRS only has two rings (Tip Ring Ring Sleeve). It does have four separate contacts though, separated by bands.
14.
▲
by
saysjonathan
8mo ago
It's not just configs though, as there is some logic implemented via shell that could not be handled entirely in configs. "Window Manager" was chosen as it the logic imposes a specific layout without necessarily preventing yo
15.
▲
by
saysjonathan
8mo ago
This does have a single floating pane shortcut (in the current directory), using the tmux `display-popup` command.
16.
▲
by
saysjonathan
8mo ago
I think the key distinction is the consistent layout (main pane + stack) along with keyboard shortcuts to manage. To me it's similar to running vanilla X{11,org} vs using a window manager (hence the name). A vanilla configuration will
17.
▲
by
saysjonathan
8mo ago
I went a little too far into 'unix as my IDE'. Do I regret using `ed` as my primary editor? No. Do I still use `ed` as my primary editor? Absolutely not.
18.
▲
by
saysjonathan
8mo ago
Through this project I realized that there's just some limitations to a plain tmux config. I eventually had to switch over to calling out to shell in order to get around those issues. Commit with the switch to shell here: https:/
19.
▲
by
saysjonathan
8mo ago
For me, personally, the value was in have something similar to a window manager for the terminal. As I was constantly spawning, killing, and reorganizing panes, a tiling-based approach gave me more control over my terminal and allowed me to
20.
▲
by
saysjonathan
8mo ago
As weight and baker's percentage instead of volume: 227g (94.58%) margarine 30g (12.5%) sugar, powdered 240g (100%) flour 5g (2.1%) vanilla (assuming liquid extract) 15g (6.25%) water 200g (83.33%) pecans, pieces
21.
▲
Show HN: Dwm.tmux – a dwm-inspired window manager for tmux
(github.com)
101 points
by
saysjonathan
8mo ago
|
21 comments
22.
▲
by
saysjonathan
1y ago
Now I want to see 'Tories' used derisively in modern American politics.
23.
▲
by
saysjonathan
2y ago
This was helpful in clarifying to me how dangerous Yarvin and those who follow his beliefs are to normal people. As stated in the AMA, he believes everything he says. We have substantial documentation of extreme proposals, including turning
24.
▲
by
saysjonathan
2y ago
I’m hoping https://www.albumoftheyear.org/ takes off
25.
▲
by
saysjonathan
2y ago
If you then delete from the Recently Deleted album it says that the photo “will deleted the selected photos from iCloud and all connected devices”. Additionally, at least in iOS 17.5, the Recently Deleted album itself has a disclaimer at th
26.
▲
by
saysjonathan
4y ago
I’m not Italian but I have two favorite reference books: The Silver Spoon[0] and American Sfoglino[1] 0: https://www.phaidon.com/store/food-cook/the-silver-spoon-978... 1: https://evanfunke.com/ord
27.
▲
by
saysjonathan
4y ago
A quick look through Newegg shows 4 AMD AM4 motherboards (B550 and X570) with Thunderbolt (2 TB3, 2 TB4). None have two DP inputs. I didn't see any Intel (LG1200) with two inputs either. Would you use a Maple Ridge (TB4) card instead o
28.
▲
by
saysjonathan
4y ago
I actually did the exact same thing. Went with the ProArt B550 and didn’t consider that the LG 5k requires two video connections to the graphics card. This[0] eventually helped me realize my mistake. Currently running in 4k and it’s fine. A
29.
▲
by
saysjonathan
6y ago
The Hey onboarding today is tied to a website-driven invite and signup process. While that _could_ be a bad customer experience through some lens, what percentage of users following this flow are or will be downloading this app prior to sig
30.
▲
by
saysjonathan
9y ago
I created some dwm-inspired tmux pane management that works well for me: https://github.com/saysjonathan/dwm.tmux
More ›