Viewing profile — towelrod
towelrod
HN member- Joined
- Fri, Jun 12, 2009, 6:39 PM UTC
- HN karma
- 316
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About towelrod
No profile information was provided.
Recent public activity
-
comment
Comment #42462588
Yes, but remember the much more important rules of programming: You aren't gonna to need it[1] Do the simplest thing that can possibly work[2] 1. https://en.wikipedia.org/wiki/You_…
-
comment
Comment #36950669
https://www.vox.com/policy-and-politics/2020/1/16/20991816/i... The most interesting part of this article to me was the end, where the author argues about how important High School…
-
comment
Comment #31933667
I should not have to opt out. GitHub should have to respect my license. I already said they can use my code, as long as they keep an attribution intact (via a BSD license, for exam…
-
comment
Comment #31019494
The linked article directly talks about this, at this level of downtime customers are promised a 50% discount. That's what the SLA means, effectively
-
comment
Comment #21317114
FIFA hasn't done anything like this, have they? Only thing I can remember recently is when Shaqiri and Xhaka had political celebrations after a World Cup game, and they both escape…
-
comment
Comment #21215859
Most companies have been trying the "seat at the table" approach for the last ~10 years and this is where it got us.
-
comment
Comment #20812144
That post, like everything else I can find about this news, is a year old. Did this really happen?
-
comment
Comment #17961532
Isn't there a fairly toxic political question buried in this paper as well? Who is going to decide which behaviors are rent-seeking and which are productive?
-
comment
Comment #15319655
This article is based on a naked capitalism article [1] from 2016. That article adresses the China criticism under the section: "Uber Losses Not explained by Uber China and No One …
-
comment
Comment #13390813
> They weren't buying it for portability, like Japanese customers usually did; they were buying it because it was the cheapest way to play videogames That's not true, they are buyi…
-
comment
Comment #13318956
Interesting and I might have a use for this professionally. But there is no indication on the main page about how it works (web service? code library?). And it forced me to login o…
-
comment
Comment #12278388
Or... what? It says "Do not access or use the Site..." but what would be the penalty for using a site like this outside of the terms of service?
-
comment
Comment #12074307
Wait, you revoked access from within google, and then the pokemon app was able to give itself access again without asking for permission?
-
comment
Comment #11983343
More to the point: Airbnb shifts regular, tax paying renters into a grey market -- non-renting, non-tax paying economy. If a city/country wants to base its rental units on a day-by…
-
comment
Comment #11974910
The person you are responding to never said "because we can't catch their wrong doing all the time"
-
comment
Comment #11833567
I can't believe this is still the top comment. If Jacob Applebaum is a rapist, then that is horrible and of course he should step down. But this comment links to 3 tweets that are …
-
comment
Comment #11378248
The redacted email also says it contains a picture of the license plate. How could that come from a cracked phone? It sounds more likely that some photo based speed trap has been c…
-
comment
Comment #10792511
That's not really true. We still run some older Apache camel components that require Java 7. And when Java 8 first came out it had bugs that crippled Solr, it took a long time befo…
-
comment
Comment #9271296
When you hand over the card, make sure to say "Valar Morghulis".
-
comment
Comment #9103481
Also in the older tcl (not sure about 8.5+), it would parse { characters inside comments as if they were real braces in the code. So if you put a comment like: # I want to escape t…
-
comment
Comment #9103465
Thanks -- that does seem to be working ok for me. I'm going to try it out, since I'm having a hard time finding a tcllib rpm for RHEL.
-
comment
Comment #9103387
Maybe we get different search results. When I search for 'perl json' it leads to http://search.cpan.org/~makamaka/JSON-2.90/ which is a mature and easy to use JSON client. It does …
-
comment
Comment #9098872
Can you expand on this? What other languages have you learned, and how are they less useful than Tcl?
-
comment
Comment #9098859
I frequently write tcl, and I work in a company that has been using it in production for 20+ years. I've written thousands of lines of Tcl, but I only go back to Tcl when I have to…
-
comment
Comment #9010596
That's one of the things I like about Ruby DSLs. Because the DSL is just Ruby, you can do things like: [:foo, :bar].each do |attribute| attr_reader attribute end You probably would…