Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
linuxdude314
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
linuxdude314
1y ago
Maybe if you’re a junior engineer, but this absolutely not what most SWEs do.
2.
▲
by
linuxdude314
2y ago
Right?! Get some free IP space from he.net tunnel broker and build your own IPv6 AnyCast network using Quagga for BGP. Kidding about building your own AnyCast network (although you really could…), but he.net tunnel broker is GOAT.
3.
▲
by
linuxdude314
2y ago
This could all be solved using HE.net tunnel broker for free…
4.
▲
by
linuxdude314
2y ago
It’s not virtualization, it’s namespaces. Docker makes use of Linux kernel features; started out with cgroups and now uses libcontainer. Each container is running in its own isolated(ish) namespace on the same host kernel. It’s _very_ diffe
5.
▲
by
linuxdude314
2y ago
Virtue signaling your dislike of music because of the environment it is played in is asinine. Do you wish you’d never listened to Mozart? He was a serial misogynist after all. I can understand parents not wanting their children to listen to
6.
▲
by
linuxdude314
2y ago
You can do this with SSH alone. https://tenshidev.medium.com/ngrok-you-might-not-need-it-de4...
7.
▲
by
linuxdude314
2y ago
FWIW the title of this article is a play on the title of Milan Kundera's famous book "The Unbearable Lightness of Being".
8.
▲
by
linuxdude314
2y ago
Pretty sure they were referring to the operators you can install that will stand up production ready replicated clusters. They work quite well.
9.
▲
by
linuxdude314
2y ago
Why would you transcode on the NAS? Not what I’m suggesting at all; perf on most NAS is awful for that… There’s a pretty well understood concept of what a NAS is; this isn’t a complicated philosophical problem. A very common workflow in mot
10.
▲
by
linuxdude314
2y ago
Did you build your NAS in the 90’s or early 2000’s? This has been available in Synology and QNAP devices for that long… I used to own the tape library that is the Disney Vault. A common pattern for transcoding is to have a watched folder. D
11.
▲
by
linuxdude314
2y ago
It’s still not true.
12.
▲
by
linuxdude314
2y ago
This is the normal implication with C constant. Nothing is different.
13.
▲
by
linuxdude314
2y ago
First person in this thread to make any sense… The level of physics knowledge has declined on this site.
14.
▲
by
linuxdude314
2y ago
This is not true. You can easily measure TOF of a photon using an APD in Geiger mode or other detectors easily purchasable in 2024. So what exactly are you talking about?
15.
▲
by
linuxdude314
2y ago
This isn’t true though…
16.
▲
by
linuxdude314
2y ago
You typically don’t even have to go to that length. This is usually supported out of the box. No idea what problem this is trying to solve. Just seems like the user wasn’t familiar enough with how to use a NAS.
17.
▲
by
linuxdude314
2y ago
Just use OpenTelemetry. No need to keep reinventing wheels.
18.
▲
by
linuxdude314
2y ago
Tons; have you actually looked? https://opentelemetry.io/docs/kubernetes/operator/automatic/ https://github.com/open-telemetry/opentelemetry-demo
19.
▲
by
linuxdude314
2y ago
Agreed this ask makes no sense to me. It sounds like they want the system to somehow know which IP is supposed to be associated with a particular key. You already can restrict public IPs using iptables…
20.
▲
by
linuxdude314
2y ago
The examples are pretty silly, especially the first one. If you know that you need either a shipping or billing address and the user has specified which one they need, just query based on that. There’s no need to introduce a function (getTa
21.
▲
by
linuxdude314
2y ago
If I were in your position I would craft my own OTel distribution and ship it. This is very easy to do: https://github.com/open-telemetry/opentelemetry-collector-bu... With this approach you’re standing on the shoulder
22.
▲
by
linuxdude314
2y ago
Why would you not use OTel? This is clearly the industry standard protocol and the present and future of o11y. The whole point is that o11y vendors can stop reinventing lower level protocols and actually offer unique value props to their cu
23.
▲
by
linuxdude314
2y ago
Vector is GOATed, also reccomend.
24.
▲
by
linuxdude314
2y ago
It’s really not abnormal. GrafanaLabs does this all the time with their IaaS product. There’s nothing wrong with exposing Grafana as long as you’re following security best practices. It’s 2024, zero trust networking is where you want to be.
25.
▲
by
linuxdude314
2y ago
This really sounds like a _you_ problem and not something you need hardware to fix. You can already enable silence/focus time bypass modes for apps like PagerDuty and such… If you can’t develop some sense of responsibility to check if
26.
▲
by
linuxdude314
2y ago
As someone who literally used to own the digital version of the Disney vault I find this leak highly unlikely what it is claimed to be. Disney doesn’t just use one Slack instance across the whole company and everyone knows to not put pre-re
27.
▲
by
linuxdude314
2y ago
I get that it’s Jeff, but why is this on the homepage? Silly to think this is relevant at all to HN.
28.
▲
by
linuxdude314
2y ago
If you need something like this to use k8s you’re probably better off with a different solution. Kubernetes is not intended to be something you use with no background. It’s hard, and without making a full blown PaaS there’s no getting away
29.
▲
by
linuxdude314
2y ago
Agreed, this makes little sense to me. Fundamentally there’s no such thing as a k8s “package”. OLM is great for packaging operators, but I don’t see why we need yet another Helm. It was a mistake that shouldn’t be repeated.
30.
▲
by
linuxdude314
2y ago
This fails completely even at small scale when the script is interrupted before finishing. The difference between just using some Python vs Terraform is idempotency. TF isn’t going to touch the nodes the script succeeded on; if you have to
More ›