TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Txt.fyi

655 pointsby mdlincolnover 8 years ago

50 comments

lordelphover 8 years ago
I like this, but be ready for 'questionable content' like dox and password lists. Dealing with that crap was why I stopped running pastebin.com :)
评论 #13720541 未加载
评论 #13718354 未加载
评论 #13717648 未加载
评论 #13721766 未加载
评论 #13718137 未加载
评论 #13718157 未加载
评论 #13722323 未加载
评论 #13719134 未加载
beschizzaover 8 years ago
Hi! Creator here. It&#x27;s getting a good kicking right now so I took down the &quot;new post&quot; page. Everyone&#x27;s fyis are still live and well.<p>I wanted to make a publishing widget so minimal it would operate without fuss on a $5 digitalocean plan, and I think I almost succeeded!
评论 #13718123 未加载
评论 #13717856 未加载
评论 #13717851 未加载
评论 #13720744 未加载
评论 #13719087 未加载
评论 #13719872 未加载
评论 #13718812 未加载
评论 #13723791 未加载
评论 #13718027 未加载
评论 #13718662 未加载
shopkinsover 8 years ago
Nice. Similar to <a href="https:&#x2F;&#x2F;telegra.ph" rel="nofollow">https:&#x2F;&#x2F;telegra.ph</a>, <a href="https:&#x2F;&#x2F;write.as" rel="nofollow">https:&#x2F;&#x2F;write.as</a>, and <a href="https:&#x2F;&#x2F;bold.io" rel="nofollow">https:&#x2F;&#x2F;bold.io</a>.
评论 #13717254 未加载
评论 #13718240 未加载
评论 #13717929 未加载
评论 #13719504 未加载
评论 #13722712 未加载
fiatjafover 8 years ago
Aren&#x27;t people who visit Hacker News already familiar with a ton of ways to publish anything they want instead of soon-to-cease-to-exist service that only serves raw text?<p>I say this not to be mean -- I understand where you&#x27;re coming from, I myself have written a &quot;pure plain text&quot; service in the past and thought it would be revolutionary due to its simplicity.
评论 #13717143 未加载
评论 #13717940 未加载
评论 #13717187 未加载
mc42over 8 years ago
The whole &quot;main&quot; page being under 2kB is an adventurous thing indeed. Overall, interesting implementation and incredibly clean layout (CSS is 541b.)<p>What languages are the site written in?
评论 #13717650 未加载
评论 #13716946 未加载
评论 #13717503 未加载
Kametrixomover 8 years ago
Just a test: <a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;18d9428d&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;18d9428d&#x2F;</a>
评论 #13717074 未加载
rrix2about 8 years ago
Looks great, but it&#x27;s sort of unfortunate that the author doesn&#x27;t seem to have seen the work on microformats[1] that the IndieWeb community has been working on.<p>Being able to pull microformats out of the posts to reconstruct feeds, automatically embed txt.fyi post summaries, syndicate to facebook&#x2F;twitter&#x2F;etc (with comments backfed in to it) is super nice for low-bandwidth sites like these, you can add a lot of useful value for little more a few extra HTML classes. The core of a lot of this, the &quot;webmention&quot; standard is a W3C recommendation, even.[2]<p>[1]: <a href="http:&#x2F;&#x2F;indieweb.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;indieweb.org&#x2F;</a> <a href="http:&#x2F;&#x2F;microformats.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;microformats.org&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;webmention&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;webmention&#x2F;</a>
评论 #13718890 未加载
评论 #13718546 未加载
评论 #13718458 未加载
tbirrellover 8 years ago
I like the idea. I&#x27;ve used services like this before. I do wonder if monospaced font is really the best route. It makes anything longer than a couple hundreds words a pain to read.
评论 #13717051 未加载
评论 #13717082 未加载
评论 #13718857 未加载
评论 #13717006 未加载
评论 #13718253 未加载
评论 #13721459 未加载
Sephrabout 8 years ago
&gt; no database<p>Incorrect. This uses storage on a server to store post data. When I first read that I thought this would be a distributed p2p platform of some sort.<p>The p2p web platform being worked on at OFTN makes it very easy to create a truly static version of this website (100% client-side p2p logic &amp; data distribution) without a server database.<p>You will be liable for illegal content uploaded to your server (when notified of its existence), so you will be required to remove content from your server when you receive court orders&#x2F;DMCA takedown requests&#x2F;etc. With a proper p2p tracker-based system, you can simply forward legal proceedings to the ISP of infringing users, and avoid the legal time sink involved with this kind of site.
评论 #13718513 未加载
评论 #13718564 未加载
bvrltabout 8 years ago
&gt; &quot;Long live the independent web!&quot;<p>I see how you can call this independent (eg. not a big hosting company), but for me the independent web is people hosting their content and keeping control on it. The ideal case is everyone hosting on their own machine (the old WWW?)
cypharabout 8 years ago
I would consider <a href="http:&#x2F;&#x2F;ix.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ix.io&#x2F;</a> to be even more &quot;dumb&quot; than this. And it has a command-line client too.
评论 #13723619 未加载
brilliantcodeover 8 years ago
small page size, secure static html file, loads fast and viewable on mobile device.<p>What sorcery is this??! Page size is not even 1mb and there&#x27;s no React front-end component :)
评论 #13717695 未加载
derefrabout 8 years ago
It&#x27;s a pastebin, with somewhat-nice formatting.<p>I think half the &quot;pastebin problem&quot; has been solved by just avoiding setting up your own backing store (and frequently your own input step), and instead being a presentation-proxy for a more &quot;raw&quot; content-editing service, like Github Gists. For example: <a href="http:&#x2F;&#x2F;gist.io" rel="nofollow">http:&#x2F;&#x2F;gist.io</a><p>There are a few services like that; what I&#x27;m still yearning for, though, is one that either<p>1. has a real design team focused on making its pages &quot;read&quot; well, like Medium does; or<p>2. <i>does</i> have accounts, to let you set up a custom theme for your pages. (Though you can be creative about this, for example by letting the Gist include a JSON&#x2F;YAML&#x2F;TOML&#x2F;whatever properties file that specifies the theme, and by making the themes Github repos that the service just pulls and caches on first use rather than needing to own itself.)<p>A service that offered either of these would finally fulfill the promise of letting me separate &quot;writing&quot; from &quot;blogging&quot;, such that I wouldn&#x27;t really need a &quot;blog&quot;, just a microblog containing links to my own posts.
huulaover 8 years ago
I like the simplicity. But essentially this is something like pastebin right?
评论 #13717269 未加载
knolaxabout 8 years ago
It can host more than just plaintext <a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;36d433e6&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;36d433e6&#x2F;</a>
alanfalconover 8 years ago
The monospaced font is a downer, but the clean colorful pixel logo makes me happy.<p>Overall this strikes me as a project borne of a sweet domain name, but I still dig it.
ruskabout 8 years ago
So I had a go of this. I pasted in Yeats&#x27; Second Coming [0] (feels somewhat salient these days) to see how it looked [1]. For the most part it looks okay, but visually it adds too much space between lines and the gap between the two verses has been eliminated.<p>I guess what&#x27;s happening here is the usual HTML thing of compressing all whitespaces. I would just be concerned that if a plain-text medium is being used then whitespace becomes more important for formatting and it should perhaps be preserved.<p>[0] <a href="https:&#x2F;&#x2F;www.poets.org&#x2F;poetsorg&#x2F;poem&#x2F;second-coming" rel="nofollow">https:&#x2F;&#x2F;www.poets.org&#x2F;poetsorg&#x2F;poem&#x2F;second-coming</a><p>[1] <a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;f765eda5&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;f765eda5&#x2F;</a>
averageweatherover 8 years ago
Is it wrong to be bothered by the lack of favicon?
Entangledover 8 years ago
Not bad, a better font and a fix in markdown for fenced code and good to go:<p><a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;39c4f224&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;39c4f224&#x2F;</a><p>Also, a way to make ninja edits with a cookie for 24 hrs.
kinabout 8 years ago
Legible is subjective. I personally find the font and spacing quite difficult to read actually. Conceptually reminds me of an old writing platform I used to use called QuietWrite. Loved it while it lasted.
mattbgatesabout 8 years ago
Very simple, to the point. Great tool.<p>These types are becoming more popular for people who don&#x27;t really care to blog and just want to get something up quickly. I think pen.io were the ones who pioneered the idea of it.<p>So many others followed and I wrote something similar: <a href="https:&#x2F;&#x2F;mypost.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mypost.io&#x2F;</a><p>It allows for much more user control including easy HTML and CSS usage with the ability to set your own URL. It hasn&#x27;t receive as much thrill as your product has on Hacker News, but it is being used worldwide.
评论 #13726109 未加载
hrodriguezover 8 years ago
&gt; and know the form of your voice is out there forever.<p>Lots of these types of sites usually have some limit. That is, if the page hasn&#x27;t been visited in 6 months - out it goes. Curious what the time limits are.<p>Also, unable to test (site under heavy load) but is there an edit link that&#x27;s made available after making a post? From the comments, that doesn&#x27;t appear to be the case. So if I wanted to use it as a knowledge base for something, I wouldn&#x27;t be able to keep updating it. I think this is the missing (basic) feature.
评论 #13718045 未加载
traveltonabout 8 years ago
Doesn&#x27;t look like you&#x27;re using it, but if so... This is leaking in the source:<p>define(&#x27;NONCE_SECRET&#x27;, &#x27;XXXXXXXXXXXX&#x27;);<p>Edit: Now that it&#x27;s back live, you might want to change the secret.
评论 #13718263 未加载
libeclipseabout 8 years ago
It seems to me like this is just a lightweight pastebin clone with some extra privacy and markdown support.<p>I don&#x27;t see the value. Feel free to enlighten me -- anyone.
ecesenaabout 8 years ago
Sorry for being annoying, but the text area says &quot;Write.&quot; and the button &quot;PUBLISH&quot;. I&#x27;d keep the same case and punctuation.
评论 #13720489 未加载
评论 #13720490 未加载
NoGravitasover 8 years ago
<a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;834a4ca2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;834a4ca2&#x2F;</a>
isanganakover 8 years ago
Most people publish something on the internet hoping it reaches as many people as possible, otherwise what&#x27;s the point?
wooshyover 8 years ago
I like how simple and easy this is to use. At what point would costs of hosting something like this become too much?
zhte415about 8 years ago
Tried some ASCII art, but it appears multiple adjacent spaces get collapsed into a single space, meaning this isn&#x27;t the platform I was hoping for for ASCII needs.<p>Plus, the line spacing eliminated the possibility for sane multiple-line ASCII.<p>Definitely hipster not true oldskool. I will live and dream...
toephu2about 8 years ago
&quot;know the form of your voice is out there forever.&quot;<p>I doubt this site will still exist in 5 years.
评论 #13720504 未加载
评论 #13720506 未加载
rosalinekarrover 8 years ago
&gt; no database<p>Where is the data being stored then? Some kind of key value store or filesystem maybe?
评论 #13717039 未加载
评论 #13717052 未加载
shmageggyover 8 years ago
Since the site is already experiencing the HN hug of death, it makes me wonder how doable it would be to make something like this but backed by a P2P store, possibly verified by blockchain
aratnoover 8 years ago
Some markdown features aren&#x27;t working, like code blocks and newlines (by ending a line in double-spaces). Also, unknown routes don&#x27;t 404 nicely; they just hit the Apache default.
robotmayover 8 years ago
A preview option would be nice but otherwise I like how simple it is.
imadfyabout 8 years ago
Someone is going to implement file storage using this. :)
bovermyerover 8 years ago
Seems like a cool idea, and the creator is pretty responsive on Twitter. I offered to assist with the infrastructure as a way of supporting the project.
评论 #13717990 未加载
duke360about 8 years ago
<a href="https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;33ffa358&#x2F;" rel="nofollow">https:&#x2F;&#x2F;txt.fyi&#x2F;+&#x2F;33ffa358&#x2F;</a>
jpl56about 8 years ago
I followed the links and got rickrolled. Wasn&#x27;t it the real purpose of this website? ;-) Great!
andreineculauover 8 years ago
if anyone is interested in a on-premise minimalistic pastebin-like service, I ended up writing <a href="https:&#x2F;&#x2F;github.com&#x2F;andreineculau&#x2F;tastebin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andreineculau&#x2F;tastebin</a>
评论 #13717934 未加载
GrumpyNlover 8 years ago
Im getting this all the time This site can’t be reached<p>txt.fyi took too long to respond.
diiaannabout 8 years ago
Consolas is not the most legible option for reading non-code.
lettersdigitsabout 8 years ago
great service (ux, speed, no bloated BS JS&#x2F;CSS). But the domain is difficult to pronounce (say) in my head, which is really bad, brand-wise .
greatNespressoabout 8 years ago
Just curious, how long did it take to build ?
ekevjnabout 8 years ago
Lady and gentlement: <a href="http:&#x2F;&#x2F;imgur.com&#x2F;n4Qo0yb.jpg" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;n4Qo0yb.jpg</a>
nichocharabout 8 years ago
So, pastebin?
dropsover 8 years ago
Please work on typography.
评论 #13718416 未加载
vzalivaabout 8 years ago
Gopher reincarnation?
arisAlexisabout 8 years ago
how does it differ from pastebin?
esMazerover 8 years ago
&quot;Whoa there. txt.fyi&#x27;s under heavy load. Come back soon!&quot;
drivingmenutsover 8 years ago
&gt; Search engines are instructed not to index posts<p>Oh, I&#x27;m sure the internet archive guys will honor that request.<p>&#x2F;facepalm
评论 #13718124 未加载