[-] smpl@discuss.tchncs.de -1 points 1 day ago

A dangerous animal is spreading yet another type of black tar in nature. This time to feed its infinte hunger for energy.

[-] smpl@discuss.tchncs.de 2 points 2 days ago

I am abit more hardcore about it. If bank fucks around, i will fucking move.

Thank you. That's someone willing to make a change.

[-] smpl@discuss.tchncs.de 30 points 3 weeks ago

Beware of using javascript to display customer satisfaction. This is how WPEngine looks without javascript enabled.

1
submitted 1 month ago* (last edited 1 month ago) by smpl@discuss.tchncs.de to c/forskning_videnskab@feddit.dk

Gennem tests med en hud stand-in har en trio af fysikere fra Danmarks Tekniske Universitet rangeret de typer papir, der har størst sandsynlighed for at give paper cut. I en artikel offentliggjort i Physical Review E har Sif Fink Arnbjerg-Nielsen, Matthew Biviano og Kaare Jensen testet skæreevnen og omstændighederne involveret i paper cuts for at sammensætte deres rangliste.

Artikel mm. kan findes her https://github.com/Jensen-Lab/PhysicsOfPaperCuts

[-] smpl@discuss.tchncs.de 29 points 2 months ago

I take it you haven't heard about Free Beer.

[-] smpl@discuss.tchncs.de 91 points 2 months ago

The quote is a derivative of something Bjarne Stroustrup said himself¹.

C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off

1: https://www.stroustrup.com/quotes.html

[-] smpl@discuss.tchncs.de 21 points 4 months ago* (last edited 4 months ago)

There is no free and open source version of Only Office. It fakes that it is licensed with AGPL, but they have added the following to the license, which in effect completely forbid you to redistribute it. It can be said to be Source Available.

The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.

Pursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original ONLYOFFICE logo in the upper left corner of the user interface when distributing the software.

Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.

https://raw.githubusercontent.com/ONLYOFFICE/DesktopEditors/master/LICENSE

11
submitted 5 months ago by smpl@discuss.tchncs.de to c/fedditdk@feddit.dk

Er det alle 4 eller alle 8? ;)

[-] smpl@discuss.tchncs.de 23 points 7 months ago

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@discuss.tchncs.de 38 points 7 months ago

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@discuss.tchncs.de 25 points 11 months ago* (last edited 11 months ago)

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.

https://gjs.guide/extensions/upgrading/gnome-shell-45.html

So the imports in your extensions is changed from:

const Clutter = imports.gi.Clutter;
const Gio = imports.gi.Gio;
const Main = imports.ui.main;
const Volume = imports.ui.status.volume;

to

import Clutter from 'gi://Clutter';
import Gio from 'gi://Gio';
import * as Main from 'resource:///org/gnome/shell/ui/main.js'
import * as Volume from 'resource:///org/gnome/shell/ui/status/volume.js';
[-] smpl@discuss.tchncs.de 63 points 1 year ago

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

https://reproducible-builds.org/

[-] smpl@discuss.tchncs.de 25 points 1 year ago

It's not Unix.

view more: next ›

smpl

joined 1 year ago