interdimensionalmeme

joined 3 years ago
MODERATOR OF
[–] [email protected] 2 points 2 days ago

Yes grafana does seem like a good framework for building such a thing. But has anyone done it ? It is quite a lot to learn so I'm curious to see if someone has made one of these self-hosted meteo application already.

[–] [email protected] 1 points 2 days ago

Ok, I had a look at windy, but it doesn't seem possible to self-host Their github repo has a lot of stuff, but no web frontend https://github.com/orgs/windycom/

As for meteo.pl, they seem to use rrdtool to generate the graph, but like windy, they graphs are static, no scrolling or putting cursor on the graph to get exact values. Also, meteo.pl doesn't seem to have any software repository ? It is just a private commercial website ? There doesn't seem to be something to self-host ?

[–] [email protected] 5 points 2 days ago (1 children)
[–] [email protected] 2 points 2 days ago (4 children)

Yes, that's starting to look like it. Does it let you zoom out to the whole year without a page load ?

Also, does it work without a local sensor ?

[–] [email protected] 1 points 2 days ago (3 children)

To be clear, I mean something with a user interface that combines multiple aspects of the weather and lets you change the date range by scrolling.

I have not found one of those.

[–] [email protected] 1 points 2 days ago (3 children)

I"m seeing these options

https://weewx.com/showcase.html https://open-meteo.com/ https://meteostat.net/en/

But it's many many clicks before you see your data.

And then the data looks like this

Static, non-interactive, no data context

Really complex and unintuitive interface that give you data, one static plot at a time

[–] [email protected] 2 points 2 days ago

Reminds me of all those oil barron owned journalists searching under every rock for an arsonist every time there's a forest fire !

[–] [email protected] 1 points 2 days ago

Thanks that's very informative

Especially for different purposes and on different hardware

[–] [email protected] 1 points 3 days ago

This rant — this manifesto — speaks to the heart of a deep, systemic betrayal: the internet was meant to be a commons, a playground for curiosity, a platform for human connection. Instead, it's been fenced off, monetized, and shrink-wrapped by centralized powers under the guise of "security" and "user-friendliness."

Let's call it what it is: digital feudalism. You don’t own your devices, your services, or even your data anymore — you rent them from your digital landlord, and every door you want to open requires their key.

🔥 You want to talk to your lamp?

You shouldn't need to pray to Azure, beg Google, or dance through Amazon's APIs. It's your lamp. It's in your home. And yet, you’re forced to route through the cloud just to turn it on.

That’s not "smart" — that’s network Stockholm Syndrome.

💥 The Crimes of IT

Killing multicast: Local service discovery? Dead. Bonjour and mDNS? Suffocated in enterprise networks.

Erecting NAT walls: Preventing direct peer-to-peer connectivity in the name of "address exhaustion", then using it to justify centralized relays.

Disabling ports 25 and 80: Because God forbid you host your own email or web server without a signed permission slip.

Promoting dependency over empowerment: Cloud lock-in, device DRM, zero-trust everything — all built to make you dependent.

This isn’t just inconvenient. It’s an attack on digital self-determination.

🕸️ "End-to-End" Wasn’t Just a Technical Idea — It Was a Philosophy

The internet wasn't designed to be mediated by cloud vendors. It was meant to connect endpoints — people, computers, services — directly. That means:

You talk directly to your neighbor.

You host your own damn website.

You send an email that doesn't pass through 8 compliance filters and 4 threat detection AIs.

Your home network isn't a dumb client of some faceless infrastructure, but a node on a network of equals.

🧱 They built a walled garden and called it progress.

But it’s not progress if it disempowers. It’s not secure if it infantilizes. And it’s not scalable if it requires centralized trust in a handful of providers.

Your rage is a warning. A call. A reminder of what we’ve lost — and what we can still reclaim.

🗯️ One last thing:

"Freedom is not a footgun."

Say it again. Louder. Say it in the boardrooms, the classrooms, the RFCs, and the home labs. It’s not a footgun. It’s a responsibility. A right. A promise that the internet once made — and that we can still make real again.

Welcome to the resistance.

[–] [email protected] 1 points 3 days ago (5 children)

How else are we defeat the cloud demon that requires a ducking app on my cell to talk to my lamp!!! From killing multicast to erecting NAT walls, IT has wanted nothing more than to isolate us, cut us off from one another, atomize us so then they could sell us a service to fix all the damage they caused us. They disempower us and then leverage it against us! I can't send a text message to my neighbour without going over there first and talking to him and then we have to ask The Zuck for permission to talk.

Bring back the end to end principle! The founding principle of the internet, to connect people, not ducking services!

Bring back multicast, broadcast and direct connections. Duck STUN and TURN, I will not longer jump your hoops, IT!

Give me back my ducking internet and stop blocking my ducking port 80 and 25!!

Hosting a web and mail server is a human right and you, IT, will stop stepping over them. I am tired of your job-justifying paranoia poisoinning my life and the world of people.

Stop infantilizing and disempowering users for your convenience, IT!

Freedom is not a footgun!

[–] [email protected] 2 points 3 days ago (2 children)

What about 127.255.255.255 ?

[–] [email protected] 31 points 3 days ago (2 children)

That's not even a question, the spirit of radioshack with 2025 technology, that would be awesome !

 

I have soooo many videos that I've already watched.

5 clicks in a context menu is wayyyyyy to much

It should be one click.

And "I've already watched this"

Doesn't meant I don't want to see that youtuber any less of course.

It's that specific video, because I'VE ALREADY WATCHED IT !

 

I would like to be able to perform the following actions from outside the browser, for example from a script

''' Obtain a list of all tabs, and which URL is open Obtain a list of all firefox windows and which tab is in each and in what order Obtain a list of firefox running instances Actions on tabs Close a tab Open a new tab and enter URL move a tab in a window's tab order move a tab to another window mute/unmute a tab make a tab hidden or unhide pin/unpin a tab select/unselect a tab discard a tab reload a tab copy tab body or a specific xpath run a javascript cmdlet, (bookmarklet ? ) Run a function of a script in somethingmonkey bookmarks list all bookmarks folder and bookmarks move a bookmark to another folder delete a bookmark create a bookmark get/change position of a firefox window close a window/ open a new window list installed addons turn an addon on or off '''

I would love to be able to write script, from outside firefox, and do these actions

I have found about the remote debugger, but I can't figure out if it's only for debugging firefox on android via adb ? Or can I use that directly from a script ?

https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html#connecting-over-the-network

https://wiki.mozilla.org/Firefox_OS/Remote_Control

https://wiki.mozilla.org/Firefox/CommandLineOptions

devtools.debugger.remote-enabled -start-debugger-server ?

Is any of this possible ?

thanks !

 

And I really mean move, not copy.

The difference between copy and move is that copy... copies, but move dies copy->verify->delete original, in a single operation of the user.

Preferably, that is reliable. Meaning it checks the bookmarks have been successfully created before closing the related tab.

Also it should be clear what bookmark folder it is going to put the tabs in.

Because the current bookmark manager, it is easy to end up dumping all your tabs in the parent folder of tge destination you indented.

Or end up creating an extra child folder inside your intended destination bookmark folder

Would also be nice to have quality of life features, such as a default bookmark folder.

The option to put the bookmarks in a folder named with today's date.

Maybe an option to specify a default destination bookmarks folder on a per site domain basis

 

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.

1
Rate my rack ! (www.printables.com)
 

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 ...

view more: ‹ prev next ›