HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bartkappenburg

2,965 karmajoined 14 年前
Inversive.nl

Submissions

[untitled]

1 points·by bartkappenburg·5 天前·0 comments

[untitled]

1 points·by bartkappenburg·6 個月前·0 comments

Sienna Rose: AI suspicions surround mysterious singer

bbc.com
2 points·by bartkappenburg·6 個月前·0 comments

[untitled]

3 points·by bartkappenburg·7 個月前·0 comments

comments

bartkappenburg
·上個月·discuss
Is this the new gateway to a "Model On a Chip"? Is it possible to etch the weights on silicon and get a very efficient way to use a LLM?
bartkappenburg
·5 個月前·discuss
Why the name amsterdam?
bartkappenburg
·6 個月前·discuss
I feel like playing lemmings now!
bartkappenburg
·去年·discuss
By leaving out scale or prior models they are effectively manipulating improvement. If from 3 to 4 it was from 10 to 80, and from 4 to 4o it was 80 to 82, leaving out 3 would let us see a steep line instead of steep decrease of growth.

Lies, damn lies and statistics ;-)
bartkappenburg
·3 年前·discuss
Nice! I built the same thing for a gate at our vacation house at a lake. The home-owners have to register their mobile number so that if you call a certain number the gate opens based on number recognition. Every time new people were at the gate (deliveries, guests, renters) they would need to call the owner, who had to hang up and call the gate’s number.

I use twilio to make outbound calls to that number using my registered phonenumber. I put a Django app in front for home owners so they can add authorized phone numbers with a expiration date.

Whenever someone is a the gate they call a twilio number, my django app checks the validity, opens the gate by calling the gate’s number with my number as ID, plays back some welcome message “hello chris, welcome to…” and sends the owner a push notification that person X is en route.

Todo: add a feature to redirect an unknown number directly to the owner and open the gate after manual verification.