Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jarofgreen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jarofgreen
7d ago
Discussion is fine, let's just try actually linking back to the source.
2.
▲
by
jarofgreen
7d ago
I'm sad this was just screenshots without a link. I shouldn't have had to find the original posts by hand.
3.
▲
by
jarofgreen
7d ago
Also discussed here: https://news.ycombinator.com/item?id=49638353 Original posts https://mathstodon.xyz/@andreasthom/117240535270608201 https://mathstodon.xyz/@andreasthom/1172405
4.
▲
by
jarofgreen
7d ago
Original posts https://mathstodon.xyz/@andreasthom/117240535270608201 https://mathstodon.xyz/@andreasthom/117240536885387540 https://mathstodon.xyz/@andreasthom/11724053752061
5.
▲
by
jarofgreen
20d ago
I've been doing something similar for years with https://www.datatig.com/ Specifically, my observation was lots of people use a collection of markdown files (or other data formats) in a git repository to crowdsource da
6.
▲
by
jarofgreen
2mo ago
> We did all the tracking on the backend Just checking, you do know that still counts as tracking and may fall under GDPR rules? GDPR was never just about cookies.
7.
▲
by
jarofgreen
2mo ago
Is this the kind of thing EKS Auto Mode helps with? (For a price, of course)
8.
▲
by
jarofgreen
4mo ago
Unfortunately that has no team features, and last time I checked they were quite pushy about not adding any - which is totally fair, they know what product they want to make and are sticking to it! But BitWarden has good team features.
9.
▲
by
jarofgreen
7mo ago
whispers Stirling castle is better than Edinburgh castle
10.
▲
by
jarofgreen
7mo ago
Hello fellow Scot! I missed this when it was launched and it's very interesting to see your rationale. If you ever want a chat some time get in touch, I'm working on https://opentechcalendar.co.uk/ My ulterior mot
11.
▲
by
jarofgreen
7mo ago
Hey, sorry it was hacked. You mention rsync which can be fine. But there are tons of other solutions, many that will have snapshot features. I use borg backup, for instance. https://www.borgbackup.org/ Also, look into scrip
12.
▲
by
jarofgreen
8mo ago
Almost never now, and I used to go to lots. In fact I've launched https://opentechcalendar.co.uk/ to try to promote virtual tech events that include community participation instead.
13.
▲
by
jarofgreen
8mo ago
Bug on home page: "Ask TechPosts.eu: Is there an EU Cloudflare alternative? I'm interested in CDN, DDoS mitigation and basic web security." Links to https://techposts.eu/post/153 "3 comments" b
14.
▲
by
jarofgreen
8mo ago
2 projects around virtual tech events: Open Tech Calendar, listing virtual tech events that include community participation: https://opentechcalendar.co.uk/ A listings site for virtually attending FOSDEM. The live streaming
15.
▲
by
jarofgreen
9mo ago
Hello, So I've gone to FOSDEM once in person before COVID started and a few times virtually since. They go to great efforts to provide good live streams, it's really appreciated. So it's always seemed to me like an omission t
16.
▲
Virtually attend FOSDEM – schedule browser in any timezone
(virtuallyattend.teacaketech.scot)
2 points
by
jarofgreen
9mo ago
|
1 comments
17.
▲
by
jarofgreen
9mo ago
Hello, I'm James based in Scotland. For 7 years I ran Open Tech Calendar listing mainly in-person tech events. After a pause I'm now relaunching Open Tech Calendar to list virtual events - this shift in focus is due to personal li
18.
▲
Open Tech Calendar, listing virtual tech events with community participation
(opentechcalendar.co.uk)
2 points
by
jarofgreen
9mo ago
|
1 comments
19.
▲
by
jarofgreen
9mo ago
It's not clear if you are suggesting accepting contributions to the SQLite file via PR from people (but accepting contributions is generally the point of why people put these on projects on GitHub). But if you are I wouldn't recom
20.
▲
by
jarofgreen
9mo ago
This seems to be about hosting an Sqlite database on a static website like GitHub Pages - this can be a great plan, there is also Datasette in a browser now: https://github.com/simonw/datasette-lite But that's dif
21.
▲
by
jarofgreen
9mo ago
I'm not OP but I'll guess .... lock files with old versions of libs in. The latest version of a library may be v2 but if most users are locked to v1.267.34 you need all the old versions too. However a lot of the "data in git
22.
▲
by
jarofgreen
9mo ago
It's not just package manager who do this - a lot of smaller projects crowd source data in git repositories. Most of these don't reach the scale where the technical limitations become a problem. Personally my view is that the main
23.
▲
by
jarofgreen
9mo ago
Some of it is different, but the basics are still the same and still relevant. Just today I've been working with some of this. I took a Django app that's behind an Apache server and added cache-control and vary headers using Djang
24.
▲
by
jarofgreen
9mo ago
User agents not IPs, but: https://github.com/ai-robots-txt/ai.robots.txt
25.
▲
by
jarofgreen
9mo ago
I was at an event about open data and AI recently and they were going on about making your data "ready for AI". It seemed like this was a big elephant in the room - what's the point in spending ages putting API's careful
26.
▲
by
jarofgreen
9mo ago
> so it is better to find a way to cache your website's HTML so you're not bombarded Of course, scrapers should identify themselves and then respect robots.txt.
27.
▲
by
jarofgreen
10mo ago
> I'm just surprised we haven't seem some app that can act like a wordpress admin page but generating a static output you can host for free or very cheap somewhere. https://news.ycombinator.com/item?id=44391535
28.
▲
by
jarofgreen
10mo ago
> load blog posts from a db Can you explain a bit more about your requirement and how many blog posts you are talking about? I'm curious to hear more for my future work as I have an extendable static site builder it would be easy to
29.
▲
by
jarofgreen
11mo ago
Only for SEO - they don't help at all with aggressive AI scraper bots.
30.
▲
by
jarofgreen
11mo ago
Also to consider: bot traffic and SEO. Depending on which mechanism you use to construct your state URLs they will see them as different pages, so you may end up with a lot of extra traffic and/or odd SEO side effects. For SEO at least
More ›