HackerTrans
TopNewTrendsCommentsPastAskShowJobs

killbot5000

no profile record

comments

killbot5000
·geçen ay·discuss
Or a shot in the back.
killbot5000
·geçen ay·discuss
Not if your spells cast their own spells.
killbot5000
·geçen ay·discuss
How does he stay awake??
killbot5000
·geçen ay·discuss
I’ve always suspected the “index funds are the safest investment” system is ripe for exploitation.
killbot5000
·2 ay önce·discuss
I love go, but I find it did little to make concurrency management easier to reason about. Race conditions are easy to write. Go routines have all the same concurrency problems of threads.

In the parallel HTTP fetcher, the error is discarded. This will likely result in a panic when the response is nil. Also, what if it a server locks up? Or the underlying socket never connects and never times out?

I know it’s a toy example, but one must consider all these things in a real system. Go does have good pathways for these concerns, but it’s also easy to do it wrong. I still have to manually reason about access to variables/struct fields from multiple go routines.
killbot5000
·3 ay önce·discuss
No. Why is this a question?
killbot5000
·4 ay önce·discuss
The documentation reference a “decode” function, and it’s imported to the example code, but it’s never called. I’m not sure what the API is after reading the examples.
killbot5000
·4 ay önce·discuss
The output of the transformation layers are a collection of embeddings in the latent concept space. Those can be fed into an addition model to extract semantic segments, bounding boxes etc. IIUC this is how dinov3 works.
killbot5000
·4 ay önce·discuss
Does STUN attempt to utilize any of those?
killbot5000
·4 ay önce·discuss
Shiny.
killbot5000
·4 ay önce·discuss
It’s the same assumption is required for any hole punching handshake (including STUN).

> This is a property called “equal delta mapping”

FWIW I’ve worked in computer networking for 20 years and have never heard it called this. This blog is the only source that comes up when I search for that exact term. I wonder where the author got it from.
killbot5000
·4 ay önce·discuss
The foundation models themselves will be cheap to deploy, but we’ll still need general purpose inferencing hardware to work along side them, converting latent intermediate layers to useful, application-specific concerns. This may level off the demand for “gpu/tpu” hardware, though, by letting the biggest and most expensive layers move to silicon.
killbot5000
·4 ay önce·discuss
It's funny that humans working together for mutual benefit via any other mechanism than regimented corporate slavery is considered insane.
killbot5000
·4 ay önce·discuss
I’m wholly in support of protecting vulnerable people.

This article used the word “laser” much more than I would have thought necessary. Couldn’t we accomplish the same thing with analyzing cctv video?
killbot5000
·4 ay önce·discuss
Right? A “contract” that only one party needs to abide by is not a contract… it’s an abusive relationship.
killbot5000
·5 ay önce·discuss
> Quality of code has never had anything to do with which products are successful. I bet both youtube and facebook's codebase is a tangled mess.

The code’s value is measured in its usefulness to control and extend the Facebook system. Without the system, the code is worthless. On the flip side, the system’s value is also tied to its ability to change… which is easier to do if the code is well organized, verified, and testable.
killbot5000
·5 ay önce·discuss
That lamp is a nightmare to someone with migraines.
killbot5000
·3 yıl önce·discuss
Logs should go to stderr. I will die on this hill.
killbot5000
·3 yıl önce·discuss
> don't have a bad day at work

All systems break. Complex systems break in complex ways. Robots will definitely have bad days.
killbot5000
·5 yıl önce·discuss
The Uber business model is:

Undercut competition. Use borrowed money to sell rides under cost. Wait for all competitors to die. Jack up prices.

AFAIK they’re still living on borrowed money.

It reminds me of the airline deregulation of the 90s. New airlines would use borrowed money to sell seats at below cost to attract customers, driving established carriers out of business.

The funny thing is that this smells a lot like “the tragedy of the commons”. Everyone wants to use this amazing infrastructure for flying, but no one wants to pay for it. New firms undermine the stability of the system by charging less than cost in order to starve established competitors whose business model is focused on being profitable.