

It could have been a top Lemmy app if open sourced…
It could have been a top Lemmy app if open sourced…
Reddit as in the company? Of course, the first Reddit search result has been manually set to a “Stay away from Lemmy” post.
Is there a tool to automatically check partitions for excessive log files, caches or other junk? The root partition of a Linux box I have is 60 GiB and almost full, and XFCE will fail to start when there’s no space. I would use WinDirStat on Windows but the Linux alternatives can’t do the job properly because they scan by file tree and some subdirectories of /
are on other partitions because of symlinks… I guess I could boot a live USB and mount my ext4 root partition but not the NTFS storage one but I’d rather avoid that.
Try integrating with OpenStreetMap Traces and Tapiriik for ease-of-use. Recommend running your own instance for the latter. Not necessarily for the minimum viable product but consider this into the future.
Good bike computers like Garmin’s allow GPX export so HW compatibility is there. It’s a few manual steps but you can make the process automatic for example by syncing your HW tracker to Tapiriik (15+ brands supported), which then can auto-download GPX files to your computer via Dropbox (or without Dropbox if you run it locally), and then you can auto-upload those to OSM with one of these scripts running on your machine.
The map is a community effort and the lack of social features, which caters to introverts, keeps focus on the end goal - an accurate map of the world. Other platforms are suitable for social activities and you can link to your OSM trace from there.
Yes, seeing the trace geometry only with no map is a letdown. That’s why I suggested the visualizer in another comment. It would certainly improve the shareability of traces.
OSM doesn’t produce any hardware. They are a wiki-based world mapping effort. In addition, they run a PNG tile provider (so you can embed their map on a website), an article wiki for how to edit the map etc. and the trace repository.
You can use OSM and record traces using various apps mentioned on their wiki.
Come to think of it, OSM traces include timestamps and elevation for each recorded point, plus maybe other data from the uploaded GPX file. Maybe someone will create a Strava-style visualizer that serves HTML, SVGs or PNGs from trace IDs with a map, speed and elevation profile for easy sharing. Imagine your trace is https://www.openstreetmap.org/user/hagu/traces/11959920
and you change openstreetmap.org
with perhaps openstreetmap-traceview.org
and get a nice sharable overview that also has a PNG for preview on socials. Maybe even a page with a list of activities by user including kilometer stats by month, mode of transport etc.
That’s the neat part, there isn’t. Post about your trips where you want, you can then refer to the OSM trace.
People have given consent for you to improve OSM with that data though. For example, one GPS trace can be pretty inaccurate (especially under a canopy where aerial imagery also doesn’t work) but you can compile a dozen (get them with a location-specific query) and get a very good average. You can message people about those edits, and add notes.
Also, StreetComplete gives you achievements for completing quests and uploading traces. They are automated but it makes it look like actual people are grateful. Of course most people who use OSM will never actually thank the contributors but you’re still doing a great service by improving the map around you.
There is a great community effort at https://www.openstreetmap.org/traces
You can directly upload there with StreetComplete or Vespucci. Or exports from any tracking app that gives you a GPX file (including Strava I think). Otherwise, don’t really expect FOSS-minded people to share their trips.
Is there a live chart available?
Trying out Blorp (the newly out-of-beta Lemmy app) and it looks great!
Feddit.org. Feddit.de has been dead for months
I’m not an expert, how many Raspberry Pi 4s does this translate to?
0.50 $/kWh is a normal price in Europe now
My household of 7 averages 900 watts year-round.
We’re not suggesting moving away from the HTTPS protocol. Gmail and other web email apps, as well as Word Online etc. still use HTTPS to communicate with their backend infrastructure. They are just registered in your browser as apps that can handle the mailto://
or ms-word://
URL schema. This registering most likely happens automatically when you have visited a page that supports the schema so fediverse://
links would continue working for Fediverse users - they’d see a prompt to open the link with their home instance’s web app (its web interface like the default web UI) or a dedicated web app they are already using like Voyager. What would need to change is just a minor thing: browsers would need to offer the default web UI of target instance as fallback: for example, even if you haven’t visited any Fediverse site yet, the link fediverse://lemmy.example.com/post/1337
will show “lemmy.example.com web interface” in the “Open with…” option list, redirecting to https://lemmy.example.com/post/1337
.
The disadvantage is, Reddit and other platforms will never add support for [fediverse hyperlink](fediverse://example.com/post/1337)
Markdown syntax, or even start blocking it (they can already block known Fediverse domains but there would be backlash if they did).
You wouldn’t need browser extensions to open links on your instance
App maintainers wouldn’t need to maintain lists of instances to correctly signal “I can open this” to the OS
So if your Mastodon instance just sprung up, you can just give someone a link like fediverse://masto.darkthough.ts/post/1337
and it will auto-open using the app and instance account of their choosing.
Look up what a URL schema is. Examples include https
(obviously handled by your browser), ftp
, mailto
, ms-word
etc. The mailto
one is most well-known for letting you choose between in-browser (Gmail etc.) and native (Thunderbird, Outlook etc.) options on desktop and mobile. There does not need to be a formal protocol and port, it’s just a way to signal support for a kind of content via URL.
Renumbering characters during font minimization? I haven’t encountered that, it would break searching and copying.
Anyway, PDFs for example don’t even say whether a line of text is left, center or justified – they usually store the coordinates of the first character and then spacing to each subsequent one unless defined by the font.
And what if the document contains text boxes, or other Word objects? Well, the text is separate from the underlying rectangle (if there is one) and it’s up to the conversion tool to guess if it’s part of the main text layer.
Sorry, it’s really hard to edit PDFs. You might want to use Inkscape for editing the graphical parts. If you also need to edit paragraphs, I suggest recreating the document by pasting them into Word/LibreOffice, and importing any graphical shapes as SVGs (use Inkscape for the conversion, then you can try Word’s “Graphic > Convert to Shapes” feature).
Really, every software that outputs PDF should treat it as an export process, hopefully making it clearer that “saving as PDF” is visually lossless but structurally lossy and messy.