HN user

linux2647

850 karma

Stephen H.

Lead Software Engineer

hn@infinitecanvas.net

---

meet.hn/city/us-Fresno

Socials: - github.com/linux2647 - linkedin.com/in/infinitecanvas

---

Posts24
Comments202
View on HN
512pixels.net 1y ago

macOS Tahoe Beta 2 Fixes the Finder Icon

linux2647
2pts1
www.nytimes.com 3y ago

Big Dairy Is Trying to Get Gen-Z to Drink More Milk

linux2647
3pts0
www.myfonts.com 4y ago

Ambicase: A font that is both upper and lower case (or neither?)

linux2647
1pts0
www.latimes.com 4y ago

Artists Who Code, a group helping artists switch careers to tech

linux2647
49pts66
www.autonomous.ai 4y ago

Rove by Autonomous – Meet in the Metaverse

linux2647
1pts0
slate.com 4y ago

Thanks for the Jan. 6 Memories, Apple Photos App

linux2647
2pts0
richardartoul.github.io 4y ago

JavaScript Hidden Classes and Inline Caching in V8 (2015)

linux2647
2pts0
www.fastmailstatus.com 4y ago

Fastmail currently down/under attack

linux2647
87pts2
blog.1password.com 5y ago

1Password 7.7 for Mac can be unlocked with Apple Watch

linux2647
2pts2
en.wikipedia.org 5y ago

Navajo Language Grammar

linux2647
9pts0
eyen.fr 6y ago

Taskheat, a to-do manager with a flowchart view

linux2647
2pts0
alvinalexander.com 6y ago

Head asleep, body awake

linux2647
95pts97
www.marcopolo.me 6y ago

Marco Polo video messaging app

linux2647
3pts1
diy.stackexchange.com 6y ago

“Half my power out, but firing up an appliance turns it back on”

linux2647
3pts0
www.theverge.com 6y ago

Adobe and Twitter's Content Authenticity Initiative

linux2647
2pts0
akidsbookabout.com 6y ago

A Kids Book About

linux2647
2pts0
trevorjim.com 6y ago

Python is not context free (2012)

linux2647
73pts26
security.stackexchange.com 6y ago

Can ads on a page read my password?

linux2647
327pts134
mjg59.livejournal.com 7y ago

Ways of Rebooting an x86 Machine (2011)

linux2647
1pts0
github.com 7y ago

Autokbisw: Automatically Switch Keyboard Layout Based on Active Keyboard [MacOS]

linux2647
1pts0
medium.com 7y ago

Blockchain, Crypto, and Hysteria

linux2647
2pts0
promo.bankofamerica.com 8y ago

Erica: Bank of America's virtual assistant

linux2647
2pts0
jpetazzo.github.io 8y ago

DevOps, Docker, and Empathy

linux2647
1pts0
news.ycombinator.com 8y ago

It's official: Users navigate flat UI designs 22 per cent slower

linux2647
3pts3

Vim swap files (.swp) are periodically saved out to disk. In the event of a crash, reopening a file will present you with a screen asking if you want to recover the file. I doubt it’s character by character, but I’m sure vim has a setting to speed it up

Oh and don't get me started on leadership adding random AI generated images to their emails just to show that they use AI

Feels like generated AI art like this is modern clipart

The tmux usage referenced at the end of the article was fascinating to watch. I’d never considered using tmux as a way of getting more insight into how an agent is working through a problem. Or to watch it debug something

Apple Exclaves 1 year ago

I think it’s not just the camera LED, but the indicators that appear on screen, like the amber, green, or blue dots that appear in the menu bar when the microphone, camera, or screen recording are accessed by apps.

I wrote something like this for fun years ago, although I don’t think I published it. I think my library had a scale defined by a root note and a set of steps. A chord could be constructed from a scale and a root note, with modifiers such as inversions and others like X7, Xb5#13, etc. The scale has the blueprint and the notes follow. You already have the primitives with notes and intervals.

Parsing chords from notes is more difficult, as are most parsing tasks.

New iMac with M4 2 years ago

I’ve definitely been memory limited on a 32GB MacBook Pro. Though it’s probably due to Docker, Slack, multiple IDEs, and dozens and dozens of browser tabs all open at the same time. Consider me part of the exception.

Sanding UI 2 years ago

“Sanding” shouldn’t be the only approach to testing an app. Developers should test using a variety of techniques. Some bugs are discovered through unit or integration tests, others by brute force, others still from end users

It’s kind of like an idempotency key assigned either by the request or generated at the beginning of processing that request