Search
What is DeepSeek: China's (*)open-source AI research lab which rivals OpenAI
- Chinese AI lab DeepSeek launched the DeepSeek-R1 model, rivaling OpenAI in math reasoning and code generation.
- The model is (in part?*)open-sourced for global research use.
- Requires way less computing power than competitors like Meta.
- Competes with OpenAI in critical areas such as mathematical reasoning, code generation, and cost efficiency
- Overcame U.S. chip export restrictions through optimized architecture.
- Big Tech are sore loosers
*DeepSeek employs a dual licensing structure for its models. The codebase for DeepSeek-Coder-V2 is released under the MIT License, which allows unrestricted use, modification, and distribution. However, the pre-trained models are governed by the DeepSeek License Agreement, permitting research and commercial use with specific restrictions to prevent harmful applications. While DeepSeek's models are open in many aspects, some argue they do not fully meet all criteria for being considered "open source" due to these licensin
They want to invade Greenland, but think it's too cold for an outdoor inauguration
The Number of Murders Kept Falling This Year, But Fear of Crime Persists
Reliving a traumatic childhood experience
Near the end of Carnival Night Zone Act 2, the player comes to the room with a single Spinning Wheel placed in a shaft. Instruction booklets and the game itself do not give any hints to the Spinning Wheel's functionality, giving the players a hard time understanding how it works. Because of this, this Spinning Wheel has received the nickname "Barrel of Doom" from the fan community. [..] Yuji Naka [..] gave his official apology for including it in the game.
Happy Holidays
the code
undefined
(ns index) (defn prep-canvas [] (let [can (js/document.createElement "canvas") ctx (.getContext can "2d") width js/window.innerWidth height js/window.innerHeight] (set! can.style "position: absolute; top: 0px; left: 0px;") (set! can.width width) (set! can.height height) (js/document.body.appendChild can) {:canvas can :context ctx :width width :height height})) (defn rand [n] (js/Math.floor (* (js/Math.random) n))) (defn render-snowflake [{:keys [context]} {:keys [x y size]}] (set! context.fillStyle "#fff") (set! context.font (str size "px serif")) (.fillText context "*" x y)) (defn snowflake-step [{:keys [height]} {:keys [x y dy] :as snowflake}] (set! snowflake.y (if (> y height) (- 20) (+ y dy))) (set! snowflake.x (+ x (- (js/Math.random) 0.5)))) (defn gen-snowflakes [n {:keys [width height]}] (->> (range n) (map (fn [_] (let [size (+ (rand 10) 2) x (rand width)
It's All About Perception
cross-posted from: https://slrpnk.net/post/16371226
Trump is following. He’s trying to pretend otherwise but he’s following. And unlike all of Trump’s other bad hires or hires he gets tired of, he can’t just shitcan Musk. Musk is worth hundreds of billions of dollars. He’s got a bigger megaphone. And he’s got his own brand. I’m pretty sure there will eventually be a really big and really ugly falling out between the two of them. But it will take a while to get there and the costs are potentially quite large for both of them.
Trump has sewn himself into a sack with Elon Musk, a few billion dollars, a cat and a snake, and had the sack tossed into the Tiber. That’s the story here. And it will go on for a while.
What we see
Trump is following. He’s trying to pretend otherwise but he’s following. And unlike all of Trump’s other bad hires or hires he gets tired of, he can’t just shitcan Musk. Musk is worth hundreds of billions of dollars. He’s got a bigger megaphone. And he’s got his own brand. I’m pretty sure there will eventually be a really big and really ugly falling out between the two of them. But it will take a while to get there and the costs are potentially quite large for both of them.
Trump has sewn himself into a sack with Elon Musk, a few billion dollars, a cat and a snake, and had the sack tossed into the Tiber. That’s the story here. And it will go on for a while.
How Nigel Farage thought the conference went... How it actually went...
Video
Click to view this content.