Hacker Newsnew | past | comments | ask | show | jobs | submit | ryangee's commentslogin

> but it's not obvious to me how searching electronic devices achieves any reasonable objective related to customs law.

https://en.wikipedia.org/wiki/Bernstein_v._United_States


> It's frustrating and hard to find real information regarding what he did say and what he did not say

I got your back: https://www.vice.com/en_us/article/9ke3ke/famed-computer-sci...

It's the PDF of the email thread (sigh) at the end of the article.

(Not gonna make any comments because of the mob roaming around.)


> I haven't heard a single reason for holding off federation from Moxie (and the "best" reason I currently can come up with is that he has issues letting go of "his baby", other reasons being more nefarious).

I mean, there's no need to speculate here. There's an entire blog post on signal written about why they chose not to federate just a quick google search for 'signal federation' away, and the reasons, whether you agree with them or not, are pretty solid and sound.

https://signal.org/blog/the-ecosystem-is-moving/


For completeness a counterpoint from one of prominent XMPP developers: An Objection to ‘The ecosystem is moving’: https://gultsch.de/objection.html


Thank you for posting this. I hadn't come across it and it's a great counterpoint.


This is definitely the best way to listen to the audio:

http://www.firstmenonthemoon.com/


this is amazing


Yes, it's possible. There is a blogging platform called Greymatter which used to be popular that you can draw inspiration from.

https://en.wikipedia.org/wiki/Greymatter_%28software%29

When you'd add a comment to a blog post on Greymatter, it would write that content to it's own flatfile database, then trigger a rendering update which would read the content, transform it with a template, and produce a new .html file, overwriting the old one. Bam! Dynamic site based on (mostly) static pages.

I don't see why a forum or social platform couldn't be built in a similar manner. You won't be able to do much in the way of per-user authorization, but as long as all your content is supposed to be viewable to everyone, you should be OK.

One problem with Greymatter was that if a thread or site grew large, sometimes generating new files from templates would take so long that your connection to the CGI would time out before they were finished. Another problem was that two updates to the site posted at about the same time could stomp on each other during the rendering phase.

'Cause hey, flatfiles are hard. That's why I wouldn't forgo using a real database in favor of flatfiles. If you don't want to run MySQL or Postgres on an RPI, then use SQLite. There is, after all, a reason that these products exist. Let SQLite or MySQL deal with the flatfiles for your instead of re-inventing yet another wheel.

I also wouldn't update the .html files the moment someone posted. I'd have the scripts just commit the post to the database, and then regularly re-render the files from a cron script. This avoids having your rendering stage stomp on each other, provided that the rendering time is less than your rendering interval.


I logged into a chat that room my friends and I hang out in a few days ago, and mentioned that 'Time' was still going.

Then it occurred to me: I wonder if that is the punchline. Randall sits back and cackles with glee as thousands of otherwise intelligent people wake up every morning and exclaim to their friends, with complete surprise: "Hey guys! Time is still going!"


Until one morning they wake up and exclaim to their friends, with much more surprise: "Hey guys! Ti


If you think about it as art, does there need to be a punchline? I would actually be disappointed if there was one. In fact, if this were still continuing years from now, that would be truly amazing and definitely worthy of be called "art".


I think you're right... Randall is an evil genius, especially when he ends it and someone says "Time Stopped!"


Google Voice was gmail-only for a long time.

Google Plus was as well.

Currently, I am waiting for Google Now's gmail integration to get on apps already: http://support.google.com/nexus/bin/answer.py?hl=en&answ...

Those are just services that have/are affected/ing me; I'm certain there are plenty of other examples.


Don't forget System76. Their offerings are a bit slim at the moment since the line is being updated to Ivy Bridge:

https://www.system76.com/laptops/

Or Ohava:

http://www.ohava.com/openbook


My only problem with System76 is their focus on Ubuntu. I'm sure it is fine, and I am happy it is out there, but it isn't ideal for me.

Ohava is new to me though - thanks!



I've actually seen this before, and it is awesome, but it doesn't answer the question of how to re-imagine a text console for touch.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: