HN user

ortuna

258 karma

[ my public key: https://keybase.io/ortuna; my proof: https://keybase.io/ortuna/sigs/h9hy49VXVvuwIBwmnc70V_SyFX8lTDpjv1uJOqm_O1c ]

Posts7
Comments100
View on HN
Waymo in Portland 3 months ago

I feel like I've lived in enough places and they're pretty small relatively speaking but whatever, seems like we'll see how it actually plays out.

I'm not saying it's going to randomly speed up to 80mph and crash into a building and explode. Just that I'll finally have a chance to witness those hilarious videos in person

Waymo in Portland 3 months ago

So, these streets are so tiny and pedestrians are used to just walking out on crosswalks because most people stop at crosswalks

They don't buy a laptop but a seat for some amount of years. So they're guaranteed X amount of laptops for Y years.

The selling company is obviously going to min/max this contract as much as they can. You could order a bunch of laptops if you had the authority I guess, but it will not be making on to the network since that is under contract too (probably the same company)

One of the reasons to not cut your hair and wear a turban is that a Sikh can't hide out in a crowd. You always know who is Sikh. This coupled with the mandate that a Sikh must always help those in need means that you always know where to look and ask for help.

From my perspective (US), this is a much needed belief today since it was born out of the similar circumstances in 1699.

I must have tried ~15 or 20 times to quit. I mean really, going at least a week without smoking. I was ~1 pack a day. It stuck the last time, and it's been 5 years I think? People said you'd never stop craving it, which was true for a while. Today, I really don't think about it at all.

It does drain, maybe 2%/hr but I thought that was normal? That's what I expect to get on a Mac. I did have to `echo XHC > /proc/acpi/wakeup` because I would shut the lid, but something on the USB bus kept turning it back on.

The article is talking about remote areas (NZ - Lord of the Rings), beaches, camping trails etc. These areas didn't get a lot of traffic. Now they do which is leading to the undesired outcomes. It's not talking about locals vs tourists. It's mainly talking about sudden influx of people coming into an area.

Fiberglas boats mass-produced ~20,30+ years ago have been holding up well (depending on maintenance). So they are relatively cheap now. Something that was really mass-produced like the Catalina can be bought for like 10k for a 27 foot one.

You can select the language on the poster page. It'll let you select any/all languages it detects.

Everything is automated so I only look at the poster if someone asks me to checkout an inconsistency (was earlier, not at all now).

Take a look at some of my code (https://github.com/Ortuna) most of it is bad and hacked together. Until I find that one thing that is fun, like commits.io. Then I savor writing each line. I start sweating the little stuff because its fun. But then again some days code isn't as important as going outside.

"Your are not your code"

The PDF library I use gives you the dimensions of a certain letter (via FreeType I believe). I just plot 'X' (or any char for monospace) and get it's width, height.

You could support ignoring binary/generated code with a Linguist(https://github.com/github/linguist) wrapper(ruby).

Hope it didn't sound like criticism, just wanted to talk about it. Not everyone wants to talk about generating posters :)

Execution. I'm a total language nut. So learning each was fun on it's own. Go's package management was a heart breaker for me (at the time). Coming back and fixing an issue in Go was ok until my build machine on EC2 messed up for one reason or another. I had to redo it and took so long to get everything compiling again.

I looked at Rust for mainly Cargo, but ended up staying for the C interop. I was able to take PDF libraries (namely libharu and mupdf) and just link to them (after using bindgen). This gave me a really good binary that was reproducible from scratch easily.