HN user

paulannesley

780 karma

Buildkite engineering

Posts17
Comments182
View on HN
www.githubstatus.com 2mo ago

GitHub outage: CCR and CCA failing to start for PR comments

paulannesley
7pts10
www.kickstarter.com 7y ago

Keyboardio Kickstarter Day 1278: A startling discovery

paulannesley
192pts85
99designs.com.au 9y ago

An engineering manager’s guide to rebranding

paulannesley
5pts0
eclaim.kccllc.net 10y ago

Tadepalli V. Uber Technologies, Inc

paulannesley
5pts2
www.nsa.gov 10y ago

Computer Virus Infection: Is NSA Vulnerable? (1985) [pdf]

paulannesley
4pts1
www.openbsd.org 10y ago

OpenBSD release song lyrics

paulannesley
2pts0
researchcenter.paloaltonetworks.com 11y ago

WireLurker: A New Era in OS X and iOS Malware

paulannesley
10pts0
www.ubuntu.com 11y ago

Ubuntu Security Notice USN-2348-1: APT Vulnerabilities

paulannesley
3pts0
time.com 11y ago

Senator Rand Paul: We Must Demilitarize the Police

paulannesley
22pts2
www.theverge.com 11y ago

Is this how a dystopia starts? Ferguson, Missouri

paulannesley
2pts0
www.nytimes.com 11y ago

Amid Protests in Missouri, Officer’s Name Still Withheld

paulannesley
4pts0
www.theverge.com 11y ago

You have a right to record the police

paulannesley
3pts0
www.mitro.co 11y ago

Mitro: The easiest way to remember and share passwords securely

paulannesley
2pts0
github.com 12y ago

Please tag v1.x.x

paulannesley
1pts0
blog.broadstack.com 12y ago

Envconfig: Environmentally friendly Ruby configuration

paulannesley
18pts4
freelancing-gods.com 13y ago

Pat's Guide to Running Events

paulannesley
48pts14
paul.annesley.cc 13y ago

Mac OS X: launchd is cool

paulannesley
8pts0

> I don’t game, I try but idk just feels like work. > I'm surprised by this [...] for the most part, just works

I read that as “playing computer games feels like work” rather than “getting games running feels like work”.

Yeah it looks like it needs to be assembled and written any time the kernel file's position on disk changes (`current_lba`), or different kernel cmdline is required.

I seem to remember having to do something similar with lilo… not hand-editing assembly, but running a command to rewrite the boot sector when the kernel moves on disk.

As other comments mentioned, the content is written in Markdown and rendered in the browser. So “blog with raw HTML” feels like a stretch... that said, View Source in the browser shows the exact HTML document that's presumably hand-written in the source repo [1], so I guess it comes down to the definition of “raw”. It could mean “not pre-processed”.

[1] https://github.com/poga/devpoga.org/blob/58a202485cedeae9157...

New iMac with M4 2 years ago

There's a menubar UI that appears while the camera is in use, to control the digital zoom and pan/tilt; zooming all the way out to “0.5x” shows the extent that can be potentially in-frame.

Anecdotally, the auto-tracking Center Stage feature is more distracting than useful, and best turned off.

Sometimes the best answer really is a faster Corolla!

https://www.toyota.com/grcorolla/

(These machines have amazing engineering and performance, and their entire existence is a hack to work around rules making it unviable to bring the intended GR Yaris to the US market.. Maybe just enough eng/perf/hack/market relevance to HN folk to warrant my lighthearted reply. Also, the company president is still on the tools.

If novelty in music is actually important to you, this won't happen to you.

Assuming what's "actually important to you" remains fixed as you age. The article suggests otherwise, with caveats:

At the same time, stagnation is not a certainty. Research suggests that open-eardness and the discovery of new songs can be cultivated. Finding new music is a challenge, but it is achievable with dedicated time and effort.

what benefits that brings above and beyond iTerm for local shell sessions For anyone else using tmux locally, I'd be interested as well.

I run tmux in iTerm2 on macOS; tmux is my window-manager of choice for terminal applications; shells, nvim, etc. I usually have 2–10 tmux “windows” (more like tabs) with 2–4 split panes in each (more like tiled windows). I generally never detach from my local tmux session.

Most things I use and love tmux for could probably be done with iTerm2 tabs and splits, or a modern text editor and its terminal integrations.

But, I can use tmux in iTerm2 or Terminal.app or Kitty or Gnome Terminal or urxvt, on macOS or Linux or FreeBSD and it works the same everywhere. Perhaps that's a key feature; decoupling your “terminal window manager” or “terminal desktop environment” from your terminal emulator (I guess that's like the X server in this analogy).

Also, tmux feels more keyboard-native… I can do everything from the keyboard, including navigating scrollbacks, finding/selecting/copying/pasting text, etc. Again, you can probably achieve at least 90% of this using a richly-featured terminal emulator like iTerm2, but tmux does it well, and it's portable.

Also, tmux feels more Unix… it has config files that can be git-managed, it has man pages, it is scriptable from bash/anything, etc.

That easy scriptability leads to some nice integrations, like I can configure key bindings in nvim that run commands (e.g. the test I have open) in a tmux split alongside nvim. Again, that's nothing that things like VS Code can't do too with their built-in terminal emulators etc. But it's nice.

(Despite loving tmux and iTerm2, the one thing I don't like is iTerm2's native tmux integration, where it uses tmux as the “engine” but replaces the UI with OS-native windows/splits etc. It's technically impressive, but mostly negates all the reasons I run tmux inside iTerm2 in the first place)

Probably means that you played and completed it some time ago, and the state is still in your browser's Local Storage. (Mine was too)

Apple's Studio Display has a “nano‑texture glass” option, which is designed to reduce reflection/glare, but also subtly-but-noticeably blurs the image.

Looking at them side by side, I somewhat preferred the blur/bloom of the nano‑texture glass, perhaps due to retro CRT nostalgia. At 5K it's still incredibly crisp compared to 1x pixels (e.g. 27" 1440p).

(But… for looking at code/text all day in a room without ambient lighting problems, I chose the crisp image of the plain (antireflective-coated) glass instead)

I was wondering the same thing. The closest I could find to answer is this:

The Long Now Foundation uses five-digit dates to guard against the deca-millennium bug (the “Y10K” problem) which will come into effect in about 8,000 years. As you may have noticed any reference we make to a year begins with a zero: 01977, 03012, 02000, 00521, 01215, etc.

https://longnow.org/ideas/02013/12/31/long-now-years-five-di...

I'm on my first foray into FPGA development, using IceStorm as the toolchain for a Lattice iCE40 FPGA (iCE40HX4K) to implement a system controller for my homebrew 6502 single board computer. The FPGA is (work in progress) doing clock management, address decoding, memory bank switching, SPI comms, some GPIO, and bootstrap to RAM from SPI flash memory.

It's fantastic having an open-source toolchain! It's why I chose the Lattice iCE40, and perhaps what got me over the line to even try FPGA development; the closed proprietary tools are very off-putting to new starters. I had previously dabbled with a Xilinx FPGA dev board, but spent most of my time battling the giant Xilinx ISE toolchain.

Big thanks to Claire Wolf for creating IceStorm and making FPGA dev more accessible to software engineering types like me.

Aside (cc: dang?) I think http://bygone.clairexen.net/icestorm/ is the newer/better canonical URL for IceStorm, since the creator changed their name, as linked to from their projects page at https://www.clairexen.net/projects and mentioned at the bottom of the current http://www.clifford.at/icestorm/ page.

I think you saw a "doesn't" that wasn't there in the opening line: "This person understands what actual burnout is." The Netflix reference was from the original post.

carrier grade NAT (CGNAT), which is used by ISPs that have run out of IPv4 addresses … If you’re unlucky enough to be on one of thee ISPs there’s likely not much you can do.

I had the same SSH dropout problem, asked my ISP[1] to switch me from CGNAT to dedicated IPv4; they did, and it's fixed.

[1] Aussie Broadband, a smaller ISP in Australia renowned for good customer service.

Who's out there that would exploit this because they thought $50,000 wasn't worth it, but would change their minds for $1,000,000? […] people who just like to cause chaos, and state-sponsored actors […].

Makes me think of the recent Twitter account take-overs. The amateur attackers acquired access which could have caused enormous damage, and used it to scam ~$100,000. The difference between $50k and $1m in bounty could have turned them towards responsible disclosure.

(That said: they probably hoped to scam much more. And they got caught. And the way they obtained access was probably way out of the scope of a bug bounty program / the law.)

Yep! We've been doing this at Buildkite for six years now. We're lucky to have a lot of fantastic customers who have helped us learn over the years what makes a great hybrid SaaS/self-hosted CI solution.

instead of CS gas it would be great if there was some sort of sedative gas to just slow people down enough to sap their will to continue

That is the most casually delivered fucked up dystopian line I've seen on HN.