HN user

Ginden

354 karma

Autistic Node.js developer with special interests in biology.

Posts0
Comments183
View on HN
No posts found.

My employer bought me a Claude Max subscription. On heavy weeks I use 80% of the subscription. And among software engineers that I know, I'm a relatively heavy user.

Why? Because in my experience, the bottleneck is in shareholders approving new features, not my ability to dish out code.

"Age-restriction laws push platforms toward intrusive verification systems that often directly conflict with modern data-privacy law" - when you make rules contradictory, someone always violate these laws, and you can use selective persecution to "convince" companies to favor you, the incumbent politician. You don't even have to use such power, just a "joke" may be enough to send have any rational CEO licking your shoes.

European proponents of "anti-big-tech action" make it pretty explicit - broad discretionary power should be given to executive branch, because otherwise "international corporations" will use "loopholes" (and these "loopholes" are, in practice, explicitly written laws used as intended).

You need only a device on network to spam DHCP messages with malware DNS. So you don't need "shady hotspot", only compromised device within network.

Mining in Arctic is a technical nightmare. Typical alloys become brittle in these temperatures, darkness severely limits operations and/or workplace accidents, transport requires ice-breakers, permafrost is fundamentally unstable (heat from buildings melts it, causing sinking), and you need to pay people a lot to work there.

Because almost everyone involved in AI race grew up in "winner takes it all" environments, typical for software, and they try really hard to make it reality. This means your model should do everything to just take 90% of market share, or at least 90% of specific niche.

The problem is, they can't find the moat, despite searching very hard, whatever you bake into your AI, your competitors will be able to replicate in few months. This is why OpenAI is striking deal with Disney, because copyright provides such moat.

This is merely an engineering problem.

The hardest part of building nukes is acquiring weapon-grade enriched uranium, because it's controlled as hell and you will get bombed if you try to make your own.

If you spend hundreds of millions of dollars on enriched uranium, paying salaries for team of engineers is the easy part.

Conflict of interests is a real thing to worry about. I wouldn't trust scientist working in tobacco company on cigarette harm, even if I have no evidence of wrongdoing.

Title "People cough more during classical concerts" implies that people are more likely to cough during classical concerts than non-classical concerts. Article implies that people cough more in classical concerts than at home.

There are numerous biological, physical and neurological factors that can affect cough rate, and implication "it's voluntary" seems to be rather ridi... far-fetched.

Paper link BTW: https://ideas.repec.org/p/cue/wpaper/awp-05-2012.html

The midwit home 3 years ago

I was already running home server, so for me, setting up smart home was relatively simple:

- Buy Zigbee USB dongle - Install Home Assistant and Zigbee2MQTT in Docker on server - Initial configuration

It requires basic technical knowledge, but after initial configuration it just works.

There were three major pains:

- Configuring camera (ONVIF is pure pain) - it works initially, but I physically plug-in cameras only when I'm going on holiday - Configuring voice assistant - Finding good ZigBee remotes - Price of Hue Wall Switch (DIY approach is possible by gutting cheap button)

Cameras and voice assistant troubles were arguably result of my "keep as much as possible within local network" approach.

Minor pains:

- Binding remotes to light bulbs, so they work even if server is down - Finding instructions how to bind certain ZigBee accessories (they have "just open our proprietary app and it will explain what to do" manual)

Mentally I felt like I needed more food and more junk food than I ever did before using the drug

This is consistent with hungry brain hypothesis. Your hypothalamus detects that you have less body fat than amount set on "lipostat" and it tries to get fat content back to this set amount.

If it was the case then insurers would already be adding the drugs to their formularies.

American healthcare system has perverse incentivizes. Most unhealthy groups are generally least likely to be privately insured, so insurers are incentivized to prioritize health issues affecting working-age adults, while neglecting those which will be someone's else concern in future.

This is opposed to coming up with long term solutions that involve re-evaluating daily decisions that lead to some of these diseases in the first place.

Medicine tried this. It's extremely hard to actually to do it in practice. Obviously, it's better solution, but we are living in real world, where we have to choose "good enough" solutions over those deemed "better, but infeasible for 90% of patients".

At that time, Gophers leaped to defend it, going so far as to say that it's better because it's simple.

I'm not sure why certain things generate such fanatical community.

Eg. I remember arguing with iOS developer in my first work that smartphones bigger than 4.7" are useful. He claimed they aren't and Apple, as company focused on best experience of user, will never ever produce bigger smartphone, because it's totally useless.

I think that inflation isn't exactly comparable over that large periods of time. No amount of money could buy computing power equivalent to smartphone in Dickensian times. Our expectations also rises - no one wants to live in Dickensian standard of living. ;)

Also, Cratchit wasn't doing minimum wage job - AFAIR he was accountant or someone like that.

these dev dependencies will never be pulled into your project,

Please, don't ruin "JS bad" thread with facts. It's rude.

Silent truncation only occurs if strict sql_mode is disabled. Strict sql_mode has been the default since MySQL 5.7, released over 6 years ago.

What happens if you upgrade from older version? Are defaults from previous version used, or is it default only on fresh installs?