hanwen.bsky.social's Avatar

hanwen.bsky.social

@hanwen.bsky.social

29 Followers  |  46 Following  |  23 Posts  |  Joined: 01.11.2023  |  2.3427

Latest posts by hanwen.bsky.social on Bluesky

No entry for Google Cloud.

09.11.2025 07:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Base64 encoded credentials (Authentication: Pallbearer ...)

29.09.2025 06:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - hanwen/go-fuse at virtiofs FUSE bindings for Go. Contribute to hanwen/go-fuse development by creating an account on GitHub.

You might be interested in github.com/hanwen/go-fu... (needs some TLC) you could wire the fuse fs directly into the VM

20.07.2025 17:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If your request is cancelled, you must return Eintr. eio is as if the request completed but had an error

20.07.2025 16:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If the build system fails on interrupted I/o, then that is a bug in the build system

20.07.2025 12:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Gofuse also doesn't control the caller. This looks like the signals generated by the runtime. Simplest approach is ignoring the cancel status of the fuse request and derive from context.background

20.07.2025 12:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Iiirc, kernel sends an interrupt for all signals , eg. the go runtime preemption signal, some of which arguably shouldnt lead to interrupted requests. Safest is if your caller retries if the syscall returns Eintr.

20.07.2025 01:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I am on vacation away from computer for another week or so. Run with Debug=true and see if there are tons of Interrupt opcodes?

20.07.2025 01:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Puzzled though: if you use go-git this would all be handled for you. Did you try to implement your own git library? (Bad idea)

17.07.2025 11:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

One of the oddities that everyone who reimplements git has to learn the hard way. This is so you can create tree objects from a flat list of full pathnames quickly, like when transforming the index into tree objects. Also (quoting Shawn) β€œLinus never makes mistakes </s>".

17.07.2025 11:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Doesn't the acid cook your fish before it is warmed (Overnight ceviche.)

08.06.2025 07:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Something happened with font rendering in F42 as well. It's been noticeably improved.

03.05.2025 17:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Our almost 3 has passed on to using her name, but still using 3rd person. I wonder when she'll start saying "I".

01.05.2025 16:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@bradfitz.com +1, bit congrats on the funding round!

09.04.2025 06:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I bet you can find this on etsy if you are willing to splurge.

30.03.2025 08:35 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Birth of the Bazel - EngFlow Blog

I blogged about the release on the engflow blog, blog.engflow.com/2024/10/01/b... . It's the 24th indeed

23.03.2025 19:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

β€œHet is belangrijk dat president Zelensky een manier vindt om zijn relatie met de Amerikaanse clownsneus en het hogere Amerikaanse clownsneusteam te herstellen”, zei hij zaterdag tegen zowel de NOS als de Britse omroep BBC.

03.03.2025 10:38 β€” πŸ‘ 193    πŸ” 33    πŸ’¬ 8    πŸ“Œ 4

"Geen actieve herinnering"

14.02.2025 08:58 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Metallic? Tons are usually coated with Teflon, no?

12.02.2025 06:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Repost uit 2019, helaas.

06.02.2025 13:25 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

I sometimes read the suddeutsche, and agree: journalists like to beat around the bush, as if they're paid by the word.

10.01.2025 06:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Google Is 2 Billion Lines of Codeβ€”And It's All in One Place By comparison, Microsoft Windowsβ€”one of the most complex software tools ever built for a single computerβ€”is about 50 million lines.

www.wired.com/2015/09/goog...

03.12.2024 19:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Or take advantage of your newbieness and learn jj. If you're familiar with Google's mercurial-on-citc, it will feel familiar. It interoperates transparently with git servers, and has much better usability

03.12.2024 19:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh my, hope it ends soon. We're traveling to my parents over Xmas with 2 critters. Ask me in a month how miserable we were.

02.12.2024 06:29 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Trump will still fuck him.

27.11.2024 23:40 β€” πŸ‘ 1237    πŸ” 120    πŸ’¬ 103    πŸ“Œ 10

@hanwen is following 20 prominent accounts