Viewing profile — stewartbutler
stewartbutler
HN member- Joined
- Tue, Jul 14, 2009, 6:15 PM UTC
- HN karma
- 282
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About stewartbutler
No profile information was provided.
Recent public activity
-
comment
Comment #34835836
Eh, they definitely aren't fit for major cultivation anymore, but you can still find them. I picked up a basket (with a bunch of other varieties) from miamifruit.org a while back. …
-
comment
Comment #34823885
As a stopgap, you can use a URL redirector: Redirect: https://www.youtube.com/shorts/* to: https://www.youtube.com/watch?v=$1
-
comment
Comment #31093192
Note that each grid square is 1 mile by 1 mile. Long history of that, it is an interesting historical rabbit hole. An interesting historical note is that across much of the west, e…
-
comment
Comment #29847527
Kinda-sorta related, you can pipe to a multivariable loop: paste read x y; do echo "$y -- $x"; done Kinda silly for this example, but very useful in things like `kubectl` pipelines…
-
comment
Comment #29322003
I've always had trouble getting `for` loops to work predictably, so my common loop pattern is this: grep -l -r pattern /path/to/files | while read x; do echo $x; done or the like. …
-
comment
Comment #28388742
This idiocy is killing people. Stop peddling it. Get the vaccine.
-
comment
Comment #25374128
I'm fond of "Alex Trebek" including "Did you mean: Who is Alex Trebek." Nice homage. https://www.google.com/search?q=alex+trebek
-
comment
Comment #18510110
Glass is still around and under active development, it just isn't a consumer product. It is in use by several enterprises, mostly factories and warehouses. My read on it is that it…
-
comment
Comment #17429163
If you have access to a laser cutter you can make a pretty decent solder stencil by folding some clear package tape (so all adhesive is on the inside) and having it cut out the hol…
-
comment
Comment #17086328
> Interestingly, there doesn't appear to be evidence that the CPU includes an integrated graphics processor - something that's listed in detail on the product page of the Coffee La…
-
comment
Comment #16623453
Interesting question here: did Uber have authorization to operate automated in AZ? If not, and they had a human operator behind the wheel as a backup, is that human liable for mans…
-
comment
Comment #16389026
And yet another: Dimethyl Sulfoxide can be used to (cheaply) treat a ton of different things, but has been blocked by the FDA for use in all but a very small number of cases (bladd…
-
comment
Comment #15580608
"No child left behind" and similar initiatives that lead to perverted incentives that the teachers bear the brunt of. Also low pay and no respect.
-
comment
Comment #11837052
If you use a standard sip port without filtering you will get a load of autocalls from people just portscanning and calling open IP addresses, probably looking to gain access to un…
-
comment
Comment #11835637
So many edge cases. I prefer to just use perl if I am doing anything more complicated than making a wrapper for some other executable. Harder to screw up, easier to test, same expr…
-
comment
Comment #11793020
nomorobo + nonstandard sip port + voip.ms has weporked pretty well here.
-
comment
Comment #11719029
You can build it, but it is limited to the smallest device in the vdev, so the array will appear to only have three devices of 64m available. Though you can replace all smaller dis…
-
comment
Comment #11695628
ZFS does support different sized drives, and you can add disks to a pool easily. It does not support different sized drives in a raidz (equivalent to an mdadm array), as far as I k…
-
comment
Comment #11561816
I have the feeling that someone trying this in Atlanta would just get themselves shot. Hopefully nobody around here is inspired by this.
-
comment
Comment #11526800
Being unable to stand looking at your computer for extended periods of time will probably do wonders for combating code bloat.
-
comment
Comment #11110863
If I were using a 'real' shell, I'd probably be using Fish. However, since I pretty much live in emacs, I spent the time to configure eshell to do what I need and it works well eno…
-
comment
Comment #10953400
I would add Zynga, FanDuel, Draft Kings. All three prey on people with addictive personality.
-
comment
Comment #10838663
I don't think they intended to release explorer edition for consumer use at all; however, when the news hit and everyone was trying to get their hands on one they ended up trying t…
-
comment
Comment #10810281
There is no technological equivalent for a dog's nose in reliability, form factor, and cost. That, and a Boston Dynamics type robot probably costs several orders of magnitude more …
-
comment
Comment #10375396
Atlanta's situation is actually pretty interesting. Most of the water loss is caused by bad infrastructure (leaky pipes and sewers), and they have massively pissed off pretty much …