Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Wouter33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Wouter33
3y ago
Nice implementation! Just a heads-up, hashing the ip like that is still considered tracking under GDPR and requires a privacy banner in the EU.
2.
▲
by
Wouter33
3y ago
No bad intentions with the title, was just using "banned" since Valve used it in their response to the Reddit poster. Change it to whatever you think is better! :)
3.
▲
by
Wouter33
3y ago
Valve is quite clear about their reasoning. Since AI models use all kind of sources for their training, they don't want those assets on their platform because they are afraid of copyright claims.
4.
▲
Valve is not willing to publish games with AI generated content anymore?
(old.reddit.com)
622 points
by
Wouter33
3y ago
|
395 comments
5.
▲
by
Wouter33
5y ago
https://www.reddit.com/r/BaldAndBaldrDossier/comments/judnlm...
6.
▲
by
Wouter33
5y ago
PHP is just very simple and powerful. Check out levels making 100k per month with a single php file: https://twitter.com/levelsio/status/1381709793769979906?s=21
7.
▲
by
Wouter33
6y ago
Here is a video explaining his setup: https://www.youtube.com/watch?v=rE8rgFAOXgY
8.
▲
Amazon S3 Object Lambda
(aws.amazon.com)
1 points
by
Wouter33
6y ago
|
0 comments
9.
▲
by
Wouter33
6y ago
I think the fan is for the G-Sync module!
10.
▲
by
Wouter33
6y ago
Lot's of people are using restream.io. Good solution to stream to multiple places at the same time. Doing you own single-tenant stream is hard to manage and scale in general.
11.
▲
by
Wouter33
6y ago
Same experience here. He didn't listen to my feedback and didn't answer any of the Workers-related question i emailed him on his request.
12.
▲
by
Wouter33
7y ago
They charge 5% besides any Stripe or Paypal fees. The users connect their own Stripe and Paypal accounts and Buy Me a Coffee charges a platform fee.
13.
▲
Netlify starts charging for build minutes
(netlify.com)
5 points
by
Wouter33
7y ago
|
0 comments
14.
▲
by
Wouter33
7y ago
You can set a lifecycle rule for the bucket to delete all objects after a number of days. This way they wil be deleted automatically.
15.
▲
by
Wouter33
8y ago
Mailchimp just sent out an update per mail: https://pastebin.com/6TN10AZB TLDR: One of their five Postgres clusters went into read-only mode due to an Transaction ID Wraparound issue. Restoring this can take up to several d
16.
▲
by
Wouter33
8y ago
Good catch! Thanks!
17.
▲
by
Wouter33
8y ago
Heads-up: There is no overview/confirmation page at the end of the signup process, so no reviewing your answers before submitting. Just found this out the hard way!
18.
▲
by
Wouter33
9y ago
Same. Totally bogs down my maxed out Macbook Pro on some HTML5 video.
19.
▲
Prepared for anything: Bunkers for all (2009)
(swissinfo.ch)
2 points
by
Wouter33
9y ago
|
0 comments
20.
▲
by
Wouter33
9y ago
Agreed. I was already trying to click on it. Eventually found this topic via the search.
21.
▲
by
Wouter33
10y ago
Thanks, good idea! Will definitely do that!
22.
▲
Creating a cheap and scalable landing page on Amazon
(bolstat.com)
6 points
by
Wouter33
10y ago
|
3 comments
23.
▲
New Amazon AWS London Region
(phx.corporate-ir.net)
6 points
by
Wouter33
10y ago
|
1 comments
24.
▲
by
Wouter33
10y ago
We have been looking into a good solution for our office dashboard last month. Evaluated a lot of solutions like Geckoboard, but eventually ended up using Databox.com. Beautiful dashboards and also mobile apps.
25.
▲
by
Wouter33
11y ago
Hi HN! I've been working on Repuso the last few months after a similar service closed down. After their closing down notice i whiped up an MVP in a weekend and started testing it with some users of the old service. The last few months
26.
▲
Show HN: Repuso – Social testimonial widgets
(repuso.com)
4 points
by
Wouter33
11y ago
|
1 comments
27.
▲
by
Wouter33
11y ago
One of our applications has user generated content with a geolocation attached to each of the items. For several selections we want to show the top 10 nearest items. If they are only a few, the radius has to be very large to have some items
28.
▲
by
Wouter33
11y ago
Great Salvatore! Could you make the max distance parameter optional? Sometimes i just want the nearest items, even though they could be on the other side of the world.
29.
▲
by
Wouter33
11y ago
Dynamic Redis (which is a Redis Fork that lets you add modules to it) is a great find! Especially with the Geo module added. I needed a limit parameter for the Georadius method because i wanted a result set sorted by distance in a large r
30.
▲
by
Wouter33
12y ago
As i understood this your database storage is replicated to multiple places, but it still runs on one instance. It does not have failover to those replicated places. You'll have to launch multiple instances for that just like RDS. So c
More ›