HackerLangs
TopNewTrendsCommentsPastAskShowJobs

hooch

no profile record

Submissions

The biggest advance in AI since the LLM

garymarcus.substack.com
13 points·by hooch·3 miesiące temu·11 comments

Kim Dotcom says Palantir allegedly hacked

twitter.com
42 points·by hooch·5 miesięcy temu·35 comments

Maybe the Hollywood is cooked guys are cooked too idk

twitter.com
1 points·by hooch·5 miesięcy temu·0 comments

Shahed-136 prototype was created in 1980s Germany, and it was called DAR

en.defence-ua.com
6 points·by hooch·9 miesięcy temu·1 comments

comments

hooch
·w zeszłym miesiącu·discuss
No 5.5 Pro
hooch
·3 miesiące temu·discuss
confirmed
hooch
·3 miesiące temu·discuss
For some reason the latest Claude Desktop release from Anthropic threw off its Claude branding and charm to chase after bland Codex Desktop app look and feels.

Maybe they think OpenAI is doing something right?
hooch
·3 miesiące temu·discuss
https://archive.is/UmZ05
hooch
·3 miesiące temu·discuss
Last time I looked Copilot's context window for Anthropic models was something like 150,000 tokens only.
hooch
·4 miesiące temu·discuss
it's as if the icons get added by a lazy LLM prompt during CI
hooch
·4 miesiące temu·discuss
Was doge ever anything more than a "get root, grab the data, and run" operation?
hooch
·4 miesiące temu·discuss
Sequoia is the new Snow Leopard
hooch
·4 miesiące temu·discuss
Changed into a directory recently and fired up the qwen code CLI and gave it two prompts: "so what's this then?" - to which it had a good summary across stack and product, and then "think you can find something todo in the TODO?" - and while I was busy in Claude Code on another project, it neatly finished three HTML & CSS tasks - that I had been procrastinating on for weeks.

This was a qwen3-coder-next 35B model on M4 Max with 64GB which seems to be 51GB size according to ollama. Have not yet tried the variants from the TFA.
hooch
·4 miesiące temu·discuss
The artist https://www.carlburton.io/
hooch
·5 miesięcy temu·discuss
Too right. Drilling into the domain from first principles and with critical faculties enabled unlocks so much more value, because the engineer can then see much better ways to solve problems.
hooch
·5 miesięcy temu·discuss
It's just how the memory controllers work in Apple Silicon's unified memory architecture.

You also get much higher memory bandwidth as you move up the scale, from 153GB/s at the bottom end to 546GB/s at the top end.
hooch
·5 miesięcy temu·discuss
https://nitter.net/BigBrainMkting/status/2019792335509541220
hooch
·8 miesięcy temu·discuss
But Paramount only recently signed a massive deal for Southpark, which is outrageous in its handling of Trump.
hooch
·9 miesięcy temu·discuss
M3 support still over yonder, unfortunately.
hooch
·9 miesięcy temu·discuss
Actually the internet was not down at all. It was perfectly up.
hooch
·9 miesięcy temu·discuss
tldr;

Before:

    let process = Process()
    process.executableURL = URL(fileURLWithPath: "/bin/ls")

    let pipe = Pipe()
    process.standardOutput = pipe

    try! process.run()
    process.waitUntilExit()
    let data = pipe.fileHandleForReading.readDataToEndOfFile()
    if let output = String(data: data, encoding: .utf8) {
        print(output)
    }
After:

    let result = try await run(
        .name("ls"),
        arguments: ["-1"],
        output: .string(limit: 1 << 20)
    )
    print(result.standardOutput ?? "")
hooch
·9 miesięcy temu·discuss
Always been one more iteration of 3nm in the plan
hooch
·9 miesięcy temu·discuss
From a companion article: "For instance, an F-35 contains more than 900 pounds of REEs, an Arleigh Burke–class DDG-51 destroyer requires approximately 5,200 pounds, and a Virginia-class submarine uses about 9,200 pounds."
hooch
·9 miesięcy temu·discuss
It was still shown in Israel though and can be found online.