Live data from Hacker News

Viewing profile — tom9729

tom9729

HN member
Joined
Wed, Jun 22, 2011, 5:19 PM UTC
HN karma
186
Public activity
75 items

About tom9729

No profile information was provided.

Recent public activity

  1. comment
    Comment #35723458

    It's a neat feature, but I'd be worried about it getting stuck and being unable to retract. Later model years removed the ability to retract the screen on demand, due to backup-cam…

  2. comment
    Comment #35634583

    Anything that depends on Safedisc is also screwed because Microsoft pulled the driver for security reasons. This includes a lot of first-party stuff like Mechwarrior 4 and Freelanc…

  3. comment
    Comment #34988912

    Personally as a beginner it's nice to have GDScript built-in. You can literally install Godot as a single executable and everything is self contained which vastly simplifies gettin…

  4. comment
    Comment #34431928

    The data stores are pluggable. Postgres (with PostGIS) is one option.

  5. comment
    Comment #34271411

    The VW CEO recently said that physical buttons would be coming back sometime this year, so you may be able to get that Golf after all. :-) https://www.carmagazine.co.uk/car-news/te…

  6. comment
    Comment #32934865

    The space wasn't necessary previously, and pasting code DID work, and then an update silently broke it and it's been like that ever since. Now you're supposed to use the formatting…

  7. comment
    Comment #32119884

    Teiid can also be deployed as a standalone server (see the Wildfly route). There is a JDBC driver to connect to it, and they emulate the Postgres wire protocol so you can even use …

  8. comment
    Comment #18055178

    I think what you want is this: https://github.com/boundlessgeo/prj2epsg GeoTools (Java GIS library) has several versions of the EPSG database available as JARs and you can use the …

  9. comment
    Comment #12886319

    It's possible with all of the languages. Perhaps static analysis is just difficult with Python?

  10. comment
    Comment #12370762

    Git does support custom merge "drivers" on a per file basis. For example: https://gist.github.com/seanh/378623

  11. comment
    Comment #11409926

    Or just write down the latest commit (or use git reflog to find it post facto) and if you mess up, do "git reset --hard " to get back to it.

  12. comment
    Comment #11294634

    It wouldn't have to be a new DVCS. It could be a Rust implementation of Git. e.g. Java Git implementation (JGit) used by Eclipse, Gerrit, etc.

  13. comment
    Comment #10793300

    It's unfortunate that people are down-voting instead of responding to you. I'm far from an expert but it would be interesting to see what other people think here... Basic auth is i…

  14. comment
    Comment #10315617

    Managers find a way. They will just use (or invent) another tool that lets them do it how they want. Now you have two tools, and some poor schmuck (or the developers) will get stuc…

  15. comment
    Comment #10050951

    Gitg ( https://wiki.gnome.org/Apps/Gitg/ ) looks decent, although it's Linux-only. It's like git-gui and gitk merged into a GTK3 interface. It would be cool if Atlassian would open…

  16. comment
    Comment #10045374

    One way to get this would be to develop a Teiid translator (plugin) for Rethink. https://issues.jboss.org/browse/TEIID-3303 http://teiid.jboss.org/ The normal use case is to use th…

  17. comment
    Comment #10045340

    I'm also curious about this. It seems like the ASL drivers are a bit of a loophole. What happens if later Rethink decides to relicense their drivers as AGPL with a commercial optio…

  18. comment
    Comment #9182277

    You could use Teiid ( https://github.com/teiid/teiid ). The SQL dialect is similar to Postgres, and it has built-in translators to handle all of the popular relational databases (P…

  19. comment
    Comment #9096884

    From the spec: "The syntax of path data is concise in order to allow for minimal file size and efficient downloads, since many SVG files will be dominated by their path data. " htt…

  20. comment
    Comment #8807965

    > Solved much more elegantly by the likes of daemontools and derivatives (s6, runit, etc.), many years before systemd. Then why is no one using them? > Hardly "new". Dependency sys…

  21. comment
    Comment #8807956

    You clearly haven't used Unity; it's basically a clone of the OS X 10.6 interface (before they changed spaces) built on top of GTK3. It's got a useful set of standard key bindings …

  22. comment
    Comment #8791679

    Have you considered just using the open source driver?

  23. comment
    Comment #8655900

    Maybe proprietary isn't the right word. I don't like that the only way to do pre-commit code review is using a CLI tool that only works with Phabricator. Contrast this with the GH-…

  24. comment
    Comment #8655227

    Shopping around for these kinds of tools recently. Phabricator looks great, but the point you mentioned is a show stopper for me. I would love to see Phabricator have GH-style code…

  25. comment
    Comment #8653310

    I remember it being the case in 2007/2008. This is the closest thing I could find to a citation. http://www.codeproject.com/Articles/4439/Getting-started-wit... "To create a new pr…