HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kfogel

no profile record

Submissions

Open Source JobHub

opensourcejobhub.com
2 points·by kfogel·ano passado·0 comments

Trump ends internet program for millions in China, worrying some in Congress

washingtonpost.com
6 points·by kfogel·ano passado·0 comments

Lessons from the Death and Rebirth of Thunderbird

lwn.net
3 points·by kfogel·há 2 anos·0 comments

comments

kfogel
·há 5 meses·discuss
Can't believe they didn't call it VouchDB.
kfogel
·há 9 meses·discuss
We are happy to be providing this public service :-). I wish the term were better known outside tech; it's useful in so many contexts.
kfogel
·há 10 meses·discuss
So many stories like this about Slack.

We use Zulip (https://zulip.org/) for our corporate chat, and we've never looked back. It's been good, and it's fully open source. We self-host, but paid hosting is easy to get too if you want.
kfogel
·ano passado·discuss
Wow. This project was the cause of a very long and intense discussion about mis-use of the term "open source". See https://github.com/n8n-io/n8n/issues/40#issuecomment-5397146... for details (lands mid-thread -- you might want to scroll back to see the start, and if you read the whole thing to the end then you deserve some sort of award!).

TL;DR: The author originally tried to call n8n "open source" but while using a non-open-source license. After much discussion, he kept the license but stopped using the label "open source", to the relief of many people.

That half-decade-old thread is still what I point to when I want to explain to someone why preserving the specificity of the term "open source" matters.
kfogel
·ano passado·discuss
Xlife

I believe it implements Bill Gosper's hashlife quadtree algorithm (already mentioned elsewhere in the comments here).

Xlife is unbelievably fast.
kfogel
·há 2 anos·discuss
Most of the comments so far are about the temperature and the closeness to the sun, and, hey, I get it: those are both amazing to think about. But to me even more amazing is... 0.16% of the speed of light?? Yikes.
kfogel
·há 2 anos·discuss
That part about "...you wouldn’t want to wing it with the configuration, because allegedly you could break your monitor with a bad Monitor setting" -- strike the "allegedly"! Or at least, let me allege it from personal experience: I did that to one monitor, in the early 1990s. You could smell the fried electronics from across the room.
kfogel
·há 2 anos·discuss
Just ordered. Thank you :-).
kfogel
·há 2 anos·discuss
Got it -- I appreciate the explanation.
kfogel
·há 2 anos·discuss
AHHHH, that's the key thing I didn't know (I have a Raspberry Pi sitting in a drawer and have played with it embarrassingly little -- I didn't realize how important having the SPI or other special interface is in this context). Thank you again.
kfogel
·há 2 anos·discuss
Thank you. My idea was more the opposite: do it with a normal laptop or desktop computer driving the display, rather than a tiny microcontroller. I guess I'm assuming that either the display's USB input supplies enough voltage to run the display, or that the display has a separate power supply -- i.e., that there's nothing magical about a Raspberry Pi that makes it supply special bits or special voltages to these displays that can't be supplied by, say, my desktop computer.
kfogel
·há 2 anos·discuss
Does anyone know why projects like this always seem to specify using a particular type of tiny, low-power computer (usually a Raspberry Pi or something similar) to drive the display?

I already have plenty of non-tiny computers that run Debian GNU/Linux. Suppose I wanted to run an e-paper display from one of those computers, using this code, just via a normal USB cable. I could do that, right? There's no reason I would have to use a Raspberry Pi or something similar?