Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jarofgreen
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jarofgreen
11d ago
Yeah, if IDE's allowed code folding of comments then the authors original problem (having to scroll past comments they thought weren't useful) wouldn't be that big a deal.
2.
▲
by
jarofgreen
11d ago
If line breaks really were irrelevant, the author wouldn't have felt the need to give a tip all around optimising line breaks. Personally, I would have hoped by 2026 we had better IDE's and tools for managing code in text files su
3.
▲
by
jarofgreen
11d ago
> Typically keep comments on a single line without line breaks — if a comment is useful, developers will scroll to read them, if it’s not they can easily scroll past it. Disagree. Personally that sounds like a massive barrier to reading
4.
▲
by
jarofgreen
16d ago
Discussion is fine, let's just try actually linking back to the source.
5.
▲
by
jarofgreen
16d ago
I'm sad this was just screenshots without a link. I shouldn't have had to find the original posts by hand.
6.
▲
by
jarofgreen
16d ago
Also discussed here: https://news.ycombinator.com/item?id=49638353 Original posts https://mathstodon.xyz/@andreasthom/117240535270608201 https://mathstodon.xyz/@andreasthom/1172405
7.
▲
by
jarofgreen
16d ago
Original posts https://mathstodon.xyz/@andreasthom/117240535270608201 https://mathstodon.xyz/@andreasthom/117240536885387540 https://mathstodon.xyz/@andreasthom/11724053752061
8.
▲
by
jarofgreen
1mo 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
9.
▲
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.
10.
▲
by
jarofgreen
3mo ago
Is this the kind of thing EKS Auto Mode helps with? (For a price, of course)
11.
▲
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.
12.
▲
by
jarofgreen
8mo ago
whispers Stirling castle is better than Edinburgh castle
13.
▲
by
jarofgreen
8mo 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
14.
▲
by
jarofgreen
8mo 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
15.
▲
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.
16.
▲
by
jarofgreen
9mo 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
17.
▲
by
jarofgreen
9mo 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
18.
▲
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
19.
▲
Virtually attend FOSDEM – schedule browser in any timezone
(virtuallyattend.teacaketech.scot)
2 points
by
jarofgreen
9mo ago
|
1 comments
20.
▲
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
21.
▲
Open Tech Calendar, listing virtual tech events with community participation
(opentechcalendar.co.uk)
2 points
by
jarofgreen
9mo ago
|
1 comments
22.
▲
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
23.
▲
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
24.
▲
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
25.
▲
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
26.
▲
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
27.
▲
by
jarofgreen
10mo ago
User agents not IPs, but: https://github.com/ai-robots-txt/ai.robots.txt
28.
▲
by
jarofgreen
10mo 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
29.
▲
by
jarofgreen
10mo 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.
30.
▲
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
More ›