Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wavesquid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
wavesquid
2mo ago
The meson build is across multiple files, you should add together: meson.build meson_options.txt doc/meson.build egl/meson.build src/meson.build tests/meson.build cursor/meson.build doc/doxyge
2.
▲
by
wavesquid
8mo ago
Is that low or high?
3.
▲
by
wavesquid
9mo ago
I can't load the page (Firefox mobile on android)
4.
▲
by
wavesquid
10mo ago
Historically? 1. Because TLS certificates were not free 2. Because firewall was "enough" in most people's minds 3. Because TLS was the most CPU intensive part of serving a static site 4. Because some people were using cheap s
5.
▲
by
wavesquid
10mo ago
The answer today is more than one node (instance/kernel running)
6.
▲
by
wavesquid
1y ago
E.g. the Qantas business rewards website was broken in Firefox, along with Qantas hotels
7.
▲
by
wavesquid
1y ago
> splice() is the fastest and most efficient way to transfer data through pipes (on Linux), especially for large volumes. It bypasses memory allocations in userspace (as opposed to read(v)/write(v)), there is no extra buffer managem
8.
▲
by
wavesquid
2y ago
> are suppression files ever actually used due to an actual false positive, There used to be one in LuaJIT because it had an optimized string comparison that compared outside of the allocation (which is allowed by the OS as long as you d
9.
▲
by
wavesquid
3y ago
I think you can see it up at a building on E 47th: https://imgur.com/a/9dsKmGP
10.
▲
by
wavesquid
3y ago
I believe systemd has a way to subscribe to timezone changes.
11.
▲
by
wavesquid
3y ago
For most merchants/terminals, only amex cards tend to send level 3 data.
12.
▲
by
wavesquid
3y ago
The trouble is, as far as I know, that the ME cannot be deactivated. Even if you are a really sensitive network. Your option is to find some of the few Intel chips without it, or find another chip vendor. This often means you can't use
13.
▲
by
wavesquid
3y ago
I've had precisely the opposite happen: the NVIDIA driver had always been janky, either preventing standby,or not playing nice with my kernel, or some other weird incompatibility, while nouveau has been rock solid. This is across multi
14.
▲
by
wavesquid
3y ago
Often if you send 3 large useful PRS to a corporate open source product you will find an email in your inbox asking to connect. Send a couple more high quality PRs and you can likely leverage that into a job.
15.
▲
by
wavesquid
4y ago
ECR pull through caching is only possible for other ECR repos or quay.io. you cannot use it for Docker hub.
16.
▲
by
wavesquid
4y ago
With the important corollary that you need to check for the errornous condition both early and late. Otherwise people start e.g. checking in the frontend and don't enforce it in the backend in the worse case, or TOCTOU bugs in the be
17.
▲
by
wavesquid
4y ago
It depends what you're calling "not a very big one". On our farm we have a 5000 litre galvanised high tank for house-water.
18.
▲
by
wavesquid
4y ago
I think you could get pretty far with avoiding pain and avoiding boredom. The avoiding boredom can be seen in humans studies like https://www.science.org/doi/10.1126/science.1250830
19.
▲
by
wavesquid
4y ago
> Requiring that I have to be root to set CAP_NET_BIND_SERVICE every time I replace my web server executable sucks. There should be no need for that if you use ambient capabilities. Which you can set in e.g. a systemd unit.
20.
▲
by
wavesquid
4y ago
> An economist walks by a twenty dollar bill on the sidewalk but decides not to pick it up, because if it were really there someone would have picked it up already I think many farmers do what has worked for the last X decades; often cop
21.
▲
by
wavesquid
4y ago
For smoke and acceptance tests you can use the sister project argo-rollouts: https://argoproj.github.io/argo-rollouts/ But that's going past an MVP/startup toolset.
22.
▲
by
wavesquid
4y ago
Try gdb-dashboard: https://github.com/cyrus-and/gdb-dashboard
23.
▲
by
wavesquid
4y ago
No need to limit to single-threaded: as long as we reserve enough space in the TLS area it's possible to work with multiple threads. Zig has future plans to require recursive functions to declare their maximum stack memory usage up-fro
24.
▲
by
wavesquid
4y ago
Most containers.
25.
▲
by
wavesquid
5y ago
They were in some countries.
26.
▲
by
wavesquid
5y ago
You don't need to identify a face; you can identify people by Gait. If you can resolve something as big as a leg you've got enough, as long as you have it over 10 seconds or so.
27.
▲
by
wavesquid
5y ago
In my experience the only way to get these things done is to find a bigger thing to procrastinate about. This hopefully gets you a bit of mileage until there's one thing you really don't want to do; which you can either hand o
28.
▲
by
wavesquid
5y ago
What's the question you want to answer? And do you want to monitor specific metrics; or run adhoc queries? FWIW I'm trialing out using Grafana's Loki for this.
29.
▲
by
wavesquid
5y ago
So isn't that `age ( timestamp, timestamp ) → interval`?
30.
▲
by
wavesquid
5y ago
If all you want is colours in your `ls` output, then `ls` already has support. 1. turn on colours for ls in your shell. In your e.g. .bash_rc add: alias ls='ls --color=auto 2. if you want more or different colours, you can use
More ›