Having read the book Dealers of Lightning about Xerox PARC and Kay,I think Smalltalk 72 was the original smaller simple language, with which children were taught. Then others at Xerox added more professional stuff, the…
Technical skills, shared values, collective memory. If you were wondering.
I recall reading it, and strangely I felt that making of the game is just a side-happening, while the author was on pursuit to get into movie industry rather. Am interesting contrast, given most people know and are…
I think https://www.dreamsongs.com/WIB.html "2.1 The Rise of Worse is Better" is as good a comparison as one can get. (I'm neutral but I like the historic context)
Glean, at least tangentially?
Decryping is ephemeral though. No request body gets stored, except in RAM. Malicious operators etc, well that's always a possibility, but they supposedly have controls for that. And as others noted, they are not the…
How does it compare to PlantUML with the C4 plugin is the first question coming to mind.
> If you want to press C-c, use the right Control key with your right hand First thought: but C is on the right. Second thought: ah, I use Dvorak
I was pondering about using simple decentralized databases that are kept synchronized asynchronously. I arrived to a design where SQLite databases would be synchronized by Kafka. Kafka is really robust, and has a…
Great to see this space moving! Any pointers on diff vs Kythe? Kythe has a mostly fixed schema, for one. One of the pain points using Kythe is wiring up the indexer to the build system. Would Glean indexers be easier to…
IANAL but EU reverse engineering exception is granted for purposes of interoperability as I remember? Think API, protocol, file format. You can't reverse engineer and share random internals.
Express this dismay to them, in a honest open conversation. Discover what holds them back. Be open, don't scold, maybe they reveal a problem in your attitude as well.
Jerry Weinberg asserted that you need 5x the hourly rate as a consultant, due to overhead, to get even. I really recommend Secrets of Consulting. I was vary since it sounds a BS title, but excellent book.
Clicking the first image link about the exhibition triggers some Android spam pop-up fyi.
I highly recommend "Managing Yourself and Others" from Gerald Weinberg - https://leanpub.com/managingyourselfandothers Or anything from him, really.
I like how the subtle repetition of using the word "gain" programs the mind to associate to grain.
People who can pass the whiteboard interview might have a problem persisting on long, not very challenging grunt things. Migrating that database over a period of a year. Overhauling some bits of that terrible UI. If you…
Having done some chidokai, first thought on seeing the site is "wow, that's a poor stance". YMMV
I saw the following model work: offer a compilation of your best (or themed xyz..) articles for money. Add that you can mostly find these scattered on the site anyway. Very fair, and people would pay for getting an…
With https://github.com/TreeTide/underhood, my goal is to provide a read-only view of code, geared for understanding and debugging. Having to maintain the ability to edit comes with constraints.
Actor frameworks with message passing, just like direct mutation, don't compose. On Haskell, yes, you can just work off a thread and write shared buffers. But you are better off using STM or Async (these are a bit like…
The backend is open sourced, it is Kythe.io. It supports go, c++, java out of the box, for some definition of out of the box. Maybe even typescript. Also cross-references protobufs work generated code of you make the…
Shameless plug: https://github.com/TreeTide/underhood is a work in progress UI over Kythe indices (the same indices that power Code Search). If you already know how to index, this is a completely open source…
Having read the book Dealers of Lightning about Xerox PARC and Kay,I think Smalltalk 72 was the original smaller simple language, with which children were taught. Then others at Xerox added more professional stuff, the…
Technical skills, shared values, collective memory. If you were wondering.
I recall reading it, and strangely I felt that making of the game is just a side-happening, while the author was on pursuit to get into movie industry rather. Am interesting contrast, given most people know and are…
I think https://www.dreamsongs.com/WIB.html "2.1 The Rise of Worse is Better" is as good a comparison as one can get. (I'm neutral but I like the historic context)
Glean, at least tangentially?
Decryping is ephemeral though. No request body gets stored, except in RAM. Malicious operators etc, well that's always a possibility, but they supposedly have controls for that. And as others noted, they are not the…
How does it compare to PlantUML with the C4 plugin is the first question coming to mind.
> If you want to press C-c, use the right Control key with your right hand First thought: but C is on the right. Second thought: ah, I use Dvorak
I was pondering about using simple decentralized databases that are kept synchronized asynchronously. I arrived to a design where SQLite databases would be synchronized by Kafka. Kafka is really robust, and has a…
Great to see this space moving! Any pointers on diff vs Kythe? Kythe has a mostly fixed schema, for one. One of the pain points using Kythe is wiring up the indexer to the build system. Would Glean indexers be easier to…
IANAL but EU reverse engineering exception is granted for purposes of interoperability as I remember? Think API, protocol, file format. You can't reverse engineer and share random internals.
Express this dismay to them, in a honest open conversation. Discover what holds them back. Be open, don't scold, maybe they reveal a problem in your attitude as well.
Jerry Weinberg asserted that you need 5x the hourly rate as a consultant, due to overhead, to get even. I really recommend Secrets of Consulting. I was vary since it sounds a BS title, but excellent book.
Clicking the first image link about the exhibition triggers some Android spam pop-up fyi.
I highly recommend "Managing Yourself and Others" from Gerald Weinberg - https://leanpub.com/managingyourselfandothers Or anything from him, really.
I like how the subtle repetition of using the word "gain" programs the mind to associate to grain.
People who can pass the whiteboard interview might have a problem persisting on long, not very challenging grunt things. Migrating that database over a period of a year. Overhauling some bits of that terrible UI. If you…
Having done some chidokai, first thought on seeing the site is "wow, that's a poor stance". YMMV
I saw the following model work: offer a compilation of your best (or themed xyz..) articles for money. Add that you can mostly find these scattered on the site anyway. Very fair, and people would pay for getting an…
With https://github.com/TreeTide/underhood, my goal is to provide a read-only view of code, geared for understanding and debugging. Having to maintain the ability to edit comes with constraints.
Actor frameworks with message passing, just like direct mutation, don't compose. On Haskell, yes, you can just work off a thread and write shared buffers. But you are better off using STM or Async (these are a bit like…
The backend is open sourced, it is Kythe.io. It supports go, c++, java out of the box, for some definition of out of the box. Maybe even typescript. Also cross-references protobufs work generated code of you make the…
Shameless plug: https://github.com/TreeTide/underhood is a work in progress UI over Kythe indices (the same indices that power Code Search). If you already know how to index, this is a completely open source…