Viewing profile — mickeyp
mickeyp
HN member- Joined
- Fri, Dec 09, 2011, 4:56 PM UTC
- HN karma
- 1,951
- Public activity
- 484 items
- HN profile
- View on Hacker News ↗
About mickeyp
I run www.masteringemacs.org and www.inspiredpython.com
mickey (at) semantical.co.uk
http://github.com/mickeynp/
Recent public activity
-
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…
-
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 …
-
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…
-
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.
-
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…
-
comment
Comment #48988544
That's lovely. I look forward to seeing your autoconf and GNU Make replacement in MAUDE SYSTEM.
-
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…
- comment
-
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…
-
comment
Comment #48931630
That's just another word for priority queueing.
-
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…
-
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…
-
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. …
-
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…
-
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…
-
comment
Comment #48742399
The same way other databases do it. With join mechanics and proper query planning. You're confusing functionality with implementation.
-
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...
-
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 :-)
-
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 …
-
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.
-
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…
-
comment
Comment #48732810
Oh no doubt. I'm no drone expert!
-
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…
-
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…
-
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!