Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lucgommans
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
lucgommans
22d ago
I was recently recommended https://api.transitous.org (it's a webapp despite the domain). It can do things like "someone can pick me up on the far side and I don't mind walking 30 minutes at the start at 6 km/
2.
▲
by
lucgommans
22d ago
> The problem I have most of all with the routing is that it seems to default to my location as either the From or To value (whichever is the one I haven't selected). Once that's been chosen it's not immediately clear how
3.
▲
by
lucgommans
22d ago
Another alternative to geoIP could be WiFi-based location detection (comparing which WiFis are near you to a database). https://beacondb.net aims to replace Mozilla's shut-down location services, with public data releases o
4.
▲
by
lucgommans
1mo ago
Figure 1c from the paper[1] looked like it would make a great desktop background, but the resolution on the web is mediocre and there is this dashed rectangle to indicate the extent of the d-f subimages. In the PDF, the rectangle is drawn o
5.
▲
by
lucgommans
9mo ago
> would love to see more tooling to lint and sanitize them before deployment Sanitisation is one of two possible defences, the other being script execution controls or sandboxing. E.g., if you serve vector images on a web server, set a C
6.
▲
by
lucgommans
10mo ago
The website has no open data license so this isn't usable for OSM, even if we wanted to. I just meant to propose collaborating on an existing platform where we already have a lot of data about physical features, rather than erecting an
7.
▲
by
lucgommans
10mo ago
More than 200 hotels already on this website. Wouldn't this be much more useful as an OpenStreetMap tag so people can find and share these good/bad hotels in whatever front-end they like? There does not seem to be a tag for it yet
8.
▲
by
lucgommans
1y ago
Or if you need records other than A/AAAA, like MX for delivering email: https://anyz.one e.g. 10.2.3.4.anyz.one will refer the recursive resolver to query 10.2.3.4 for the answer to the query. You can also buy a domain and
9.
▲
by
lucgommans
1y ago
List: https://en.wikipedia.org/wiki/List_of_organizations_with_.in... (Not real affiliation but still: I added a domain to that page at some point)
10.
▲
by
lucgommans
1y ago
> It’s been difficult to remove [old JPEG] from its perch. [...] the formats AVIF and HEIC, each developed by standards bodies, have largely outpaced [JPEG] I'm currently sticking to JPEG because, last time I tried, JPEG came out as
11.
▲
by
lucgommans
1y ago
Was wondering what you meant so I looked up "the innerhtml problem" and the top result indeed does list quite a few issues with appending to innerHTML that can be easily avoided. For anyone else interested: https://stac
12.
▲
by
lucgommans
1y ago
I knew changing innerHTML had some side effects, but this answer shows just how many corner cases it causes and offers a drop-in replacement at least for appending. Thought other developers on this site would also be interested to learn thi
13.
▲
Why is appending to the innerHTML property bad?
(stackoverflow.com)
4 points
by
lucgommans
1y ago
|
2 comments
14.
▲
by
lucgommans
1y ago
Taken to an extreme without formatting, sure, but what ranges have that many digits in human-readable situations? And if there are those exception situations, you can word around it for that case ("285368760800±45691" or "45&
15.
▲
by
lucgommans
1y ago
I really like alternativeto. It's not always good: sometimes there are simply no good alternatives, or the community hasn't voted for the ones I'd have voted for and so a good option is way, way down. But if I want to know al
16.
▲
by
lucgommans
1y ago
I don't understand. Opening the page in a logged-out state, it looks the same to me (just that there are not buttons to pick whether you want to raise/lower/block a domain when you're logged out). What's the diffe
17.
▲
by
lucgommans
1y ago
If only it was merely useless. I know its reputation but it had some information that MDN did not have, so I used it this once in recent years. Turned out, the information was simply wrong and so I made a wrong decision based on that. (It m
18.
▲
by
lucgommans
1y ago
Is this meaning to grep for a double hyphen from standard in, or to mark the start of positional arguments and then grep for a hyphen? If you want both, it should be: $ python -m this | grep -- -- - Which is just beautiful (Your ex
19.
▲
by
lucgommans
1y ago
It is usually clear that 2-3 thingies means a range of thingies, but I seem to remember there being situations where it could also have been a minus sign. Perhaps it was with placeholders, where 10-N could be either one. Problem is, iirc,
20.
▲
by
lucgommans
1y ago
Literally never seen this (wish I could grep all comments I've ever replied to) and I do not understand what makes you say that it's clearer when it's dropping information, making it relative rather than a fully qualified num
21.
▲
Most promoted and blocked domains on Kagi
(kagi.com)
379 points
by
lucgommans
1y ago
|
182 comments
22.
▲
by
lucgommans
2y ago
Contact method is in profile (or more directly: https://lucgommans.nl/email ), though by now I can't edit the comment and thus link anymore so will have to post a new comment and kill the old link if we want to change i
23.
▲
by
lucgommans
2y ago
Rehosted so it'll stay alive at least a few years: < https://lucgommans.nl/tmp/YYZ_Crash.mp3 >. Let me know if you'd like something more permanent than my tmp dump folder, or a filename that gives credits
24.
▲
Wireless laser power transmission: Recent progress and future challenges
(sciencedirect.com)
1 points
by
lucgommans
2y ago
|
0 comments
25.
▲
Llama's Legal Labyrinth
(merlijn.sebrechts.be)
5 points
by
lucgommans
2y ago
|
1 comments
26.
▲
by
lucgommans
2y ago
I compared Shazam's, SoundHound's, and BeatFind's recognition library in August 2021. (And tried MusixMatch but it crashed on startup apparently.) Don't think I published it anywhere, these are my raw notes I found among
27.
▲
by
lucgommans
2y ago
I gave it some thought but it's hard to say. For most of the ones I missed and mentioned in sibling threads, I can think of people who'd be aware of them: - Probably <ruby> and related tags are used in Japanese and other sph
28.
▲
by
lucgommans
2y ago
I tried the exact same three! Eventually gave up on that path, thinking "I could swear HTML had some way to have a glossary...", and of course seeing it does after revealing the answers
29.
▲
by
lucgommans
2y ago
<img> also took me the longest time, and <br> even longer though I used it within the last hour, but the facepalm moment came when I almost decided to give up and then remembered <h1> through <h6>. I even knew how ma
30.
▲
by
lucgommans
2y ago
If you want to see which ones you've missed, put this in the JS console: Els.filter((item) => {return ! Elsguessed.includes(item)}) In Firefox (probably also in other browsers), links in the console are also clickable, so i
More ›