HackerTrans
TopNewTrendsCommentsPastAskShowJobs

munchlax

no profile record

comments

munchlax
·há 8 meses·discuss
Only in English.
munchlax
·há 8 meses·discuss
Perhaps because they is plural. Plural is reserved for the royal family in some cultures.
munchlax
·há 8 meses·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
·há 8 meses·discuss
That was almost never the case. We just didn't know any better
munchlax
·há 8 meses·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
·há 8 meses·discuss
And ridiculously expensive
munchlax
·há 9 meses·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
·há 9 meses·discuss
I bet those are just a rounding error to their profits.
munchlax
·há 9 meses·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
·há 9 meses·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
·há 9 meses·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
·há 9 meses·discuss
Of course! Sell the disease and the cure.
munchlax
·há 9 meses·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
·há 9 meses·discuss
*the goverment and foreign espionage agencies

FTFY
munchlax
·há 9 meses·discuss
Thanks. That may well be enough to trash firefox all day.
munchlax
·há 9 meses·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
·há 9 meses·discuss
It's the amount of BSD you have from gross BSD after paying all the technical debts.
munchlax
·há 9 meses·discuss
And let me guess... You haven't had to replace them since?
munchlax
·há 9 meses·discuss
The author of the work can call it whatever he wants
munchlax
·há 9 meses·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.