mina86

joined 2 weeks ago
[–] mina86@lemmy.wtf 2 points 23 minutes ago* (last edited 16 minutes ago)

~~You want readlink -f rather than ls -l.~~ ++OK, actually not exactly. readlink won’t print path to the symlink so it’s not as straightforward.++

Also, you want + in find ... -exec ... + rather than ;.

At this point I feel committed to making readlink work. ;) Here’s the script you want:

#!/bin/sh

want=$1
shift
readlink -f -- "$@" | while read got; do
	if [ "$got" = "$want" ]; then
		echo "$1"
	fi
	shift
done

and execute it as:

find ~ -type l -exec /bin/sh /path/to/the/script /path/to/target/dir {} +
[–] mina86@lemmy.wtf 3 points 15 hours ago

I’ve Pulse 14 with plain Debian installation and so far didn’t notice any issues. Though admittedly, I’m not a heavy laptop user. Your mileage may vary I guess.

[–] mina86@lemmy.wtf 4 points 18 hours ago (3 children)
[–] mina86@lemmy.wtf 10 points 1 day ago

I used Claws Mail at some point in the past. Now notmuch+Emacs.

[–] mina86@lemmy.wtf -1 points 3 days ago (1 children)

Everything you’re describing is further speculation and unfalsifiable statements for events which already have a simpler explanation. That’s a tell-tale sign of a conspiracy theory.

Google buying the company as some kind of plot to get spies into Google requires more assumptions than Google buying the company for the technology (as it has done with plethora of other companies). If Google is somehow complicit in it, they could just hire those people directly. And if it’s all covert operation, Israel is capable of training and coaching their spies to pass Google’s interviews. Google interviews aren’t trivial, but it’s also not some super-elite company which hires only the top 0.01% of software engineers.

If you want to convince me otherwise, you need to demonstrate why your explanation is more likely than the obvious one.

[–] mina86@lemmy.wtf -4 points 4 days ago (3 children)

Nothing you wrote contradicts the observation that it’s easier to apply for a job and get it than to construct a full blown company which needs to be acquired. If there are already 99 ‘spies’ at Google, there’s hardly need for such elaborate schemes.

[–] mina86@lemmy.wtf 4 points 4 days ago

Why do you think it would affect performance?

[–] mina86@lemmy.wtf 4 points 5 days ago (5 children)

It’s easier to get operatives to apply for a job and get hired than build a company which ends up being bought. This sounds like conspiracy theory to me. Any large US corporation likely has operatives of various countries working for it.

[–] mina86@lemmy.wtf 6 points 5 days ago
  • Short, single sentence paragraphs.
  • Ends article with ‘Sad’ as its own paragraph.

What kind of BS website is this?

[–] mina86@lemmy.wtf 2 points 5 days ago (1 children)

You cannot write setuid scripts. It must be a binary.

[–] mina86@lemmy.wtf 5 points 5 days ago

The thread linked by the OP is Jarkko Sakkinen (kernel maintainer) seemingly saying “show your work, your patch is full of nonsense” in a patch submitted for review to the Linux kernel.

That’s not what he’s saying. He’s saying: ‘You’re using terms which aren’t that familiar to everyone. Could you explain them?’

[–] mina86@lemmy.wtf 10 points 1 week ago* (last edited 1 week ago)

If you have an SVG image you can either embed it directly on the website, or link it using img tag. Whatever the case, there’s no need to export it to PNG.

And yes, that will likely result in a smaller website and furthermore images which can scale smoothly.

view more: next ›