What do you mean by “terminal”? Perhaps you are referring to something like a VT100. https://commons.wikimedia.org/wiki/File:DEC_VT100_terminal.j... I may disappoint you with the fact that IBM PC-compatible computers…
Which transitions in Powerpoint are special? I haven't seen better slide transitions than here https://impress.js.org/
What other algorithms have you used? I'm really interested in big data streams. I would like to hear not only successful solutions, but also failed ones. Have you tried using Bloom filters? Is it possible to merge…
Try Blake3 instead SHA-1 https://github.com/BLAKE3-team/BLAKE3
2kb https://medv.io/codejar/
Explain to me what tasks can be solved in the approach with flows? I used Node-Red in some automation processes. I managed to solve only simple problems that are easy to solve without AI. But how do you program in this…
For positive numbers, both the FLOOR() and TRUNC() functions return the same values
Has anyone ever wondered why in the US the week starts on Sunday, but in Europe and Asia it starts on Monday?
WebSocket solves a very different problem. It may be only partially related to organizing two-way communication, but it has nothing to do with data complexity. Moreover, WS are not good enough at transmitting binary…
I'm confirming. Often, when you run a script on more than just your own computer, bash is located in unexpected places. For me, for example: `/data/data/com.termux/files/usr/bin/bash` In such cases, scripts containing…
ESP32 has 18 ADC input channels. But if you are using Wifi, you can only use 8 of the 18 for ADC conversion: GPIO pins 32-39. Other 10 pins, on which ADC2 channels are possible, can only accept pulse data if you are…
There is a website that contains thousands of such examples. https://www.dwitter.net/ Dwitter is like Twitter, but for one-line javascript examples using canvas. Users are limited to 140 bytes in their creations.
I've never understood how generating dozens of variables containing the same color with a change in the value of one of the channels helps. Can't you just write everything you need in simple CSS? It would be better,…
> Skia is for drawing vector graphics. What do you mean by "vector graphics"? Both Canvas and ImageData work only with pixels.
How is it different from jimp? https://jimp-dev.github.io/jimp/ Maybe there are some killer features?
Yeah. I'd forgot that Borland's turbo-vision interfaces had hamburger on the menu
I'm not a mathematician. It works like magic for me. Simply put. Suppose you have 64 bits (8 bytes) of regular RAM. For ECC-enabled memory, a similar block of memory will occupy 72 bits (9 bytes). The first 64 bits will…
ECC algorithms can be used to find errors in read data: https://en.wikipedia.org/wiki/Error_correction_code I was introduced to the first ECC algorithm in high school: the Reed-Solomon Code:…
It's probably been written about a lot of places already. For me, increasing the number of icons in the launcher grid was very useful. After running these three commands, the size of the Launcher will be set to 13x8…
`pdisk` might be more convenient if you've worked with `gdisk` on ArchLinux https://manpagez.com/man/8/pdisk/
To find what causes your laptop drains its battery, you can use sudo powermetrics
There are pros and cons to using JS. GJS has only collected the negative features of JS. If there is some guarantee for JS applications that it will work in a few years, then each new GNOME release breaks half of the…
Always hated GNOME 3 for their decision to implement a JavaScript engine into the base UI. Time goes by, now it's time to implement React.
VSCode does not necessarily require Electron. Unlike Zed, VSCode can actually run on a server, and Google Chrome can be used as a client. You can even take advantage of all VSCode features and plugins using Google…
It is to be expected that LLM will make a decision on its own if it suspects any changes to the API. In any case, there is no time to fix the code during the game.
What do you mean by “terminal”? Perhaps you are referring to something like a VT100. https://commons.wikimedia.org/wiki/File:DEC_VT100_terminal.j... I may disappoint you with the fact that IBM PC-compatible computers…
Which transitions in Powerpoint are special? I haven't seen better slide transitions than here https://impress.js.org/
What other algorithms have you used? I'm really interested in big data streams. I would like to hear not only successful solutions, but also failed ones. Have you tried using Bloom filters? Is it possible to merge…
Try Blake3 instead SHA-1 https://github.com/BLAKE3-team/BLAKE3
2kb https://medv.io/codejar/
Explain to me what tasks can be solved in the approach with flows? I used Node-Red in some automation processes. I managed to solve only simple problems that are easy to solve without AI. But how do you program in this…
For positive numbers, both the FLOOR() and TRUNC() functions return the same values
Has anyone ever wondered why in the US the week starts on Sunday, but in Europe and Asia it starts on Monday?
WebSocket solves a very different problem. It may be only partially related to organizing two-way communication, but it has nothing to do with data complexity. Moreover, WS are not good enough at transmitting binary…
I'm confirming. Often, when you run a script on more than just your own computer, bash is located in unexpected places. For me, for example: `/data/data/com.termux/files/usr/bin/bash` In such cases, scripts containing…
ESP32 has 18 ADC input channels. But if you are using Wifi, you can only use 8 of the 18 for ADC conversion: GPIO pins 32-39. Other 10 pins, on which ADC2 channels are possible, can only accept pulse data if you are…
There is a website that contains thousands of such examples. https://www.dwitter.net/ Dwitter is like Twitter, but for one-line javascript examples using canvas. Users are limited to 140 bytes in their creations.
I've never understood how generating dozens of variables containing the same color with a change in the value of one of the channels helps. Can't you just write everything you need in simple CSS? It would be better,…
> Skia is for drawing vector graphics. What do you mean by "vector graphics"? Both Canvas and ImageData work only with pixels.
How is it different from jimp? https://jimp-dev.github.io/jimp/ Maybe there are some killer features?
Yeah. I'd forgot that Borland's turbo-vision interfaces had hamburger on the menu
I'm not a mathematician. It works like magic for me. Simply put. Suppose you have 64 bits (8 bytes) of regular RAM. For ECC-enabled memory, a similar block of memory will occupy 72 bits (9 bytes). The first 64 bits will…
ECC algorithms can be used to find errors in read data: https://en.wikipedia.org/wiki/Error_correction_code I was introduced to the first ECC algorithm in high school: the Reed-Solomon Code:…
It's probably been written about a lot of places already. For me, increasing the number of icons in the launcher grid was very useful. After running these three commands, the size of the Launcher will be set to 13x8…
`pdisk` might be more convenient if you've worked with `gdisk` on ArchLinux https://manpagez.com/man/8/pdisk/
To find what causes your laptop drains its battery, you can use sudo powermetrics
There are pros and cons to using JS. GJS has only collected the negative features of JS. If there is some guarantee for JS applications that it will work in a few years, then each new GNOME release breaks half of the…
Always hated GNOME 3 for their decision to implement a JavaScript engine into the base UI. Time goes by, now it's time to implement React.
VSCode does not necessarily require Electron. Unlike Zed, VSCode can actually run on a server, and Google Chrome can be used as a client. You can even take advantage of all VSCode features and plugins using Google…
It is to be expected that LLM will make a decision on its own if it suspects any changes to the API. In any case, there is no time to fix the code during the game.