ckuijjer | 5 years ago | on: The Sjgar Stack
ckuijjer's comments
ckuijjer | 5 years ago | on: Have many tabs open? Try Hare – Tab manager for browsers
Some time ago I made a small Chrome extension, see https://chrome.google.com/webstore/detail/tab-switch/jibghim..., for this myself.
I love how you're building this into a cross browser, fully featured product with nice looking UI!
ckuijjer | 6 years ago | on: GraphQL Performance Monitoring Is Hard
ckuijjer | 8 years ago | on: Disconnect. Offline only
Or fire the event yourself using window.dispatchEvent(new Event('offline'))
ckuijjer | 11 years ago | on: Show HN: Tablight – Spotlight search for Chrome tabs
I really like that you have the interface on top of the web page itself!
ckuijjer | 12 years ago | on: Yale censored a student's course catalog site. I made an unblockable replacement
ckuijjer | 12 years ago | on: Ask HN: What potential innovation would occur with Gigabit internet?
ckuijjer | 12 years ago | on: What it looks like when Google links to your website
- The main issue with your site is imho that it's trying to do two things at once. Next to giving alternatives to software, it also tries to be a categorized directory of applications. I would love for you to focus on only the former. Doing so would enable you to really declutter your site. There would be no more need for the grey navigation bar, nor for categories or tags.
- Give more prominence to: - The application searched for and to its external links. Don't be afraid to have users leave your site. - It's alternatives, on my laptop I can only see a single alternative above the fold. - User input, e.g. likes, comments and feedback. As you're a user input driven site, this is really important
- Give less prominence to or simply remove: - Questions, they look really empty and sites like http://webapps.stackexchange.com/ are better suited for this. - Forum, when looking for an alternative I simply want to take a look at a few options I don't much care for the forum - Recent user activities, I think it is simply clutter and no one but the person whose activity it shows cares.
ckuijjer | 13 years ago | on: Native equivalents of jQuery functions
ckuijjer | 13 years ago | on: Google Spanner's Most Surprising Revelation: NoSQL is Out and NewSQL is In
- Spanner: http://research.google.com/archive/spanner-osdi2012.pdf
- BigTable: http://research.google.com/archive/bigtable-osdi06.pdf
- Dremel: http://research.google.com/pubs/archive/36632.pdf
- Paxos made live: http://www.eecs.harvard.edu/cs262/Readings/paxosmadelive.pdf
ckuijjer | 13 years ago | on: Ask HN: How to learn Backbone
ckuijjer | 14 years ago | on: Show HN: My Xmas project, open source jazz changes
I'm afraid you do need to add some additional tunes to bootstrap the site and get others to add new tunes.
Nice Xmas project!
ckuijjer | 14 years ago | on: My 3 hour weekend project: Fix My Movie Subtitles
ckuijjer | 14 years ago | on: My 3 hour weekend project: Fix My Movie Subtitles
ckuijjer | 14 years ago | on: My 3 hour weekend project: Fix My Movie Subtitles
ckuijjer | 14 years ago | on: My 3 hour weekend project: Fix My Movie Subtitles
My current workflow to sync subtitles is to find one sentence in the beginning of the movie and one near the end, and search the subtitle text for these sentences. The four timestamps are then ran through the perl program subs (see http://search.cpan.org/~karasik/Subtitles-1.03/subs).
Perhaps using a search based interface, instead of letting the user pick from all lines, would be a nice extension.
I’ve found another effect of using a single language is that it becomes easier to build teams, there’s less speciality needed and communication and sharing of ideas within a team becomes easier. Is this something you’ve seen too, and do you see the other parts of the Sjgar stack (e.g. due to the size of the React and AWS community) help with this?