Hacker News new | past | comments | ask | show | jobs | submit | dtjohnnymonkey's comments login

Came here to see if I was just imagining things. Thanks for confirming!


Glad I wasn’t the only one who saw the reference! Now I just need a version that ties in M.C. Escher’s impossible staircases with infinite loops.


My mind was boggling over a JMW Turner connection to Hofstadter!? Guess I don't know CS ..


I was really excited to see how a 19th-century landscape painter was connected with one of the best NBA players of the 1980s and an Ancient Greek mathematician. Not what I got, but the actual subject is still pretty interesting.


I have a .in domain email address and there have been occasions where it is rejected by some email address validation logic.


If I'm running a command in the background, and want to be notified when it's done, I usually run it like

  cmd; say 'files done' 
I wish I could use his voice though! These were sounds of my childhood.


I remember taking a PL class in undergrad, learning Prolog as one of a handful of languages. During that section my brain started to want to "bind" variables to things as I was going about my day, it was very weird.


Where is your data coming from? I’m curious what prevents you from inserting the data into Clickhouse without Kafka.


ClickHouse does need ZK but they have their own implementation.


There was one at BrickCon in Bellevue, WA last week! It’s my favorite part of the show. Always reminds me of queueing theory and distributed systems.


To mitigate this case you could limit capacity in terms of concurrency instead of request rate. Basically it would be like a fairly-acquired semaphore.


I believe nginx+ has a feature that does max-conns by IP address. It’s a similar solution to what you describe. Of course that falls down wrt fairness when fanout causes the cost of a request to not be proportional to the response time.


I felt this keenly when my children were very young. At times I only had one arm/hand free because I was holding a child in the other. Or I could only read poorly in the dark because I didn’t want to turn on the lights and disturb the kids.

Since then I always see accessibility thinking as a universal benefit, not just for the “abled”.


> That means what we actually want is a way to say “hey OpenTelemetry SDK, give us all the current spans in the buffer”.

Isn’t this exactly what the SpanExporter API is for? This is in the Go SDK, I suppose it may not be available in other SDKs.

I have used this API to convert OTel spans into log messages as we currently don’t have a distributed tracing vendor.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: