Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
how_to_bake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
how_to_bake
8y ago
They would delete my account? Seeing that this isn't possible any other way, that would be a blessing.
2.
▲
by
how_to_bake
8y ago
Anecdotal thought: I have noticed that I feel angry after eating bread. Sounds goofy, but I realized that it wasn't the caffeine from coffee and it wasn't me "not being a morning person". Recognizing this has helped my r
3.
▲
by
how_to_bake
8y ago
I'm just going to leave a PeerTube link here as I think it is a better example of a decentralized youtube. https://joinpeertube.org/ BitChute annoys me because the video streaming is decentralized through bittorrent te
4.
▲
by
how_to_bake
8y ago
This is actually one of the arguments that Telegram uses. https://telegram.org/faq#q-why-not-just-make-all-chats-secre... >This allows Telegram to be widely adopted in broad circles, not just by activists and dissidents,
5.
▲
by
how_to_bake
8y ago
You mentioned previously that sandstorm and cloudron are not options. Why not? You’re only talking about hosting on your local machine?
6.
▲
by
how_to_bake
8y ago
What plugin? What does it do?
7.
▲
by
how_to_bake
8y ago
Wordpress seems to be objectively bloated and messy in terms of the website code that is generated. You can run wordpress blogs through a website speed analyzer and compare it with a static gen site and see this. The "hate" isn&#x
8.
▲
by
how_to_bake
8y ago
According to the creator's blog, he intends to complete a whole suite of products that all work together. As of now, normal people will have difficulty understanding how Read.as, Write.as, Snap.as all work together. Looking forward to
9.
▲
by
how_to_bake
8y ago
What I meant by “leave the reservation” was that Gab as a company was not in line or subservient to the big companies (Google, Facebook, Apple). Apple banned their app a long time ago even. I believe this sets a precedent for other smaller
10.
▲
by
how_to_bake
8y ago
There are psychos on all platforms. The double standard is horrible. Basically, if you leave the reservation / aren’t in the old boys club, you’re toast. (Provided you become popular enough to get noticed)
11.
▲
by
how_to_bake
8y ago
Yes, I think. Check this out https://www.reddit.com/r/ios/comments/9gocy9/we_can_finally_...
12.
▲
by
how_to_bake
8y ago
I believe you now can use a Siri shortcut to create a button that goes in your widgets area that turns the VPN on or off.
13.
▲
by
how_to_bake
8y ago
Check out Nim. They recently added support for a function declaration in addition to a proc. Function automatically checks that it is a pure function with no side effects. Considering the flexibility of the language as a whole, this is real
14.
▲
by
how_to_bake
8y ago
Hate to be annoying, but I'm a native English speaker and I just skipped over "AFAIUI" because it was too much work to guess what it meant. "As far as I understand it" ? RIP if you're not a native speaker.
15.
▲
by
how_to_bake
8y ago
There is at least one[0] company providing mastodon hosting as a service. There really should be more though. The more Mastodon becomes compliant with Activity Pub, the more you could potentially replace all social media with it. Then both
16.
▲
by
how_to_bake
8y ago
Yes, they do. But parts are already in process of being updated, so be sure to check other branches!
17.
▲
by
how_to_bake
8y ago
I recently joined Twitter and I have to agree that Retweets are the most cancerous part. Accounts with many followers act like schoolyard bullies with their gang of yes men. I still see federation as being too niche, but it doesn't hav
18.
▲
by
how_to_bake
8y ago
I think Swift is the closest thing to a GC’d Rust. However, since Windows isn’t a first class platform for Swift, I’d recommend checking out Scala. I think they’re doing a compiler rewrite that steals the good ideas from Rust (like good err
19.
▲
by
how_to_bake
8y ago
Mithril[0] has had those three points since the beginning. Updates to their documentation will soon reference Parcel instead of Webpack, but neither are required. Just include the file in your html and the reactivity (and routing!) are incl
20.
▲
by
how_to_bake
8y ago
I really didn't enjoy the book when I read it in ~2014 I think. It's a pain to get set up with emacs and then it walks you through functional programs without introducing anything first. And it is indeed difficult to grok, especia
21.
▲
by
how_to_bake
8y ago
This is brilliant. The only way I was able to truly understand `lift` was by seeing this kind of visual flow[1]. Similarly, I'm sure there are other "shapes" that make a lot more sense of things like monads and such. Excited