Viewing profile — ecnahc515
ecnahc515
HN member- Joined
- Wed, Jan 30, 2013, 2:17 AM UTC
- HN karma
- 992
- Public activity
- 547 items
- HN profile
- View on Hacker News ↗
About ecnahc515
Recent public activity
-
comment
Comment #48372260
Something like: OnCalendar=00/6 You can test it with: systemd-analyze calendar --iterations=6 '0/6:00:00' The format is `DayOfWeek Year-Month-Day Hour:Minute:Second` https://www.fr…
-
comment
Comment #48288625
I've been impacted by this particular "issue" and while it's changing the way "decades of convention" it's not really a bad thing imo. Running things via screen and tmux as a solut…
-
comment
Comment #48285626
> The problem with systemd is that it's purposefully designed to be a viral monolith Is it though? Systemd is a project, not just a piece of software. It's got a lot of libraries t…
-
comment
Comment #45685215
Seems like the enactor should be checking the version/generation of the current record before it applies the new value, to ensure it never applies an old plan on top of an record u…
-
comment
Comment #45650830
Also it's pretty likely it took less time than that to get an idea, but generally for public updates you want to be very reserved, otherwise users get the wrong impressions.
-
comment
Comment #45573781
Sure they definitely were using Docker for their own applications, but also dotCloud was itself a PaaS, so they were trying to compete with Heroku and similar offerings, which had …
-
comment
Comment #45304677
Ah right, wrong linter. Thanks for confirming!
-
comment
Comment #45292860
If the the OP is the author, did consider filing a bug with errcheck? It should be possible for errcheck to check if the comparison is being done within an `Is(err error) bool` met…
-
comment
Comment #43931020
Cronjobs often run as root. If the host has is configured to send emails when a cronjob is completed it will default to sending it to user@domain where the user is the user the cro…
-
comment
Comment #43919217
Instead it requires QEMU!
-
comment
Comment #43851762
Oh, and since he's a public employee, you can look up the current salary and history. https://hr.oregonstate.edu/sites/hr.oregonstate.edu/files/er... https://www.openthebooks.com/o…
-
comment
Comment #43851718
I worked at the OSL as a student years ago, and it was one of the most impactful places I've ever worked at. I learned a lot, and I wouldn't be the engineer I am today without havi…
-
comment
Comment #43851588
As someone who was a student at the OSL when Vagrant was hip, also thanks to Mitchell for creating Vagrant! We used it a ton for testing all our our configuration management.
-
comment
Comment #43851410
That's 60% of the _budget_ not 60% of their time. Also: Lance is almost certainly working more than 40 hours a week. Also, he isn't just a systems administrator. He's a mentor, fun…
-
comment
Comment #42731163
While this is great, for people claiming they can now built multi-arch images without emulation, how are you planning on doing so? As far as I know, if you want to build multi-arch…
-
comment
Comment #41811967
Just a note that `x/sync` is not part of the Go std lib.
-
comment
Comment #41312639
I almost never see bots close issues that are less than 30 days old. Many projects can change a lot in 30-90 days and the bug may no longer exist, keeping issues open when they may…
-
comment
Comment #41124675
It's probably just because it's using reflection which is pretty slow in general. Lots of conditions/branches and boxing/unboxing of values.
-
comment
Comment #41074070
> I actually wonder how much "overhead" a VM actually has. i.e. a linux kernel that doesn't do anything (say perhaps just boots to an init that mounts proc and every n seconds read…
-
comment
Comment #40945810
In log shipping cases it’s good as a buffer so you can batch writes to the underlying SIEM. This prevents tons of small API calls with a few hundred or thousand log lines each. Ins…
-
comment
Comment #40437061
There's a book in the bobiverse scifi series that sort of covers this, very entertaining read!
-
comment
Comment #40349830
Nothing about any of this is even close to zero cost.
-
comment
Comment #39937095
Sure; but no kid is going to believe you; or even if they do; they won't care. It needs to be something they can put into action immediately and see results.
-
comment
Comment #39937029
If you are watching your Linux ISOs on your self-hosted setup that uses a Roku; presumably they can still inject ads; regardless of where/how you obtained the media.
-
comment
Comment #39931243
Many schools are starting later for this reason. Just because the bus may take long doesn’t mean there aren’t other issues that should be solved to make buses a more viable option.…