Well uv runs on many systems and most don't have filesystem level dedupe configured, unfortunately. Anyways it can be both? It could let the filesystem handle it if it detected the FS has file or block dedupe and…
Notice rules are ordered. You don't optimize until you know you need it. They started with a data structure they though would be fine. Clearly it was fine since it worked and they decided it was later worth optimizing.
Because it would be slower and have different scaling requirements than the ones they want.
LSP isn't used for syntax highlights usually, that's still the job of the editor. This is where something like treesitter usually comes in. LSP is only used in this case for errors/annotations/etc.
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`…
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 solution to background tasks has always been…
> 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 that are reused across the different…
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 updated by a new plan. It wouldn't be as…
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.
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 buildpacks. The problem is/was that…
Ah right, wrong linter. Thanks for confirming!
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` method and skip the warning in that case,…
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 cronjob runs as, and the domain is what…
Instead it requires QEMU!
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/oregon-state-employees/?F_Name_... I'll…
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 having worked there. Since graduating, I've…
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.
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, fundraiser, any literally everything else…
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 images on native runners for each…
Just a note that `x/sync` is not part of the Go std lib.
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 no longer be relevant isn't helping…
It's probably just because it's using reflection which is pretty slow in general. Lots of conditions/branches and boxing/unboxing of values.
> 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 in/prints out /proc/meminfo) how much…
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. Instead Kafka will take all the small…
There's a book in the bobiverse scifi series that sort of covers this, very entertaining read!
Well uv runs on many systems and most don't have filesystem level dedupe configured, unfortunately. Anyways it can be both? It could let the filesystem handle it if it detected the FS has file or block dedupe and…
Notice rules are ordered. You don't optimize until you know you need it. They started with a data structure they though would be fine. Clearly it was fine since it worked and they decided it was later worth optimizing.
Because it would be slower and have different scaling requirements than the ones they want.
LSP isn't used for syntax highlights usually, that's still the job of the editor. This is where something like treesitter usually comes in. LSP is only used in this case for errors/annotations/etc.
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`…
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 solution to background tasks has always been…
> 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 that are reused across the different…
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 updated by a new plan. It wouldn't be as…
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.
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 buildpacks. The problem is/was that…
Ah right, wrong linter. Thanks for confirming!
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` method and skip the warning in that case,…
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 cronjob runs as, and the domain is what…
Instead it requires QEMU!
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/oregon-state-employees/?F_Name_... I'll…
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 having worked there. Since graduating, I've…
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.
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, fundraiser, any literally everything else…
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 images on native runners for each…
Just a note that `x/sync` is not part of the Go std lib.
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 no longer be relevant isn't helping…
It's probably just because it's using reflection which is pretty slow in general. Lots of conditions/branches and boxing/unboxing of values.
> 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 in/prints out /proc/meminfo) how much…
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. Instead Kafka will take all the small…
There's a book in the bobiverse scifi series that sort of covers this, very entertaining read!