HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lu4p

no profile record

投稿

An Open Letter Opposing Android Developer Verification

f-droid.org
31 ポイント·投稿者 lu4p·5 か月前·1 コメント

コメント

lu4p
·5 年前·議論
Maybe that's just me, but I find the explicit returns easier to read.
lu4p
·5 年前·議論
No you should use errors.Is(err, http.ErrHandlerTimeout) instead of simple equality.
lu4p
·5 年前·議論
https://archive.is/qgwI2
lu4p
·5 年前·議論
https://newpipe.net/
lu4p
·5 年前·議論
Servo is mostly dead the team got laid off
lu4p
·5 年前·議論
No he's not, he even stated, that he is fine with coming back to the US if he is guaranteed a fair trail.

https://www.washingtonpost.com/news/the-switch/wp/2015/10/06...
lu4p
·5 年前·議論
True, but still memory safe, also Go has a race detector included which is really easy to use https://blog.golang.org/race-detector
lu4p
·5 年前·議論
I'm pretty sure there is https://pkg.go.dev/crypto/ecdsa#Verify
lu4p
·5 年前·議論
Any plans for also supporting AMD SME?
lu4p
·5 年前·議論
Although you can move freely to any country, to recieve benefits in a most countries you need to have had a job for 3 months before you can claim any benefits.
lu4p
·5 年前·議論
This would probably be implement as a Directive (https://en.m.wikipedia.org/wiki/Directive_(European_Union)), meaning individual EU countries need to devise their own laws on how to reach the goal of an UBI.

The amount of UBI will most likely depend on how much money an individual needs to buy food, pay rent and pay basic utilities, in a given country.
lu4p
·5 年前·議論
I think the mumble/ teamspeak ship has sailed a long time ago the UI/ UX of discord is just better.

I would like a open source solution similar to discord, I think the closest thing we currently have are Signal group calls.

Current features of Signal calls: - peer to peer no need for a central server which sells your data (Discord) or needs to be setup rented, maintained (teamspeak, mumble)

- end to end encryption

- video calls

- Screen sharing

- large group sizes for text chats (1000)

Wanted features: - adjust the volume of individual participants

- multiple voice/ text "channels" for a group (something similar to discord servers)

- usernames so that not everybody needs to know my phone number

- more participants in a single group call (currently maximum 8), I think 10-15 should be enough for most use cases, with more voice participants voice chat breaks down regardless, because of people constantly interrupting each other

- the UI for group calls is still a little confusing
lu4p
·5 年前·議論
Go error handling works well as is I think most of these proposals add a lot more complexity.