Live data from Hacker News

Viewing profile — yuuta

yuuta

HN member
Joined
Fri, Mar 26, 2021, 11:23 PM UTC
HN karma
434
Public activity
57 items

About yuuta

Just a student interested in computer science. Use Java / C. https://blog.yuuta.moe

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #36387208

    I never trusted Signal due to https://github.com/net4people/bbs/issues/60

  4. comment
    Comment #35875135

    Ever since Microsoft acquisition

  5. comment
    Comment #35816570

    Still no #embed

  6. comment
    Comment #35597335

    That's a pretty good article, but I expect more in-depth information on booting modern Intel CPUs ... I am very interested in modern UEFI / BIOS firmware development and how do the…

  7. comment
    Comment #35266240

    I have been running my homelab for 2 ~ 3 years, and I never considered rpi to be one of the servers ... It is just for toys or some "high school robots" stuff, with 0% availability…

  8. comment
    Comment #34620215

    I'm always using the Enterprise edition. No such crap. Microsoft should treat consumers better.

  9. comment
    Comment #34222169

    Better way: use Get-AppxProvisionedPackage and Remove-AppxProvisionedPackage during OOBE to remove them for all users. Bonus: Use these cmdlets on a offline mounted WIM image to bu…

  10. comment
    Comment #34101375

    It may be better if we have something similar to (pseudocode) for kernel APIs: struct uptime_t u = { .time = 0 }; ioctl(open("/proc/uptime"), GET_UPTIME, &uptime);

  11. comment
    Comment #34101339

    Indeed. Parsing files is a less robust way compared to calling some APIs or at least parsing some files with a schema (e.g. JSON or XML). For example, uptime(1) on Linux: % strace …

  12. comment
    Comment #33803801

    NT and Unix are completely different OS. You cannot develop Windows programs the Unix way, and vice versa.

  13. comment
    Comment #33557507

    Very impressive ... I hope I can get a /24.

  14. comment
    Comment #33169515

    I don't see the whole point. It's like creating yet-another-ntp-implementation while other well-known implementations are known to be working good and safely on billions of devices…

  15. comment
    Comment #33051335

    Benefits: * Unified protocol to manage networking facilities * iproute2 for FreeBSD, deprecating ifconfig(1) stuff

  16. story
  17. comment
    Comment #32806461

    Note: it does not do any optimization, but delegating this task to the C compiler.

  18. story
  19. story
  20. comment
    Comment #32710411

    I had been using Xournal++ for a year, and it is truly amazing.

  21. comment
    Comment #32314879

    With the same or even cheaper price, you can get a much more powerful and enterprise grade refurbished rack server on eBay.

  22. comment
    Comment #31813566

    Thank you. I'm using sshfs every day to remotely access my computer and servers from my laptop. Although it's slow, it works. I'm considering to switch to NFS instead.

  23. comment
  24. comment
    Comment #31627174

    rofi is pretty good though.

  25. comment
    Comment #31576370

    No. It's based on Gtk, but unfortunately it's Windows version does not have the Windows look and feel, so it feels a little bit wired.