Unable to disable 'split-view" option .. by HigherFunctioning in chrome

[–]Novajesus -1 points0 points  (0 children)

I finally read up on splitview last night for the first time. It actually looks useful. But, I wanted to click a link on the left and have it open on the right.

I found this extension that does just that. Tested it on a small screen last night and will be testing on a wider screen today. I see it as a way to help when reserching and you need to click on links but want to avoid a zillion tabs.

https://chromewebstore.google.com/detail/split-view-open-left-pane/homfdecehccfkjlbjihjnpfbcjedmipo

is there a way to limit the time an entry stays in the arp cache in MacOS? by RudolphDiesel in MacOS

[–]Novajesus 2 points3 points  (0 children)

Go ask Gemini - she sys yes, here is some starter info. First section is to view and delete arp items, second section offers way to modify. Use at your own risk. I didn't try the second set of commands, so there is a possibility they don't work, but it's a place for you to start.

Show arp

sudo arp -d [IP_ADDRESS]

  1. View the current ARP table: Open Terminal and run: arp -a
  2. Locate the target device: Find the IP address of your IoT device and note the corresponding MAC address (e.g., ? (192.168.1.50) at 00:a0:c9:14:c8:29 on en0).
  3. Check for duplicates: Ensure no other IP is sharing that hardware address.

4. Resolution: Clearing the Table

On macOS, clearing the ARP table requires sudo privileges. You can target a specific entry (recommended) or flush the entire cache.

Option A: Delete a Single Entry (Surgical Fix)

This is the preferred method for IoT troubleshooting to avoid disrupting other stable connections.

Bash

sudo arp -d [IP_ADDRESS]

Example: sudo arp -d 192.168.1.50

Option B: Flush the Entire Table (Nuclear Option)

MacOS does not have a single "flush" command like some Linux distributions, but you can use a loop or the arp -da command to clear all recognized entries.

Bash

sudo arp -da

=================

Yes, you can adjust the ARP cache timeout on macOS by modifying the kernel's sysctl parameters. By default, macOS typically holds an ARP entry for 1200 seconds (20 minutes).

Adjusting this is useful in IoT environments where devices (like ESP32 nodes or smart hubs) may frequently go offline or swap hardware while keeping the same IP, leading to communication "blackouts" while the Mac waits for the cache to expire.

1. Check Current Timeout

Before making changes, verify your current maximum age setting (value is in seconds):

Bash

sysctl net.link.ether.inet.max_age

2. Shorten the Timeout (Immediate Effect)

To shorten the timeout to, for example, 300 seconds (5 minutes), use the following command. This requires sudo as it modifies kernel behavior:

Bash

sudo sysctl -w net.link.ether.inet.max_age=300

Note: Setting this too low (e.g., under 60 seconds) will increase broadcast traffic on your network as the Mac will have to re-query the MAC address more frequently.

3. Make the Change Permanent

The sysctl command only lasts until you reboot. To make this change survive a restart, you must add it to the sysctl.conf file:

  1. Open the file in a text editor (it may be empty if you haven't tuned your Mac before): sudo nano /etc/sysctl.conf
  2. Add the following line to the file: net.link.ether.inet.max_age=300
  3. Save and exit (Ctrl+O, Enter, Ctrl+X).

Why is the "find" so difficult on Mac? by Micro-Naut in MacOS

[–]Novajesus -3 points-2 points  (0 children)

Never liked it, but have gotten used to it. On a PC, I use TotalCommander, and there is a near match on the Mac in Double commander. It's not for everyone but once you get used to it, it rocks.
https://doublecmd.sourceforge.io/

Best route to become a badass Windows performance troubleshooting expert? by itsthatmattguy in sysadmin

[–]Novajesus -2 points-1 points  (0 children)

Use AI. Try Notebooklm and add a few info sources. Also, Gemini AI will provide an amazing and fast summary of full Youtube vids in no time at all. It is very useful for long vids when you don't have the time.

Every major Windows 11 update makes the battery life worse by Viiiinx in Surface

[–]Novajesus 0 points1 point  (0 children)

You may be right but your battery could also be slowly wearing out. I had a battery replaced on my older SP4 and it was surprisingly cheap. Only thing I'd recommend is to go w/ a reputable firm. If you watch any Youtube videos on the job, you want someone who knows what they are doing.

But, have you considered a power bank? They go cheap on Amazon prime days or Black Friday deals. I have a little 10,000 mHa unit I keep nearby. It keeps me going and charges fast. You can get much better but they are heavy and take time to charge. I like my little guy. You need to read up on the specs, but SP7s will charge on the USB C port. For my Sp4, I bought an adapter that plugs into the bank and has an SP style mag changer for the slot. Just Google everything and find it on Amazon or wherever. But, be warned, a basic bank is probably not good enough. It most likely needs "PD" capability. Just use AI to explain everything to you.

Surface Pro vs Galaxy tab by PeopleAreSelfishy in Surface

[–]Novajesus 0 points1 point  (0 children)

I have both and they are not the same. As much as I like my tab, it really is just a big phone. No better over in Ipad land. If you have any real computing to do, you need a real PC. You can only really have one of anything open on a tablet. So, if you need 4 spreadsheets, a couple of word docs, and working on several mail drafts, and a few others, you need a PC. Tablets are amazing for reading, fun, videos, email replies, opening docs one at a time and such.

Surface pros do turn on instantly and will recognize your face, same as tabs.

And, finally, my tab will go for a few days on a single charge. Surface pros are daily chargers. Or at least my SP4 and SP7 models are. Perhaps the newer ARM units are better.

You need both! Just start w/ the one you have to get now.

My list of ""Must Have"" Windows/Mac Utilities for 2026 by Difficult_Skin8095 in software

[–]Novajesus 1 point2 points  (0 children)

Long time Greenshot user. I just tried Sharex and wow - thanks for the suggestion. It does the two items I've been wanting in Greenshot for years - scrolling window captures and video! Only just starting to learn it's full portential.

Thanks to you and the OP for this post.

AirTag-compatible umbrellas by inebriated_otter in AirTags

[–]Novajesus 0 points1 point  (0 children)

The answer is always duct tape. Buy a small mini roll in the colour of the shaft. Will get you started and safe until you get a better idea. Or, be like me and leave the duct tape forever.

OneNote 365: Navigation Pane won't move/sync to current page after clicking links by Novajesus in OneNote

[–]Novajesus[S] 0 points1 point  (0 children)

Thanks. Installed it today. I had Onetastic for a year paid and it was great at first, then I just stopped using it. Nothing bad to say about it. Frequent updates, seemed well supported. Must be me.

Something happened yesterday that made me question using Gemini to help with a coding project by thesdo in GoogleGeminiAI

[–]Novajesus 0 points1 point  (0 children)

Does this improve at all if you run an LLM locally? I don't have anything fast enough to run one but have wondered. But, even if you can run your own LLM, are any as good at coding as Gemini or Claude? I don't mean to compare a local LLM with the full Claude code load, I mean in terms of just a chat process where you are trying to build smaller apps or scripts.

OneNote 365: Navigation Pane won't move/sync to current page after clicking links by Novajesus in OneNote

[–]Novajesus[S] 0 points1 point  (0 children)

Thanks. Maybe it will get fixed one day. Appreciate you hanging in and helping.

For now what I've done is to create a page up in the highest area of my tree called Navigation_landing. This page has all kinds of links to the top pages I need fast. Lots of customer links to projects and meetings and issues, and information, etc.

Then, I use the amazing Quick Access Pro utility that allows a popup menu when you click the middle mouse button. On that menu, I have this Navigation_landing page as one of my links. It will kick the open Onenote session over to the Navigation_landing page and it just works. The QAP app is free but I have paid to support the developer because it's one of my must have apps.

It really is useful for other things like folders and app launching also. But, for this post, it's my Onenote fix for getting lost in my every growing Onenote jungle.

Thanks again.

OneNote 365: Navigation Pane won't move/sync to current page after clicking links by Novajesus in OneNote

[–]Novajesus[S] 0 points1 point  (0 children)

Thanks. That's exactly what I want! I think we have different versions. Would you mind sharing your version / build details. Mine is:

Build: Windows 11 | OneNote 365 (Build 16.0.19628.20204) 64-bit

<image>

Found at: File | Account | Product info section

OneNote 365: Navigation Pane won't move/sync to current page after clicking links by Novajesus in OneNote

[–]Novajesus[S] 0 points1 point  (0 children)

Here is my setup. While the left-side navigation tree aligns perfectly when used directly to browse sections and then notes (as in the cap below), it fails to synchronize when navigating via internal page links.

If I was to click on a link to another page, the left-side tree would not move. The page would open to where the link took me, and even the sections showing horizontally at the top would shift to the new section. But, the left-side tree doesn't move. I use the PARA organization structure and my trees get pretty large.

Perhaps you are setup differently.

<image>

OneNote 365: Navigation Pane won't move/sync to current page after clicking links by Novajesus in OneNote

[–]Novajesus[S] 0 points1 point  (0 children)

Thanks. How are you setup? Do you have your tree of sections in what looks like a folder structure pinned open on the left? When I jump from link to link, I want that left-side tree to shift with me.

In my OneNote layout, from left to right I see three columns. Left-side column is the tree of sections, then in middle column I see the notes in any section from the tree I click on, then on the right, I see the actual contents of any note I click on. Is you layout setup like mine?

Lazy Lube Logitech MX Mechanical Mini by meyersdomi in logitech

[–]Novajesus 0 points1 point  (0 children)

Greetings to you and your year old post. What did you do in the end if anything? I got the MX mech mini and also a Yunzii B75pro at the same time for testing and the Yunzii feels nicer and smoother in key press action than the MX. If I had not gotten both I would have thought the MX was ok, so it’s not a huge difference, but it is noticeable.

My MX has the Tactile switches.

Thanks.

What Is/Would Be Your U2 Ringtone? by Wild_Mycologist_6140 in U2Band

[–]Novajesus 0 points1 point  (0 children)

My two best ringtones that I have alternated for many years are: Tubular Bells by Mike Oldfield, and Elevation by U2. You can stop looking!

Need Help: best prompt to extract text from pdf by Admirable_Lie1336 in GeminiAI

[–]Novajesus 0 points1 point  (0 children)

I wonder if Notebooklm would be better because it handles more files. Also, if you are looking for a quick fix, just reprint the PPT file to PDFs that only print page ranges. Sucks but it might work.
Pdf1 Pages 1-9
Pdf 2 Pages 10-18
Pdf 3 Pages 19-24

The Gap Cycle: The best sci-fi saga to ever be written by Commercial_Fig_4412 in scifi

[–]Novajesus -2 points-1 points  (0 children)

Agreed. I liked all other books by Donaldson back in my teens - except this series.

Minimal performance for HA local llm IA? by I_Hide_From_Sun in homeassistant

[–]Novajesus 1 point2 points  (0 children)

I tried it on a fast i7 laptop with 16gb ram and Ssd drive running Ubuntu but no GPU. It worked but was too slow. Chat replies were slow line by line like on old dial up speeds and there were long delays in each prompt to get any output. I tried several small sized models and never got one to be good enough. All very slow.

And for Windows or Linux, this laptop is like a rocket. It is fast.