> curried functions often don't compose nicely Same for imperative languages with "parameter list" style. In python, with def f(a, b): return c, d def g(k, l): return m, n you can't do f(g(1,2)) but have to use…
Current social consensus is that copyright exists and one can only use software on conditions stated in license. Thus, proprietary and copyleft have same protection. Another possible consensus would be that copyright…
Copyleft is copyright held in smart way. Nobody can take code under GPL and make its _copy_ proprietary because it would be violation of copyright. In the other thread you argued that AI output is not copyrighted. Do…
Most of FOSS is not a free gift, but asks for some form of repay. MIT asks for credit. GPL asks or credit and GPL'ing of things built atop. Unlicense is a free gift, but it is a minority. AI reproduces code while…
Easy to check: try to speak with someone talking foreign language you don't know and estimate what percentage of what they said you understood from tone of voice etc. I would guess it's less than 80%.
It's impressing that browser can display many levels of recursive iframe.
√2 with floating point is obviously closest representable number. With fixed point it is obviously closest representable number as well. With rationals, you need to arbitrarily limit precision, and the point of using…
- after few operations denominator exceeds 64-bit range, so you either need bigint, or make fractions approximate, what is in affect fixed point - often you use decimal fraction on output and input anyway - it's slower,…
Thanks for sharing! A bit of css, and it's possible to read mastodon posts with a web browser! head {display:block; background:Canvas; color:CanvasText;} meta[content] {display:block; padding-bottom:1em;}…
Was nvidia driver foss or proprietary?
With proprietary software, how many times a producer did fix breakage or add missing feature for you because you bought a licence (subscription)? How fast was it?
Keycap displays could be used to shuffle letters, thus prevent touch typing and force neck moves.
Chronosort is closer to radix sort, as both are O(n) if values are bounded. Queue-sort (aka heapsort) is O(n log n).
There are two commands that do work in shebang: /bin/sh and /usr/bin/env. Everything else will break sooner or later: BSDs, Nix, Linux distros with separate /bin and /usr/bin and so on.
Call it "JSON API", that pinpoints all important characteristics of most "REST" APIs lacking HATEOAS.
Right, I forgot storage. Yet in the context of "a model (spreadsheet) with bounded storage and bounded computation steps count is TM complete when looping is externalized", one can externalize storage as well, or encode…
Notably, finite automata are Turing complete. (TM is DFA + looping).
Nope, depending on your workflow, you can miss features of Krusader like archive integration, browsing over ssh, lock-step navigation in panels, selection modes, builtin editor/viewer formats coverage and other tiny yet…
It's like turning your car's engine off overnight because that uses fuel.
> Firefox is may freeze the user agent to a two-digit number like "Firefox/99.0." Opera did that when version went up from 9 to 10. Too many websites looked at first digit of version rather that doing feature discovery…
That's how I use pass on Linux. A key shortcut is bind to script that calls "xdotool getwindowfocus getwindowname", selects credentials set based on it, asks for master password with pinentry-qt if needed, then types…
This is great example of what is wrong with many SPAs. They should not be applications in first place. Why is it using tons of JS to display few paragraphs of static text? It could be hosted as static html pages. It…
Telling what concrete problem you solve already place you ahead of many Apache projects. "single storage that can handle both relational and graph model data". Some short example of usage would be nice too. To…
There is fundamental difference of how people think about www. For some, it is execution environment for Web Apps, where backend-frontend split and communication over network is accidental, basically internal for App.…
Notice that demand for abducted children is inelastic in regard to number of children walking around the neighborhood. This means there are two equilibrium points of walking children market: first is letting them play…
> curried functions often don't compose nicely Same for imperative languages with "parameter list" style. In python, with def f(a, b): return c, d def g(k, l): return m, n you can't do f(g(1,2)) but have to use…
Current social consensus is that copyright exists and one can only use software on conditions stated in license. Thus, proprietary and copyleft have same protection. Another possible consensus would be that copyright…
Copyleft is copyright held in smart way. Nobody can take code under GPL and make its _copy_ proprietary because it would be violation of copyright. In the other thread you argued that AI output is not copyrighted. Do…
Most of FOSS is not a free gift, but asks for some form of repay. MIT asks for credit. GPL asks or credit and GPL'ing of things built atop. Unlicense is a free gift, but it is a minority. AI reproduces code while…
Easy to check: try to speak with someone talking foreign language you don't know and estimate what percentage of what they said you understood from tone of voice etc. I would guess it's less than 80%.
It's impressing that browser can display many levels of recursive iframe.
√2 with floating point is obviously closest representable number. With fixed point it is obviously closest representable number as well. With rationals, you need to arbitrarily limit precision, and the point of using…
- after few operations denominator exceeds 64-bit range, so you either need bigint, or make fractions approximate, what is in affect fixed point - often you use decimal fraction on output and input anyway - it's slower,…
Thanks for sharing! A bit of css, and it's possible to read mastodon posts with a web browser! head {display:block; background:Canvas; color:CanvasText;} meta[content] {display:block; padding-bottom:1em;}…
Was nvidia driver foss or proprietary?
With proprietary software, how many times a producer did fix breakage or add missing feature for you because you bought a licence (subscription)? How fast was it?
Keycap displays could be used to shuffle letters, thus prevent touch typing and force neck moves.
Chronosort is closer to radix sort, as both are O(n) if values are bounded. Queue-sort (aka heapsort) is O(n log n).
There are two commands that do work in shebang: /bin/sh and /usr/bin/env. Everything else will break sooner or later: BSDs, Nix, Linux distros with separate /bin and /usr/bin and so on.
Call it "JSON API", that pinpoints all important characteristics of most "REST" APIs lacking HATEOAS.
Right, I forgot storage. Yet in the context of "a model (spreadsheet) with bounded storage and bounded computation steps count is TM complete when looping is externalized", one can externalize storage as well, or encode…
Notably, finite automata are Turing complete. (TM is DFA + looping).
Nope, depending on your workflow, you can miss features of Krusader like archive integration, browsing over ssh, lock-step navigation in panels, selection modes, builtin editor/viewer formats coverage and other tiny yet…
It's like turning your car's engine off overnight because that uses fuel.
> Firefox is may freeze the user agent to a two-digit number like "Firefox/99.0." Opera did that when version went up from 9 to 10. Too many websites looked at first digit of version rather that doing feature discovery…
That's how I use pass on Linux. A key shortcut is bind to script that calls "xdotool getwindowfocus getwindowname", selects credentials set based on it, asks for master password with pinentry-qt if needed, then types…
This is great example of what is wrong with many SPAs. They should not be applications in first place. Why is it using tons of JS to display few paragraphs of static text? It could be hosted as static html pages. It…
Telling what concrete problem you solve already place you ahead of many Apache projects. "single storage that can handle both relational and graph model data". Some short example of usage would be nice too. To…
There is fundamental difference of how people think about www. For some, it is execution environment for Web Apps, where backend-frontend split and communication over network is accidental, basically internal for App.…
Notice that demand for abducted children is inelastic in regard to number of children walking around the neighborhood. This means there are two equilibrium points of walking children market: first is letting them play…