Readit News logoReadit News
myuzio commented on Thank HN: My bootstrapped startup got acquired today    · Posted by u/paraschopra
myuzio · a year ago
I love how wholesome the comments are, probably the most wholesome thread about startups I've ever seen. congrats :)
myuzio commented on Show HN: ChatGPT with Access to the Internet   chat.lit.codes... · Posted by u/myuzio
firattamur · 3 years ago
How can I trust to put my API key ?
myuzio · 3 years ago
Your API key is only stored client-side, on the server-side only a hash of it is stored. Your entire chat history is encrypted/decrypted on the client-side so there is no way someone else can read your history.

It's an Open Source project, if you want you can host it yourself. https://github.com/aminmarashi/gpt-api-companion/tree/main/c... I'll add a Github badge to build some trust.

Edit: you can read more in this page https://chat.lit.codes/privacy-and-security

It already mentions the GitHub repo, so I'm not adding the badge.

myuzio commented on Recent Apple updates leading to WiFi issues?   meter.com/mac-osx-awdl-ps... · Posted by u/bradleybuda
varenc · 3 years ago
Their actual solution for disabling AWDL is running this script in the background:

    while true; do
        if ifconfig awdl0 |grep -q "<UP"; then
            (set -x; ifconfig awdl0 down)
        fi
       sleep 1
    done
That just checks the awld0 interface every second and turns it off if it's on. Apple really doesn't offer any other way to disable awdl?

Note that setting AirDrop to "No One" doesn't fully disable awdl. It's used for other things like screen sharing, AirPlay, bonjour device/service discovery, etc. Though perhaps disabling AirPlay is enough to stop the WiFi issues. You can sniff awdl traffic with `sudo tcpdump -i awdl0`

myuzio · 3 years ago
Came here to say this. It's unfortunately not a new problem. I use Shadow Tech on my M1 Macbook to play windows games, and this has been bugging me ever since. The irony is that this problem is non-existent on old Macbook pros.

Here's an example of SOF solution: https://apple.stackexchange.com/a/413735

But if you search around the internet you will see different solutions proposed for it, none worked for me except for this script.

This popping up on HN gives me hope that next versions give you at least a tool to disable Wifi direct.

myuzio commented on An Elixir/LiveView game written entirely by ChatGPT   thetinycto.com/gpt-game... · Posted by u/heeton
myuzio · 3 years ago
> Can chatgpt replace software developer's job?

It is unlikely that chatbots or large language models like GPT-3 could replace the job of a software developer. While they may be able to assist with certain tasks, such as providing suggestions or generating code based on user input, they are not capable of the complex problem-solving and critical thinking required for software development. Additionally, chatbots and language models do not have the ability to learn and adapt to new situations like a human software developer can. Therefore, it is unlikely that chatbots or GPT-3 could replace the role of a software developer.

---

P.S. It may be stealing part of my job, but it's the part that I don't enjoy doing anyway.

myuzio commented on An Elixir/LiveView game written entirely by ChatGPT   thetinycto.com/gpt-game... · Posted by u/heeton
andrewstuart · 3 years ago
Amara's law says “We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.”

Lots of overestimated excitement about how AI will change the world right now, which is to say, AI ain't going to change the world in the next few years.

But in the long term, AI will underpin everything.

I wonder if, in the future, it will not really be possible to know what is going on in the Internet at a deep technical level - that it will be self managed AI all the way down.

myuzio · 3 years ago
People said a lot of the same things about blockchain (and bitcoin) a couple of years ago. The world has changed in many ways since then, just not in the way they predicted.

u/myuzio

KarmaCake day15August 16, 2021View Original