HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bartkappenburg

2,965 karmajoined 14 năm trước
Inversive.nl

Submissions

[untitled]

1 points·by bartkappenburg·5 ngày trước·0 comments

[untitled]

1 points·by bartkappenburg·6 tháng trước·0 comments

Sienna Rose: AI suspicions surround mysterious singer

bbc.com
2 points·by bartkappenburg·6 tháng trước·0 comments

[untitled]

3 points·by bartkappenburg·7 tháng trước·0 comments

comments

bartkappenburg
·tháng trước·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 tháng trước·discuss
Why the name amsterdam?
bartkappenburg
·6 tháng trước·discuss
I feel like playing lemmings now!
bartkappenburg
·3 năm trước·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.