Viewing profile — yuuta
yuuta
HN member- Joined
- Fri, Mar 26, 2021, 11:23 PM UTC
- HN karma
- 434
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About yuuta
Recent public activity
- story
- comment
-
comment
Comment #36387208
I never trusted Signal due to https://github.com/net4people/bbs/issues/60
-
comment
Comment #35875135
Ever since Microsoft acquisition
-
comment
Comment #35816570
Still no #embed
-
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…
-
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…
-
comment
Comment #34620215
I'm always using the Enterprise edition. No such crap. Microsoft should treat consumers better.
-
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…
-
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);
-
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 …
-
comment
Comment #33803801
NT and Unix are completely different OS. You cannot develop Windows programs the Unix way, and vice versa.
-
comment
Comment #33557507
Very impressive ... I hope I can get a /24.
-
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…
-
comment
Comment #33051335
Benefits: * Unified protocol to manage networking facilities * iproute2 for FreeBSD, deprecating ifconfig(1) stuff
- story
-
comment
Comment #32806461
Note: it does not do any optimization, but delegating this task to the C compiler.
- story
- story
-
comment
Comment #32710411
I had been using Xournal++ for a year, and it is truly amazing.
-
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.
-
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.
- comment
-
comment
Comment #31627174
rofi is pretty good though.
-
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.