Macros

@Macros@feddit.de
0 Post – 20 Comments
Joined 1 years ago

Ivanti Connect Secure VPN

So its spreading via a closed source VPN software. Why should you even use that when there is great VPN software available on Linux which works reliable for decades?

Well of course you miss zero trust connections, multi-cloud readiness, award‑winning security and proven secure corporate access ...

If you feel the need to express your unswerving support for the actions of the Israeli state under this news article, please tell us, how you see the mass destruction of civilian homes justified and necessary.

Usual disclaimer: I support neither side here. Both use horrible methods to achieve their goals and I hope for a ceasefire and improvement of both governments. From my limited information a revolution will likely be needed in case of Palestine, in Israel elections may suffice.

30 more...

A little crazy theory:

Maybe they hope that by disabling awards in September there suddenly will be a lot less premium users. Gold and platinum gave a week and a month after all. So there will be a sudden spike in ad revenue just before the planed IPO.

9 more...

Good laws infringe on liberties of individuals or small groups to ensure greater liberty for all.

E.g. you can't go around murdering people so that other people have to liberty to live. We limit CO₂ emission so future generations do not suffer from the freedom limiting consequences of climate change. We require royalties and enforce copyright so that people can choose to be an artist without fearing for their income.

Bad laws inhibit the freedom of many while giving it to few. E.g. copyright for 70 years after the death of the artists benefits only the few rights holders of popular old works.

The struggle of a good government is to find the sweet spot for difficult positions. E.g. how long should copyright last? Which music volume should be allowed at night so that people can party, but others can sleep?

Well there is the Stop Killing Games initiative started by Ross Scott and supported by the Pirate Parties. If they succeed, companies selling games in recent years will be required to either keep supporting their game or to make it available in a way so that others can ensure its continued support.

When this is achieved the step to free older games is small.

If you live in Europe you have the chance to support the movement by vote in the upcoming elections.

Yes Hamas is a terror organization, no, that does not allow you to behave like a terror organization when fighting them.

If you have read the article this is not about innocents which where at the wrong place a the wrong time. This article is about deliberate destruction of civilian buildings without giving any justification besides 'There are some things that we see that you don't see.' in some cases evacuation was allowed, in some cases no time for evacuation was given. There is in my eyes no justification for this.

I never said that Israel should stand idle. So don't push that opinion on me.

What could be done? Attack military targets only, give civilians time to evacuate. (Yes a civilian home becomes a military target if it is used as weapons stash/factory, but there was no indication at all in the cases listed in the article), support the more moderate Fatah in regaining control. Support new democratic elections. Provide help in forms primarily targeted at civilians: Food, water, education. Allow students from the Gaza Strip to study abroad. Part of that is already done, but hampered by the military actions.

Destroying peoples homes and basic utilities will only ensure that hate on Israel grows and support for Hamas remains steady.

2 more...

I use it on a Pixel 5 and even there it is fluid while browsing. Only on Youtube there is the slightest stutter for HD Videos. Heavy sites like Discourse fora or Cryptpad or such work flawlessly.

An SSD really is the solution. You believe it just speeds up boot time, but it does speed up nearly everything else too.

Your Webpage? Your Browser loads it, stores new data into the cache and stalls while waiting for the HDD. Or it knows elements are in the cache and stalls waiting for them.

You click on the application menu? You PC tries to load 20 icons, tiny amounts of data an SSD has ready in a microsecond. Your HDD takes a full second because the seek between the 20 places where the icons are on the HDD takes so long.

I have some very old PCs I manage (mainly for relatives) and one couple uses a Core 2 Duo E6400 which should be quite similar to your PC. This PC is very usable for daily browsing with Ubuntu 22.04, boot time is about 25 seconds, then about 10 seconds to load up ebay. (I admit I optimized boot time quite a bit) The other PC they have is even slower than that, I just do not remember the exact CPU right now. That one is even used for old browser games similar to candy crush.

Of course it is not what I would use given the choice. I want to compile code in seconds, watch videos in glorious 4k and play a 3D game from time to time. But for them it works perfectly well, so well that they deny my offers to upgrade them

The point is, they already did. 99% of webservers run Linux. They are all out in the open and hackers love to get their hand on them as they are likely to have mailservers on them and they have a public IP so they can always be reached.

And most of them do not get hacked. And those that do mostly get hacked due to bad passwords or bad website code. I administer one and see the thousands of attacks running up against it daily (most are just attempts to log in with basic credentials). And of course I see the daily influx of updates from Linux.

If a new security flaw is seen, its often quite difficult to use. And with Linux somebody makes a patch before simple tool for hackers are out. With Microsoft products you wait till the next patch day, in the best case critical exploited bugs are patched in days. Also security flaws in closed source products are often easier to exploit and tools to use them are available fast. (Such flaws are often already discovered in open source products by third eyes and testers before they make it to production systems.)

Of course there are exceptions to the rule, like heartbleed. This was an easy to exploit flaw in an often used Linux service and it caused a big turmoil because many where to slow to patch their systems.

Also of course if Linux gets more popular on the desktop more software will be an attractive target for malicious actors and some software may get popular before many people take a look at the source code. But the situation will still be much better compared to closed source systems.

(Also of course more closed source software will be made for Linux then)

Example from Networking Hardware:

Cisco has had multiple cases where they likely built exploits for Government spyware into their devices. And they have far to many vulnerabilities which are found. This leaves two options: Either their security is so bad that intelligence always has backdoors ready and governments shouldn't use them, or at least some are backdoors built in accordance to NSA demands and goverments shouldn't use them. https://thehackernews.com/2016/08/nsa-hack-exploit.html?m=1

On the other hand Huawei, far less security issues, even offered to open their code for checking of backdoors and to let goverments check all updates. They are shunned by western governments and partially even banned.

Soon there are European elections. Voting for the Pirate parties and getting other people to vote for them is a good way to stop this. They are fighting hard against this law. Especially Patrick Patrick Breyer of the German one. Anja Hirschel, who will follow him, will likely continue with the same vigor.

Donations are also a great way to support. Donate to the Pirates, EDRI, or local groups opposing this.

Maybe Kolibri OS?

Its an amazing project, booting from a single floppy disk into a full graphical OS with multiple tools. And that on PCs with almost no RAM.

I sometimes use it to backup ancient PCs.

Niche language, but try out PureBasic.

Its IDE is based on Scintilla. And it is very fast, even on an ancient PC it runs. It is specific for the programming language.

And here some advantages it has compared to a simple text editor:

  • Autocomplete of all functions and many API functions of the OS
  • Hints about parameters
  • F1 Help for all functions by just placing the cursor on them
  • Jumping to errors in the code
  • Automatic backups of all the progress of your codes, no problem to backtrace even if you forgot to save or commit.
  • Manage Projects (Groups of source codes and different targets)
  • Well integrated debugger

I agree with you in many points. Most other IDEs I am forced to work with are horribly slow. Especially those which rely on electron. Sometimes they lack features every basic editor has by now.

This is to say: Good IDEs can exist and are a great benefit for the programmer. But modern IDEs often chase keyword features and use complex and bloated frameworks to achieve them. Sometimes even forgetting to add basic features which made IDEs a thing initially. An IDE should take almost no time to setup to your needs and should not hinder with complex operations which take seconds to run, it should only support in code creation and aim to make features like autocomplete show suggestions in milliseconds.

And where do maintainers for the new parts of systemd come from? The larger systemd grows the more parts of it will be neglected. Also in regard to people checking commits, opening up doors for exploits like the one in xz.

I can't speak for the Nvidia issue. (Only that it is widely know that Nvidia actively works against Open source and only just has begun changing their stance, so Nvidia support is still poor on Linux. Their proprietary drivers aren't great either. I stick to AMD since using Linux, they work great out of the box)

But the audio issue baffles me. Under Kubuntu with KDE I just klick on the Loudspeaker in the systray and choose the device. It even remembers it over unplugging and replugging devices.

Image of mentioned audio selection popup with radio button before the devices

Rgarding openssl: Thats the price you pay for freedom, you can change the system how you want, even into non working states ^^ BTW: You can repair such mistakes with a LiveCD even major ones like this.

Kubuntu 8.04.

It was the last release with KDE 3 and very polished for its time. Many applications from back then have vanished by now. Kopete was Magic, supporting all IM protocols (Including Yahoo video calls!), Amarok was so reliable and sleek.

Of course most things have improved since then, but I remember it fondly.

I had great experiences with old games on Linux. Mostly they work better than on a modern Windows system. For Example Neverwinter Nights 2. Under Windows movement is jittery on fast CPUs. There is a community patch for that thankfully. Under Linux it just works with WINE (the patch is advisable for other reasons there too). Also loading times are blazingly fast under WINE and Linux. On my HDD PC 1 second vs 50 on Windows. Now with a NVME SSD, Windows also only takes 2 seconds.

Of course Wine/Proton is not perfect, I still have a dualboot system for that. But I boot to Windows very rarely these days. When I do I am hit with so many slow updates, that I don't get to my game. Maybe I should stop doing them and cut of its network access.

Really old games tend to be more difficult. For a relative I set up a VM with Win98 as the performance impact won't hurt the games, some even benefit. (I believe the games where Safecracker and Theme Park) Even older than that DosBox and ScummVM work perfectly.

I had good experiences with the Zenbook-Flip Series from Asus. Linux support is great, build quality too. It even survived a big drop with only the screen falling out, but still working. I just inserted it again. Battery life is also great which is perfect for university.

Palm rejection did not work reliable however. I just got used to disable the touchpad with a keycombo whenever I started typing longer passages of text.

Einstein didn't say that religion was needed for science. Cosmic religion is not a good term because any reader will associate it with our umbrella term religion while he defined something else. Writing it without context is manipulating any reader who does not have/take the time to read up on the term.

He firmly stated that he does not belief in any religion associated with any god or gods like all the religions OP probably means. Even going so far as calling such beliefs expression and product of human weaknesses.

He also wrote "the Bible a collection of honorable, but still primitive legends which are nevertheless pretty childish." And "I, like yourself, I am predominantly critical concerning the activities, and especially the political activities, through history of the official clergy." So he does se a conflict between religion like OP means and science. He only once made a statement in support of the traditional religions when he said he was positively surprised that the christian church opposed the Nazi regime. He later backtracked on this because the church supported the Nazis partially during the further years of the war.

He still stated he is no Atheist because he believes in the existence and governance of the fundamental laws of nature and what he sometimes called religion he defined as the aspiration to pursue the research on these fundamental laws.

This is handled in the modem Firmware. Linux just has to supply "User has dialed number x, go into emergency mode" and then route the audio.

This is solved for all Linux phones as far as I know. From Openmoko over N900 till Librem 5.