Viewing profile — zazaulola
zazaulola
HN member- Joined
- Thu, Aug 04, 2022, 11:20 AM UTC
- HN karma
- 40
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About zazaulola
No profile information was provided.
Recent public activity
-
comment
Comment #48850942
I'm not a lawyer, and I don't live in the EU. Sorry for the silly question. Is there any EU law that prohibits minors from encrypting their messages or using, for example, PGP keys…
-
comment
Comment #45893544
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 f…
-
comment
Comment #45852082
Which transitions in Powerpoint are special? I haven't seen better slide transitions than here https://impress.js.org/
-
comment
Comment #45847495
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…
-
comment
Comment #45844730
Try Blake3 instead SHA-1 https://github.com/BLAKE3-team/BLAKE3
-
comment
Comment #44936527
2kb https://medv.io/codejar/
-
comment
Comment #44425345
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 with…
-
comment
Comment #42613854
For positive numbers, both the FLOOR() and TRUNC() functions return the same values
-
comment
Comment #42613747
Has anyone ever wondered why in the US the week starts on Sunday, but in Europe and Asia it starts on Monday?
-
comment
Comment #42603771
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…
-
comment
Comment #42539401
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/ba…
-
comment
Comment #42529724
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, ca…
-
comment
Comment #42448734
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 …
-
comment
Comment #42390910
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…
-
comment
Comment #42312897
> Skia is for drawing vector graphics. What do you mean by "vector graphics"? Both Canvas and ImageData work only with pixels.
-
comment
Comment #42310256
How is it different from jimp? https://jimp-dev.github.io/jimp/ Maybe there are some killer features?
-
comment
Comment #42244871
Yeah. I'd forgot that Borland's turbo-vision interfaces had hamburger on the menu
-
comment
Comment #42096614
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…
-
comment
Comment #42095205
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-Sol…
-
comment
Comment #42065177
`gdisk` supports GPT, but to partition system SSD you need to deactivate System Integrity Protection: gdisk /dev/disk0
-
comment
Comment #42064045
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 …
-
comment
Comment #42063091
`pdisk` might be more convenient if you've worked with `gdisk` on ArchLinux https://manpagez.com/man/8/pdisk/
-
comment
Comment #42061840
To find what causes your laptop drains its battery, you can use sudo powermetrics
-
comment
Comment #42038473
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 …
-
comment
Comment #42035125
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.