abrookins | 4 years ago | on: ProctorU is dystopian spyware
abrookins's comments
abrookins | 4 years ago | on: Async Python is not faster (2020)
Some people are looking at ways to solve this. I know urllib3, elasticsearch-py, and a few others use unasync (https://github.com/python-trio/unasync) to transform async code into sync code, leaving one codebase supporting both uses in different namespaces. This leaves you with some conditional logic (is_async_mode() -- https://github.com/python-trio/hip/blob/master/src/ahip/util...). I'm seriously considering this approach.
abrookins | 5 years ago | on: ClickHouse as an alternative to Elasticsearch for log storage and analysis
abrookins | 5 years ago | on: Being on Call
abrookins | 6 years ago | on: Leila Janah, CEO and entrepreneur who wanted to end global poverty, dies at 37
abrookins | 6 years ago | on: Total sleep deprivation impairs attention and higher-order cognitive processes
abrookins | 7 years ago | on: Square Inc. Co-Founder Tristan O’Tierney Dies at 35
Personally, I think alcohol is worth giving up. Why find out how bad things can get? In my case, I quit 10 years ago. In that time, I’ve built a career as a software developer, grown a marriage, and become a father. I have a great social life, deeper friendships than I ever had while drinking, and have replaced the access to creativity I used to feel by drinking alcohol with running and meditation. Sobriety is an extremely viable path.
abrookins | 7 years ago | on: Ask HN: Going from Developer to Manager. What should I know or learn?
abrookins | 7 years ago | on: Coding on an iPad Pro in 2019
abrookins | 7 years ago | on: Coding on an iPad Pro in 2019
On macOS, you can just work. That's what the end goal should be in other platforms. I doubt iOS will ever get there. I mean, how are you supposed to copy and paste code from Vim running in tmux inside of Blink? With your finger? Hell's bells!
Windows is just too weird. If you compare them strictly from the perspective of using Vim, Windows is better than iOS. You can use Vim from WSL or a VM in a nice Linux terminal like Tilix running on a Windows-native X server. Boom, Vim is running right alongside your Python interpreter, $GOPATH, etc., and copy and paste works. (Let's set aside the fact that WSL is crawling with problems.) But if you use Windows, you'd kind of expect to be able to use more than Vim, right?
That ends up being a pit of snakes... multiple Windows-native X servers I've tried have problems rendering Intellij, and I've tried to get native Windows editors like VS Code to work smoothly with interpreters hosted in WSL or VMs. Only Intellij can really do it properly, and even then it depends on the language. It ends up being just another distraction.
Then there's running Linux desktop on a VM in Windows 10. I don't know how other people do this. Even with a beefy machine with two GPUs, no modern Linux window manager is performant enough to use. If you can find one like xfce that is fast enough, you end up having to manage the scaling on individual programs when you switch between high DPI and lower DPI displays. It's bananas!
So purely from the perspective of access to any tool you want to use and limiting distractions, macOS is still the best. I'm rooting for Windows, but only because I have a 2017 MBP and the new keyboards are painful to type on.
abrookins | 7 years ago | on: Dell XPS 13 Review from a lifelong Mac user
abrookins | 7 years ago | on: Dell XPS 13 Review from a lifelong Mac user
VirtualBox shared folders had their own problems. `npm` wants to create symlinks for commands provided by packages, but VirtualBox doesn't support symlinks by default on Windows shares. So you have to execute an arcane command to enable that feature -- every time you restart the computer.
Interesting to hear that performance is decent with the Samba share. I presumed it would be otherwise. In that case, Hyper-V with Samba may be my last shot at getting the machine to work for me... we'll see if I can muster any more enthusiasm.
abrookins | 7 years ago | on: Dell XPS 13 Review from a lifelong Mac user
That was only the last and final blocking issue I ran into, after a series of minor (or at least, not serious) problems that I powered through during too many late nights.
Couple of things:
- Hyper-V. Was excited for this and tried it, since I had already set up Docker for Windows and pointed the CLI tools in WSL at it. However, Hyper-V didn't appear to have any support for the "shared folder" concept that VMWare and VirtualBox do. Is your only option here to set up Windows share and use Samba?
- I dislike running VMs generally, but would have gone that route if I could have gotten a setup I liked. However, after reconfiguring everything to use VirtualBox (including Docker) and creating a single VM there to do Docker and Linux stuff on, it seemed to tax the machine too much (i5 8GB SB2). With a beefy machine that would have worked better, but Windows 10 isn't that appealing if I have to buy the highest-spec machines and run VMs... that's exactly where it was 5-10 years ago.
I have a lot more to say about WSL and Windows 10, and it probably deserves a blog post. I haven't returned the Surface yet because I'm kinda in love with it, but also if I can't do all my work on it, then it's not something I need to own.
abrookins | 7 years ago | on: Dell XPS 13 Review from a lifelong Mac user
Aside from the potential to run into show-stopping problems like that, you may run into "big company" problems if you work for one, like I do. That is, VPN support within WSL only half-works, and because it's Windows you may be forced to follow domain policies that require Windows Defender to run, which slows down WSL, and blocks you from Insider builds that could fix WSL problems.
You can run a Linux VM on Windows instead of WSL. Which has its own set of problems and is overall a worse experience than developing on macOS, in my opinion.
So currently while, as a Mac user, I actually prefer the Windows 10 UI, the hardware competition, the keyboards, etc., I can't use WSL. Side-projects that you can adapt to WSL's limitations are one thing, but making it work as your development environment for a wide-range of professional projects is another. I saw all this with some actual sadness because I'm tired of investing in Apple when they've basically abandoned macOS and are making so many hardware choices I disagree with, that affect me (keyboard, touch bar).
abrookins | 7 years ago | on: I Don’t Know How to Waste Time on the Internet Anymore
There were maybe 4-5 people on at a time, but I still remember the total thrill of chatting with them and imagining who they might be, where in town they lived, what they looked like. Oh, and how much money I could make in Tradewars that day.
My biggest question about this feeling of a long-lost treasure has always been, am I just getting older? Is it just nostalgia for those first experiences of connection through a network? Because if I liked local BBSes so much, you'd think I'd like Facebook or Nextdoor ... but no, I strongly don't. I can't even explain why I don't like them, but it certainly has something to do with anonymity and imagination. In dial-up BBSes, MUDs, IRC, AIM, ICQ, and Livejournal, I was always anonymous. I could be whoever I wanted to be, express myself freely, make friends, and only then choose to reveal my identity — to individuals. Today, so much of the internet is predicated on establishing my identity as quickly as possible, and then profiling me -- tracking my behavior, building a chronology of my behavior, showing my timeline, revealing what I liked or disliked, compiling that data, repackaging it into a derivative, mining the derivative for value. It's so far beyond fun that it's exhausting even to describe.
The one thing I am pretty sure about is that this feeling of "I used to do X, it was so simple and fun, what happened?" can be more than just nostalgia. That is, I felt this way about something else several years ago -- tabletop role-playing games. I kept thinking, damn, the guys and I used to have so much fun playing those games: face to face, low-tech, up all night with our D&D sheets, laughing and drawing, etc. It seemed like simple nostalgia for childhood, until I got together some grown-ups and ran some D&D games. And you know what? Three years later, I’ve made some great friends, deepened existing friendships, and had a blast.
So I wonder if, for me, what’s missing in my internet is that feeling of a small community — and local, maybe? — with anonymity at its core. I’m not really sure and more thought is needed.
abrookins | 8 years ago | on: Show HN: My embarrassing personal website from the 90s
abrookins | 8 years ago | on: Safari Should Display Favicons in Its Tabs
abrookins | 8 years ago | on: Safari Should Display Favicons in Its Tabs
abrookins | 8 years ago | on: Safari Should Display Favicons in Its Tabs
abrookins | 8 years ago | on: Safari Should Display Favicons in Its Tabs
Buuut, after a while, we were like, why subject people to this? This is crazy. And why even charge for certs anyway? I'm happy we're done with proctoring!