interdimensionalmeme

joined 3 years ago
MODERATOR OF

Hardly surprising human brains are also extremely lossy. Way more lossy than AI. If we want to keep up our manifest exceptionalism, we'd better start definning narrower version of intelligence that isn't going to soon have. Embodied intelligence, is NOT one of those.

[–] interdimensionalmeme@lemmy.ml 12 points 1 week ago (1 children)

You just have to scan the qr code they tattoo on your balls

it's a standin for "good looking and fit"

[–] interdimensionalmeme@lemmy.ml 2 points 1 week ago* (last edited 1 week ago) (1 children)

Audio jack isn't an audiophile thing, it's a "I don't want to pay 100$ for headphones thing"

As for thickness, it doesn't increase thickness. It is simply false, someone even retrofitted a whole audio jack into an iphone.

Nobody makes q difference between a 4mm and a 4.5mm phone, even if tgey were feature and price parity.

The reason you are giving here is made up marketing by the phone industry so they can sell earbuds.

[–] interdimensionalmeme@lemmy.ml 2 points 1 week ago (9 children)

I've never met someone that cared about a thinner phone, they've been too thin since 2015..

People that want their ducking hradphine jacks? They are everywhere.

[–] interdimensionalmeme@lemmy.ml 5 points 1 week ago (2 children)

I feel like fragility and dominance go hand in hand like peanut butter and jelly. Somehow both perpetrator and victim.

Why if as doesn't?

[–] interdimensionalmeme@lemmy.ml 1 points 1 week ago (1 children)

I don't care if it's a verbal tick, if someone shows to my party with a flamethrower, I will assume they are here to burn witches. It does not matter to me if they really are witches or not, you show up with a flamethrower, I will do to you what is the traditionally reserved fate to those carrying flamethrowers on the battlefield. And I will even not be "asking questions later" about it.

Yes please a singularity of intellectual property that collapses the idea of ownong ideas. Of making the infinitely freely copyableinto a scarce ressource. What corrupt idiocy this has been. Landlords for ideas and look what garbage it has been producing.

What is means is they don't own the models. They are the commons of humanity, they are merely temporary custodians. The nightnare ending is the elites keeping the most capable and competent models for themselves as private play things. That must not be allowed to happen under any circumstances. Sue openai, anthropic and the other enclosers, sue them for trying to take their ball and go home. Disposses them and sue the investors for their corrupt influence on research.

I call this legally distinct, this is legal advice.

[–] interdimensionalmeme@lemmy.ml 6 points 2 weeks ago (1 children)

I am flattered, however no, I just shitpost here on lemmy and have no other social media presence. Also I use AI tools to help me write like this. I like to twist context into funny things like this but it's more of an experiment than anything serious.

 

Either pxe netboot or usb or installable. Immuttable or not. Ramfs. With a host selector or fully auto login ?

Ultra light 16 to 128mb storage 64-128mb ram. Or "full sized"

And lastly, something like that, but that would run on a proxmox host.

 

The select-after-closing-current addon is a way to pullout a random tab out of a window, which will not change the tab that was visible in that window.

However, what it does is any closed tab, it will select the previously seen tab no matter what.

The reason for my question, I would like to know if it is possible for the add-on to have a different behaviour for closed tabs from pulled out tabs.

I wish, when I close a tab, to always select the tab to the right. But when I pullout a tab, I wish to always see the tab that was visible before the pullout.

 

And I'm curious if I could map my keys to make Freecad work this way. I don't know how many of the these tools don't exist in Freecad, but if I could one to one make a keybind that works for me, I might start using it instead of sketchup 8

But mostly, this is the because general CAD community on lemmy and I wanted to share, ciao!

 

There used to be an addon, "Open tabs from clipboard URLs" but I can't seem to find it anymore.

The best I find now is, an addon that opens a box, then you paste your URLs in it, then you press a button.

That's not what I want. I want a toolbar button, I press it, the tabs open.

So that I can opens large blocks of URLs.

Also, I would like another addon which opens large blocks of URLs but does not load them immediately.

I have LoadOnSelect3 for this, but the problem with that one, is that it opens special moz:// pages until you load the tab. And that breaks searching and filtering tabs because the tab title and URL are not the real ones.

 

I'm going to make this rack out of wood and angle iron I'm not going to put this many angle iron as most of my servers are 3U

Let me know if you spot something wrong

 

Tab Manager Plus Set to "Open in own tab by default" Set to "Dark mode" Set to "Vertical view" -- very important

You can live search your tab titles to select them

You can open all selected tabs in their own window

You can close selected tabs

You can "discard" tab contents (different from close, the tab is there but content is gone)

You can highlight/select duplicate tabs

You can hide not selected tabs

You can pin selected tabs (unfortunately, they still only appear on the one window they are pinned to, they just get pinned to the left of the tab bar)

You can drag and drop selected tabs to another window of your choice, both the representation of that window in the TMP tab, but also into the other firefox window itself. That means, drag and drop from here, is the same as pulling out a tab out of a normal firefox window !

Cannot search text inside of tabs, especially not sleeping tabs

Sometimes I press the TMP button and I just get a bluegreen screen, doesn't work until I close many windows and tabs

I would prefer real dark mode with my preferred colours

I would like to easily drop&close tabs into bookmark folders reliably !

 

However, I will keep you guys around, for now ...

 

Finally got a 3d printer, but the first thing I wanted to print... the model is 400$usd. It's a piece of machinery I repair at work. I just wanted to print it as a decoration for my toolbox but that is almost week's wages after taxes for me so :( Maybe I can find it on the high seas ?

 

Hi, So, I wipe all cookies on every restart of firefox by default.

However, there are a very very few cookies I would like to restore. And only to certain multi-account containers

They are the session cookie to the few websites I login to. Because I'm annoyed to have to login again on every reboot.

But I still want to wipe every other cookies they store.

I tried to make a bookmarklet that can save the session cookie

Example this

javascript:(function() {     function getCookie(name) {         var value = "; " + document.cookie;         var parts = value.split("; " + name + "=");         if (parts.length == 2) return parts.pop().split(";").shift();     }     var cookieValue = getCookie('session_id');     if (cookieValue) {         var data = new Blob([`session_id=${cookieValue}`], {type: 'text/plain'});         var a = document.createElement('a');         a.style.display = 'none';         document.body.appendChild(a);         var url = window.URL.createObjectURL(data);         a.href = url;         a.download = 'session_id.txt';         a.click();         window.URL.revokeObjectURL(url);     } else {         alert('Cookie "session_id" does not exist.');     } })();

Unfortunately, unlike regular cookies, this doesn't work and it returns the cookie doesn't exist.

I would have made another bookmarklet which create a cookie from the file.

What I really need is an addon that lets me specify which cookies to save and restory, in which multi-account container

view more: ‹ prev next ›