HackerTrans
TopNewTrendsCommentsPastAskShowJobs

munchlax

no profile record

comments

munchlax
·8 mesi fa·discuss
Only in English.
munchlax
·8 mesi fa·discuss
Perhaps because they is plural. Plural is reserved for the royal family in some cultures.
munchlax
·8 mesi fa·discuss
There exists makefiles that don't allow DESTDIR, as in

  mkdir derp
  gmake install DESTDIR=$PWD/derp
Distribution maintainers have to patch this :(
munchlax
·8 mesi fa·discuss
That was almost never the case. We just didn't know any better
munchlax
·8 mesi fa·discuss
I've replaced all my GPT disklabels with Sun disklabels because I refuse to let them talk.

UEFI still boots. Spec said it can boot from fat in an eltorito floppy image and sun disklabels sit in the second or so sector. Spec also said it abstracts the type of volume so all boot methods always work for all drives. ISO images don't use the first 4kB so it doesn't see there's disklabel at all

So now I can mount the ssd as iso9660 but there's also partitions on it of which the third spans the entire drive (of course, because that's the c partition)
munchlax
·8 mesi fa·discuss
And ridiculously expensive
munchlax
·9 mesi fa·discuss
Not neccesarily a guise of security, but perhaps a different means of security. E.g. securing stock investments, profits, monies, etc. Nothing is 100% secure, you can't be in the void and still call it a void, etc
munchlax
·9 mesi fa·discuss
I bet those are just a rounding error to their profits.
munchlax
·9 mesi fa·discuss
I think it is and it doesn't just end there. It's develop and distribute binaries.

Everyone is still free to develop and distribute source code.
munchlax
·9 mesi fa·discuss
And good lock unlocking anything over 5 years old because the updated website doesn't support what you've got. Been there, it sucks.
munchlax
·9 mesi fa·discuss
It doesn't make sense to choose between a snake that bit you and another that bit you earlier.

If you don't want to be bitten, get out of the snake pit.
munchlax
·9 mesi fa·discuss
Of course! Sell the disease and the cure.
munchlax
·9 mesi fa·discuss
Yup. There's always some kind of tool anyway so why not. I mean, even if you read the logs as they come out of a screaming line printer, the tool is the thing that takes log messages and spits them out the printer port.

How hard can it be to write a log cat utility in awk?
munchlax
·9 mesi fa·discuss
*the goverment and foreign espionage agencies

FTFY
munchlax
·9 mesi fa·discuss
Thanks. That may well be enough to trash firefox all day.
munchlax
·9 mesi fa·discuss
Who knows how many ways there are to exfiltrate data. Without software (and hardware) freedom, you can never tell what's going on.
munchlax
·9 mesi fa·discuss
It's the amount of BSD you have from gross BSD after paying all the technical debts.
munchlax
·9 mesi fa·discuss
And let me guess... You haven't had to replace them since?
munchlax
·9 mesi fa·discuss
The author of the work can call it whatever he wants
munchlax
·9 mesi fa·discuss
I admit I havent investigated this thoroughly, but I suspect the low hanging fruit in the tinykvm case is having rw access to /dev/kvm

I think it should be possible to pass /dev/kvm as an open fd to daemons like kvm server and mark it as non-inheritable. As long as the vm is in a subprocess it would be okay I guess.