Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dunham
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dunham
4d ago
Yeah when I'll make mashed potatoes, I mix pieces of peeled russets (which have a smoother texture) and red potatoes with the skin on. I like the taste of red potatoes and it gives the purée a rustic texture. When I peel russets, I us
2.
▲
by
dunham
7d ago
Back in May, the iOS app "Muse" rebranded as "Allume". Their explanation was "An unexpected opportunity came up regarding the Muse name and trademarks, and as a result I'll soon be changing the name of Muse to
3.
▲
by
dunham
20d ago
tonksy also has some interesting opinions on syntax highlighting - not necessarily against highlighting, but taking a more minimalist stance against how highlighting is typically done: https://tonsky.me/blog/syntax-high
4.
▲
by
dunham
25d ago
Electron requires effort to get single instance. I've had to implement it. You need to call this: https://www.electronjs.org/docs/latest/api/app#apprequestsin... and handle this event: https://
5.
▲
by
dunham
27d ago
Yeah, just the right oven. It took 90 seconds for pizza hacker in SF on a customized weber grill: https://www.mikesenese.com/DOIT/2010/05/wood-fired-pizza-on-...
6.
▲
by
dunham
1mo ago
This saved me from accidental resets in the past. I learned it existed because the files were showing up in mdfind
7.
▲
by
dunham
1mo ago
It happens when the indentation is established on the same line as other code, so having a rule that you need a newline to start indentation will avoid the issue. Examples from haskell: foo x y = do a <- something
8.
▲
by
dunham
2mo ago
I don't mind indentation based languages. I used to hate them, but they've grown on me after using python, Haskell, Idris, Agda, etc. And I ended up making my own language indentation based (it is similar to Idris). That said, it
9.
▲
by
dunham
2mo ago
That looks like a nice tool. It would be helpful if it could optionally run off of a data file. I've used "ncdu" to visualize my restic backups by writing a script that generates the ncdu data format, and more recently I
10.
▲
by
dunham
2mo ago
Not exactly removed, the feature was still there, but could be used only if your module was in Elm namespace (the compiler checked). It was kind of a "no soup for you" situation, which bothered me. Elm served its purpose for me -
11.
▲
by
dunham
3mo ago
On the last exercise of world 6, rewrite the highlight, "cw" leaves the "a" at the end of the line. Both "c$" and "C" work. I didn't know about "C" until I read the web page - I've
12.
▲
by
dunham
3mo ago
Is this related to web2js[1], which has been around for a while? It compiles the pascal code of TeX to wasm. It looks like the live demo is no longer up, but it did run latex in the browser and render the dvi output to html. The wasm for Te
13.
▲
by
dunham
3mo ago
> God I miss the old internet. I recently discovered that the author of gzip still retains that 90's feel on his home page: http://gailly.net/
14.
▲
by
dunham
3mo ago
Back in the 90's I had a Matrox card that would crash the machine if the hardware cursor changed at the wrong time. I think it was related to VBI, but it's been a while. Linux resolved this issue, but to work around it on windows,
15.
▲
by
dunham
3mo ago
ublock origin lite is blocking a bunch of stuff for me, and things are unbearable when I turn it off. For many sites, especially news sites, I toggle javascript off. It's reasonably easy to do per site in chrome (click left of location
16.
▲
by
dunham
4mo ago
I probably should have clarified that I'm on an M1 then (a macbook pro, so there is a fan). I didn't realize the newer ones get warmer.
17.
▲
by
dunham
4mo ago
I've found that Baldur's Gate 3 will warm up my apple silicon (everyday tasks do not).
18.
▲
by
dunham
4mo ago
For context - the top answer was written by Bill Thurston, who was awarded a Fields Medal. (Kind of like a nobel prize for mathematics.)
19.
▲
by
dunham
4mo ago
I don't see how this is going to work when every application decides to ship and run a 4GB model, competing for video memory. It's going to be the Electron problem times 10.
20.
▲
by
dunham
5mo ago
I recently saw this with the logseq api - the published api was an auto-generated stub. So I tried to grep the source code for the function and found detailed documentation written for claude. So I guess one benefit of all of this is that i
21.
▲
by
dunham
5mo ago
Yeah, I think that's what the program creates in your github account. I see the source to those files embedded in the executable. (I'm not running the executable, but I downloaded the linux one to my mac to take a look inside.)
22.
▲
by
dunham
5mo ago
For caveman debugging, if I'm not sitting in a monad, I usually reach for something like Debug.Trace. Typically that's in Idris or my own language, but I see that haskell has it too. For my own language, I have the syntax highligh
23.
▲
by
dunham
5mo ago
Yeah, I think Swiss French had more? (It's been about four decades since I took French, and high school classes are not very effective.)
24.
▲
by
dunham
5mo ago
Historically, quite a few languages were (or are) vigesimal. Perhaps decimal is also unnatural.
25.
▲
by
dunham
5mo ago
There is an app for that, too: https://michelf.ca/projects/sim-daltonism/ It has a little window you can move over the screen to simulate a few varieties of color blindness.
26.
▲
by
dunham
5mo ago
The other day they blocked me from accessing Kagi's web site because I was using Kagi's web browser.
27.
▲
by
dunham
5mo ago
I was bit by this years ago when our test cases failed on Linux, but worked on macos. pdftotext was behaving differently (deciding to merge two lines or not) on the two platforms - both were gcc and intel at the time. When I looked at it i
28.
▲
by
dunham
5mo ago
> and need to be prepared to manage things like upgrading firmware At one point in the early 2000's, my brother was soldering new capacitors onto dell raid cards. (I like to call that full-stack ops.)
29.
▲
by
dunham
5mo ago
I know it is out of scope for this article, but there are variants where the operations are monadic rather than applicative and the shape of the graph can change depending on values. And also variations with state - where history can be tak
30.
▲
by
dunham
6mo ago
I've been using birdnet, but it seems to want an internet connection to do the identification and sometimes that is dicey when there is a bird that I want to identify. (Also birds seem to shut up around the time you get the app open.)
More ›