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

> I am sure that what they're using it for can be substituted in large part by way cheaper models.

I saw a commit in the repo at work that edited a few config files and a dictionary.txt file. "co-authored by Fable"


I have colleagues who have replaced ctrl-f on a (long) document they already have open with prompting an LLM to find things for them.

It never ceases to amaze the lengths people will go to avoid using grep

thats me

> Once CosmoCube’s data is back on Earth

Did I miss it or did they fail to explain how that would work? Does it just slowly move around the moon so it gets its 1000 hours of observation, then eventually comes out of the EM shadow?

Or is there some final boost that pushes it?

Will it crash into the moon eventually?


It would orbit the moon as a satellite, presumably in a fairly tight and low orbit; the article says a 2 hour period, which is < 100 km above the surface. About half the time it would be on the "far side" and Earth would be blocked by the Moon below it.

The other half it would have line-of-sight with Earth and be able to communicate, but also exposed to radio pollution. Presumably the mission designers would hibernate the experiment for this period.

It will almost certainly hit the moon one day. The moon has many mascons (mass concentrations, a.k.a. lumps) and destabilizes anything orbiting it over a long period of time. Or even a short period of time: https://en.wikipedia.org/wiki/Apollo_16#Particles_and_Fields... But an orbit can be chosen to give at least a couple years, which is the mission goal.


I remember mentions of mascons during the Apollo missions. They were at the time a bit mysterious but their existence and influence were known.


Is it a yuan or is it a Renminbi?


It's a little confusing, but technically RMB (renminbi) is the official name of the currency and CNY (yuan) is the base unit of the currency. Think of it like the difference between USD ("US Dollar") vs "dollar and cents", except there is no fractional yuan equivalent of cents, so it's all just yuan.


So the conversation might go, "Hi we're Deutsche Bank - we're able to clear renminbi transactions up to one million yuan." ?


That would most likely be the most correct way to say it, yes.


Pretty sure the jiao (角) (1/10th of a yuan) is still in use?


Oh yeah, you're right, I forgot about that. It doesn't really get used much except occasionally for very small transactions, usually ones less than 10yuan.


nobody really use jiao (1/10th RMB/CNY), same as nobody really use yuan (CNY/RMB)

they are called mao (1/10th RMB/CNY) and kuai (CNY/RMB) in China

but mao pretty much dont exist anymore now with electronic QR payments everywhere even in food stalls, heck even beggars have QR codes and fen is for many many years more like some monopoly money papers


No there are cents, they are called fen (分).

It's in Japan that it's all just Yen.


Yeah, you're right, you just literally never see any transaction using the 0.01 unit (fen) and only very rarely see any transaction use the 0.1 unit (jiao).


Isnt 0.1 one mao?


That's another name for it, yes. Similarly, yuan is sometimes colloquially called kuai. Sort of like dollars vs bucks.


Japan has sen (銭) as well, the coins were just inflated into oblivion years ago. Still used for eg stock prices though.


Oh interesting. In China it is still used (you can still see prices with decimals beyond share prices and petrol stations) though on the way out.


The currency code is CNY or Chinese Yuan. Yuan itself is like “dollar,” with many different countries calling their currency “dollars.” Renminbi refers to the Chinese currency as a whole rather than any particular unit.


Fun fact: the Japanese yen and Korean won are both cognates of "yuan". The character 圆 simply means "round" as in circular.


it's actually "kuai" (pronounced same way as popular incorrect name of famous The Bridge on the River Kwai (the correct name is K(h)waE)) in Chinese streets, if you use yuan or renmimbi you will sound like you pretend to be some snobbish TV news host

I don't think I've ever used anywhere in street, shop or restaurant yuan/renmimbi, at least not in Beijing and around, some people may use yuan, hardly anyone renmimbi

here you have AI answer based on Reddit thread, which I can confirm is correct:

"In everyday spoken Chinese, kuai (块) is overwhelmingly the most common term used to state prices. Yuan (元) is used in formal writing and official contexts, while renminbi (人民币) names the overall currency system like "Sterling" or "USD" rather than a daily price unit."


As a Western analogy, GBP has similar levels of formality:

Reminbi ~= Pound Sterling

Yuan ~= Pound

Kuai ~= Quid


Is quid really used in UK by 80-90% people? I thought it's very informal slang word (of some lower educated people), in China most of the people just use kuai (well I guess not bank tellers).


> Is quid really used in UK by 80-90% people?

I deal with Brits on a daily basis.

I seldom hear them use the term "pound". Everyone says quid.


Pretty much everyone uses it in informal settings in my experience.

In a professional environment, people usually say pound.

The distinction is context-based, not class- or education-based.

It's my understanding the same is the case for kuai vs yuan as well?


Both. Renminbi is the currency name, while the yuan is the base unit.


My argument is that all the vocabulary for computer science are things. Even if they are virtual, they are tangible. You can draw a picture and label a box "bytes".

Nothing in the ChatGPT conversation is tangible. It's all in the realm of concepts.


A ‘Byte’ is not a concrete thing and the fact you think it is speaks to the degree to which you have immersed yourself in a mental model which thinks of ‘information’ as if it is a real concrete thing, to the extent that you don’t even realize the levels of conceptual abstraction you needed to build in order to internalize what a ‘byte’ is.


A byte is quite real. On old machines you could open them up and literally point to where bytes were physically stored in memory.

Now days of course the chips are small so you have to point to where the multiple gigabyte chips are at.

But they are still quite physically.

Heck a C pointer points to an actual physical location on your machine, if you ignore the MMU.


Wow and TCP sends a stream of those microscopic memory cells?


Over a wire it sends pulses of electricity which you can see with an oscilloscope.

Heck there is a standard for tcp/ip over short wave if you want to hear the bytes being transmitted. More widespread, those of us familiar with dial up modems are also aware that network traffic can be carried as actual sound.

Or fiber optics where network traffic is flashes of light.

Or IR transmissions, use your phone camera and you can see data being sent over the air. Not tcp/up but physical blinking lights sending digital data.


All of these are, actually, a long way removed from the ‘stream of octets’ which TCP delivers between applications.

All the Wikipedia actually means by ‘stream of octets’ is ‘sequence of numbers between 0 and 255’. TCP is a protocol concerned with sending a message encoded as a sequence of such numbers from one computer to another, over a packet-based network (i.e. one where it can only send limited bursts of information at a time); and it helps make sure that the original number sequence is able to be reassembled, in the right order, and makes sure that all the pieces have arrived.

The fact that people have tried to explain ‘octet’ concretely by pointing to RAM chips or flashes of light in a fiber really points to the fact that a lot of computer people just mentally gloss over a lot of the things that are virtualized at lower levels in the stack.

Yes, those are physical manifestations of ‘bits’. But not necessarily the ones TCP is concerned with.


It sends electricity or radio waves, yeah? The bits aren't the cells, they are the electricity within the cells.


Now we’re talking about bits, I thought we were talking about bytes (or was it octets?)

I’m not sure this gets us any closer to a jargon-free explanation of what TCP does.


start-ups spend over 100% of revenue on risky ventures.


I'm stodgy, but I can't get past how they chose VERB-OBJECT instead of OBJECT-VERB. get-<tab> is useless. MSFT knew tab-completion would be a thing, yet they made it useless.


Get-AD* is less useless, though? modules should have prefixes! (except for Exchange/ExchangeOnlineManagement who have Get-User and Get-Group, because fuck you apparently)


Fallout 1 & 2! Formative titles for young me.


For recorded music, you could always buffer however many milliseconds of audio to account for the processing.


Michael Bay just read "computronium" and spawned an 8 movie franchise in his head.


Seeing this while the 75 year old who killed a whole family of 4 with her car gets away without jail time...

Some pretty wild misplaced priorities.


Cars also require a license.


Well yeah. Cars kill 40x the people.


Old people are a major voting block that actually show up, nobody will touch their driver licenses.


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

Search: