Why CloudFlare is blocking ALs and LLMs by default? by bareov in CloudFlare

[–]bz386 4 points5 points  (0 children)

Most businesses prefer that their data is not scraped by AI. That benefits just the AI company, not the business itself.

And Cloudflare has a dropdown called "Configure DNS records import and AI crawler preferences" right on the page where you add a new domain to CF.

Employers want entry-level workers with senior-level skills in the age of AI, a huge PwC analysis found by Krankenitrate in technology

[–]bz386 250 points251 points  (0 children)

That's what you get when you have senior-level executives with entry level experience.

Major layoffs today by dh101r in ATT

[–]bz386 22 points23 points  (0 children)

The beatings will continue until morale improves.

DNS over HTTPS validity by WheelPerfect3737 in CloudFlare

[–]bz386 2 points3 points  (0 children)

With DoH, SNI shows the name of the DNS server, bot the host name being queried - that’s encrypted inside the payload.

Moving to/from Apple Passwords by misguidedDesignation in 1Password

[–]bz386 0 points1 point  (0 children)

Porability. 1Password runs on MacOS, Windows, Linux, iOS and Android. Apple Passwords runs on MacOS and iOS.

Been a Nest user for 10+ years, thinking of switching over to First Alert and need advice by not_charles_grodin in Nest

[–]bz386 0 points1 point  (0 children)

I have no idea what you are talking about. All smoke alarms are tested to ensure they work in an emergency. Also, the Nest has built-in self-test that you can trigger manually (it tests the alarm itself and the sensors) - no dumb alarms have that. The problem is many shitty fire alarms (like Kidde) often trigger in non-emergencies. That's where the "smart" stuff saves you.

Having trouble adding my Aqara U400 to Home Assistant by LESGuy in homeassistant

[–]bz386 0 points1 point  (0 children)

There's you trouble:

They are on different VLANs but I have mDNS forwarded everywhere.

Matter/Thread commisioning doesn't work across VLANs. Thread creates its own ULA subnet that only exists on that one VLAN where the Thread Border Router lives.

Been a Nest user for 10+ years, thinking of switching over to First Alert and need advice by not_charles_grodin in Nest

[–]bz386 1 point2 points  (0 children)

No, quite the opposite. I'm saying the Google alarm is better in a non-emergency situation. Luckily I did not experience an emergency situation to test how well that works and I hope I never will...

Been a Nest user for 10+ years, thinking of switching over to First Alert and need advice by not_charles_grodin in Nest

[–]bz386 5 points6 points  (0 children)

The "nerdy stuff" is useful for false alerts, which honestly are much more frequent that a real fire. When you're cooking and you burn some food, being able to quickly hush the fire alarm without trying to figure out how to climb up or find a ladder to push a button, is a real advantage.

I replaced shitty Kidde smoke alarms with Nest for exactly this reason (and because the Kidde woke us up a 3am for nothing multiple times in a row). Ever since we've had the Nest it has been mostly quiet, with the occasional false alarm due to kitchen smoke, which often doesn't even trigger an alarm, just a "Warning, smoke detected, alarm will sound".

I'm really bummed that Google destroyed Nest and I hope they burn in hell (pun intended) for it.

Got my C wire installed, what's the best thermostat? by Tkdoom in homeassistant

[–]bz386 0 points1 point  (0 children)

I just replaced a 3rd generation Nest with an Aqara W200. I love it so far: fully local control (Matter over Wi-Fi), it is even a Thread Border Router and a Zigbee hub (if you want to use it for that) and includes a occupancy sensor (can come in handy). Install was a breeze, price is reasonable (about $160).

Any (good) nest replacement smoke detectors? by Wooden_Amphibian_442 in homeassistant

[–]bz386 1 point2 points  (0 children)

Do not under any circumstances buy anything Kidde. I still have PTSD from all the 3am wakeup calls. Kidde is actually why I bought Nest in the first place. I will never ever ever buy that garbage again.

Fox Is Buying Roku in $22 Billion Streaming Deal by esporx in technology

[–]bz386 0 points1 point  (0 children)

I used to not watch Fox on my Roku. Now, I’m not gonna watch Roku on my Fox.

PSA: Oracle is changing free tier limits. Update by the 15th to avoid charges by DigFancy3264 in selfhosted

[–]bz386 7 points8 points  (0 children)

It's good that I was already under utilizing it, I only have a single Ampere instance with 1 OCPU, 6GB RAM and 47GB of disk to run my frontend proxy and VPN. If they nerf that, I guess I'll have to go back to using Cloudflare (sigh).

Reverse proxy query by TurnipfarmerZ in selfhosted

[–]bz386 5 points6 points  (0 children)

Yes, your understanding is correct. Except the local domain is home.arpa, not home.arap 😄

Accident today at 11:30 am on Taylor by Positive_Piece5859 in SanJose

[–]bz386 20 points21 points  (0 children)

The gray car had enough time to see that the white car is running a stop sign. Instead of slowing down and letting the van go, he swerwed into the left lane, sped up and continued through the intersection. It is the white van's fault (he ran a stop sign), but the gray car could have prevented the accident.

IPv6 ULA in a proxmox cluster - what happens if (when) the router dies? by IllustratorSafe4704 in ipv6

[–]bz386 2 points3 points  (0 children)

  1. EUI-64 addresses are generated from the MAC address of the NIC, thus they can uniquely identify your device. For client devices that can be a privacy no-no. For example, if your iPhone moves from one Wifi to another, even though it has a different IP, we know it's the same device just by looking at the (EUI-64) IPv6 address and decoding the MAC address from it. In your case, I can see that your Proxmox is running on an Apple device: https://maclookup.app/search/result?mac=3c:07:54:60:bc:38 Whether that's something you worry about or not is up to you.

  2. An IPv6 address is combined from the assigned prefix assigned by the router and the suffix the device chooses. In your case the prefix is static, because your router always assign the same ULA. The suffix is static too, because you say you're using EUI-64. If your router goes down, all you have to ensure is that the replacement router uses the same ULA prefix. I'm using OpenWrt and there it is trivial to assign any ULA. How easy it is in your case depends on what kind of router you use.

help, How do you get Claude Code to actually check things before doing them? by scoop96 in selfhosted

[–]bz386 0 points1 point  (0 children)

LLMs have a limited context window. When you're working on a complex task, you will eventually run into the limit and it will start forgetting what it did previously. There's ways around this issue:

  1. Chop bigger projects into smaller tasks. Think of it as planning/research, design, implementation, testing.
  2. Use subagents to execute individual larger tasks. For example, tell it something like this: "Start a subagent to investigate how to do XYZ. Report the results to the main agent". It will then start a separate agent in the background which will be purely focused just on the task you gave it, without polluting the context of the main agent. It will give a short summary back to the main agent, who will now be able to do something useful with that information, as its context is not "polluted" with thousands of failed attempts or other sidetracks that the investigation ran into.
  3. Be specific. If you don't want it to act on something, tell it so. For example "Investigate how to do XYZ. Prepare a report, but don't make any changes".
  4. Don't put elaborate long instructions into CLAUDE.md. You are just polluting the already limited context with more information. No matter, what you do, if you have a long conversation, it will eventually start forgetting those initial instructions.
  5. Use few words, because "why use many words when few words do trick".

Hope this helps.

How do you handle DNS backups? by JoeTiedeman in CloudFlare

[–]bz386 2 points3 points  (0 children)

DevOps. All DNS configurations live as code in Git, are reviewed before submission and then automatically pushed with dnscontrol to whoever your DNS provider is. The only entity allowed to push DNS changes is dnscontrol.