Readit News logoReadit News
AceLewis commented on It's rude to show AI output to people   distantprovince.by/posts/... · Posted by u/distantprovince
AceLewis · 2 months ago
I have encountered this problem at work a few times, the worst was someone asking if a list of pros and cons from something we were developing and asking if the list was accurate…

I spent a long time responding to each pro and con assuming they got this list from somewhere or another companies promotional material. Every point was wrong in different ways, not understanding. I was giving detailed responses to each point explaining how they are wrong. Initially I thought the list was obtained from someone in marketing who did not understand, after a while I thought maybe this was AI and asked… they told me they just asked the pros and cons of the product/program to ChatGPT and was asking me to verify it it was correct or not before communicating to customers.

If they had just asked me the pros and cons I could have responded in a much shorter amount of time. ChatGPT basically DOSed me because the time taken to produce the text was nothing compared to the time it took me to respond.

AceLewis commented on Plastic experts say recycling is a scam. Should we even do it anymore?   salon.com/2024/02/23/plas... · Posted by u/Timothee
SomeoneFromCA · 2 years ago
I call it bullshit. PET used in plastic bottles can easily be depolymerized or even used as fuel. I live in a poor ex-USSR republic, and plastic recycling is a popular business; it were a scam no one would do that, as government neither mandate nor sponsor recycling.
AceLewis · 2 years ago
I think when people call it a scam they are referring to the idea that it is marketed as a way that plastic can be green and good for the environment because it can be recycled. It may be profitable to be used as fuel but it is not green.

Another thing in the article is richer countries with higher environmental regulations just export to poor countries where the pollution is less regulated. Just exporting the problem to you. I have been to Kyrgyzstan most their electric is hydroelectric but in general it seemed their environmental regulations were lacking especially in the villages they just had heaps of waste, in the past it would be mostly comparable but lots of single use plastic means the waste is permanent.

AceLewis commented on Quiet – Encrypted P2P team chat with no servers, just Tor   github.com/TryQuiet/quiet... · Posted by u/sschueller
jeroenhd · 2 years ago
Tor can tunnel any protocol, including IPFS. The normal IPFS network and the Tor IPFS network can't really interface without nodes bridging the gap by speaking both protocols. There are a few PoCs out there for adding Tor support to IPFS.

Tor2web makes the claims a little suspicious, but technically speaking the system could work.

Now that Veilid is out (https://veilid.com/), that seems like a much better base to build a messenger on top of, but it probably doesn't support the IPFS features this thing requires. Maybe a v2 can use it to get the privacy features it needs.

AceLewis · 2 years ago
Tor works on top of TCP so it can’t tunnel UDP traffic. Lots of P2P things (like torrents) support both UDP and TCP, some only UDP. If you try to torrent and only have TCP you won’t be able to connect to other peers using UDP.
AceLewis commented on A technical look at ZeroNet   znano.eu.org/blog/posts/a... · Posted by u/znano
jesprenj · 2 years ago
> To eliminate the reliance on a central server, ZeroNet provides an internal plugin called BootStrapper, which allows peers to function as trackers.

Why use this concept of trackers when we have better (more distributed) alternatives in the form of distributed hash tables (DHTs), such as Kademlia, the one BitTorrent itself uses for trackerless torrents?

AceLewis · 2 years ago
ZeroNet is now not in development but using DHT was on the list of things that were wanted to be implemented. It had many other problems like the .bit domains were kindof centralised by Tamas not using the namecoin blockchain.
AceLewis commented on Scrcpy: Display and control your Android devices connected over USB or TCP/IP   github.com/Genymobile/scr... · Posted by u/thunderbong
throwaway2056 · 2 years ago
how can you enable ADB/dev settings on the phone with a smashed screen?
AceLewis · 2 years ago
Good question I did this once by plugging in a keyboard and mouse and using a combination of them to unlock the phone and enable onscreen dictation (meant for blind people, you move your mouse over the thing and it tells you what is under).

Mostly blind luck, clicking the windows button then typing out the unlock PIN code and enabling the voice detection via Ok Google I think although many things were tried.

Once the onscreen dictation was enabled we were able to navigate the phone by voice to do what we wanted (take all photos off it).

Edit: also some phones support video output via USB-C and then it is much easier. Unfortunately the one I was working on did not support that.

AceLewis commented on Devenv.sh: Fast and reproducible developer environments using Nix   devenv.sh/... · Posted by u/frankpf
carlmr · 3 years ago
One thing is perfect caching. Each package is cached in its own folder, so if you exchange one package you don't have to rebuild the rest of the image.

Also you can have multiple versions of the package cached.

Also all your environments benefit from the cache, since each "layer" is independent.

Docker's layer based caching is very limiting for larger images. With Nix you spend basically no time on incremental builds outside of the time for the one package you changed.

AceLewis · 3 years ago
You can also not only cache locally but cache nix builds online with services like Cachix. Then you can build a nix env on a powerful dev machine and push to the cache so when the Nix environment is built on a low powered CI machine it can easily download the build instead of trying to build and possibly time out.

Build once on one machine and all developers can just download the build.

AceLewis commented on Ask HN: Is no one hiring junior devs?    · Posted by u/ianbutler
AceLewis · 3 years ago
Just to add for anyone reading this thread and aspiring to be a dev and being demotivated this is not the experience I witness (in the Netherlands). There are jobs for junior devs. One of the problem might be not wanting to advertise to hire very junior devs as I have seen people apply at the company I work for that have just completed a bootcamp or udemy course and nothing else and think they are qualified. If you advertise hiring at a low level you will get lots of spammy applications.

(I understand why these people are taking the shotgun approach and applying everywhere because some company will bite but it can be annoying on the receiving end)

My company is hiring junior devs all the time.

u/AceLewis

KarmaCake day16February 22, 2016View Original