wassago
|
9 years ago
|
on: Vue HN 2.0
I've been using the original Vue HN (
https://vue-hn.now.sh/top) for months, never even turn on the original HN (unless I need to post a comment, like now).
wassago
|
9 years ago
|
on: Samsung warns customers that Smart TVs are always listening (2015)
wassago
|
9 years ago
|
on: Show HN: I created a Github profile widget (learning to code)
Next task (upping the skill level): Remove jQuery as a dependancy.
wassago
|
9 years ago
|
on: GitHub now uses native fonts (San Francisco in macOS and Segoe UI in Windows)
To be more precise, on macOS it's using system fonts (`-apple-system` - not necessarily San Francisco if set otherwise or on older versions of the OS).
wassago
|
9 years ago
|
on: Sublime Text 3 marked as recommended build
I think it's fair enough to say that people should be using beta/dev builds, I've been using Sublime 3 for years (before switching to Atom a year ago) and there were just a handful of broken builds.
That said, as much as I like the quality of the app, I wouldn't hold my breath for version 4.
wassago
|
9 years ago
|
on: Reddit launches image uploads, ditching alliance with Imgur
I think it'll be the same when StackOverflow introduced snippers and everyone thought JSFiddle would fade away because of it... In reality there was zero impact on the traffic from SO.
I'm pretty sure the same will be for Imgur.
wassago
|
10 years ago
|
on: Intro.js – Step-by-step guide and feature introduction for your website
Done this a year before they've done theirs –
https://github.com/oskarkrawczyk/tour.js (never got traction unfortunately, probably because it's MooTools-based and 2012 was the year when everyone who used MooTools started dropping it in favor of jQ).
wassago
|
10 years ago
|
on: Show HN: Modern Hacker News with custom userstyles
Thanks for the heads up, wasn't even aware I'm missing elements due to the low karma.
Getting the styling done right here, is not that easy, as you can imagine the oldschool HTML doesn't really help. I was trying not to do multiple scopes for different pages in Stylish, but seems like I have to do CSS scoping to get rid of that .rank
wassago
|
10 years ago
|
on: Show HN: Modern Hacker News with custom userstyles
Interesting indeed. I was just thinking about this the other day before deciding on putting together the userstyle. I was wondering weather the current HN backend is as fast as it can be, I'm sure there are dozens of developers that would like to rewrite it for free.
wassago
|
10 years ago
|
on: Show HN: Modern Hacker News with custom userstyles
wassago
|
10 years ago
|
on: Twitter Sees 6% Increase in “Like” Activity After First Week of Hearts
Well, not like it's a surprise, they've A/B tested it, saw increase in CTR, implemented.
wassago
|
12 years ago
|
on: SQL Fiddle
Cool but it can't handle traffic like JSFiddle (the originator of all code playgrounds) can.
wassago
|
12 years ago
|
on: Show HN: Minified.js – a fully-featured, 4K alternative to jQuery and MooTools
Looks good! Added it to the official list of frameworks on JSFiddle.