Or a shot in the back.
Not if your spells cast their own spells.
How does he stay awake??
I’ve always suspected the “index funds are the safest investment” system is ripe for exploitation.
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,…
No. Why is this a question?
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.
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.
Does STUN attempt to utilize any of those?
Shiny.
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…
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…
It's funny that humans working together for mutual benefit via any other mechanism than regimented corporate slavery is considered insane.
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?
Right? A “contract” that only one party needs to abide by is not a contract… it’s an abusive relationship.
> 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…
That lamp is a nightmare to someone with migraines.
Logs should go to stderr. I will die on this hill.
> don't have a bad day at work All systems break. Complex systems break in complex ways. Robots will definitely have bad days.
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…
just wait until you see how easy it is with bocker_compose
rachelbythebay.com
> Engineers don't generally enjoy paying off technical debt, it's a chore. But they recognise that it must be done sometimes. I disagree. Most engineers I work with like refactoring. It’s usually well defined work with…
The simplest example I can think of is: Map(slice, func) You can can implement this generically in Go using interface{} types and runtime type checking, but then you have runtime type checking failures. A java/c++-esque…
It seems like this is being used as a cheap tactic to avoid giving users meaningful and accurate feedback. Eg the loan approval example, if the user was presented with the details of what got them the approval…
Or a shot in the back.
Not if your spells cast their own spells.
How does he stay awake??
I’ve always suspected the “index funds are the safest investment” system is ripe for exploitation.
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,…
No. Why is this a question?
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.
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.
Does STUN attempt to utilize any of those?
Shiny.
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…
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…
It's funny that humans working together for mutual benefit via any other mechanism than regimented corporate slavery is considered insane.
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?
Right? A “contract” that only one party needs to abide by is not a contract… it’s an abusive relationship.
> 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…
That lamp is a nightmare to someone with migraines.
Logs should go to stderr. I will die on this hill.
> don't have a bad day at work All systems break. Complex systems break in complex ways. Robots will definitely have bad days.
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…
just wait until you see how easy it is with bocker_compose
rachelbythebay.com
> Engineers don't generally enjoy paying off technical debt, it's a chore. But they recognise that it must be done sometimes. I disagree. Most engineers I work with like refactoring. It’s usually well defined work with…
The simplest example I can think of is: Map(slice, func) You can can implement this generically in Go using interface{} types and runtime type checking, but then you have runtime type checking failures. A java/c++-esque…
It seems like this is being used as a cheap tactic to avoid giving users meaningful and accurate feedback. Eg the loan approval example, if the user was presented with the details of what got them the approval…