Live data from Hacker News

Viewing profile — mickeyp

mickeyp

HN member
Joined
Fri, Dec 09, 2011, 4:56 PM UTC
HN karma
1,951
Public activity
484 items

About mickeyp

Python and Emacs afficionado.

I run www.masteringemacs.org and www.inspiredpython.com

mickey (at) semantical.co.uk

http://github.com/mickeynp/

Recent public activity

  1. comment
    Comment #49210375

    This is one of the things Combobulate [0] tries to solve by using the output of tree-sitter. Simple breadcrumbs are easy enough to do (your cursor has a clear parental lineage) but…

  2. comment
    Comment #49136435

    I love RSS but what I love more than RSS are people who blog about stuff: high concept stuff, day-to-day stuff and just what they did yesterday. I wish people would blog more like …

  3. comment
    Comment #49120753

    I think it should look like this: https://www.dreamcoder.ai/ A smart, tiling window manager with workspaces and a great tool harness. An everything app, if you may; bring the termi…

  4. comment
    Comment #49035096

    Yeah but my idea was more about mobiles handing out quests or answering simple questions maybe about what they do. the dungeon gpt thing was a bit more organic.

  5. comment
    Comment #49034809

    I miss MUDs. My old MUD went through a rename, a fork, and what have you --- but it's limping on, though with few playing it. The cost of hosting these things are so cheap today th…

  6. comment
    Comment #48988544

    That's lovely. I look forward to seeing your autoconf and GNU Make replacement in MAUDE SYSTEM.

  7. comment
    Comment #48982490

    So you don't like using programming languages as config languages, so you: 1. Use a declarative-style format for config, which is fine, I guess; 2. ... and when that inevitably fai…

  8. comment
  9. comment
    Comment #48931699

    Your... solution to bad ETL data is to go "let's keep it this way"? You can already "store whatever you want" in a serious database that respects types by default. It's called a bl…

  10. comment
    Comment #48931630

    That's just another word for priority queueing.

  11. comment
    Comment #48846489

    Who would trust the classifiers, though? I would not. A team of professionals will trust a gateway they built themselves -- by an AI, most likely, as that is boring work -- that wo…

  12. comment
    Comment #48846245

    I find the value of someone steering an AI session to be practically nil for nearly everything. Nobody wonders out loud how a senior developer arrives at the result he does without…

  13. comment
    Comment #48797337

    Because SAX parsing is a thing, and the visitor pattern makes it easy to elide searches in sub-trees if an attribute does not match. So if name == "foobar" then read; else ignore. …

  14. comment
    Comment #48797282

    XML is unfairly maligned. Yes, people bought into it too much 26 years ago, but then you would too if you had to maintain someone else's massive packed struct dumped into a file an…

  15. comment
    Comment #48743857

    But people do 3d print frames for drones and gliders. It's undoubtedly worse than carbon fibre, I guess, but I found it interesting enough to share that you can buy especially ligh…

  16. comment
    Comment #48742399

    The same way other databases do it. With join mechanics and proper query planning. You're confusing functionality with implementation.

  17. comment
    Comment #48735694

    Fair --- but I feel my criticism stands. It's awful. Don't get me started on 80% of all deployment uses of neo4j...

  18. comment
    Comment #48734411

    They're a cool feature but honestly a bit tricky to use well, IMHO. And be careful with PII lingering in a temporal void somewhere for a long time :-)

  19. comment
    Comment #48734377

    These things exist to eliminate the risk of ever serving stale information from a materialised view. I.e., their benefit is political/reputational as much as they are technical in …

  20. comment
    Comment #48734356

    I mean I don't disagree with you, but they did just add a graph database feature, which is about as orthogonal to relational database design as you can get.

  21. comment
    Comment #48734328

    The graph database feature looks interesting, but I wonder... SELECT customer_name FROM GRAPH_TABLE (myshop MATCH (c IS customers)-[IS customer_orders]->(o IS orders WHERE o.ordere…

  22. comment
    Comment #48732810

    Oh no doubt. I'm no drone expert!

  23. comment
    Comment #48731844

    You know you're doing a great job, OP, when the peanut gallery here has nothing more substantial to add than to critique your em-dashes; greek-latin root word mix-ups despite the c…

  24. comment
    Comment #48719533

    Because numa topology is an optimisation problem with a wide solution space, and that its configuration and setup depends on the amount of physical cpus and cores; how the RAM is c…

  25. comment
    Comment #48678243

    This is a really cool project. And it's so small, too, when you consider what it unlocks and the opportunities it creates. Really awesome!