HN user

oldgun

922 karma

[ my public key: https://keybase.io/oldgun; my proof: https://keybase.io/oldgun/sigs/cRWajMq0jGIZ3p6-DkQEUCpJXOHcRCA1R2QAMK9h_iw ]

Posts23
Comments114
View on HN
blog.kevinhu.me 3y ago

Hacking LangChain for fun and profit

oldgun
79pts24
blog.kevinhu.me 4y ago

Experience Sharing of Building Applications with Cassandra

oldgun
2pts0
blog.kevinhu.me 4y ago

A Quick Intro to Building Apps with Cassandra

oldgun
2pts0
www.foreignaffairs.com 5y ago

How to Save Democracy from Technology

oldgun
3pts0
www.npr.org 5y ago

U.S. to Bar Downloads of TikTok, WeChat From Appstores

oldgun
2pts0
youtu.be 6y ago

Every Melody Has Been Copyrighted

oldgun
2pts0
www.wikitribune.com 6y ago

WikiTribune Is Moving to WikiSocial

oldgun
1pts0
blogs.vmware.com 6y ago

VMware Introduces Project Pacific

oldgun
1pts0
www.infoq.com 6y ago

Scaling Infrastructure Engineering at Slack

oldgun
2pts0
www.cis.upenn.edu 6y ago

Math Basics for Computer Science and Machine Learning [pdf]

oldgun
883pts118
www.scribd.com 7y ago

Internet Trends 2019

oldgun
2pts0
webfoundation.org 7y ago

Weaving the Contract for the Web – The journey so far

oldgun
1pts0
foundation.mozilla.org 7y ago

Mozilla survey results on online misinformation

oldgun
4pts0
golangweekly.com 7y ago

Understanding Real-World Concurrency Bugs in Go [pdf]

oldgun
165pts70
www.c4ml.org 7y ago

“Compilers for Machine Learning” Workshop at CGO 2019

oldgun
1pts0
knowledge.wharton.upenn.edu 7y ago

Why the U.S.-China ‘Trade War’ Is Really About the Future of Innovation

oldgun
2pts0
fortheweb.webfoundation.org 7y ago

Sir Tim Berners-Lee asks for support for a better web

oldgun
4pts0
www.edge.org 7y ago

How to Get Rich (1999)

oldgun
118pts50
www.openculture.com 8y ago

Free online philosophy courses

oldgun
41pts2
www.newyorker.com 8y ago

Thinking Differently about Thinking: The Mind-Expanding Ideas of Andy Clark

oldgun
139pts33
www.forbes.com 8y ago

Tim Berners-Lee on openness

oldgun
2pts0
www.technologyreview.com 9y ago

The Problem with Programming (2006) – Interview with Bjarne Stroustrup

oldgun
4pts0
www.eff.org 10y ago

Encryption in the Balance: 2015 in Review

oldgun
56pts8
Linux Asceticism 2 years ago

I’ve been using Linux for a long time for personal purposes and I understand what the blog says. But I also feel like it doesn’t have to be this way: Linux should be easy to use, with little hassle, friendly to newbies, with a community of support.

Over the years Linux desktop has indeed improved, but still with much problems to use. We should adopt a growth mindset instead of sticking to asceticism.

No More Google 6 years ago

I'm partially degoogled thanks to Hacker News as well as "Tech Twitter."

And as much as I don't think people can be completely "degoogled", we need some healthy competition to keep juggernaut's power in check. And hopefully we can nudge it towards more privacy-aware and open practices.

Interesting. Would be really helpful to see a more detailed expert audit on the reverse-engineered source code, and point out to the actual privacy offenses, and analyze how dangerous they really are compared to other social media apps (Twitter, Facebook, ...)

FWIW, people are already using Apple Pay and Google Pay through a phone with fingerprint sensors. So... it's really not a new thing we're sacrificing privacy for convenience.

This could be the right step towards algorithm transparency. It is critical in the information age we're in, while Facebook is promoting alt-right conspiracies, and YouTube is feeding flat-earthers.

Yes. There are more technical issues to resolve. (e.g., How do we verify the algorithm they present is the actual algorithm they use?) Perhaps third party audit, APIs for third parties to test the algorithm? We need constructive criticism than cynicism.

Urbit OS 1 6 years ago

If I understand correctly, Urbit is a new OS kernel and application layer, with a new weird FP language on a weird VM. Its first app is a crypto ID system.

Am I wrong or am I wrong?

As much as I want to believe it, Linux is still quite lagging in the personal computing area, where hardware support, graphics support, creativity application support, and enterprise support are still far behind Windows/Mac. Linux still has a long way to go.

First I don't think Snowden was celebrated by many because he was a good hacker and "hacked" the documents. He was celebrated because he released it. You don't have to be a hacker to contribute to and even be important in digital rights movement.

Also what exactly made you think he was exaggerating?

Looks like they're trying to continue the development of the "Smartisan" phone company, which has produced interesting products despite meager market share and even cashflow issues (https://technode.com/2018/11/19/briefing-smartisan-confirms-...), and build their own ecosystems around their own hardware instead of profiting from the hardware itself. But all previous attempts proved unsuccessful (Firephone, Facebook, ...), I wonder how they'll attract consumers? Mobile devices haven't seen many groundbreaking innovations for a while and the market is saturating (at least seems so in China).

Not sure if it's a lot to ask, but I'll consider it a killer app if DDG can let user opt which map source to choose from? e.g. Some may prefer Google, and some may prefer openstreetmap?

Just a thought.

Twitter was down 7 years ago

I remember seeing something about Twitter bringing out a newer version, with more features and goodies. This could be related to that?

Rolling out new features is always stressful I guess.

Interesting material. Thanks for sharing!

Maybe a dumb thought: is SAT solver good for verifying concurrent system design? (e.g. locks, distributed systems, etc.) Or are systems like TLA+ a must for these cases?