Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ecnahc515
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ecnahc515
16d ago
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 fallback to hardlinks
2.
▲
by
ecnahc515
20d ago
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.
3.
▲
by
ecnahc515
20d ago
Because it would be slower and have different scaling requirements than the ones they want.
4.
▲
by
ecnahc515
1mo ago
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.
5.
▲
by
ecnahc515
4mo ago
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.freedesktop.
6.
▲
by
ecnahc515
4mo ago
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 h
7.
▲
by
ecnahc515
4mo ago
> 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 components
8.
▲
by
ecnahc515
11mo ago
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 efficient,
9.
▲
by
ecnahc515
11mo ago
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.
10.
▲
by
ecnahc515
11mo ago
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 buildpacks aren
11.
▲
by
ecnahc515
1y ago
Ah right, wrong linter. Thanks for confirming!
12.
▲
by
ecnahc515
1y ago
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, or even better: it co
13.
▲
by
ecnahc515
1y ago
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 was configured in the c
14.
▲
by
ecnahc515
1y ago
Instead it requires QEMU!
15.
▲
by
ecnahc515
1y ago
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-s
16.
▲
by
ecnahc515
1y ago
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 also
17.
▲
by
ecnahc515
1y ago
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.
18.
▲
by
ecnahc515
1y ago
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 that i
19.
▲
by
ecnahc515
2y ago
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 platform, you basically n
20.
▲
by
ecnahc515
2y ago
Just a note that `x/sync` is not part of the Go std lib.
21.
▲
by
ecnahc515
2y ago
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 anyone either. If
22.
▲
by
ecnahc515
2y ago
It's probably just because it's using reflection which is pretty slow in general. Lots of conditions/branches and boxing/unboxing of values.
23.
▲
by
ecnahc515
2y ago
> 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/meminf
24.
▲
by
ecnahc515
2y ago
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 calls and the SIEM can su
25.
▲
by
ecnahc515
2y ago
There's a book in the bobiverse scifi series that sort of covers this, very entertaining read!
26.
▲
by
ecnahc515
2y ago
Nothing about any of this is even close to zero cost.
27.
▲
by
ecnahc515
2y ago
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.
28.
▲
by
ecnahc515
2y ago
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.
29.
▲
by
ecnahc515
2y ago
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.
30.
▲
by
ecnahc515
3y ago
Ollama is the Docker of LLMs. Ollama made it _very_ easy to run LLMs locally. This is surprisingly not as easy as it seems, and incredibly useful.
More ›