HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nikvaes

no profile record

comments

nikvaes
·8 mesi fa·discuss
they already do that, it's called SURF, and they host a nextcloud instance called surfdrive.
nikvaes
·anno scorso·discuss
For people who are interested in the question whether self-driving cars are the solution to commuting: an video essay of why self-driving cars are worse for a city than public transport: https://youtu.be/040ejWnFkj0?t=1684
nikvaes
·anno scorso·discuss
As I had the same feeling as you, I subscribed to a quarterly news magazine called delayed gratification. I feel it's a good balance between keeping up-to-date, while not letting the news interfere with my daily life and emotions.
nikvaes
·2 anni fa·discuss
https://en.wikipedia.org/wiki/Flevoland used to be (part of) a sea.
nikvaes
·2 anni fa·discuss
It seems this is referring to https://beviai.com/
nikvaes
·2 anni fa·discuss
I think it is good that tax money is spend on having a well-educated population, this is something a democracy thrives on. It is a shame it is spend on loan forgiveness instead of making education cheaper so loans are not needed. Loan forgiveness should be paired with reform so future generations do not have this problem.
nikvaes
·2 anni fa·discuss
Isn't consent by default illegal under the GDPR?
nikvaes
·2 anni fa·discuss
I just want to point out that I think ChatGPT has seen more data than a single human being. With 45 TB of text data [1], it would cost a human around 70k years of continuous reading (assuming 1 GB is 200M words, and humans read 225 words per minute) to see all the training data.

[1] https://www.businessinsider.com/google-researchers-openai-ch...
nikvaes
·2 anni fa·discuss
After trying to understand and implement some algorithms in RASP [1, 2], my take-way was that certain functions need a certain amount of transformer layers to operate. Following this logic, it should become apparent that the functions learned by transformers can be spread over multiple heads. Repeating these functions might be very valuable for understanding and solving a problem, but current inference does not allow (a set of subsequent) heads to be repeated. This paper indeed seems a promising direction.

[1] https://arxiv.org/pdf/2106.06981.pdf

[2] https://www.youtube.com/watch?v=t5LjgczaS80
nikvaes
·3 anni fa·discuss
Did you also look at the false positives, e.g., how many non-spam content was filtered by Akismet?
nikvaes
·3 anni fa·discuss
In my opinion, a first step is to equalize maternity and paternity leave. It should be equally disrupting for men to have children as for women (from the perspective of an employer). I like the Swedish implementation of this model, where partners get 480 days of leave per child which they are free to divide among themselves, with a minimum of 90 days for either.
nikvaes
·4 anni fa·discuss
Yes, they have registered a company in The Netherlands:

https://support.discord.com/hc/en-us/articles/4410339409047-...

https://www.kvk.nl/orderstraat/product-kiezen/?kvknummer=822...
nikvaes
·4 anni fa·discuss
The problem for Jigasi's speech-to-text feature with Whisper - or any recent SOTA speech-to-text neural networks, is that they are transformer-based. One of the key features of transformers is that they are very good at processing a sequence with the attention mechanism. But attention inherently needs to see the whole input sequence. So it's difficult to adapt these architectures to perform well in real-time scenarios like captioning meetings.