Live data from Hacker News

Viewing profile — jamougha

jamougha

HN member
Joined
Sun, May 03, 2015, 8:01 AM UTC
HN karma
43
Public activity
12 items

About jamougha

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #20731796

    Namespaces are horrible in Python because the Python XML libraries are deficient. They're generally fine in e.g. Java. (Unless you're trying to represent QName typed data, but that…

  3. comment
    Comment #19470303

    Kubernetes used to be hard to set up from scratch. Recently we had to set up a new cluster and it just worked with very little faff.

  4. comment
    Comment #19049980

    I can read Scala fine but I'd like fast compilation and good IDE support.

  5. comment
    Comment #19049930

    The tests are ineffective. That's because, as the article notes, unit tests - tests of single functions, with dependencies mocked - give very little confidence that code actually w…

  6. comment
    Comment #19049548

    We have a new guy at work who loves unit tests. Yammers about them constantly. If he's working on a feature that needs changes to classes A, B and C then his workflow is: make all …

  7. comment
    Comment #18955579

    My company tried using Swarm 2-3 years ago and ran into the problem that it didn't actually work. Containers would just go missing from the network. Consequently we switched to Kub…

  8. comment
    Comment #18831515

    CO2 emissions from international flights will be capped at 2020 levels by international agreement so supersonic flight will have no net effect on emissions. https://www.icao.int/en…

  9. comment
    Comment #18776658

    Ocaml has a GIL. I've worked with people trying to build a distributed system in a language with a GIL and do not recommend it.

  10. comment
    Comment #18757983

    In principle yes, it was intended for general business reporting. Essentially each filing (called an instance) consists of a series of 'facts', each of which reports a single value…

  11. comment
    Comment #18756906

    Storing large objects in database rows impacts performance and scalability but this shouldn't be a problem unless your files are extraordinarily large.

  12. comment
    Comment #18756859

    There's a fairly large ecosystem of tools for creating and processing financial data in XBRL which doesn't exist for SQLite. All the Big 4 handle XBRL already - I know because I wr…