HN user

a_w

2,292 karma
Posts321
Comments50
View on HN
www.theguardian.com 3mo ago

The race to understand the mysterious world of Africa's fungi

a_w
8pts0
www.theatlantic.com 3mo ago

The Origin of AI's 'Reasoning' Abilities

a_w
4pts0
www.theatlantic.com 4mo ago

Spain's Wind-Farm Bargain

a_w
3pts0
www.theguardian.com 7mo ago

A teenager redrew the Alabama voting map – and it's now state law

a_w
8pts1
www.theguardian.com 8mo ago

How Google's DeepMind tool is 'more quickly' forecasting hurricane behavior

a_w
3pts0
www.theguardian.com 9mo ago

The working-class hero of Bletchley Park you didn't see in the movies

a_w
3pts1
www.cc.gatech.edu 11mo ago

New Dataset Makes Health Chatbots Like MedGemma More Mindful of African Contexts

a_w
2pts0
www.bbc.co.uk 11mo ago

The mountain retreat – upholding an Italian tradition (football)

a_w
4pts0
www.npr.org 1y ago

Vienna Could be the model for how to tackle the housing crisis, climate change

a_w
8pts3
owl.purdue.edu 1y ago

Logical Fallacies

a_w
2pts0
www.teamten.com 1y ago

Keep if clauses side-effect free

a_w
2pts1
www.theatlantic.com 1y ago

The Pedestrians Who Abetted a Hawk's Deadly Attack

a_w
11pts2
chris-martin.org 1y ago

What Goes in $Path? (2018)

a_w
1pts0
www.theguardian.com 1y ago

Space probe to map carbon content of remotest tropical forests

a_w
3pts0
www.theguardian.com 1y ago

Beekeepers halt honey awards over fraud in global supply chain

a_w
203pts232
www.washingtonpost.com 1y ago

AI is transforming weather forecasting. Is the U.S. falling behind?

a_w
2pts0
www.washingtonpost.com 1y ago

AI assistants are blabbing our embarrassing work secrets

a_w
6pts2
www.bbc.com 2y ago

The African Tour de France cyclist racking up historic wins

a_w
3pts0
github.com 2y ago

Yet Another Applied LLM Benchmark

a_w
1pts0
www.theguardian.com 2y ago

Took part in Apache ceremonies. schools expelled them for satanic activities

a_w
30pts20
news.mongabay.com 2y ago

Large birds can boost forest carbon storage – if deforestation doesn't interfere

a_w
7pts0
www.theguardian.com 2y ago

More profitable than farming: how Ecuador's birding boom is benefiting wildlife

a_w
3pts0
www.theguardian.com 2y ago

Abalobi: The app that's transforming lives in South African fishing communities

a_w
2pts0
news.ycombinator.com 2y ago

Ask HN: 16 yo Nephew, in E. Africa, wants to train an LLM with on disk Wikipedia

a_w
14pts17
www.washingtonpost.com 2y ago

Haiti's 'deal with the Devil': A malicious tale that emerges each crisis

a_w
2pts1
www.euronews.com 2y ago

Is Italy's new road law going to make people safer?

a_w
1pts0
www.bbc.com 2y ago

Binance: Nigeria orders cryptocurrency firm to pay $10B

a_w
18pts18
www.bbc.co.uk 2y ago

Drax: UK power station still burning rare forest wood

a_w
25pts7
jmmv.dev 2y ago

Why do I know shell, and how can you?

a_w
8pts1
berjon.com 2y ago

The Web Is for User Agency

a_w
74pts18

I do this often:

```ruby

if (user = User.find_by(email: 'abc@example.com'))

  user.update(status: 'active')
end

```

Is it better to do this instead?

```ruby

user = User.find_by(email: 'abc@example.com')

user.update(status: 'active') if user.present?

```

How can it iterate? How does it test?

Honest/dumb question - does it need to test? In nature mutations don't test - the 'useful' mutations win.

Couldn't a 'super intelligent AI' do the same?

Second to last paragraph:

That matters because fusion research, with no risk of runway chain reactions and producing vastly less radioactive waste, is being conducted under existing regulations by individual states, rather than the federal Nuclear Regulatory Commission.

Thanks for the reply!

I have thought quite a bit about this over the past few of years, and I think it is probably the best method for replacing elected officials at least up to the senate level.

"Being able to select adequately competent participants can be a challenge depending on your source pool, and some point there would need to be a fair process, resistant to manipulation or gaming, in order to cull less qualified individuals."

I agree that it will initially be a challenge to find 'competent participants', but I think this can be solved by introducing/adding courses at the high-school level that the community/citizens believe are essential (I am thinking econ, history, the constitution, etc.)

I also agree that fairness is another an important issue - care must be taken to ensure that whatever 'competence' criteria are used don't turn into another poll-tax.

"There also exists problems with this method in highly polarized political environments, particular those in which exists two entirely separate information ecosystems such as the US."

Another excellent point. But I think we all have family members and friends who hold views that are the complete opposite of our own, or we may view are extreme, but we also find other issues we agree on and find ways to work/live together.

I think if a congressperson knows that they don't have to raise money or worry about a primary challenge, then I believe they will find ways to work with people from a different party, or colleagues who are independents.

The separate information systems will still be there, but I don't believe their influence on legislators will be at the level it is now.

"Nobody ever taught me about a B tree. I had heard of it. When I went to write my own B tree, on the bookshelf behind me, I’ve got Don Knuth’s The Art of Computer Programming, so I just pulled that down, I flipped to the chapter on searching and looked up B trees and he described the algorithm. That’s what I did.

"Funny thing, Don gives us details on the algorithm for searching a B tree and for inserting into a B tree. He does not provide an algorithm for deleting from the B tree. That’s an exercise at the end of the chapter, so before I wrote my own B tree I had to solve the exercise at the end. Thanks, Don. I really appreciate it.

"Adam: That’s awesome. Did you pull anything else from that book?

"Richard: Well, it’s an amazing volume. I can’t give you a specific example, but from my era, everybody has to have read or at least skimmed through, at least browsed through The Art of Computer Programming, and know that algorithms that are there, maybe not Don’s exact implementation. I mean, I never took the time to learn MIX, which is his assembly language, but it’s useful to flip through and look at all the algorithms he talks about. I think that just a year or two ago I needed a pseudorandom number generator, and I was, “Let’s see what Don recommends.” You pull it off. You see what he does."

https://corecursive.com/066-sqlite-with-richard-hipp/

I think it depends on when the record keeping of the event began. So in this case if they started keeping records 250 years ago and they haven't experienced this level of drought since then, then it is considered record breaking. It doesn't mean that there haven't been worse droughts say, 300 or 400 years ago. It just means that either the official record keeping doesn't go that far, or that there may not be scientific research available to show that worse drought did occur before the the record keeping began.

I just wanted to thank NoScript maintainer Giorgio Maone, as he is currently working really hard to fix issues.

NoScript was my favorite add-on and I have no doubt that it will be once again, but it really is heartbreaking to read some of the reviews[1]. Constructive feedback is a good thing, but I just don't understand why some people feel that they have a right to use the f* word when reviewing the new version. Just simply describe what is broken and say you have disabled it until the issue is resolved, and thank the man for his hard work.

Thanks again, Giorgio Maone!

[1] https://addons.mozilla.org/en-US/firefox/addon/noscript/revi...