Velocity is only measured by the value you introduce. Incorrect code decreases value.
No. They want users to become customers AND products.
You might want to have a look at Voxatron[1], the 3D version of Pico-8, that you get as a bonus when you buy a license of Pico-8. [1]: https://www.lexaloffle.com/voxatron.php
Without a blink, McAfee. This abomination has the ability to put more than decent computer into a miserable slug. I cannot imagine how much my client would have saved in productivity from all its employees and…
> Good software is reusable. I can import functions from 1,000,000 different npm modules all into my project and they don't fuck with each other, right? I just spent the whole day trying to fix compatibility issues…
HTML is not a programming language, it's a markup language. And SQL is Turing complete.
That's more subtle, as individual anonymized data point can not identify an individual, but a linked set of those can, with a very high percentage of confidence. Facebook can always play the card that each data point…
Oh, and don't forget to share our article using the little facebook widget at the bottom...
Is it just me or does this recommendation reads more like a medium blog post from some developer advocate than like a formal specification ?
P5 is indeed the official port of Processing for Java (Processing.js being an independent attempt from John Resig). But like Processing, P5 is more about artistic realisations than applied use, which all of your…
The only, and still unmatched, advantage of using applets was having access to external devices, such as smart card readers, in order to be used with eID, for example. This is not possible with this plugin. The only…
Const exists too, but for compile-time constant. Var and val are ok due to the general conciseness of the language (they don't get lost in the noise of other ceremonies). Plus, being a language though to benefit from…
I don't know... Jenkins? I mean, it is battle tested, has all the features you mention, plus pipeline of tasks, is extensible, can be clustered if needed, and, as a bonus, can serve as a CI as well. The only downside I…
Thing is, by the time you have to take back this application for maintenance, chances are high that the then mainstream framework will be outdated, newcomers won't even know it, the doc will have vanished in a poor…
No, they don't. Behind the scene, it's Lucene that is creating a set of inverted indexes. While extremely performant for text search, it is also destructive and partial comparing to the initial dataset. So, there is no…
Going that direction, one could argue that what you open source might not be what you are running in production.
Uh. Do you mean that, because a project is open source it has to limit itself to the lowest common denominator (not targeting git specifically here) rather than aspire to a better/more suited toolchain that its…
> I can certainly understand things like nude photos, sex tapes, etc. but we already have legal means of dealing with those examples. Can someone convince me why this law is necessary and in the public interest? No, we…
In git, when you rewrite your history, the old version is gone (well, you still have the revlog for 30 days, but then it's basically over). This is why some commands like `git push --force`after a rebase can cause so…
Again, wrong. Encoding without proper context means "convert in a coded form". Hum that's not exactly what we want. So, let's add the "computing context", now we have, as an example, the ability to encode a WAVE file…
Put yourself in the shoes of an inexperienced mathematician solving its first theorem. You've been advised to take care of infinity as described with two parallels crossing at infinity. Problem, your theorem is dealing…
This whole post is ridiculous. The problem he poorly tries to described has been solved by mathematicians a few millenniums ago. In a single word: CONTEXT. A word is nothing if not bound by a context. Developers have…
flywaydb is not even as good as pure SQL scripts. It is mainly designed to be a forward-only tool. I honestly doubt anyone with some database background would recommend it.
I do use it. Primarily because it more widespread in the Java world than other competitors,and more easy, in the syntax, to start with. You might also be interested in DB-Main [0] But database migration has little to do…
I wish my current coworkers wrote any comment in there commit message...
Velocity is only measured by the value you introduce. Incorrect code decreases value.
No. They want users to become customers AND products.
You might want to have a look at Voxatron[1], the 3D version of Pico-8, that you get as a bonus when you buy a license of Pico-8. [1]: https://www.lexaloffle.com/voxatron.php
Without a blink, McAfee. This abomination has the ability to put more than decent computer into a miserable slug. I cannot imagine how much my client would have saved in productivity from all its employees and…
> Good software is reusable. I can import functions from 1,000,000 different npm modules all into my project and they don't fuck with each other, right? I just spent the whole day trying to fix compatibility issues…
HTML is not a programming language, it's a markup language. And SQL is Turing complete.
That's more subtle, as individual anonymized data point can not identify an individual, but a linked set of those can, with a very high percentage of confidence. Facebook can always play the card that each data point…
Oh, and don't forget to share our article using the little facebook widget at the bottom...
Is it just me or does this recommendation reads more like a medium blog post from some developer advocate than like a formal specification ?
P5 is indeed the official port of Processing for Java (Processing.js being an independent attempt from John Resig). But like Processing, P5 is more about artistic realisations than applied use, which all of your…
The only, and still unmatched, advantage of using applets was having access to external devices, such as smart card readers, in order to be used with eID, for example. This is not possible with this plugin. The only…
Const exists too, but for compile-time constant. Var and val are ok due to the general conciseness of the language (they don't get lost in the noise of other ceremonies). Plus, being a language though to benefit from…
I don't know... Jenkins? I mean, it is battle tested, has all the features you mention, plus pipeline of tasks, is extensible, can be clustered if needed, and, as a bonus, can serve as a CI as well. The only downside I…
Thing is, by the time you have to take back this application for maintenance, chances are high that the then mainstream framework will be outdated, newcomers won't even know it, the doc will have vanished in a poor…
No, they don't. Behind the scene, it's Lucene that is creating a set of inverted indexes. While extremely performant for text search, it is also destructive and partial comparing to the initial dataset. So, there is no…
Going that direction, one could argue that what you open source might not be what you are running in production.
Uh. Do you mean that, because a project is open source it has to limit itself to the lowest common denominator (not targeting git specifically here) rather than aspire to a better/more suited toolchain that its…
> I can certainly understand things like nude photos, sex tapes, etc. but we already have legal means of dealing with those examples. Can someone convince me why this law is necessary and in the public interest? No, we…
In git, when you rewrite your history, the old version is gone (well, you still have the revlog for 30 days, but then it's basically over). This is why some commands like `git push --force`after a rebase can cause so…
Again, wrong. Encoding without proper context means "convert in a coded form". Hum that's not exactly what we want. So, let's add the "computing context", now we have, as an example, the ability to encode a WAVE file…
Put yourself in the shoes of an inexperienced mathematician solving its first theorem. You've been advised to take care of infinity as described with two parallels crossing at infinity. Problem, your theorem is dealing…
This whole post is ridiculous. The problem he poorly tries to described has been solved by mathematicians a few millenniums ago. In a single word: CONTEXT. A word is nothing if not bound by a context. Developers have…
flywaydb is not even as good as pure SQL scripts. It is mainly designed to be a forward-only tool. I honestly doubt anyone with some database background would recommend it.
I do use it. Primarily because it more widespread in the Java world than other competitors,and more easy, in the syntax, to start with. You might also be interested in DB-Main [0] But database migration has little to do…
I wish my current coworkers wrote any comment in there commit message...