Hacker Newsnew | past | comments | ask | show | jobs | submit | uolot's commentslogin

:e

By default it reloads the current file


My life as been a lie!


Looks ok for me (Firefox 81 on Linux): https://i.imgur.com/7Pxmwyn.png


Firefox 81 on Mac: https://imgur.com/a/JQGcfTQ Does not look good.

It has something to do with the custom font. If I disable "font-family: AdobeSourceCodePro, monospace" the colors appear: https://imgur.com/a/mcUX5XD


Looks like it's https://bugzilla.mozilla.org/show_bug.cgi?id=1520157:

I think basically what's happening here is that the font includes some SVG glyphs (for a bunch of emoji, no doubt). This causes us to render it via a "color font" codepath, and color fonts ignore the CSS color property as the glyphs are painted with their inherent colors instead.

But in this case many (most) of the glyphs do not actually have color versions, and so they simply paint as black. We need to be making the decision whether to paint "as a color font" (ignoring CSS color) on a per-glyph basis, not per-font-run, so that glyphs without inherent color don't just default to all-black all the time.


I've been using Transferwise for quite a while, never had any issues with them. The transfers are quick, fees are low, exchange rates are fair.


TransferWise is lovely, but it is not legally a bank.


You can also display man pages in vim by default:

    export MANPAGER="/bin/sh -c \"col -b | vim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""


Instead of cloning LightTable repo, just go to the main page [1] and download an archive.

[1]: http://lighttable.com/


Could you please explain it a bit or provide a link?


http://morepypy.blogspot.com/2012/07/hello-everyone.html

> I'm proud to release the result of a Facebook-sponsored study on the feasibility of using the RPython toolchain to produce a PHP interpreter. The rules were simple: two months; one person; get as close to PHP as possible, implementing enough warts and corner cases to be reasonably sure that it answers hard problems in the PHP language. The outcome is called Hippy VM and implements most of the PHP 1.0 language (functions, arrays, ints, floats and strings).


Thanks, seems very impressive


HipHop its Facebook sponsored just in time compiler for php. HHVM (Hip Hop Virtual Machine). My understanding is its 95%ish compatible with most php. They're working using framework unit tests to get the percent higher. http://www.hhvm.com/frameworks/

https://github.com/facebook/hhvm


If you're on Ubuntu, running "apt-get build-dep python-imaging" should fix those problems (or it did for me in the past).


Last time I checked it, it was very buggy and unstable, but current version look much much better.

Unfortunately it's totally unusable for Vim users...


> Unfortunately it's totally unusable for Vim users...

How so?


It gets totally messed up - I can attach a screenshot if you wish. Maybe it's fault of my vim's config.


I finally created an account because of this :) Python FTW!


How sad - down-voted to oblivion on your first comment.

Quick tip to get the appropriate tone right. Don't post anything that sounds like a typical Reddit comment.


maybe some day I will finally become reddit user :D


So brave!

(Don't worry, I have a ton of karma to burn here)


Good choice. Welcome :)


nice to become a legal part of this awesome community :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: