BaumGeist

joined 2 years ago
[–] BaumGeist@lemmy.ml 8 points 1 week ago (21 children)

City people have fucked priorities. I moved to a large city from a small rural town, and it's nothing but noise 24/7.

People yelling, construction happening, people watching TV with the window open, babies crying, dogs barking, birds calling, cars constantly rumbling by and hitting potholes so loudly it sounds like an explosion, acs running, radio from businesses, crowd noises, hundreds of thousands of little bits of metal and plastic clinging and clanging and pinging and popping, shoes on concrete clicking and clacking, airplanes, conversations going on, gunshots and concerts and car alarms and sirens and parties and car radios all the way up and... Even in the dead of night when it's all died down, there is this constant low hum coming from the city.

But specifically fuck the people who play music on their phone i guess.

[–] BaumGeist@lemmy.ml 2 points 1 week ago (1 children)

those still require root, they just don't explicitly say so. They still pop up with a password prompt

[–] BaumGeist@lemmy.ml 3 points 1 week ago

Jump ship. If you can make do without windows, do so. It takes away so much of the frustration, and you just learn to let it go when devs won't make linux-compatible binaries: after all, it's basically them telling you they need to be able to spy on you, so why use their app?

[–] BaumGeist@lemmy.ml 6 points 2 weeks ago (1 children)

The point of security isn't just protecting yourself from the threats you're aware of. Maybe there's a compromise in your distro's password hashing, maybe your password sucks, maybe there's a kernel compromise. Maybe the torrent client isn't a direct route to root, but one step in a convoluted chain of attack. Maybe there are "zero days" that are only called such because the clear web hasn't been made aware yet, but they're floating around on the dark web already. Maybe your passwords get leaked by a flaw in Lemmy's security.

You don't know how much you don't know, so you should be implementing as much good security practices as you can. It's called the "Swiss Cheese" model of security: you layer enough so that the holes in one layer are blocked by a different layer.

Plus, keeping strong security measures in place for something that's almost always internet connected is a good idea regardless of how cautious you think you're being. It's why modern web-browsers are basically their own VM inside your pc anymore, and it's why torrent clients shouldn't have access to anything besides the download/upload folders and whatever minimal set of network perms they need.

[–] BaumGeist@lemmy.ml 2 points 2 weeks ago

... @lemmy.world

Found your problem

[–] BaumGeist@lemmy.ml 7 points 2 weeks ago (1 children)

so, correct me if I'm wrong, but it sounds to me like your financial problems are causing a strain on you both, but you don't want to cede control over the finances because you've tied your sense of self-worth to your status as the breadwinner?

I've been there myself, but that didn't work out for entirely separate reasons; she's still my best friend (she's just straight). Looking back, I feel gross about wanting her to be dependent on me but not being okay with being dependent on her. I get there's different types of dependence, and emotional is just as important as financial, but still...

Maybe it would help to reframe this as a tenporary support to get to where you need to be, instead of a new normal. This can be your chance to focus on transition, or mental health, or career aspirations; it doesn't have to be you saddling her with more responsibilities and becoming a deadweight.

[–] BaumGeist@lemmy.ml 5 points 2 weeks ago

Beyond The Black Rainbow - A psychedelic loveletter to the 80s, about a dying cult and its first and last victims.

Anything by David Lynch, but particularly Mullholland Drive and Twin Peaks.

Mullholland Drive is a dream logic trip through Los Angeles as a small town actress finds work and love and heartbreak and murder in the big city while the world becomes increasingly incomprehensible and nightmarishly surreal; it also includes one of the best acted, directed, shot and scored scenes in all of horror.

Twin Peaks is the story of a small town deep in the forests of Washington, struggling to solve the murder of a high schooler, an FBI agent arrives and proceeds to explore esoteric and supernatural causes; part drama, part cosmic horror.

[–] BaumGeist@lemmy.ml 14 points 1 month ago (1 children)

image editing

imagemagick for basic transformations/compression/conversions, CLI (locally hosted) AI for the shops

[–] BaumGeist@lemmy.ml 4 points 1 month ago* (last edited 1 month ago)

everytime i see ppl saying "ah" instead of "ass," I read it in Jeff Goldblum's voice

[–] BaumGeist@lemmy.ml 7 points 1 month ago

Funny you should say that, because...

https://vim-adventures.com/

[–] BaumGeist@lemmy.ml 1 points 1 month ago

Real wizards use ed

[–] BaumGeist@lemmy.ml 1 points 1 month ago

multiple inputs from one output, each asking a question but only having one output

That's not how flowcharts work.

Also the big "NO" implies that that's the path to take if the answer to the questions leading into it is "no"

 

Finally, another web engine is being developed to compete with Chromium and Firefox (Gecko), and they're also working on a browser that will use it.

Here's the maintainer talking about the current state of the project, and a demo of the current functionality

 

I occasionally see love for niche small distros, instead of the major ones...

And it just seems to me like there's more hurdles than help when it comes to adopting an OS whose users number in the hundreds or dozens. I can understand trying one for fun in a VM, but I prefer sticking to the bigger distros for my daily drivers since the they'll support more software and not be reliant on upstream sources, and any bugs or other issues are more likely to be documented abd have workarounds/fixes.

So: What distro do you daily drive and why? What drove you to choose it?

 
 

It's the series finale for our friend Plague Roach. Big props to Drue for all the work he's put into this project

Here's the full series playlist on youtube

 
 

I've been using nala on my debian-based computers instead of apt, mostly for the parallel downloads, but also because the UI is nicer. I have one issue, and that's the slow completions; it's not wasting painful amounts of time, but it still takes a second or two each time I hit tab. I don't know if this is the same for all shells, but I'm using zsh.

I tried a workaround, but it seems prone to breaking something. So far it's working fine for my purposes, so I thought I'd share anyway:

  1. I backed up /usr/share/zsh/vendor-completions/_nala to my home directory
  2. I copied /usr/share/zsh/functions/Completion/Debian/_apt to /usr/share/zsh/vendor-completions/_nala
  3. I used vim to %s/apt/nala/g (replace every instance of 'apt' to 'nala') in the new /usr/share/zsh/vendor-completions/_nala

Already that's sped up the completions to seemingly as fast as any other command. And already I can see some jank peaking through: zsh now thinks nala has access to apt commands that it definitely doesn't (e.g. nala build-dep, nala changelog and nala full-upgrade), and it has lost autocompletions for nala fetch and nala history.

Once I understand completions files syntax better, I'll fix it to only use the commands listed in nala's manpage and submit a pr to the git repo. In the meantime, if anyone has suggestions for how to correct the existing completions file or more ways to make the _apt completions fit nala, it'd be much appreciated.

 

As a user, the best way to handle applications is a central repository where interoperability is guaranteed. Something like what Debian does with the base repos. I just run an install and it's all taken care of for me. What's more, I don't deal with unnecessary bloat from dozens of different versions of the same library according to the needs of each separate dev/team.

So the self-contained packages must be primarily of benefit to the devs, right? Except I was just reading through how flatpak handles dependencies: runtimes, base apps, and bundling. Runtimes and base apps supply dependencies to the whole system, so they only ever get installed once... but the documentation explicitly mentions that there are only few of both meaning that most devs will either have to do what repo devs do—ensure their app works with the standard libraries—or opt for bundling.

Devs being human—and humans being animals—this means the overall average tendency will be to bundle, because that's easier for them. Which means that I, the end user, now have more bloat, which incentivizes me to retreat to the disk-saving havens of repos, which incentivizes the devs to release on a repo anyway...

So again... who does this benefit? Or am I just completely misunderstanding the costs and benefits?

 

Most people are aware that gasoline sucks as a fuel and is responsible for a large portion of carbon emissions, but defenders love to trot out that "if every end consumer gave up their car, it would only remove like 10% of carbon emissions"

I can find tons of literature about the impact gasoline vehicles have, but is there any broader studies that consider other factors—like manufacture, maintenance, and city planning—while exploring the environmental and/or economic impact of cars and car culture?

I know there's great sources that have made these critiques, but I'm looking for scientific papers that present all the data in a single holistic analysis

 
view more: next ›