HackerTrans
TopNewTrendsCommentsPastAskShowJobs

enriquto

no profile record

comments

enriquto
·há 14 dias·discuss
> Xeyes is cute until one considers the practical implications…

what's the problem with xeyes? it reads data on your computer and displays it. Just like vim or cat.

If, for some reason, you want to run a program that you don't trust, you should sandbox it from the outside. But granting full rights to distro-provided programs like vim or xeyes is perfectly sane. Just like you trust your kernel.
enriquto
·há 28 dias·discuss
> the art of this game is to extract value which you did not create

in common parlance, theft
enriquto
·há 2 meses·discuss
It's not that inconvenient if you omit unnecessary closing tags:

    <tr>
    <td> first
    <td> second
    <tr>
    <td> what
    <td> ever
I find it simpler and cleaner than any of the markdown table markups
enriquto
·há 2 meses·discuss
I don't know how accurate is what you explain, but the fact that Eichmann was not tried at Nuremberg certainly does not help your credibility.
enriquto
·há 3 meses·discuss
i want all occurrences of the same glyph to be identical. This is essentially impossible to obtain with blurry "antialiased" fonts.
enriquto
·há 3 meses·discuss
> there's still something mystical and unintuitive for me about the area under an entire curve being related to the derivative

the discrete version is much clearer to me. Suppose you have a function f(n) defined at integer positions n. Its "derivative" is just the difference of consecutive values

     f'(n) = f(n+1) - f(n)
Then the fundamental theorem is just a telescopic sum:

     f(b) - f(a) = \sum_a^b f'(n)
enriquto
·há 3 meses·discuss
This is cool, but my problem is the opposite: I have a modern laptop screen with tiny pixels. What I need is then a huge bitmap font... does anybody have any?
enriquto
·há 3 meses·discuss
Conspicuously missing to this list is uwe's ttyp0 [0].

One of the few bitmap fonts (with terminus) having somewhat complete unicode support and going to very large pixel sizes, so that they are visible on modern screens with tiny pixels.

[0] https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
enriquto
·há 3 meses·discuss
I'm probably your twin, separated at birth... may you share your bitmap font?

> I don't believe in anti-aliasing for a coding font, not even on a retina display

This is a very good point. As resolution increases, antialiased fonts become less ugly, but also less necessary. Thus at no resolution they make any sense; but they look ridiculous for different reasons.
enriquto
·há 3 meses·discuss
> whoa there, pardner!

cannot even read this thing. Guess I'm not human enough...
enriquto
·há 4 meses·discuss
> the city announced that the land is now paid parking to the city

what a strange way to put it... why didn't they just say that they are not using any more taxpayer money to finance your parking space? Land in a city is not "for free".

> It's very easy to call another group entitled if you're not one of them

yeah, well: my point, exactly!
enriquto
·há 4 meses·discuss
> Paris can be cold and rainy

I cycle in Paris every week, and the only annoying experience climate-wise is the extreme heat you can get some days in july and august. If it's cold or wet, you can just wear appropriate clothes and be comfortable. But if it's sunny and 35°C, you are going to be drenched in sweat no matter what! Of course, being in the metro those days is even worse...
enriquto
·há 4 meses·discuss
> why fortran?

why not? the language is straightforward and loops are fast. It is portable and your code will work unchanged for the next 50 years. It may be a bit verbose, but that's not a big deal with today's tooling.
enriquto
·há 4 meses·discuss
but nobody argues against undo/redo in gimp!

going by your text editor analogy, we are arguing against implementing undo/redo as a "non-destructive delete", based on adding backspace control characters within the text file. I want infinitw undo/redo, but i also want that when I delete a character it is really gone, not hidden!
enriquto
·há 4 meses·discuss
> I always found it odd that scaling down an image now and then scaling it back to its original size 2 seconds later with the same tool resulted in a loss of quality

I'm honestly baffled at your surprise... say, if you crop an image, and 2 seconds later you enlarge it to its original size; do you expect to get the inital image back? Or a uniform color padding around your crop?

Scaling is just cropping in the frequency domain. Behaviour should be the same.
enriquto
·há 4 meses·discuss
> unless the participants in the deal are being coerced.

Here's the nice thing about it: they are! If they don't work (for any of the equally exploitative companies in their country) they die.
enriquto
·há 4 meses·discuss
> It sounds like Onlyfans is exploiting workers and their own customers.

But this is the basic principle of capitalism. The company exploits workers (in order to obtain a net benefit from their work), and exploits customers (by selling the lowest-quality, most expensive product it can manage to). Companies that don't behave like that get out-competed by companies that do. This dynamic is the root of our economic system, as was very clearly explained by Adam Smith and Karl Marx two centuries ago (in slightly different tones of voice).

The particular case you mention is nothing special. The exact same thing happens for all the products that people buy. This is just the stable state of our (some would say "rotten", some would say "healthy") society.
enriquto
·há 4 meses·discuss
> The point of GPL is to restrict distribution.

no, it isn't. The point of the GPL is to grant users of the software four basic freedoms (run, study, modify and redistribute). There's no restriction to distribution per se, other than disallowing the removal of these freedoms to other users.
enriquto
·há 4 meses·discuss
> No mention whatsoever of the $TERM environment variable. sigh

I have mixed feelings about this... Sometimes I feel young and reckless and want to just output whatever I need without checking $TERM. In practice, all modern terminal emulators are essentially xterm-256color compatible. If something breaks, the worse you get is some funny characters. Is that such a big deal? Much better than propagate the silly termcap/terminfo complexity.

By the way, xterm supports sixels since forever.
enriquto
·há 4 meses·discuss
> the app my electricity utility provides for viewing and paying my account DISABLES ITSELF FOREVER if you so much as enable USB debugging on your phone (even after you've disabled it again).

These are self-inflicted problems by these apps. Nothing to do with the OS. These apps simply don't work. Complain to the companies that push these broken apps to you.

Would you buy a microwave oven that kills itself if you play the wrong kind of music in your kitchen?