HackerLangs
TopNewTrendsCommentsPastAskShowJobs

random3

1,316 karmajoined 12 tahun yang lalu
Apply-focused indie lab researching computational foundations of systems across domains using math/CS. Ex-founder (fintech/infra), CS + big data/distributed systems

https://twitter.com/clehene

Submissions

Makers around the world are 3D printing medical gear for Venezuela

printforhelp.org
4 points·by random3·11 hari yang lalu·4 comments

Russian cosmism, the older brother of Nick Land's accelerationism, transhumanism

en.wikipedia.org
5 points·by random3·3 bulan yang lalu·0 comments

comments

random3
·10 jam yang lalu·discuss
there's some thing between supa-power and sign-language I guess
random3
·12 jam yang lalu·discuss
Please elaborate. There are literary step-by-step videos on how to build these. E.g. https://www.youtube.com/watch?v=g3LT_b6K0Mc
random3
·kemarin·discuss
Are you Chinese, or do you just think it’s an easy thing to change worlds?
random3
·kemarin·discuss
A distributed system is slower than a laptop or phone by definition of “distributed” which entails a network which has a higher latency than your local system. It’s not about raw speed/latency as much as it is about volume.

I used to compare distributed system with freight trains vs F1 cars. But there are a ton of low latency distributed systems too like your LTE network.

The key factor is how much data is shared by how many endpoints. Having these two very high makes it for very hard problems. Like streaming high definition events to millions of people.
random3
·kemarin·discuss
Games like quake are transient and have a small number of users sharing data and if it fails it doesn’t matter enough to need failover, although that could be done relatively easily with a write-ahead log. You need session stickyness at the load balancing layer but otherwise latency is more important than scale, so you don’t need a distributed system per se. Writing a small C/C++ server would make a lot of sense if you didn’t have Go, Rust, etc.
random3
·kemarin dulu·discuss
OK, but what does that have to do with the suggestion that saying “nothing will happen” adds no value to this conversation
random3
·3 hari yang lalu·discuss
All I'm seeing when opening this is a big red warning

> Deceptive Website Warning > This website may try to trick you into doing something dangerous, like installing software or disclosing personal or financial information, like passwords, phone numbers, or credit
random3
·4 hari yang lalu·discuss
Also forked for similar governance concerns :))
random3
·4 hari yang lalu·discuss
Relevant thread from yesterday's thread on the original project this was forked from

https://news.ycombinator.com/item?id=48794575

https://itsfoss.com/news/organic-maps-fork-comaps/

> Despite being advertised as a community-driven project, key decisions, including financial management, partnerships (with Kayak, for instance), and the inclusion of proprietary components in the code were made by a small group of shareholders, often without input from the broader contributor community.
random3
·5 hari yang lalu·discuss
Are you suggesting a Google/Apple Maps alternative with the differentiators being privacy-focused, "No ads. No tracking. Developed with love by the open-source community"hits #1 on HN and somehow the OP or HN polyculture doesn't care about being forked aver governance concerns, the inclusion of proprietary components in the code, using project’s donation funds for personal expenses, and running ads because of "other reasons"? Please say more.
random3
·6 hari yang lalu·discuss
the finiteness, in a sense, makes it non-exponential. it boils down to the core characterstic of polynomials (equivalently "algebraic") of being finite series (compare with formal power series that don't have this limitation) of constant powers. Hence, given an input, you can get something that is a polynomial of that input, that makes it a finite sum of constant! powers of that input.

The sum is finite (vs formal power series which can be infinite) The powers are constant (this is what makes it non-exponential)
random3
·6 hari yang lalu·discuss
Thank you! This is highly relavant. I wish OPs would put a bit more research into what they post

https://itsfoss.com/news/organic-maps-fork-comaps/

> Despite being advertised as a community-driven project, key decisions, including financial management, partnerships (with Kayak, for instance), and the inclusion of proprietary components in the code were made by a small group of shareholders, often without input from the broader contributor community.
random3
·7 hari yang lalu·discuss
This applies mostly to assembly lines. If you've seen large industrial complexes, you should know factories are not rooms. Instead they are large scale "machines". Tire factories, large pipe factories, chemical plants, etc. are much more complex than most assembly lines.
random3
·7 hari yang lalu·discuss
You can order from Costco on Instacart here in the Bay Area. This said, there's a lot of quality stuff at Costco (besides their huge wines collection) that you can't find anywhere else.
random3
·7 hari yang lalu·discuss
It's a vast generalization of the cost to verify a problem/solution.

- P means polynomial - NP means nondeterministic polynomial

Roughly polynomial (P) represents the upper bound of the cost to verify, and the polynomial characterization says that given a problem with a certain input (e.g. the input can be the number of training examples in ML training set or the number of constraints/conditions in a general problem— e.g. all the places you want to visit on your next trip, given many "wants" in a group)

When the cost is polynomial relative to the input size it means it can only be finitely larger than the input - that's a characteristic of the polynomial which is just a finite sum of powers of x (the input).

When the cost is nondeterministic polynomial, one way to think about it in what is called a nondeterministic Turing machine. The nondeterministic part refers to the "states" that the machines can transition to from any current state. When the transition can happen to more than one state, we say it's non-deterministic— and can imagine it's determined by some probability.

The general assumption is that polynomial (P) is easier than nondeterministic polnomial (NP). This isn't necessarily the case as there can be arbitrarily large finite numbers (making P solutions intractible)

The P vs NP problem is one of the main open problems and generally considered a crank magnet and general confusion. For a good (likely the best) resource see https://scottaaronson.blog/
random3
·8 hari yang lalu·discuss
Yes, apparently there are crowdfunded superpacs exactly for this purpose https://en.wikipedia.org/wiki/Mayday_PAC
random3
·10 hari yang lalu·discuss
Without a complementary policy to cut salaries for introducing inefficiencies, they just created the unbounded incentive for more inefficiencies that can lead to ever larger savings.
random3
·11 hari yang lalu·discuss
These are mostly splints that were developed by two medical companies in Venezuela and which have open sourced their models so that they can get more to help with the effort.

https://printforhelp.org/parts

The splints are printed flat with PLA which allows thermoforming - putting them in hot water allows doctors to mold based on each patient's arm
random3
·11 hari yang lalu·discuss
English WhatsApp group https://chat.whatsapp.com/Fc7e08cW6ubC33GQCNHxME
random3
·11 hari yang lalu·discuss
https://printforhelp.org/parts

https://www.reddit.com/r/3Dprinting/comments/1uhevtz/request...