HN user

tanvach

581 karma
Posts3
Comments150
View on HN

The biggest shift, in my mind, is that there will no lower bar for morality. Companies goals do not need to be aligned with society to trade for labour. The only lever we have is to block new data centers from being built.

That’s really cool. I think you nailed it, English isn’t the best way to encode my intentions in code. A pseudo language is likely much more efficient.

For me, LLMs tend to engage the 'language center' that drains me faster than the 'problem solving center' I usually reserve for writing code. We really need a different abstraction the bridges the gap between human and programming language, and load balance between these two parts of the brain more effectively.

Super cool, lock-in is very real. We are overflowing with Duplo and Lego sets because I just don't want to deal with another system. There are, of course, other models on Thingiverse, Printables, etc., but knowing these are properly designed to fit and work is a huge plus. Cudos to the team!

I think it’s not right to blame teachers, because you cannot control that right? Agree it’s far too hard to find aspirational teachers, but they are naturally in demand and will be snatched up by well paying positions, like private schools. The tool is supposed to help given the current suboptimal teaching practices.

It’s human nature really, and we see this in our jobs, instead of using LLMs to learn to do our jobs better, we replace work with automation.

It’s going to be quite hard to motivate students to learn now that they know answering can be automated.

Anyone has done mesh WiFi (ideally triband) using off the shelf parts and Linux?

I have an Orbi AX system which works reliably, but now I want to upgrade the radio to WiFi 7 and that means I need to upgrade all the hardware.

Hoping to move to using off the shelf parts so in the future I can just change the radio (ideally bunch of USB sticks).

I understand this is not strictly just the router. I can (and used to have) a router as separate device, but any mesh WiFi right now that I can find need a pricy router that acts as the coordinator, essentially negates the economic benefits.

Related - we have an atomic Seiko wall clock expecting to have the time automatically adjusted by the WWVB LF atomic clock broadcast. Turns out, the signal is very weak where we now live. Manually setting the time on these atomic clocks is a HUGE pain (beware!).

Turns out it's possible to emulate the atomic clock signal quite easily with a Raspberry Pi, or in my case I put together Arduino code that can emulate atomic clock broadcasts from around the world using an ESP32 module using NTP servers: https://github.com/tanvach/clocksync

The history of these atomic clock broadcast signals and their differences in different countries is quite fascinating.

Before, I was humbled, learned and mastered.

Now I feel frustrated and numb.

I’m not an AI skeptic, but more and more I feel the joy has been sucked out of doing anything that AI has touched.

During the pandemic, we had a natural experiment at my previous company. Our org had started an org wise auto ‘meeting starts 5 minute past’ while others had the traditional meetings start on the hour.

Also conveniently, we also had the calendar data for internal meetings, internal VC software (not zoom) db that logs the participants when they join and leave meetings and employee function db.

I was serendipitously the lead DS for analyzing the effectiveness of the ‘starting 5 minutes past’. After joining and cleaning a lot of the data, the data showed:

1) at the start of the trial, meetings ended on time. Then after few weeks it slip to ending late, negating the usefulness. Other orgs did not see meetings running late. 2) ICs tend to stick around and over run meetings, while managers tend to leave meetings on time. 3) if I remember right, we had a survey data that showed pretty clearly that managers prefer the ‘starting 5 minutes past’ while ICs do not care or have negative sentiment.

The biggest predictor for people who prefer starting late is how crowded their schedules are. Managers tend to have very crowded schedules which means they want a break between meetings, while ICs prefer not having to waste time waiting.

In the end we reverted back to normal schedule. It was just easier for busy people to bounce early.

Coincidentally we were on the Robotaxi during the black out (didn’t know about it, we were going to Japan town from the Mission). Noticed that it navigated through the non-working traffic lights fine, treated it like a stop sign junction. One advantage of building unsupervised system from public version that had to deal with these edge cases all around the country.

Though the safety driver disengaged twice to let emergency vehicles pass safely.

I find it more straight forward to just model the failure rate with the variables directly, and look metrics like AUC for out of sample data.