For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | stephbook's commentsregister

Nice try!

The meme goes "Nice try, Ivan"

According to the constitution, women can be drafted into hospitals.

Look at $$4. https://www.gesetze-im-internet.de/gg/art_12a.html

You could of course require women to register, too. In case of war, they'll be drafted into hospitals. They just don't want to.


This is actually a good thing, since they're going to make Tesla a lot of money once they're self-driving.

If only cancer patients can be this positive.

I'm surprised he isn't focused on curing cancer yet. There are promising approaches with mRNA that could work out if enough funding is pushed there.

Did you know that you can get a 50% off coupon for your next purchase from Tesla if you google the word "gullible"?

Full self driving in 2017! Wait, sorry 2018. Okay, 100% we will have FSD in 2019. Actually 2020. 2021? No? Soon(TM) is the new release date.

They know this about every user.

They have access to every message you send. They know where your device is at every time of day. Your name is all over the entries in your wallet, be they tickets, SF bus ticket or.. your credit cards.


how?

It establishes that operating systems have the necessary infrastructure to reveal information about their users in a standardized way to other systems on the internet.

Once that is established, it is easier for politicians to push for newer laws that add more features to reveal even more information. Politicians can propose any unrealistic law they want. But it is much easier for them, to convince a necessary majority, when there is technical infrastructure already in place. "We are already doing X, why don't we just also do Y?". Or: "Country A has already X, why don't we also do X?"


Kind of sad they didn't release stronger versions. $dayjob offers strong NVidias that are hungry for models and are stuck running llama, gpt-oss etc.

Seems like Google and Anthropic (which I consider leaders) would rather keep their secret sauce to themselves – understandable.


Doesn't sound too different from Typescript breakpoints attached to a running website with "Hot Module Replacement."

Yeah to be honest after trying for many years to understand what is so special about this famous Clojure REPL I struggled to see how it was that different in practice from Python or other languages. In Python you can also highlight a section code and send it to the console to be evaluated.

I think debuggers are just better anyways. When I got into the weeds trying to do this interactive REPL workflow on an actually running webapp it was a big mess. You have to write custom code all the time to basically capture data and save it into global variables, so that you can inspect them (as opposed to a debugger where you can just set a breakpoint and inspect all the variables in the middle of the precise spot in the request-response cycle).

I think maybe this was ahead of its time when it came out in 2008 or got popular in 2010-2015, but nowadays I am not seeing what's specifically more productive about the Clojure REPL than the interactive development experiences available in Laravel, Python, JS, etc.


As someone who loves the clojure repl I do somewhat agree with debuggers are better

If it was like a choice, Clojure has my favourite reverse debugger flowstorm which also exposes the runtime information of your program programmatically

So you can code cool visual programs against the runtime values of your first program

Like I built an emulator at work that simulates our program in production as a flowstorm plugin then you can step through the program frame by frame

I love taking the guess work out of production issues, just get the computer to show you exactly how everything went down

It's like a rewindable movie made up of thousands or millions of frames of the execution of your program


To be fair to Clojure, I think it's perfect for rule-engines, where the users supply "business logic" at runtime.

That's where "code is data" shines and you can manipulate it at will. For the rest, I'm glad I have "code as text" in my editor, where I can see and inspect it far more easily than one line at a time.


Sounds like there's still a lot of value in Typescript (otherwise they could have open sourced.)

Plus there's demand for skilled TS software devs that don't ship your company's roadmap using a js.map

20,000 agents and none of them caught it...


The LLM simply agrees with you and you're happy. It is VERY worrying that you don't realize this, even after reading this article.

I just tell a new instance and a different provider the core idea and see if they like it too

Trouble is an LLM can test for something being logical in isolation, or coherent unto itself. It’s much weaker at anticipating what will be meaningful to other people which is usually what people are actually looking for.

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

Search:

HN For You