Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mubou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mubou
1y ago
There isn't a yes-or-no answer to this. Some things I would consider: 1. Does this add additional complexity? How much more time/effort would it take to implement the feature? And most importantly, how much added effort would it t
2.
▲
by
mubou
1y ago
I wish the JS pipeline operator hadn't stalled; it's been stuck in stage 2 for four years now: https://github.com/tc39/proposal-pipeline-operator
3.
▲
by
mubou
1y ago
If you haven't already: 1. Win+R 2. control /name Microsoft.BitLockerDriveEncryption 3. "Back up your recovery key"
4.
▲
by
mubou
1y ago
Sorry, should have been more clear. I meant "AI" in the sense that people refer to anything using machine learning as "AI". (Honestly "AI" is such a meaningless term. LLMs are anything but intelligent.) But I a
5.
▲
by
mubou
1y ago
Automating tasks is exactly what AI/ML should be used for. My concern is that they're going to be using LLMs to "translate" other-language articles into English and vice versa. LLMs are horrendously bad at this, compar
6.
▲
by
mubou
1y ago
Do you feel like overengineering? Look up some python computer vision tutorials and train a model to detect you wearing glasses vs. not wearing glasses. Run that on a Pi and hook up a smart plug or displayport switch between your monitor an
7.
▲
by
mubou
1y ago
When you take them off, put them on your keyboard.
8.
▲
by
mubou
1y ago
Holy shit, this could actually cause people to get permanently locked out of their accounts, depending on how the website is configured. Imagine not knowing your login credentials are stored in Place A and then you delete Place A, unwitting
9.
▲
by
mubou
1y ago
Ohh!! Thanks so much for this, I greatly appreciate it.
10.
▲
by
mubou
1y ago
> You can also set this in your browser with the _reduce motion_ parameter. Unfortunately there's no way to set this per-site, at least in Chrome. Similarly, if you disable animations in Windows, you also disable all animations and
11.
▲
by
mubou
1y ago
Are people in your country not using Bluesky? See if there's a subreddit for your country. Even if it's not very active, you could ask what other social networks they're using.
12.
▲
by
mubou
1y ago
I bet you could do something generic like this in languages that have deferred execution like C#'s IEnumerable. Something like foreach (Node node in EnumerateNodes(root, x => x != null, x => [x.Left, x.Right])) where Enu
13.
▲
by
mubou
1y ago
Oh, my bad, thought you meant it was built in markdown, like MDX or something. I wish you could do all this in plain markdown; putting things side-by-side in a github readme can be tricky. Have to resort to sub/superscript hacks just
14.
▲
by
mubou
1y ago
Can you link the repo so we can see? This link doesn't really appear to have anything to do with markdown.
15.
▲
by
mubou
1y ago
> how it's impossible to get Google to show English results in a non-English-speaking country It's ridiculous because there's even a language option in the search settings, but it does nothing . I had to change my country
16.
▲
by
mubou
1y ago
The new map/diagram: https://www.mta.info/map/5256 The old map, which they're now calling the "geographic map": https://www.mta.info/map/36946 I like the old one better, person
17.
▲
by
mubou
1y ago
It's important to point out that the concept of "linking" is not mentioned in the GPL's definition of "Program" or "covered work", nor is it used as a determiner to decide if the viral nature applies
18.
▲
by
mubou
1y ago
+1. In this particular case <details> might be more appropriate, though. We recently got support for a `name` attribute which allows for accordion groups without JS (which is basically the same as tabs, and also comes with all the acc
19.
▲
by
mubou
1y ago
UUID[0] has a specific meaning. I thought for a second that you were generating UUIDs but in a different base so as to make them more compact, like short-uuid[1] does, but judging by the code that doesn't look to be the case. I'd
20.
▲
by
mubou
1y ago
Not sure how useful this is IRL, but it's pretty elegant, for being able to reproduce both JSX and React's hook style in so little code. Rather than a React alternative per se (since this obviously lacks a vDOM), it almost feels l
21.
▲
by
mubou
1y ago
I'm convinced that a lot of people see Fork as a "retweet" button. Would be a lot better if it showed the number of forks that actually have changes instead.
22.
▲
by
mubou
1y ago
I was thinking more "is it possible to contact them." When I googled RTEMS I found that it's originally an OS for missile systems from 1993 O_o But I disagree. It's not extorting money to sue someone who stole your code
23.
▲
by
mubou
1y ago
Is RTEMS an active project? They should file a copyright complaint and have the libogc repo taken down if this is true. If it were me, I'd lawyer up and throw the book at them. LibOGC accepts donations via Patreon, which means -- if th
24.
▲
by
mubou
1y ago
Can I ask what you find tiresome, specifically? If it's because you have tons of repos, there's a little-known git feature where you can set the config for all repos in a directory, so that e.g. ~/work/* uses your work n
25.
▲
by
mubou
1y ago
Are you talking about your git name and email? Because you can set that (and other settings) per-repo simply by omitting --global in `git config`. If you have multiple github accounts, you can use separate keys by defining custom hosts in y
26.
▲
by
mubou
1y ago
Plenty of devs work on both web and mobile in their day-to-day, or do web development at work then go home and work on a mobile app. Unfortunately most companies separate the two into different teams with zero cross-collaboration, so fronte
27.
▲
by
mubou
1y ago
> types are deferred until parse time; the app knows what it wants. Thank you! Types have no business in a configuration format when the app already has a defined schema. Most formats try to convey all of the information needed to recons
28.
▲
by
mubou
1y ago
The fact that we're both being downvoted without a reply/explanation is a testament to that, it seems :( I can't imagine anyone who's actually used it responding that way.
29.
▲
by
mubou
1y ago
ASP.NET is so underrated. It's by far the most comprehensive and adaptable web framework I've ever encountered.
30.
▲
by
mubou
1y ago
Flagged. OP has posted this to Show HN five times in the past month.
More ›