Live data from Hacker News

Viewing profile — zazaulola

zazaulola

HN member
Joined
Thu, Aug 04, 2022, 11:20 AM UTC
HN karma
40
Public activity
47 items

About zazaulola

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #45852082

    Which transitions in Powerpoint are special? I haven't seen better slide transitions than here https://impress.js.org/

  4. 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…

  5. comment
    Comment #45844730

    Try Blake3 instead SHA-1 https://github.com/BLAKE3-team/BLAKE3

  6. comment
    Comment #44936527

    2kb https://medv.io/codejar/

  7. 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…

  8. comment
    Comment #42613854

    For positive numbers, both the FLOOR() and TRUNC() functions return the same values

  9. 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?

  10. 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…

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. comment
    Comment #42312897

    > Skia is for drawing vector graphics. What do you mean by "vector graphics"? Both Canvas and ImageData work only with pixels.

  16. comment
    Comment #42310256

    How is it different from jimp? https://jimp-dev.github.io/jimp/ Maybe there are some killer features?

  17. comment
    Comment #42244871

    Yeah. I'd forgot that Borland's turbo-vision interfaces had hamburger on the menu

  18. 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…

  19. 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…

  20. comment
    Comment #42065177

    `gdisk` supports GPT, but to partition system SSD you need to deactivate System Integrity Protection: gdisk /dev/disk0

  21. 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 …

  22. comment
    Comment #42063091

    `pdisk` might be more convenient if you've worked with `gdisk` on ArchLinux https://manpagez.com/man/8/pdisk/

  23. comment
    Comment #42061840

    To find what causes your laptop drains its battery, you can use sudo powermetrics

  24. 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 …

  25. 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.