@smpl@discuss.tchncs.de avatar

smpl

@smpl@discuss.tchncs.de

This profile is from a federated server and may be incomplete. View on remote instance

smpl ,
@smpl@discuss.tchncs.de avatar

Nice, but it is not entirely without JS. There is a tracking script from scorecardresearch.com

smpl ,
@smpl@discuss.tchncs.de avatar

debian/rules:

dh_auto_configure --  -DWITH_TESTS=$(WITH_TESTS) \
	                      -DWITH_GUI_TESTS=$(WITH_TESTS) \
	                      -DWITH_XC_UPDATECHECK=OFF \
	                      -DWITH_XC_ALL=OFF

CMakeLists.txt:

set(WITH_XC_ALL OFF CACHE BOOL "Build in all available plugins")

option(WITH_XC_AUTOTYPE "Include Auto-Type." ON)
option(WITH_XC_NETWORKING "Include networking code (e.g. for downloading website icons)." OFF)
option(WITH_XC_BROWSER "Include browser integration with keepassxc-browser." OFF)
option(WITH_XC_BROWSER_PASSKEYS "Passkeys support for browser integration." OFF)
option(WITH_XC_YUBIKEY "Include YubiKey support." OFF)
option(WITH_XC_SSHAGENT "Include SSH agent support." OFF)
option(WITH_XC_KEESHARE "Sharing integration with KeeShare" OFF)
option(WITH_XC_UPDATECHECK "Include automatic update checks; disable for controlled distributions" ON)
if(UNIX AND NOT APPLE)
    option(WITH_XC_FDOSECRETS "Implement freedesktop.org Secret Storage Spec server side API." OFF)
endif()
option(WITH_XC_DOCS "Enable building of documentation" ON)

set(WITH_XC_X11 ON CACHE BOOL "Enable building with X11 deps")

# stuff inbetween cut out

if(WITH_XC_ALL)
    # Enable all options (except update check and docs)
    set(WITH_XC_AUTOTYPE ON)
    set(WITH_XC_NETWORKING ON)
    set(WITH_XC_BROWSER ON)
    set(WITH_XC_BROWSER_PASSKEYS ON)
    set(WITH_XC_YUBIKEY ON)
    set(WITH_XC_SSHAGENT ON)
    set(WITH_XC_KEESHARE ON)
    if(UNIX AND NOT APPLE)
        set(WITH_XC_FDOSECRETS ON)
    endif()
endif()

I'm no CMake expert, but it looks like to me, from the first line of the above snippet, that the default in the upstream build script is WITH_XC_ALL=OFF.

smpl ,
@smpl@discuss.tchncs.de avatar

Sadly Sci-Hub has not received updated articles in several years. Alexandra is waiting for the outcome of the trial in India. I don't think it depends on what the outcome is, just that the trial needs to be over.

How are companies or developers supposed to make a full time living with OSI opensourced projects? ( opensource.org )

There has been a lot of talk about companies and individuals adopting licenses that aren't OSI opensource to protect themselves from mega-corp leechers. Developers have also been condemned who put donation notices in the command-line or during package installation. Projects with opensource cores and paid extensions have also...

smpl ,
@smpl@discuss.tchncs.de avatar

WARNING. Everything other than the last paragraph is kind of rude and opinionated, so skip to the bottom if you only want practical advice and not a philosophical rant.

First of all Free Software don't need paid developers. We scruffy hackers create software because it's fun. I have a strong suspicion that the commercialization of Free Software via the businessfriendly clothing "Open Source" is actually creating a lot of shitty software or at least a lot of good software that'll be obsoleted to keep business going. Capitalization of Free Software doesn't have an incentive to create good finished software, quite the opposite. The best open source software from commercial entities is in my opinion those that were open sourced when a product was no longer profitable as a proprietary business. As examples I love the ID software game engines and Blender. Others seem happy that Sun dumped the source code of Star Office, which then became OpenOffice and LibreOffice, but then again companies like Collabora are trying to turn it into a shitty webification instead of implementing real collaborative features into the software like what AbiWord has.

..and back in the real world where you need to buy food. Open Source consultancy, implementation of custom out-of-tree features, support, courses and training, EOL maintainance or products that leaverage Open Source software is my best answer. See Free Software as a commons we all contribute to, so that we can do things with it and built things from it. You should not expect people to pay for Free Software, but you can sell things that take advantage of Free Software as a resource.

smpl ,
@smpl@discuss.tchncs.de avatar

Don't be so sad, the list is shit.

I like drop.lol

smpl ,
@smpl@discuss.tchncs.de avatar

As @Caboose12000 already said, I'd recommend drop.lol (can be selfhosted). Filetransfers are direct between peers (unless you're behind some hardcore NAS where UDP hole-punching via STUN is not possible).

I mean how I transfer a file depends on the situation. If it's to someone on XMPP I'd just establish a direct transfer there. Sometimes I share a directory over HTTP, FTP, SFTP and so on. The easiest way for most people, because it only requires a WebRTC capable browser, is with one of the many peer to peer filesharing platforms like drop.lol.

smpl ,
@smpl@discuss.tchncs.de avatar

Thanks for the archive link, even if I prefer Techdirt for these kind of news, it was nice of you to save me from visiting Wired.

smpl ,
@smpl@discuss.tchncs.de avatar

It's part of the RSS 2.0 standard. Of course it requires adoption by feed publishers.

rssCloud

smpl ,
@smpl@discuss.tchncs.de avatar

Have they resolved the issues with poop?

smpl ,
@smpl@discuss.tchncs.de avatar

No I'm sorry, I pull my feeds manually using a barebones reader. I'm guessing your best bet is one of the web-based readers as it would require a client with a TCP port that's reachable from the web. I have never seen a feed who provided the rssCloud feature though.

smpl ,
@smpl@discuss.tchncs.de avatar

Does anyone know of a list of TLDs that don't allow reselling? I'd prefer to buy/lease one of those and let domain sharks play their own games.

smpl ,
@smpl@discuss.tchncs.de avatar

For your photo needs, you could try out RawTherapee and Darktable. They have builds for Windows and MacOS.

smpl ,
@smpl@discuss.tchncs.de avatar

A Linux user's nightmare: the machine was wiped clean with one click

Timo Tamminen

One day a Linux user using KDE Plasma decided to download a generic theme for his desktop environment. This is possible with Plasma's built-in tool, through which you can download anything from themes to icons and wallpapers.

Installing themes using Plasma's tool is easy and fast. It practically only requires one click. This time, however, the user in question certainly wishes that that one click had not been completed.

Namely, installing the theme called Gray Layout wiped the machine completely empty of the user's personal files. Without asking anything.

Although the theme developer's intention this time was apparently not malicious, the accident was a clear indication that installing third-party themes without careful supervision can be a bad mistake. With the theme, almost anything can be installed in the user's home directory.

The Gray Layout installation script ran the rm -rf command, which normally removes all files from the device, making the command particularly dangerous to use. However, without root access, it can only cause limited damage.

Reddit user Jeansen Vaars says that he lost all his games, settings files, browser history and other contents of his home directory in a crash.

The unofficial face of KDE, Nate Graham, apologizes for what happened. He promises that the matter will be thoroughly investigated. The theme in question has also been removed from the theme store.

smpl ,
@smpl@discuss.tchncs.de avatar

I use gitit and it's already packaged in most Linux distros.

smpl ,
@smpl@discuss.tchncs.de avatar

Do what you want. It's your computer.

smpl ,
@smpl@discuss.tchncs.de avatar

I’ve built a pretty functional web-based video editor that helps you generate FFmpeg commands in a visual, node-based environment. The tool lets you play around with most (but not all) FFmpeg filters, render videos in the browser (!), import your own files and/or work with demo videos, export gifs and mp4s, and it comes with a few built-in examples of the many fun things one can do with FFmpeg.

Source: https://lav.io/notes/ffmpeg-explorer/

Code: https://github.com/antiboredom/ffmpeg-explorer

smpl ,
@smpl@discuss.tchncs.de avatar

You should submit a bug report to your distro. If the window in focus doesn't grab the pointer, that should be a bug.

smpl ,
@smpl@discuss.tchncs.de avatar

I use Devuan and it's just Debian without systemd.

smpl ,
@smpl@discuss.tchncs.de avatar

It sounds like you already know how to make Web 1.0 websites.

ajayiyer , to Linux
@ajayiyer@mastodon.social avatar

Gentle reminder to everyone that support for ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:

  1. Continue on Win 10 but with higher security risks.
  2. Buy new and expensive hardware that supports Win11.
  3. Try a beginner friendly distro like . It only takes about two months to acclimate.

@nixCraft @linux @windowscentralbot

smpl ,
@smpl@discuss.tchncs.de avatar

That's a great tip.

Alternative github frontends?

Github has become more bloated, slower and more user-hostile with each update (just like all other big corp platforms). SPA navigation slow like hell, the "new" file viewer/browser is hardly usable in my opinion, code search does not work without login, etc. So are there any good alternative FE where the following work (read...

smpl ,
@smpl@discuss.tchncs.de avatar

Gothub is looking for a new maintainer.

smpl ,
@smpl@discuss.tchncs.de avatar

I will conveniently avoid any dbus talk, because the why is not so interesting as the how and direct you to this path /var/run/wpa_supplicant. You would probably send SCAN_RESULTS on the socket, you could also initiate a SCAN first to include the strength of stations you're not connected to. If you want deeper access to wireless, you use netlink to communicate with the kernel (see /usr/include/linux/nl80211.h) and poke some NL80211_STA_INFOs.. or the other direction (everything is a file) you just parse /proc/net/wireless without any special permissions for the current signal strength.

Oh.. and btw dbus has a simple binary protocol underneath all the XML/interface fluff and uses a UNIX socket.

smpl ,
@smpl@discuss.tchncs.de avatar

Yes, use what you know. Neither LXLE nor LXDE are end of life as claimed in other comments. The latest LXLE release is supported until 2030, which is five years longer than Windows 10.

smpl ,
@smpl@discuss.tchncs.de avatar

Fontunately it’s just DNS.

Loop up the domains at one of: ns1.cloudns.net ns2.cloudns.net ns3.cloudns.net ns4.cloudns.net

smpl ,
@smpl@discuss.tchncs.de avatar

My best guess is that you forgot the -f parameter to qemu-img.

smpl ,
@smpl@discuss.tchncs.de avatar

You are giving me the impression that Waypipe is an extension to Wayland like XRANDR is to the X11 protocol. I didn’t get that impression from the blogpost. I’m not trying to place value on them being an extension or a separate tool. I’m just trying to figure out if it was a shortheaded response or if Waypipe is an extension to the Wayland protocol.

smpl , (edited )
@smpl@discuss.tchncs.de avatar

GNOME Shell 45 moved to ESM (ECMAScript modules). That means you MUST use the standard import declaration instead of relying on the previous imports.* approach.

gjs.guide/extensions/…/gnome-shell-45.html

So the imports in your extensions is changed from:


<span style="color:#323232;">const Clutter = imports.gi.Clutter;
</span><span style="color:#323232;">const Gio = imports.gi.Gio;
</span><span style="color:#323232;">const Main = imports.ui.main;
</span><span style="color:#323232;">const Volume = imports.ui.status.volume;
</span>

to


<span style="color:#323232;">import Clutter from 'gi://Clutter';
</span><span style="color:#323232;">import Gio from 'gi://Gio';
</span><span style="color:#323232;">import * as Main from 'resource:///org/gnome/shell/ui/main.js'
</span><span style="color:#323232;">import * as Volume from 'resource:///org/gnome/shell/ui/status/volume.js';
</span>
smpl ,
@smpl@discuss.tchncs.de avatar

I edited my comment with an example for your code and my best advice for figuring out the path of gnome shell imports is by browsing /usr/share/gnome-shell/js/, the docs are not very helpful.

smpl ,
@smpl@discuss.tchncs.de avatar

It is very likely the wrong path, I just extrapolated the path from the gnome-shell git repo. I don’t use Gnome myself, I’m on the enemy team using LXDE on Devuan ;)

smpl ,
@smpl@discuss.tchncs.de avatar

Just to clarify. The gi:// resources are GObject Introspection modules which are used for multilanguage bindings to native libraries. On my system, GI modules are found in /usr/share/gir-1.0/ . They’re just imported by name and sometimes version using gi:// (there are examples in the link in my first comment).

As I don’t have Gnome installed I can’t be sure of the path to gnome shell modules imported using resource://, but it’s probably the path I wrote, but without js/.

smpl ,
@smpl@discuss.tchncs.de avatar

Aliasing and forwarding is not a good solution if you are concerned about law enforcement, because your personal e-mail is still linked with the tracker, just behind an extra hop and in addition you allow someone in between to read your e-mails. You had the answer yourself. Create a completely fresh free e-mail account somewhere, using as minimum a private tab to prevent tracking data to link anything to the account… and if you can get a free e-mail account with IMAP/POP access so that you can use it in an e-mail client to leak less data, do that.

smpl ,
@smpl@discuss.tchncs.de avatar

You could check out unfa’s channel and see if some of the videos are what you’re after.

www.youtube.com/channel/UCAYKj_peyESIMDp5LtHlH2A

smpl ,
@smpl@discuss.tchncs.de avatar

That’s the funniest thing I’ve heard in a -1 years!

Looking for simple analytics (similar to Plausible) that supports cookies

Google Analytics is broken on a bunch of my sites thanks to the GA4 migration. Since I have to update everything anyways, I’m looking at the possibility of replacing Google Analytics with something I self-host that’s more privacy-focused....

smpl ,
@smpl@discuss.tchncs.de avatar

If you still want to respect user privacy, your analytics software could use the port of the connection instead of IP as the identifier. It would be perfectly fine for determining simultaneus users from the same IP, but not invasive enough to monitor an individuals behaviour. Don’t ask me which analytics software supports that. I’d grab the data from the http logs if it was me and use a tool like goaccess.

smpl ,
@smpl@discuss.tchncs.de avatar

You could check if a domain contains a lemmy instance by fetching /.well-known/nodeinfo, but it’s bad netiquette to hammer sites with requests and could get users blocked. If you were to do it I’d make sure it cached the lookups in IndexedDB, localStorage or just using Cache API. I’m unsure how well any of the APIs works with UserScripts.

Where To Find Actually Good Search Engines?

I’m kind of tired of Google sending me to the same 3 sites whenever I search for something. If not the same 3 sites it’s 7 others that are so generic and boring I just feel they’re useless. It’s always makeuseof, androidauthority, or whatever other sites that have useful information but I rarely feel like they are saying...

smpl ,
@smpl@discuss.tchncs.de avatar

Marginalia Search perhabs.

Also these are worth mentioning:

  • Mojeek have their own index. The results are occasionally a bit of a mess, but they are very open to input and have an account on Mastodon.
  • Infotiger have their own index and the results are good.
  • Alexandria which use the Common Crawl index.
smpl ,
@smpl@discuss.tchncs.de avatar

You’re looking for what’s called reproducible builds.

reproducible-builds.org

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines