TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: review my web app, a wiki for code snippets

47 点作者 smokestack将近 16 年前

9 条评论

JeremyChase将近 16 年前
I think this is generally useful, but I would prefer to see each version of the code. By making this a wiki you will end up with only one version, but if you could see each version you can see different approaches to the problem. The history attempts to address this, but it is difficult to use.
sinvertical将近 16 年前
I really like the design and way that your site works, a lot of really nice elements in there.
评论 #703524 未加载
cturner将近 16 年前
Looks useful. If I invest time in it with my existing collection of snippets, what confidence can I have that it won't get zapped?<p>Anyone can edit is tough. There are situations where people think they know what you mean and go in and mess with things but miss the subtlety of a situation. Or where it comes down to matters of taste. With no commenting area, there isn't a mechanism for people to discuss this.<p>There should be a search mechanism that allows you - in a single command - to indicate the language your searching for and keywords. Better still if you can get to it via hotkey and if it sits at the top of every page. It should be possible to see and search just your own code submissions, and to make private submissions. I've got a page of stuff I keep handy which is where I track dumb cisco tricks and the like, and I'd love to have a place where I could move these. They're not always the sort of thing you want public.<p>There was an inline vi-in-javascript editor - would be fun if users could set this up as their editor of choicein their profile.
k_and_r_s_bitch将近 16 年前
I normally use sites like DZone snippets for code snippets but I'll check out this site too if I need any. Thanks for sharing. I also like the design of your site better.
abyssknight将近 16 年前
My first thought was, "Damn that's pretty."<p>My second thought was, "Nice AJAX, and it works..."<p>Very polished job. Nice work!
sunir将近 16 年前
I'm really quite enamoured with your work. Most wikis seem confusing or dead or forboding when you first load them. You've really brought the "visible pulse" of the site right up front and made it inviting for people to take an initial action.
kwamenum86将近 16 年前
I am not a big fan of re-inventing the wheel but I am also not a big fan of copy-paste programming. Often times you unwittingly introduce errors, assumptions, or complexities into your program without realizing it. Having said that, it is a great way to get a general idea of how to solve problems if you're stumped.<p>[EDIT]<p>I really like the design. It is very clean visually and seems well thought out from a UI perspective.
robryan将近 16 年前
I think it would be best if there was no editing on another persons code snippet. But instead of a fork have it as alternate code under the same title then have some kind of voting to decide the display order.<p>So the main one would come up as it as as a slide down with a link down the bottom that would say something like 2 alternative snippets.
tdavis将近 16 年前
Snipt.net is the one I use and it keeps me coming back because it allows me to have my own personal snippets (which can be either public or private). Perhaps you should let people register and do the same (or "flag this revision for me" if you want everything public?)
评论 #702860 未加载