Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ned
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ned
7mo ago
Have a look at Scalingo, it's a good mix of simplicity and maturity. https://scalingo.com/blog/heroku-alternative-europe-scalingo...
2.
▲
by
ned
2y ago
I see that you are quoting in extenso News articles (I read one from the DailyMail). How did you secure the copyright issues of reproducing full articles ?
3.
▲
Cloudflare's perspective of the October 30 OVHcloud outage
(blog.cloudflare.com)
3 points
by
ned
2y ago
|
0 comments
4.
▲
by
ned
3y ago
We'll see what comes out of ALTEDIC - https://ec.europa.eu/newsroom/lds/items/797961/en
5.
▲
by
ned
11y ago
Very exciting project, specially the support for custom document schemas. If the authors are around, I'd love to hear what was their thinking regarding implementing focus and selection, with regards to the inconvenients outlined by the
6.
▲
by
ned
11y ago
When you are full-time employed, remotely, by a european company, and living in another european country, does anyone know : — do you set yourself up as a freelance consultant, and pay your healthcare and retirement fund yourself? — …or do
7.
▲
by
ned
11y ago
For instance, one day at school he was working with the student theatre. All week he had been struggling to produce the right sound effects, but it just wasn’t coming together. Eventually, his boss lost his cool and started ripp
8.
▲
by
ned
12y ago
Yes! Ted Nelson talks about this in this amazing and inspiring Google Talk video from 2006. He talks about the rise of packet-based networking, and how the future will be content-centric. https://www.youtube.com/watch?v=oCZM
9.
▲
by
ned
13y ago
Super interesting. How does this compare to Xopus? https://xopus.com/ Of course, Xopus is closed source, so that's a big difference already.
10.
▲
by
ned
13y ago
Similar to http://chromatic.io Nicely done.
11.
▲
Mozilla To Sell Ads In Firefox Web Browser
(adage.com)
1 points
by
ned
13y ago
|
2 comments
12.
▲
by
ned
13y ago
I'm not worried about being under surveillance. I'm neither interesting, nor engaged in anything interesting. That's probably the feeling of most people. Martin Fowler wrote an insightful post about this subject: Privacy Pr
13.
▲
by
ned
13y ago
In the long run yes, when they have revenue. But they mention: But then, one day when I came back to their website, I saw that they had added a minimum fee of €100 to their plan, and that unfortunately tipped the scale for us, as we pay ev
14.
▲
by
ned
14y ago
The really crazy thing is that we had great proposals for much better layout systems, and they were rejected: - First, the model with "springs and struts", employed by all major native GUIs for decades, and also implemented in Firefox as th
15.
▲
by
ned
14y ago
* Documentation provided as a monolithic 600 page PDF.
16.
▲
by
ned
14y ago
Flexbox is the most underrated CSS modules out there. Making flexible layouts based on the size of the viewport without it is either a major pain or flat out impossible without resorting to JS. I don't understand why all the CSS efforts are
17.
▲
by
ned
14y ago
Excellent, really cool. On OSX, this is what AppleScript and Automator should have been. Would it be possible to tap into GUI applications via OSX UI Scripting, and maybe mirroring the app's menus with Wiki menus?
18.
▲
by
ned
14y ago
It also breaks two OSX defaults: - spacebar on a highlighted item should select it - the select menu should open on mousedown, not mouseup. Otherwise, it's a very nice piece of work.
19.
▲
by
ned
14y ago
The idea of compound images is really interesting, although it would require an extra HTTP request to fetch the hight-DPI portion of the image. But maybe less of a problem over SPDY? The idea truncatable bitstreams is fascinating too. I'm n
20.
▲
by
ned
14y ago
No, the distinction of device pixels vs. CSS pixels predates the first "Retina" iPhone. The distinction existed in all browsers supporting full page zoom, including the Safari on the first iPhone, and in Opera for years before that. "Retina
21.
▲
by
ned
15y ago
I'm afraid this boat has long sailed. The "pixel" term is in the CSS 2.1 Spec. It's set in stone. Personally I've made peace with it. I say either "CSS pixels" or "device pixels", depending on what I want to express. And although the high r
22.
▲
CSS px is an Angular Measurement
(inamidst.com)
129 points
by
ned
15y ago
|
60 comments
23.
▲
by
ned
15y ago
Very nice. Better discoverability than http://dochub.io/ that is search only.
24.
▲
by
ned
15y ago
Interesting service, and very well executed. The one problem that I have with pictograms-as-fonts is anti-aliasing. The designers that I work with spend hours to make their icons absolutely perfect at every pixel size that they'll be displa
25.
▲
by
ned
15y ago
It's also disruption by simplicity: – the Terms and Conditions sheet will only be "one page long" and "understandable by anyone", compared to the multiple pages of legalese of the current operators; – they only have 2 offers (with a variant
26.
▲
by
ned
15y ago
So it seems like we now have two way of specifying small caps: font-feature-settings: "smcp=1”; and… font-variant: small-caps; The later is the CSS 2.1 syntax, and will force the browser to create small caps on its own if the
27.
▲
by
ned
15y ago
Interesting. For the example cited, you could also use ActiveRecord::Dirty def clean_summary self.summary = summary.squish if self.summary_changed? end
28.
▲
by
ned
16y ago
http://365psd.com/
29.
▲
by
ned
16y ago
After doing front-end development for 10 years, I have come to the conclusion that 97.3% of all my annoyances with CSS would disappear if IE and Opera adopted the Flexible Box Model ( http://www.w3.org/TR/css3-flexbox/ ): vertical centering
30.
▲
by
ned
16y ago
> Is there an english word for the practice of commonly refering to an entity by a subset of that entity? A metonymy. [edit: swolchok is right, it's a synecdoche]
More ›