HackerLangs
TopNewTrendsCommentsPastAskShowJobs

psadri

1,284 karmajoined 14 năm trước
Creator of Y! Pipes and Polyvore.

comments

psadri
·14 giờ trước·discuss
Be sure to visit the basement museum to see the upside-down string + tiny sandbag weights model that was used to simulate the structure. Pure genius.
psadri
·4 ngày trước·discuss
Learning to code = understanding a problem, breaking it down into small, manageable pieces, putting all the pieces back together. Debugging. Iterating towards better metrics, etc.

All these are amazingly valuable skills/mindsets that can be highly portable to other "problem solving" domains.
psadri
·6 ngày trước·discuss
This will cause an extra round trip to the LLM. Which means more $ spent.
psadri
·15 ngày trước·discuss
I met Om once in SF over a meal. I could tell he was a kind soul. RIP.
psadri
·18 ngày trước·discuss
The comment about memcached being ephemeral is orthogonal to whether people will use it as if it persistent. If the cache appears to get hit 99.9% of the time and is always there, sooner or later people will write code that relies on that behavior.

Maybe the client libraries can help by returning nulls 10% of time, in dev mode?
psadri
·20 ngày trước·discuss
We are witnessing the birth of the term "pre-times" you often see in dystopian sci-fi.
psadri
·21 ngày trước·discuss
It’s interesting that you have to be an A to tell the rest apart.

And good luck if you have a lot Bs that believe they are As.
psadri
·23 ngày trước·discuss
Claude: configure my Emacs such that … has worked pretty well for me lately.
psadri
·tháng trước·discuss
This is part of the plot in Murakamui's Hard Boiled Wonderland and the End of the World.
psadri
·tháng trước·discuss
I believe 1:1 is fundamentally different than ever 1:2 ratio. So, even if you can have 3 person classrooms, I don't think it would be the same as 1:1 time.

As soon as you are working with more than one student, you have to teach the common denominator, which may or may not (more often not) be the thing that will most help any of the students.

In 1:1, you can identify were the specific gaps in skill, knowledge are and tailor the session to close them. Personalized.
psadri
·tháng trước·discuss
This is even a more interesting idea! I guess similar to the teacher assistant system in higher education. One version of this could be students a year ahead teaching the previous year's students. In elementary school it might be tricky, because besides interest, there are issues are classroom discipline and behavior which might be beyond the capabilities of an 8th year old.
psadri
·tháng trước·discuss
If you had the budget for two teachers, I’d utilize them as one teaching in the traditional way, and the other spending 1:1 times with each student (20 students in a class → 1-1:30 hr / student).
psadri
·2 tháng trước·discuss
Separately, I love the word “bloke”. I wish it would take off here in the US.
psadri
·3 tháng trước·discuss
You are correct. I apologize. I seemed to have read the next pragma’s depreciation notice!

Aside from this - SQLite has tons of cool features, like the session extension.
psadri
·3 tháng trước·discuss
For one it seems to be deprecated.
psadri
·3 tháng trước·discuss
What do you think is missing? I'm a big SQL fan and the idea of direct SQL to X seems appealing at least on the surface.
psadri
·3 tháng trước·discuss
Most of the software we interact with is at the end of the day some db tables, queries to read/write, and some ui to read/write. There have been so many times I wished I could just do my own db joins on the underlying db to get the views I wanted. But I can’t - because the app has pre-defined ui/query paths.

With AI, I should be able to ask for things the product designers didn’t anticipate or left out and the system could query, create ui on the fly, etc…
psadri
·3 tháng trước·discuss
What’s interesting here is that with AI, all our interfaces should evolve away from previous generation rigid forms / buttons / tables etc. towards something more fluid / dynamic / “natural”. Yet all the AI coding is geared towards producing more of the former.
psadri
·3 tháng trước·discuss
I did the EBC trek last year and at ~4400 meters, we heard about a local Nepalese woman dying from complications of AMS in the local clinic. There might be fishy things going on with the rescues, but the health risks are real.
psadri
·4 tháng trước·discuss
Related, I’d love an editor that’d let me view/edit identifier names in snake_case and save them as camelCase on disk. If anyone knows of such a thing - please let me know!