HN user

agolio

557 karma
Posts2
Comments91
View on HN

Tangent point, I think more broadly this is a big piece of AI-cynicism in general- “x isn’t special anymore”.

It’s tough staying motivated on a craft when an AI is nearly as good as you. Chess players manage to do it at least.

That may be true but doesn't contradict the point of the parent commenter.

If Auth.js wanted to give up, that would be fine (although disappointing, since multiple options is always healthy, especially for something as critical as auth)

but this deal where they are "becoming part of BetterAuth" and recommending that new users use BetterAuth on the project README is concerning to me

There was a hackernews post a few days ago, pointing to a reddit thread where some guys proved that the founder/s of relection AI were faking their model by just passing the input to Claude (Sonnet 3.5) and stripping the word "Claude" from the output, amongst other things. Then when they got caught they switched it to GPT 4-o.

After this, I will be very skeptical to anything they claim to achieve.

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

I am a bit surprised by how hard this article makes out the problem to be.

Crowdsourcing should make short work of the problem, with the right incentives, which the government will be able to offer.

Additionally private map providers (e.g. Google, Apple) must surely have this data (since they are able to route navigation to private addresses). Why not just negotiate with them?

Cool site!

Many businesses I work with use Tableau free versions, and just manually update the data

Why not just use e.g React/ Angular?

Or is it a question of needing python for the data analytics, and for server cost reasons not wanting it to be run on the server side?

I know nothing of Swedish law, but do these rulings not conflict with Section 11 of the EU Charter of Fundamental Rights?

It doesn't take much more than showing up and taking responsibility when no one else does.

Your argument aside, I am interested to hear you found it straightforward to run a successful non-profit.

Any tips for someone who is interested to enter that space?

Good point, though I guess the point of the disagreement is then for me that the question's "dictionary words" implies to me an english dictionary, rather than an abstract dictionary of words of potentially infinite length

I then push them on this until they realize that any implementation of the dictionary lookup function of a string would be o(n) at best, and as such the total runtime of the solution is O(n²).

Is that true?

I am actually siding towards the candidates on this one

presumably it would be O(n_words_in_dictionary) for the dictionary check, which as the number of words in the dictionary is constant, would make the overall algorithm O(n) ...

The Hyperreal 3 years ago

Are you reading his works in French? If not, the criticism of the language doesn't hold up. I do agree with the recommendation though - enjoy his work.

Very cool project.

A little feedback:

Something is off with the graph when I try to use multitouch gestures. May need to adjust the call in whichever javascript library to disable zoom if that is desired, or correct some parameter.

I might find it easier to read if there were fewer x major ticks, so one per year for instance.

But overall very nice. Simple and to-the-point data visualisation without bloat

Can I respectfully advise to spend some time adding CSS, rules, and remove strings like "response goes here for debugging" then re-submit, maybe an admin could delete the thread with that understanding. As otherwise you won't be able to re-submit as per HN guidelines, which is a shame as the concept seems cool.

You have done the hard work and built the impressive networking/ API interactions, now go the last 10% and make it usable :)

I would also get rid of the .column accessor, it has the potential to collide with function members of the DataFrame so shouldn't have been added in the first place IMO

There's too many ways of doing the same thing (which I assume is already itself a relic of maintaining back-compatibility), there's inconsistencies within the API, there's "deprecated" stuff which isn't really deprecated, et cetera

  dataframe.column
vs
  dataframe['column']
as one example comes to mind but there is surely much more

I am of the philosophy of 'The Zen of Python'

  There should be one-- and preferably only one --obvious way to do it.

Pandas is a powerful library, but when I have to use it in a workplace it usually gives me a feeling of dread, knowing I am soon to face various hacks and dataframes full of NaNs without them being handled properly, etc.

I'm as much a META hater as anyone - their policies have consistently disappointed me in almost every aspect of their business - but their stance on this LLaMA project I must say I am happy with and seems to mark a turn for the better.

If they follow through on their promise of making the weights available and share source code that is a big step in the right direction for democratising this technology