HN user

mmcnickle

608 karma
Posts9
Comments227
View on HN

One thing I'm not clear on when watching his videos is whether what he's describing is an established scientific interpretation, or his own thoughts as someone who has extensive knowledge on optical engineering (vs theory).

Very enjoyable and thought provoking stuff though!

Edit: spelling

If you want to avoid this kind of cheating, you need to approach the test as if it were proctored. Communicate the expectations up front: you'll be required to screenshare, have mic and camera on at all times, what resources they're allowed to access and which they aren't.

There are still dozens of ways to cheat even under the above conditions, but it should eliminate egregious copy/pasting from a LLM or in-person help.

Were it me, I'd have made the expectation clear that we were interested more in the line-of-thoughts and explanation than the code. The lack of communication would probably be enough to not take the application further.

Another vote for my Casio FX82. Ease and speed of use are why I prefer it to any calc apps.

Though I'll admit that I have a bias towards physical, single purpose devices. I use a physical (digital) timer in the kitchen, and a physical mechanical metronome when playing music.

I was intrigued by this idea and decided to give it a go on a subject I have only cursory knowledge of. The conversation is here (https://chat.openai.com/share/50fe7120-a4eb-4c01-80bc-43d8f7...)

You're correct that it's an exercise in introspection, rather than relying on the AI's own knowledge. It was clear to me when trying to write explanations to its questions where my understanding was starting to get fuzzy and hand wavy.

A nice bonus was to get it produce a scorecard of correct, nearly correct and incorrect explanations. I could see these as a good jumping off point for me to do more learning/research. Though I suspect the AI would be less accurate at this in a more niche topic than I chose (refrigeration).

Completely agree. I'm surprised that, especially on HN, the large number of people who won't apply Occam's Razer to the situation.

I imagine that most air accident investigations begin like this; confused, competing information from numerous sources of varying reliability. Just with the internet and 24h news, everyone is following along with each revelation (see also the Pistorius trial).

Give it some time, let the investigators work and report their findings. I'd be very surprised if it's not a combination of system failure and human error in reacting to the failure.

Ross Anderson sums this up nicely in "Security Engineering":

"I write ‘identity theft’ in quotes as it’s a propaganda term for the old-fashioned offence of impersonation. In the old days, if someone went to a bank, pretended to be me, borrowed money from them and vanished, then that was the bank’s problem, not mine. In the USA and the UK, banks have recently taken to claiming that it’s my identity that’s been stolen rather than their money, and that this somehow makes me liable. So I also parenthesise ‘victims’ — the banks are the real victims, except insofar as they commit secondary fraud against the customer."

The user will enter their password on the provider's site via the phone browser. It relies on the user's trust of the system browser.

Attribute access of namedtuples aren't any quicker as you've surmised, it requires a hash lookup and an index lookup. Index lookup is as quick as normal tuple index lookups. The main reasons I reach for namedtuples is memory efficiency and much quicker creation times vs objects.

Python on Wheels 12 years ago

Python 3.4 will have a pip installer bundled with it, which removes the easy_install pip farce.

From the article:

Stripe POSTs at a /tokens API endpoint over https, which means everything is encrypted including the query params

Reactive Manifesto 13 years ago

The people behind the reactive manifesto are typesafe.com

Unsurprisingly, they have products to sell that are manifesto-compliant.

So to clarify, you see WAIT as a replication primative. It can be used as part of a larger scheme with a strong coordinator to provide strong consistency.