Viewing profile — yokohummer7
yokohummer7
HN member- Joined
- Mon, Aug 17, 2015, 2:16 AM UTC
- HN karma
- 619
- Public activity
- 139 items
- HN profile
- View on Hacker News ↗
About yokohummer7
No profile information was provided.
Recent public activity
-
comment
Comment #24611197
> likely in order to have those paths easier to copy and paste, but it does so only if !isatty(). I thought the reason was to aid shell scripts that assumed no whitespaces in file …
-
comment
Comment #23445779
> %n takes a pointer and writes (!!) the number of bytes printed so far. > Okay, everyone probably knows this. Let's get a bit more advanced. Ok, but I didn't know about that. What…
-
comment
Comment #23230558
> Does anyone else experience the same? The first time I experienced such a feeling was when Visual Studio .NET came out. Compared to the previous version, Visual Studio 6, the dia…
-
comment
Comment #22837835
It's strange nobody mentioned NX (NoMachine). When I tried it ~10 years ago, it was much faster than VNC, nearly identical to RDP. Why isn't it more popular?
-
comment
Comment #22762384
I was also annoyed by it not remembering the scroll position. The site doesn't live up to its name.
-
comment
Comment #22757781
This problem also seems to stem from the fact that Zoom has been used primarily in the corporate settings until now, which kinda validates their claim. Definitely not ideal, but un…
-
comment
Comment #22543192
> Do not attempt to check AGPL-licensed code into google3 What is this "google3" thing? Is this the name of their monorepo?
-
comment
Comment #22521529
How do you even remember a thread from last year? I'm always surprised by your vast knowledge required for moderation. Possibly with a help of some internal search tools?
-
comment
Comment #22517714
I'm in a similar boat with you, so I have a few questions: 1. Why did you switch? Are you satisfied with the new experience? 2. Why was some of the history needed to be squashed? W…
-
comment
Comment #22440717
But it doesn't have to be VBA. Any language with a decent OLE Automation library would suffice. I've been using Python to automate my Excel files, and am really happy about that. I…
-
comment
Comment #20551821
C and C++ already have such a thing, IIUC. The literal 0 is considered the same as nullptr, if compared to another pointer. It is a bit worrying that such an overloaded meaning is …
-
comment
Comment #20344806
I guess what has changed is me, not the computing environment. When I was young, I easily grew impatient when things were going slow. Nowadays I still kinda feel nervous, but not t…
-
comment
Comment #20344707
> I often would use the mouse cursor to 'mark' the position of the loading bar (we really are spoiled for speed these days). This is just me, oh my gosh. I thought I was the only o…
-
comment
Comment #20150610
I'm currently using Galaxy S9 and it is the first phone I decided not to root. I've always rooted my phones since I was introduced to Android, but this time Samsung tied its crucia…
-
comment
Comment #20150366
I remember him as a very Torvalds-like person, for better or worse. I wanted him to stay a little more around the Rust 1.0 era because I thought as many warts as possible should ha…
-
comment
Comment #20129114
Wait, how do they build dc? Is there a B compiler for 64-bit systems?
-
comment
Comment #20121202
I believe you already know this, hence the "probably" part, but such analog media can easily be produced from (modified) digital media, thus no credibility.
-
comment
Comment #20090487
zsh is better than bash in nearly all aspects, at least in my use cases, so this is a great news for me. Is there anything that can be done in bash but not in zsh?
-
comment
Comment #20089661
> Only one side of the note is printed to resemble currency so as not to run afoul of counterfeiting laws. Doesn't it? To know for sure we need to take it to the court.
-
comment
Comment #20089610
This is another language whose syntax is similar to Rust's. I wonder why the author chose it, in spite of its Go heritage.
-
comment
Comment #20020671
> Somewhere in Explorer something is passing one of these shell names to a file API, which is interpreting it as a Drive Relative path for the ‘:’ drive. Isn't this just a pure bug…
-
comment
Comment #16446453
What I meant by "automatic" was Ubuntu/Debian's unattended upgrade feature. I've used it for years without any problem, and it has relieved much of my maintenance burden. Maybe I n…
-
comment
Comment #16446133
When I learned Docker for the first time I was so surprised that so few people mention the problem. As one who is used to automatic secutity updates provided by Linux distributions…
- story
-
comment
Comment #16293510
> Build-time performance is much improved in .NET Core 2.1, particularly for incremental build. These improvements apply to both dotnet build on the commandline and to builds in Vi…