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

I came in expecting the highest voted comment to be that this was some kind of marketing (which I disagree with). I'm glad your comment was what I saw first.

Wouldn’t that mean producing novel work like relativity and QED?

I would maybe argue that Einstein was the most LLM-like of great thinkers.

A lot of his great discoveries were mostly that he was very knowledgeable about the bleeding edge research in a number of disparate areas, and was able to have the aha moment where he could make the connections for how to integrate them.

A lot of other thinkers who created new fields from scratch are probably way harder for an LLM to crack.

That is very aligned with an LLMs ability to have superhuman knowledge in wide areas.


So the (eastward) flight path isn't over populated land. Rapid disassembly and all that.


In this case, southward.


That’s no…oh wait, yes it is.


Also I was surprised to learn that the mass of the Moon is only 1% of Earth mass. I knew surface gravity is one sixth so I guess I sort of assumed that mass would be one sixth.


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


The premise of the article is that everyone has access to the “same tools” but that’s glossing over the specialization inherent in a specific expert’s harness config (memories, skills, rules, repos, etc) that produce actually helpful responses (eg engineer’s view vs product manager’s view).


Use an MCP proxy.


64 karma requirement? Pfft. I’d go to a 1k min karma meetup tho ;)


I refuse to join any meetup where some like me meets the karma requirements.


You mean 1024 right?


You mean 1337 right? You are almost there, just need 20 more.


sounds about right, people with 64 with just drink the (supposedly) free beer and not talk until much later.



1k? pfft, I'd go to a 10k karma meetup


Personally, I’d only meet with those in the triple digits of karma.


Does it do flowcharts and arch diagrams? Doesn’t seem like it.


I don't know why exactly, but Fable has felt the most human LLM to arrive.


I wrote this in June, and I'm honestly not sure I've felt the same magic since: I was close to maxing out my $200 plan for the week, almost all Fable use [Claude CLI]. My observations: Fable seemed to have bigger-picture thinking and completed tasks more thoroughly vs just focusing on executing the ask. It pieced together context and intent like an all-star employee would, vs one that just does what you say. Not overeager (important!), but if the above-and-beyond was warranted, it just did it. This was surprisingly delightful. Coderabbit seemed to find ~1/3 or so as many issues when reviewing, too.


This is exactly my experience as well.


I have severe sleep apnea as well as insomnia. I may also be a multi-phasic sleeper. In any case my average sleep per night is ~3.5 hours with only ~1.5 hours of deep sleep. I use light therapy, CPAP, medications, etc but none of it solves my problems. I started taking creatine daily a couple of months ago. I've noticed a significant uptick in my cognitive abilities, despite being constantly sleep deprived. TFA doesn't touch on this apparent benefit of creatine, so thought I'd mention it for others who might be suffering from similar sleep issues.


There was actually a VERY recent study on mega-dose creatine for sleep deprivation:

  > "Single dose creatine improves cognitive performance and induces changes in cerebral high energy phosphates during sleep deprivation"
https://www.nature.com/articles/s41598-024-54249-9

You need a dose high enough to penetrate the blood-brain barrier, around 0.3g/kg (so ~30g for a 100kg person).


Apnea sufferer here, for whom cpap stopped working after weight loss. It turned out that my mouth was opening during sleep, reducing the effectiveness of cpap, and after adding a chin strap to keep my mouth shut I have had very few apnea events.

The mouth-tapers aren’t always wrong (though we do always look silly).


https://youtu.be/g8JzXEoT9LI

Kinesio tape seems to be the solution


For sleep apnea you may look into playing the didgeridoo for 30 minutes a day. The circular breathing every day really improve people's symptoms, and I've heard you see results after a few weeks or months. I'm in the middle of trying this but unfortunately I just haven't been doing it every day.

I've also heard just practicing circular breathing by blowing through a straw into a cup of water can produce the same effect but playing a didge is just so much cooler.


Isn’t a didge just a big straw anyway?


"What is this, a didgeridoo for ants?

But seriously, yeah pretty much, usually with some beeswax on one end.


this is trolling, right?


I read about it here originally:

https://news.ycombinator.com/item?id=48243666

I haven't read into it much but I believe the circular breathing excercises strengthen some of the muscles that tend to relax during sleep so they keep your airway open.


No. Controlled breathwork has real effects and is not pseudoscience. You should read up on it.


Last year, I was severely sleep deprived, but needed to focus. On a whim, I took 25 grams of micronized creatine and it removed the issue with the dampened cognitive abilities. It just worked. It's nothing I would recommend as a long-term solution to sleep problems, but as a possible solution in a pinch, it could work.


Just a word of caution, 25g has a very strong chance of causing intense bloating. I'm part of multiple athletic teams, and the general consensus is that more than 10g is generally "uncomfortable" for its bloat pressure effects.


So my choice is between brain farts and regular ones... fortunately I work remote!


FYI, your sleep hygiene sounds good, but doctors have started to agree that primary, idiopathic insomnia doesn’t exist. It’s either anxiety or evidence of some severe disease or physiological condition.

So as long as you’re trying things, CBT is the most evidence-based long-term solution for the (very likely) cause of your insomnia.


Not to suggest diagnosis on the internet to people I haven't met, but for me chronic insomnia was actually narcolepsy. Ironic given that it's disease known for excess sleep, but the actual core issue is broken sleep structure. I had actually been supplementing with creatine for the past 6 months or so and recently gave it up. If it was having any effect it was marginal at best. The only thing that works is pharmaceuticals.


Thanks for sharing, that is very interesting. The article quoted several of the studies as saying that the benefits of creatine are mostly on "stressed" population. Maybe that's what's going on here?

It might have some kind of neuroprotective effect. For people who are already very healthy, there may be no measurable difference. But for the rest of us, it may be more helpful.

I'm reminded of something I read about dual n-back. (I forget where, it might have been Gwern page on it.) Someone said that when they are sleep deprived, they feel totally fine, but their n-back score absolutely tanks.

It might be interesting to test that, the intersection of sleep deprivation, creatine and objective measures of executive function. That could give us more data on the "helps most in stressed cases" theory.


I also started sleeping measurably better when I started taking creatine, but the broader evidence strongly suggests this was some kind of coincidence


What dosage are we talking here?


5g/day


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

Search: