HN user

seek3r00

503 karma
Posts28
Comments41
View on HN
en.wikipedia.org 6y ago

Gradual Typing

seek3r00
2pts0
cs.brown.edu 6y ago

Using Design Alternatives to Learn About Data Organizations [pdf]

seek3r00
1pts0
italia.googleblog.com 6y ago

Google investing $900M to accelerate Italy’s digital transformation

seek3r00
2pts0
edition.cnn.com 6y ago

Facebook's future keeps getting murkier

seek3r00
2pts0
arxiv.org 6y ago

DomainBed: In Search of Lost Domain Generalization

seek3r00
2pts0
devblogs.microsoft.com 6y ago

GPU Compute, WSL Install and WSL Update in the Latest Insider Build for WSL

seek3r00
2pts0
comparium.app 6y ago

Comparium: An Alternative to BrowserStack

seek3r00
2pts0
news.ycombinator.com 6y ago

Ask HN: What books about ethics should I read

seek3r00
2pts0
www.theguardian.com 6y ago

Trump draft order could expose Twitter and Facebook to more lawsuits

seek3r00
6pts0
www.theguardian.com 6y ago

The UK government was ready for this pandemic. Until it sabotaged its own system

seek3r00
2pts0
www.newyorker.com 6y ago

Have the record number of investors in the stock market lost their minds?

seek3r00
250pts477
twitter.com 6y ago

Controversial opinion: We should stop teaching any ML methods other than NN

seek3r00
2pts0
www.theguardian.com 6y ago

'A generation has died': Italian province struggles to bury its coronavirus dead

seek3r00
9pts0
twitter.com 6y ago

The creator of YOLO has stopped doing any CV research due to ethical concerns

seek3r00
5pts0
www.theguardian.com 6y ago

We can’t leave it to billionaires to solve the world’s problems

seek3r00
31pts54
www.theguardian.com 6y ago

AI in the adult industry: porn may soon feature people who don't exist

seek3r00
1pts0
arstechnica.com 6y ago

Google’s tenth messaging service will “unify” Gmail, Drive, Hangouts Chat

seek3r00
4pts2
m.nautil.us 6y ago

An Existential Crisis in Neuroscience

seek3r00
186pts105
www.businessinsider.com 6y ago

The Email Zuckerberg Sent to Cut His Cofounder Out of Facebook (2012)

seek3r00
109pts39
www.theguardian.com 6y ago

Uber reveals plans for flying taxi to bypass road traffic congestion

seek3r00
2pts2
www.nature.com 6y ago

A Galactic-scale gas wave in the solar neighborhood

seek3r00
3pts0
www.myname.website 6y ago

You Don't Own Your Computer (and That's a Good Thing)

seek3r00
1pts5
arstechnica.com 6y ago

Zuckerberg faces heat in Congress: “It’s almost like you think this is a joke”

seek3r00
3pts0
techcrunch.com 6y ago

Facebook sure does love free $peech

seek3r00
2pts0
mobile.twitter.com 6y ago

Linus Torvalds goes against secure-by-default philosophy

seek3r00
1pts1
www.theguardian.com 6y ago

Catastrophic effects of working as a Facebook moderator

seek3r00
113pts94
www.theguardian.com 6y ago

Should we worry about the robots and mind-reading apps remaking our world?

seek3r00
1pts0
www.newyorker.com 7y ago

The Messy Reality of Personalized Learning

seek3r00
113pts71

“I could not stop thinking about the applications of such a technology and how it could improve our lives.

I was thinking of how cool it would be to build a Twitter-like service where the only posts are GPT-3 outputs.”

This could have been either the output of GPT-3 or someone who doesn’t know what they’re saying.

The title is obviously clickbait-y, but it’s fine: they’re trying to sell a product (Google Colab).

IMO if you’re interested in AI research or ML engineering, you already know that — in order to avoid getting people killed - you have to understand how it works under-the-hood. You’re doing yourself, your employer and your fellow humans a favour.

Just keep up the good work, and ignore the bullshit. If an AI winter comes, you’ll be well prepared to migrate to another engineering role.

Exactly, that’s what I thought. Although, they should be able to look at the set of instructions that generated the output, which is basically an algorithm in itself. Then they could try to prove whether that algorithm would really generalise.

The model is given the input and a set of instructions (e.g. swap) for producing the output. Essentially, it’s taking a permutation of the instructions that minimise the running time, based on some underlying patterns in the data.

Some interesting extracts:

“The instruction set together with the input representations jointly determine the class of algorithms that are learnable by the neural controller, and we see this as a fruitful avenue for future research akin to how current instruction sets shaped microprocessors.”

“The generalization or correctness we aim for is mostly about generalization to instances of arbitrary sizes.”

“[...] computing a = f(s) can be more expensive on current CPUs than executing typical computation employed in the algorithms studied here. We thus hope that this research will motivate future CPUs to have “Neural Logic Units” to implement such functions f fast and efficiently, effectively extending their instruction set, and making such approaches feasible.”

Look, I get it, Docker has its downsides and it wasn’t meant for local development.

But it just works (most of the times). I can worry about getting shit done, instead of messing around with web servers, interpreters and package managers (it’s fun the first couple of times, but then I want to get to the code).

The problem is that Docker on Mac sucks, because it’s basically a VM running Linux, and it eats up most of my 8 gigs of RAM (yeah I know, 2020).

Maybe, what Apple really needs is something like WSL2.

Preface

I think that you should always talk about average users. There is no point in talking about technical users that make up a small slice of the market pie.

I’m an Apple customer. I’ve an iPhone but I’m still horrified from needing to buy a developer account (which is like 99$) to install (my) apps on my iPhone (only). It would be probably possible for Apple to enable checks for personal apps, executing apps that are signed with the same iCloud account or something like that (doing all the checks on the device, no servers involved).

Never mind that macOS is a hot mess for (some) developers, right now. So, yeah, I have some issues with Apple too.

On compensation

I see a certain similarity between Hey, Spotify, Restocks. They all are (paid) apps trying to take advantage of Apple user base, without compensating Apple for it.

Meanwhile, Apple is expected to keep paying for the App Store servers, its curation team and its app approval team.

Obviously smartphones are getting better hence (average) users will buy a new phone less often and Apple is expected to keep supporting old devices for 5/6 years and it has to pay the engineers who work on the OSes and the APIs, and the non-engineers that keep the show running.

You could argue that Android and Google are better.

But Android is not Google’s main business, ads are. Google has built (mostly free) services that generate data about its users, which is then used a bait for advertisers.

No one cares if you’re using F-droid instead of the Play Store, Google is still getting its checks from you and your org using Gmail, Analytics, AdSense, YouTube, etc...

On side loading

Side loading apps (for the average user) is risky and it’s mostly done for three reasons IMO:

- cracking apps - accessing apps that are not allowed on the Play Store - escape Google

I don’t really have much to say about side loading. I’m too biased against it, so maybe someone else could convince me that it’s a good thing.

Conclusion

What would happen if Apple allowed apps to use external payment options (like Stripe)?

Well, the obvious, no one would use IAP because there would be much cheaper services that are not compensating Apple.

Apple is far from perfect:

- the App Store approval process is a mess - the communication process is broken (removing old message exchanges, come on...) - they really don’t seem to care about indie developers

However, although Apple needs developers to keep running the show, without no Apple there is no iOS, no App Store. It’s a tricky problem to solve.

And still we let GitHub block Iranian citizens from accessing their repos.

I’m pro BLM, and I’m really outraged by the behaviour of police across the US.

But this has nothing to do with software names, and it is so a US-centric point of view.

That’s true. If this is the case, is it enough to do a good job in growing the business, in order to maintain control of it, or you can do something else to ensure that investors won’t pull the carpet from under your feet?

The problem I see with raising money is that, practically, you’re giving away your business a piece at a time.

Sure, by raising money you’re going to grow your business more easily, but you’ve also compromised your ownership of it.

Obviously, if all you think about is cashing out after the company’s IPO, raising money makes sense. Especially, if you don’t have a sustainable business in the first place, and you’re losing money.

TempleOS 6 years ago

AFAIK, TempleOS seems to be the only operating system running everything in supervisor mode.

I wonder what would happen if we can find a way to build software protection in supervisor mode, ditching user mode and associated context switches.

Indeed, on the book he says that engineers tend to underrate the importance of the “marketing people”, and that a good product alone won’t sell itself.

In his own words: Thiel prefers to go from zero to one, creating products on which you can build a monopoly.

I think that he agrees on Andreessen about the importance of timing, but he doesn’t consider timing alone a recipe for a successful business.

Also Thiel seems more focused on technology as a whole, rather than the software-centric position adopted by Andreessen.

I think that both views have pros and cons, and that we would benefit from trying to find the greatest common denominator between the two approaches—instead of discarding that or this view.

PS: I read and enjoyed Zero to One, and I’d like to learn more about Andreessen views. If anyone has any suggestion...