Hacker News new | past | comments | ask | show | jobs | submit | more revetkn's comments login

Whoops, sorry, our fault - should be fixed now. The viewport meta tag was unintentionally locking scaling and initial zoom level.


I doubt that it was unintentional.

It's an old fix to what I perceive as a non-problem [0]. When a user turns their iPhone to view it on Landscape - the site won't resize without that viewport meta tag being there.

Not sure if it's been fixed. Even if it hasn't, I question the amount of people who browse on their phones in Landscape.

[0] http://webdesignerwall.com/tutorials/iphone-safari-viewport-...

E:

I'm running under the assumption that you might not be the dev and that the dev may have added it there intentionally to fix the landscape bug. This post has the wrong tone without it being read more explanatory, so I felt this clarification necessary.


"Unintentional" as in "pretty sure it was an old copy-paste from another app and we forgot to take that line out" :) I don't like the scroll locking myself, even when applied "correctly".

Hopefully the site is at least navigable now on Mobile Safari. We will be revisiting the mobile experience soon. Had not been focusing much on it since the app is form-heavy and doesn't lend itself well to mobile, but for the marketing site we certainly need to focus on it more...first impressions are very important, and a broken page is not a good one! Thanks for your feedback.


Good to hear! I've seen enough cases of devs not bothering to explain why something is the way it is to marketers/management (it can be a hassle) and simply remove or add what is asked for. Wanted to make sure it was known why that was there.

Cheers!


The basic idea is we wanted a hosted Postman which allows you to wire your endpoints together "lego-style" into workflows (step 1 is authenticate, step 2 is fetch a list of users, step 3 is update the first user in the list). You can then shoot someone a URL and they can hit the "play" button and the API calls execute before their eyes. Some other notable features we've added are team support, versioning, and dependency tracking.

The drawback of most hosted services like this is you can't see things on private networks, like localhost or a corporate intranet. We have an OS X native app to circumvent this and a Windows version is coming soon.

We'll try to answer any questions you might have, thanks for checking it out!


I am interested in the concept, however I feel like the mix of GUI and code editors is too complex. I'd rather see it all in a code editor without the GUI.


Thanks for your feedback - getting the UI right is one of the big challenges for us given the complexity of the system. We've been experimenting internally with different approaches, one of them being a per-user preference "raw" mode that works as you described.


Transmogrify - http://xmog.com - Philadelphia, PA Suburbs

We’re a software shop located in the heart of Conshohocken, just a 5-minute walk from the R6 line. The team is a tight-knit blend of designers and developers and we are on the lookout for more engineering talent. If you have experience with these technologies, we’d like to talk to you! Email jobs@xmog.com and let us know you found us via Hacker News.

Preferred skillset:

  * Modern Server-side Java (Jetty, Jersey, Guice, Guava, …)
  * Client-side JS (Angular, React, Backbone, …)
  * RDBMS/SQL experience (Postgres, Oracle, …)
  * Android
  * Ability to work effectively on a team and collaborate with designers
  * A sharp eye for detail (you’re the kind of person who worries about error handling and edge cases!)
Nice-to-haves:

  * iOS (Objective-C, Swift a plus)
  * Server-side JS (Node, io.js, …)
  * NoSQL (Cassandra, …)
  * DevOps chops (AWS, …)
  * Any other interesting software experience


Is the normal way to returning "success" values (throwing an exception?)

    var resp = new HttpResponseMessage(HttpStatusCode.Created);
    throw new HttpResponseException(resp);


> Pretty much a full admission that everything that Julie said is true.

I have no idea whose side of the story is accurate, but there was really no other way for Github to play this, whether they were in the wrong or Julie was in the wrong.


Yes, there are other similar products that have been around for a few years like Artisan


Appiterate (appiterate.com) was around even before Artisan!


The product is probably not for me but it looks like FB employs some talented iOS engineers


> This is no such case for female founders. Here we have a much simples issue: stigmatization.

I disagree. I might be in the minority but in the places I've worked in tech no one cares - at least as far as I can tell - what your gender is, it's how well you do the job.

What I do see a lot of is women who are capable but not interested in STEM. Not because of some kind of social stigma, they just don't care about it. My mother studied mathematics and eventually switched to sociology because she was more interested in how people interact - math was easy for her, which was the primary reason she went to school for it. My wife is very intelligent and analytical but could not care less about computing.

There are legitimate physical differences between men and women (men on average have more upper body strength, for example) that are not caused by social stigmas. Isn't it reasonable to think there might be some mental differences as well? Perhaps the average man is less risk-averse than the average woman and therefore is more likely to enter a risky business venture. It's not some kind of discrimination or societal pressure or a learned behavior, it's just human nature.

That said - I live in a bit of a bubble. Of course there are places out there where women are discriminated against for this kind of thing, and I totally understand why conferences like this exist (I have no problem with them). But it's worth considering that sometimes it's not just a discrimination issue and must be corrected


> Perhaps the average man is less risk-averse than the average woman and therefore is more likely to enter a risky business venture.

I think the general assumption for women promoting these types of events is that while this statement may be true, it's not because of an inherent difference in women and men. The difference is due to social and cultural conditioning, not because of any biological difference.


> I think the general assumption for women promoting these types of events is that while this statement may be true, it's not because of an inherent difference in women and men

I am not sure I agree with this either, but like in my parent post I don't have any real evidence - this is an exercise in handwaving :)

Kaitai's comments elsewhere on this page are how I think about it - what she says makes a lot of sense to me and is a great case for why these types of events should exist. Suppose I am in some sort of bucket that is underrepresented/discriminated against/etc. My thought process would be

* The problem I am facing is too big to be fixed in a reasonable amount of time/effort (e.g. years, maybe decades of social change) * There are no experts who have solved the problem so I cannot get advice from them * However, there are others like me who face the same problem and with whom I share common ground - maybe I can learn strategies from them and they can learn from me as well


Would you be willing to do me a favor and take the implicit association test on gender at https://implicit.harvard.edu/implicit and post back the results?

I really think that it's the best answer I can give to someone like you who would want a bit of deeper understanding into what this is all about ...


That's a very interesting link! For me, I ended up in the "strong association between men and science". My best guess as to why that is is that there are very few women that I've personally worked with in a technical capacity.


"Your data suggest little or no association between Female and Male with Science and Liberal Arts."

I tried the Gender-Career one and got the same result.

I guess i'm abnormal?


Not at all. The world could just use more people like you then! ;)

I personally got a 'weak correlation between Male and Science and Female and Liberal Arts' even though I care deeply about gender issues.


How does it handle operations more complex than "select * from user"? For example, joins and subqueries. And wouldn't it be nicer to have the database layer figure out properties for you instead of writing mapping code by hand?

For example (this uses SQL, I am not big on ORMs):

  User user = database.queryForObject("SELECT * FROM user WHERE user_id=?", User.class, userId);


This boils down to whether you prefer SQL to be an external or internal DSL in your host environment.

External DSL = Actual target language, no simulation thereof, but String-based, no typesafety, detached bind variables, SQL injection, etc.

Internal DSL = Typesafe, compiled, but only a simulation of the real language, limited by the host language


BTW, I just checked out jOOQ. I think you did a great job with it. This is the first ORM I've seen that really embraces SQL. Nice work


Thanks. And it will stay that way. Unlike many competitor products, there are no plans to support / unify any NoSQL, LDAP, or other data stores. If they don't implement the SQL language first, they won't be integrated.


I don't know, annotations are what you make of them and can be abused like anything else. I miss being able to do things like this when I'm not working on Java code

    @GET
    @Path("/users/{userId}")
    public Page userPage(@PathParam("userId") UUID userId, @QueryParam("blub-filter") String filter) {
      ...
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: