HN user

howscrewedami

26 karma
Posts2
Comments39
View on HN

I'll go a step further and say there is no self made anything. Just by being born in America you have a huge advantage over someone born in say, Ethiopia. When I hear someone call themselves "self-made", I immediately assume that person does not value the support and love given by those close to them. It also means they very likely don't value how much society in general contributes to the life they live. In other words, if someone tells me they are "self-made" - I'd say there's a very strong chance they are either out of touch, ungrateful, or even narcissistic.

While I don't have a strong preference for electron, I do have some thoughts and answers to your questions I'd like to share.

Electron no longer allows Node.js to be called from renderer processes, all communication with Node.js is done via IPC.

I don't think calling Node.js from the renderer was a huge selling point for Electron - as it is not recommended due to security concerns. However, I still believe you can achieve this if you want - by using contextIsolation: false and nodeIntegration: true. But, even if this is not possible, it looks to me that using IPC with contextBridge still allows for pretty flexible Node.js use.

Why does it have to be tied to V8/Node.js?

Some people prefer to have a Node.js backend (backend here being Electron's main Node.js process). There are multiple advantages to this:

- If using typescript: shared types between the frontend and backend

- Shared utilities, functions and constants

- If utilities and functions are shared, that means we can write some tests once, and the tests will work for both the backend and frontend

- Less context switching

These are just a few, I'm sure there are more.

In this case, why do we still need Electron?

Besides the reasons I listed above, the alternative you listed (Tauri) seems to be relatively newer, have a smaller community, and with less online resources available (tutorials, stack overflow questions, etc).

Can you point out where exactly? Looking at this:

https://openai.com/policies/terms-of-use

The only thing I found was:

You may not (...) (vii) buy, sell, or transfer API keys without our prior consent.

Apologies for sounding like an absolute nerd, but you can go with options 1 and 3 - as long as you ask OpenAI first and get their consent. Also the meaning of "transfer" is a bit murky in my opinion. If I take my API key and write it down in a napkin, technically I've just transferred my API key to a napkin - sorry Mr. Altman!

Capturing signals from you eye nerve doesn’t tell anything about your subjective experience of seeing an apple.

I strongly disagree. It actually does tell you quite a lot. For example, if there aren't any signals, you're very likely not seeing anything.

The only way to understand that you’re seeing an apple from this signal is to train a model on your responses

It seems to me this contradicts your first argument. If such models exist (they very likely do, I'm not familiar with this area of research), they can tell us a lot about a person's experience.

see “pholosophical zombie” concept.

Searched for “pholosophical zombie” but couldn't find anything, sorry. Just kidding :)

There have been many proposed solutions to the so called "hard problem" of consciousness. We can easily find some with a quick google search. Even its' existence has been debated by multiple scholars / philosophers - wikipedia has a list with some: https://en.wikipedia.org/wiki/Hard_problem_of_consciousness

There's no way to know if/what an AI experiences

Getting the state of neural net, at a given point in time, is easy. There are many ways to see exactly which neurons activate, why they activate, how much they activate, etc. For smaller neural nets, this is actually easy to do - here's a blog post about it:

https://distill.pub/2020/circuits/visualizing-weights/

As neural nets get larger and larger, interpretability gets harder and harder. However, I wouldn't say it's impossible.

The Perfect Commit 4 years ago

Squashing PRs truly is absolutely useless

That is quite an absolute statement. Some people just have a personal preference for having git trees arranged in a certain way. If squashing can help with that, then it serves a purpose.

I'm having issues understanding this:

let’s assume that the utility gain for the gifted son from living in the suburbs would be larger than the utility gain for the disabled son from living in the city. A pure utilitarian, then, must choose the suburbs.

Everything's okay so far. But then he says this:

Nagel’s view is this: if you say that you would live in the city for the sake of your disabled son, despite it being the case that moving to the city creates more utility in total, you are not a utilitarian

Didn't the author just say moving to the suburbs creates more utility in total?? And now he's saying moving to the city is what creates more utility?

If you only save it on the server, not on the client side, it's not PII. But then it's almost useless for analytics.

You can get a lot of useful information by only saving stuff on the server. e.g.: number of visits per day, user behavior on certain pages, etc etc...

Every time I hear someone say "The world is getting better" or "We're living in amazing times", it's always a super rich person. Not saying they're wrong or anything, just an observation.

Well they didn't, because "[...] to drive customer upgrades" is the key part they state they are not doing.

When you write an entire article explicitly stating that you made your older products slower compared to newer ones, and then at the end you offer a promotion on batteries, you kind of are trying to "drive costumer upgrades".

On planned obsolescence: of course they won't admit it. But at the end of the day, they made old iphones slower, and new iphones faster. On purpose. How is this not planned obsolescence?

I disagree, I think this was a terrible response. They start with the following:

"First and foremost, we have never — and would never — do anything to intentionally shorten the life of any Apple product, or degrade the user experience to drive customer upgrades"

... and then proceed to explain why that's exactly what they did. Also, I have no reason to believe getting a new battery will fix my iPhone, especially after they lied so blatantly about planned obsolescence.

This question can have multiple meanings, for example:

1. What should we do with our lives.

2. Why is there life on this universe.

For question 1: I don't thing there's a single purpose that fits everyone. However, this doesn't mean that nothing matters and we are free to whatever we want - we are human beings after all, and there are some things that humans should not do. The obvious ones would be rape and senseless killing.

For question 2: life is just a thing that exists. Why do things exist? Why are there things in the universe, or even a universe at all? Truly mind blowing stuff in my opinion.

These 2 questions are probably related, not sure how.

Scrape product information from ebay and other auction sites. Have a machine learning model that compares auction price vs. real price (or usual auction price). If the auction price is good... buy the products and flip them. In other words, you're basically building a system to help you find the best possible products to flip.

"When you continually interrupt me during meetings, I don’t get a chance to voice my opinion, and I feel marginalized."

This sounds like such an unnatural and weird thing to say. How about next time someone interrupts you, you say "Excuse me, let me finish"? What's the problem with this approach?

There's value in explaining things in a different/more understandable way. Wikipedia articles and book chapters on statistics can be hard to understand.

We don't know. People saying AI is not a threat for the next 10 years don't know what they're talking about. Could be sooner, could be later. That story about a Facebook bot creating it's own language was nothing but a clickbait article designed to entertain people. However, we're naive to think AI won't be used for evil purposes in the near future. Heck, I'm sure people are using Machine Learning models for evil purposes today, right now.

I'm guessing a huge chunk of people in the IT business play a lot of video games. I mean, people in all kinds of business play video games, but I'd say IT people play more.