Hacker Newsnew | past | comments | ask | show | jobs | submit | vdfs's commentslogin

And witness

On which platform do you submit bids?


That would be a big win for linux users


I've heard that joke from Linux users when it comes to anti-cheat.

Which OS is better for gaming? Windows or Linux?

A: Linux, because you can't play League of Legends


Freedom from League of legends AND Facebook? Linux Torvalds just can't stop winning


Until adoption expands beyond Facebook to services that we want.

Or to things that we need, like medical care, government interactions, and financial services.

People shouldn't have to choose between safety features like those in Graphene OS and participation in society.


That will help teach people some compartmentalization. Need to access government service, or use facebook for work? Use a separate cheapo smartphone.

I wonder how feasible is it to use a separate phone and access it remotely from the main phone.


I wonder how much more surveillance they can feasibly justify to prevent remote access to new secure phones from old, insecure, non-compliant devices used by Elucalidavah and other un-American activists.

Think of the children!


It would be frustrating, but the group that is excluded from online services today tends to be low status and may benefit greatly when a tech elite with connections, status and special interest groups finds itself excluded.


Most now use agents as "pass me the butter" robot


“Commit and push your changes”, it’s like driving to the corner store in a Corvette instead of walking


Which has been the business model for a big chunk of the software industry for a while now.

If you watch videos from the 1980s about computers, it's all the same unfulfilled promises as "AI" now: we will work less, everything will be more plentiful, easier, autonomous robots, natural language perfected, computer vision perfected.

The demand for hardware and programmers has grown exponentially and we're still being promised the same breakthroughs 45 years later. We could probably have the same productivity and the same civilization with maybe a tenth of the data centers.


The demand exploded as so many business cases for computing and automation arose partly because the application of them helped suppress job growth in other areas while also attracting investor capital during heavy deregulation / liberalization trends so it's difficult to attribute any change to an effect in isolation. Let's not forget the old myopic sounding quote where someone thought the global market for computers was maybe $50 million or some other laughably small number.

The issue that hasn't been addressed with the latest wave of computing hype is whether enough new jobs for displaced workers can arise during a time when people are experiencing such economic turmoil and political strife where new jobs or other means of letting people find a way to have gainful employment in society when institutions are so weak now and everyone across professions is being worked to an early grave from sheer stress alone. This resembles Japan or Korea although the US and Canada I can't imagine having the same kind of social drivers although many trends from them are showing up in youth demographic trends. And frankly as I see it a large number of current social problems are from the past 50+ years of the decline of blue collar jobs in developed economies being accessible to as many people and the lack of a competition-driven economy as much as an extractive one in most OECD countries.


I may or may not have told my agent to run the "open" command on a text file.


Not much different from using an entire web stack and browser for a text editor.


"what is my purpose?"

"you fix the json formatting"

[robot looks sad]


And two models released same day + openai chip


Yeah, when you spend billions in infrastructure you get to save $300k occasionally


You are absolutely right! It's not just that you spotted it, it's how you pointed it out that make your comment upvote worthy


It's a big confusion, some[0] say an email was sent about significant price increase, personal I haven't seen anything official

[0] https://finance.yahoo.com/technology/ai/articles/deepseek-pl...


The email is real, I received it from DeepSeek itself. I probably received it because I buy tokens directly from them.

No actual price increase however.


Also got the email. It warned of a future large price increase, and to carefully watch usage.

I read it as a "hey we will make stuff more expensive, don't miss it"


Your example is not complete, you have to show how it will run claude/codex, you have to do extra things to install run and mount folders there, this one does that with less config, also with this agents can run docker, lxd doesn't allow you to do that


You create your own image first rather than blank ubuntu.

Packer and Incus setup:

  packer {
    required_plugins {
      incus = { version = ">= 1.0.0", source = "github.com/lxc/incus" }
    }
  }

  source "incus" "ubuntu" {
    image        = "images:ubuntu/24.04"
    output_image = "ubuntu-claude"
    type         = "virtual-machine"
  }

  build {
    sources = ["source.incus.ubuntu"]

    provisioner "shell" {
      inline = [
        "curl -fsSL https://claude.ai/install.sh | bash",
        "echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.bashrc"
      ]
    }
  }

Then:

  packer init ubuntu-claude.hcl
  packer build ubuntu-claude.hcl
  incus launch ubuntu-claude my-claude-vm
  incus exec my-claude-vm -- claude -p "solve the EC discrete logarithm problem, if it doesn't work keep going" --dangerously-skip-permissions
The reality of these things are that eventually you will want to do something useful or different with them and the flexibility simply isn't there compared to a real vm, if you desperately need boot times then there's plenty of other options here, especially with packer. Some of my prompts are often hitting 60+ minutes so it's not really something I think about.


An other intesting use for this data is OSNIT about war, like recent conflicts it's used to confirm hits on specific places and sort validation for state-media reports


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

Search: