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

Is there a "winning"? What are they going to do, train a new model faster? Serious question.

All they have to do is keep being close behind OpenAI and Anthropic for half the price and the US economy will plummet into a deep recession when it becomes clear that there will never be a payoff for the enormous investments of the past years. If they can also achieve a breakthrough in robotics, then they are on track to become the most powerful country for the next 50 years.

Because in agriculture you are absolutely expecting to be able to repair stuff yourself.

I work on a project related to it and was absolutely surprised at how the company gave instructions to the clients to help them fix their machines (stuff I wouldn't be able to do myself).

Having a non-working machine can mean big $$ lost everyday.


4edgy5me


Programming is art

Code is beauty

Creativity is king


Until a couple of years ago instead of using query parameters I just made GET endpoints with json bodies, it worked perfectly!

I stopped when the new linter told me GET shouldn't have bodies, but I still have some of them in my code.


It's because you have the radius on the denominator (I think)

  def calc_gravity(mass_1: float, mass_2: float, radius: float) -> float:
      G = 6.67408e-11
      return G * mass_1 * mass_2 / radius**2

  earth_mass = 5.972e24
  earth_radius = 6.371e6
  earth_g = calc_gravity(1.0, earth_mass, earth_radius)
  print(f"earth: {earth_g:.2f} m/s^2")

  moon_mass = 7.34767309e22
  moon_radius = 1737.4e3
  moon_g = calc_gravity(1.0, moon_mass, moon_radius)
  print(f"moon: {moon_g:.2f} m/s^2")

  print(f"earth/moon proportion: {(earth_g / moon_g):.2f}")

prints

  earth: 9.82 m/s^2
  moon: 1.62 m/s^2
  earth/moon proportion: 6.04


One of the main idea is sticking it on the back of the phone so it must be smaller


I'd like my next phone to be a flip one. But really what I want is a Linux phone.


I have a dream, to ban targeted advertising globally. It would solve many problems and possibly, cherry on top, kill some corporations


I've always thought that if online advertising as a business model had been entirely banned from the internet in the 90s, the internet would've looked like a much better place today.

And micropayments would've taken off in a big way.

The only reason why micropayments doesn't really exist today isn't due to technical reasons, it's because advertising is too dominant, and because consumers got trained on expecting everything on the internet to be "free", not realizing they're the product.


Stop the purchase and sale of user data, period. Kill the weed at the root.


There are many indirect ways to get information though. Better would be to ban "discrimination" of customers/humans (no loyalty programs for long term customers/whales or people who know people), and ban of usage of all personal information for decision making except short pre approved lists. Most industries would do fine with "payment received", some maybe could make legitimate cases for also "delivery address" or perhaps "age". Would probably also be good for efficient competition on merit, which should appeal to the groups with enough wealth to use it to accumulate wealth.


Online advertising is what drives the desire for user data. Ban online advertising and the demand for user data withers.


A person can choose to ignore or avoid ads, but having their data bought and sold is solidly out of that person's control.


Who's selling user data? Do you think Facebook is out there selling it? How do I buy it if so?



Or, just ban advertising.

Humans are only now figuring out pointy shoes are bad for people's feet. This species is wrong about almost everything when it comes to its own well being and like pointy shoes - it's a completely unnecessary self-own that barely benefitted anyone.


> ban advertising

I think advertising runs a little deeper into our identity and history than you are thinking. If you have a sign in your window describing your wares, that's advertising. If you're standing on a street corner inviting customers to enter, that's advertising. If you're doing nearly anything to make the world know that your business exists, you're advertising. I'd rather not live in a world where "ad cops" see fit to intrude and opine on such activities. Attacking PII brokers, on the other hand, would do far less collateral damage.

I'm with you on the shoes though.


When I express a slogan, I am fully aware that it lacks nuance and is not to be taken literally.

Pedantry is not a counter argument, it's a deflection. We are not in court.


999 has something similar, maybe only in its "new" version. You can see if you still have something to unlock in a scene, and start from that one.

https://en.wikipedia.org/wiki/999:_Nine_Hours,_Nine_Persons,...


And admittedly makes it part of the gameplay loop as well. You HAVE to get some of the bad endings to get the good endings


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

Search: