HN user

chrsm

31 karma
Posts0
Comments19
View on HN
No posts found.

I used to work for an ad network (BSA, Carbon Ads, etc) that does not intrusively track and believes in the effectiveness of quality one-ad-per-page. Try contacting @toddo on twitter or email me (in profile) and I'll forward it over.

Anyhow, I'd love to see something like this. I've switched to DDG but often have to reach for Google if I can't find relevant results.

Griping about Go 7 years ago

Best practice is to return concrete types for everything, but error is one of those "special" cases that people tend to return an `error` for, IME.

You can always unwrap it via type assertion, however ugly that may be.

Griping about Go 7 years ago

The real issue here is that it is not immediately obvious that this is actually an interface - one expects the second `err` to be *FormatError due to the signature - it happens to implement the error interface so it goes unnoticed.

Shadowing in a different scope allows it to work properly as well.

I admit that I've never actually run in to this issue in practice as I generally return custom errors as `error`, but I can see why it would confuse someone.

Absolutely a QA thing. I don't see how either of the devices I purchased got a seal of approval to go out to a customer.

I just don't see why I'd pay _extra_ for something I'm going to need to reconfigure myself, anyway. Might as well buy parts or generic prebuild and throw a better distribution on it.

Over the past 4 years, I've bought two System76 machines (FD: work paid for them). Each time, I maxed out what I was able to get from them.

Initially I had wanted to support a company that sells Linux-supported devices.

My first machine - a Gazelle (laptop) - had numerous issues on arrival. It'd randomly crash. Keypresses would get stuck and repeat. It was annoying. After sending it in, I still had random issues until I installed Debian, presumably it was a kernel issue - but for it to be shipped like that..was just bizarre.

My newest machine, I purchased a Leopard (desktop). It had been a few years, and I figured perhaps they'd gotten better at things. I was wrong. They shipped this machine, knowing full well how long it takes to boot - again, due to some kind of kernel issue - it took over 2 minutes to go from cold boot -> login screen, USB devices would randomly not work, just weird stuff.. I put in a ticket, but nothing ever came of it. I didn't want to send this machine back like I had sent my laptop (TWICE), so I ended up switching OSes again, using an updated kernel, and things seem fine.

I get that they don't really have control over the kernel that comes with the OS they ship. I'm not naive. It's just a bit silly that they'd be comfortable shipping a new machine with those kinds of issues to the point where the machine is either unusable or stuff randomly stops working.

As far as the "physical quality" of the machines go, I'm still happy with both of them. They are well-put-together machines, IMO.

However, I know that my next machine is NOT going to be from System76. It's significantly cheaper to just get a nice Dell or something.

Go channels are bad 10 years ago

Example: Recently built a small service that responds to requests and walks various files looking for data.

The service can be asked to unload (close) the file, but it's hard to say whether it's in-use at the time without some kind of reference count to current requests using the file.

Some stuff you'll work with:

* PHP, MySQL, JavaScript

* Integrate with our in-house and third-party ad servers (SOAP, REST APIs)

What we expect:

* Self-starter - no micromanagement at BSA

* Excellent communication

* US only [but 100% remote from anywhere in the US]

+ everything else in the job description, just wanted to add some more info here.

Just wanted to give Joe a recommendation. Not only did I have the pleasure of talking with him, but of viewing his code as well (disclaimer: I work at BuySellAds, one of the companies he did work for).

Joe developed an iOS SDK for one of our products and did a fantastic job.

I have, personally. It's great, but this:

    { "keys": ["j", "j"], "command": "set_action", "args": {"action": "vi_esc"}, "context": [{"key": "vi_must_change_mode"}, {"key": "vi_is_buffer"}, {"key": "vi_mode_insert"}] },
    { "keys": [";"], "command": "vi_colon_input", "context": [{"key": "setting.command_mode"}, {"key": "vi_enable_cmdline_mode"}] },
is the reason why I still use Vim.

I hate to be "that guy", I think that taking courses online is a waste of time.

1. What do you want to learn? Web development? Systems programming? Native application programming (whatever the platform)? Figure out what your target is.

2. Go to your local book store after you solve no. 1, pick a book up that involves that general topic, and read a few pages to see if it works for you. Don't buy a "learn x in y hours/days" book. Buy something you can use as a reference.

I've found that it is easier for me to focus and understand things when I am not actually trying to do them at the same time.

3. Specifically about Rails: I'm not hugely qualified to speak about Ruby, but the friends I do have that use Rails daily have always told me that Rails has grown pretty hard for newbies to jump into immediately. Of course, I could be wrong. I wrote a small project using Sinatra, which is a really easy way to jump into using Ruby & writing a web app at the same time.

I wouldn't recommend putting any money into bootcamps. You can teach yourself everything you need to know. The majority of bootcamps I've seen are fairly expensive for someone without any real understanding of what they're getting in to, and I would go as far as to say I have seen 0 that would teach anything useful beyond "learn language x", which you can do on your own - every popular language has excellent documentation. You should want to learn the fundamentals, and try to figure out how to apply that knowledge to any language or situation you come across.

(Hope that helps a bit.)

Free Jeremy Hammond 13 years ago

Speaking as someone who was familiar with Jeremy many years ago, I feel compelled to say that despite his more "radical" nature (as some have noted), he really is a great person.

I'm not happy that he is currently facing a long time in prison (again). But he's as truer to his beliefs than anyone I've ever met.

Unfortunately, his ideals aren't an excuse for breaking the law. Nonetheless, I wish him the best of luck with his case.

The networks that allow untrusted code (js or flash) are the ones to blame for this, and I'm glad that seems to be the general consensus. It seems bizarre to me that anyone would allow this in 2013. We've been talking about scripting "attack" vectors for years now. It's not new.