excitingburp

@excitingburp@lemmy.world
0 Post – 113 Comments
Joined 1 years ago

Never argue with an idiot. They will drag you down to their level and beat you with experience.

Mark Twain

7 more...

At the very least we can call BS on developers who claim they don't support Linux because it's niche, while they support MacOS.

10 more...

There isn't always a victor when there is a loser (and visa versa fwiw). Reddit didn't win here, Redditors lost.

Btw COW isn't necessarily (and isn't at least for ZFS) a performance trade-off. Data isn't really copied, new data is simply written elsewhere on the disk (and the old data is not marked as free space).

Ultimately it actually means "the data behaves as though it was copied," which can be achieved in many ways. There are many ways to do that without actually copying.

2 more...

PipeWire wins in the feature-set game, which is why it is being preferred over PulseAudio.

According to the inventor of PipeWire, this is the wrong perspective to take. PipeWire is preferred over PulseAudio as a server, clients (apps) should continue to use the PulseAudio/JACK APIs because the PipeWire API is not designed for general use (it's designed for things like pipewire-pulse and pipewire-jack).

27 more...

Mine was at 16 because my foreskin stopped growing. I honestly would have preferred to have it done at birth before I could remember the pain (like my brothers).

5 more...

In the US there is no notice period for firing in "at-will" states (which is all except Montana). It goes both directions though, there is no notice period when quitting. So chances are, if the OP is in the US, the boss was full of it.

10 more...

Do not use Manjaro. It is a known trap. What you can do is install pamac, which is what Manjaro uses for GUI package management. It's been a hot minute since I've used Arch, so here's a tutorial:

https://itsfoss.com/install-pamac-arch-linux/

Alternatively you could look at Garuda, which is a solid Arch distro. You'll either love or hate the theme, but that's easy to change. It also comes with an interactive kernel by default (most distros use a regular kernel build, which works better for servers).

Whatever you do, please please please not Ubuntu. It's the lowest common denominator. Emphasis on "lowest". It was good in the past, but Canonical have really lost the plot.

9 more...

For your use case, consider it to be a packaging format (like AppImage, Flatpak, Deb, RPM, etc.) that includes all the dependencies (including services, not just libraries) for the app in question.

Should I change this?

If it's not broken don't fix it.

Use Podman (my preferred - the SystemD approach is awesome), containerd, or Incus. Docker is a graveyard of half-finished pet projects that have no reason for existing. Podman has a Docker-compatible socket, so 100% of Docker tooling will work with it.

1 more...

Not littering.

Starfield is actually a great framework for a video game

It really isn't, that's 99% of the problem. It's basically a mod for Skyrim with some additional tech.

5 more...

The biggest hurdle to open sourcing proprietary stuff is often 3rd party code, but we can indeed hope.

I used to agree with this, but hearing interviews with actual victims changed my mind. This only works in theory.

A few entire floors dedicated to pro bono immigration attorneys.

Putin has been claiming that Ukraine invaded him all along, so now what? "Oh they are invading for realsies." I've been hoping that Ukraine would call him on his bluff.

Linux actually stands for "Linux is not Unix." Recursive acronyms were a bit of a geek inside joke at the time.

The nice thing about space is that there isn't any weather up there to make the solar panels dirty etc. There's also a lot of space, which solar panels need a lot of.

23 more...

Did I say it was?

The point is that there are exceptions and it's not always "mutilation."

1 more...

I heard it in a podcast, but here's a written source on that: https://fedoramagazine.org/pipewire-1-0-an-interview-with-pipewire-creator-wim-taymans/

The message is still to use the PulseAudio and JACK APIs. They are proven and they work and they are fully supported.

I know some projects now use the pw-stream API directly. There are some advantages for using this API such as being lower latency than the PulseAudio API and having more features than the JACK API. The problem is that I came to realize that the stream API (and filter API) are not the ultimate APIs. I want to move to a combination of the stream and filter API for the future.

You didn't understand my ridiculous plot?

Why is it such a sin to cater to a different audience to you? If you don't enjoy his movies then don't watch them. He's one of a handful of screenwriters who does complex stuff, there's an absolute deluge of lighter stuff for the rest of you.

What would you say to a person who continues to eat fish, even though they hate it and spit it out each time? "Stop eating fish, that's your fault."

3 more...

Apparently it breaks group chats, notwithstanding that it's an Apple problem, Signal exists and doesn't feature any of this nonsense.

The cryptography has much simpler algebraic analogues - what we are looking for is a "one-way function". This means a mathematical symbol that only works on the left side of the equals. The simplest one is the remainder of a division. For example if I told you that I had a remainder of 5 after dividing by 20, you wouldn't know if the original numerator was 25, 45, 65, 85, and so on. This operator is called mod (modulus). Even if you don't know what value I started with, It's not hard to guess what possible numerators could be with modulus. That's where the cryptography comes into play: a cryptographic hash is designed so that it's practically impossible to guess the original numerator. We'll stick with the modulus for explanatory purposes, but imagine that you can't list off possible numerators like I did.

Now we can invent a puzzle for a computer to solve. We'll start off with the same values as before, but - again - we are disallowing easy guesses. This forces us to check 1 mod 20, 2 mod 20, 3 mod 20, 4 mod 20, 5 mod 20 and so on. Eventually we'll hit 25 mod 20 giving us the solution to X mod 20 = 25. Now you can go back to the person that gave you the puzzle and prove that you've done 25 steps of work to arrive at a solution (or have made a lucky 1/25 guess). This is called "proof of work". A cryptographic has consists of a certain number of bits, such as 256 bits - this means a series of 1' s and 0's 256 long. The puzzle presented to the computer is "find the numerator that results in the first 50 bits being zero" (the more bits are required to be zero, the longer it will take to find the answer). Because of the incredibly slim chance of guessing the correct numerator, it doesn't really matter if the computer counts up (like we did with modulus) or guesses. So, in practice, everybody trying to find the solution starts at a random number and starts counting, or trying other random numbers, until someone wins the jackpot. It's basically a lottery, but the correct numbers have to be discovered instead of being dropped out of a glass ball at the end of the week. Once a computer finds a solution, everybody else playing the game can check their numerator as [probabilistic] proof that they have done work.

Now we can use this lottery to create a blockchain. We start with 5 things: a globally agreed on solution we are looking for (789), an initial block (which is just a number - lets say 12345), Bob's account #5 of $100, and Sally's account #6 of $200, and a huge amount of players of the above game. Sally wants to transfer $20 to Bob, so she says to all the players: "I'm #6 and want to give #5 $20. There's a $1 prize for finding a new block for me." All the players make a new denominator, by placing the numbers next to eachother - so 12345 6 200 5 100 20 1 - or just 1234562005100201. All the players start trying to find the number that will result in 789. Eventually someone finds 1234562005100990 after a lot of work/guesses. Everybody checks their work 1234562005100990 mod 1234562005100201 = 789. The winning player receives their prize, and now everybody has a new block to start from: 1234562005100201 1234562005100990. Next time someone wants to send some money they will use 12345620051002011234562005100990 as the initial block instead of 12345. Hence, we have set up a chain starting with:

12345 -> 12345620051002011234562005100990 -> ...

There's your block...chain. Anybody can independently verify that the work has been done by checking the answers. It's incredibly elegant but, as we've seen, incredibly destructive.

2 more...

Even if it is bots behave like it isn't. Go out and vote.

It's an entire planet's war.

At some point when people ask about the Holocaust, we're going to have to start asking "which one?"

It was random username that Crunchyroll generated for me. I liked the absurdity of it.

I love it enough to donate. Forego is an awesome project.

Not voting is ultimately voting for whoever wins the election.

I'm not sure. I'm worried that we're already in the feedback loop.

1 more...

Silverblue doesn't solve the same problems as Nix, or Ansible for that matter. I built my own in the past and it was non-trivial - although the CI process could pair quite nicely with Ansible. IMHO the primary advantage of Silverblue is that updates are a download, with practically zero work to do after the download has completed (this is a very big deal for RPM-based systems because an update boot can take a long time).

As for Ansible vs Nix, try switching from one program to another across all your machines. It's doable but not fun. Now try switching back across all your machines. Nix makes your system equal a configuration, it does not add configuration.

Or even so much has seen a vagina.

RAM could be a cheaper culprit. Try re-seating it.

  1. Contrast. You can't use light to make something dark.
  2. In the HUDs that we do have (Hololens, Google Glass), you typically use something like DLP or waveguides. Both are pretty expensive.

There are fewer barriers with helmets because they are usually tinted.

I'm a fan of anything that keeps eyes more forwards/on the road.

unsubscribed

I was an avid fan since 2015, fortunately I adopted their perspective about shitty companies and what to do about them. I don't preorder, I don't tolerate shitty ethics, I don't purchase half-finished videos/products, which means I certainly don't consume LTT content.

Madison is a hero for stepping up like this.

2 more...

As opposed to the human-made brain melting videos?

He's/his staff are actually doing a fairly good job. It's hard to live up to Obama, and he's not as loud as Trump. He hasn't made huge progress, but he's made some - and most of it's "boring." So yeah - I like Biden.

I started with a Hakko, $120. It blows my mind how much better a $25 soldering iron (Pinecil V2) is. Both only have 2 buttons, but the Hakko does a terrible job with them. The Hakko also takes significantly longer to heat, which resulted in me running it really hot when I first started out.

I think masers (microwave lasers) are the new theory for achieving this, previously it was beaming microwave down much like your microwave oven beams your food.

They are both senile. But take it from someone who lived under Robert Mugabe, senile dictators seem to live frustratingly long lives - even in the face of terminal illnesses. If the choice has to be between two seniles, take the one that doesn't have dictator aspirations.

1 more...

why hasn't anyone else said anything,

This question has been asked a million times. It has been shown time and time again that whether more people come forward has no correlation to how common something is. This is mostly because it's really hard to do so while being bullied (which is really just abuse).

Even an outside investigator might have issues getting the real story, and is biased due to being on the same payroll as all the other employees. I have had personal experience with this: an outside investigator called in to resolve a conflict with a person whose bullying had previously caused multiple people to quit. It was resolved "amicably" (which is to say not at all). An employer only gives a damn so far as their bottom line goes, and that goes for Linus too. This investigator is going to come in and tip-toe around LMG's and Linus's involvement in this, mark my words.

Again, to summarize, Linus saying the things didn't happen is exactly why people don't come forward: my word vs the boss.