Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
saila
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
saila
2mo ago
The GPLv2 doesn't prevent a company from distributing binaries and making the source available on request while development is done behind closed doors. This wouldn't really be "open source" as we typically understand it
2.
▲
by
saila
3mo ago
> VS is dying I don't think this is true at all. If anything, it's the opposite, in that MS has greatly improved recent versions of Visual Studio. > VSCode is the future Maybe for some types of projects, but I have both VS a
3.
▲
by
saila
3mo ago
This doesn't seem like a particularly compelling feature to me, but iTerm can do this too (since the person you replied to mentioned iTerm, this seems relevant).
4.
▲
by
saila
4mo ago
You can also do Ctrl-UpArrow then click the space you want. This isn't instant, but it might be a little better than repeatedly cycling through each desktop, especially if you have a lot of them. Turning off "Automatically rearran
5.
▲
by
saila
4mo ago
I have an Astro site that's mostly static with a couple interactive components. I recently converted the components from React to Lit and the result is so much simpler. One of the things that was clunky in the React version was the use
6.
▲
by
saila
4mo ago
If you have Bitwarden installed on an iPhone, you can export directly to Apple Passwords with no intermediate steps or trying to figure out where to save the unencrypted CSV file. I just did this and it looks pretty good so far.
7.
▲
by
saila
4mo ago
That works when you already have an established connection with someone, but it doesn’t work so well for making new connections. I’ve deleted all my Meta accounts and other social media accounts and have lost touch with many people and find
8.
▲
by
saila
4mo ago
If I understand correctly, you're saying that leaving trash in Reno is bad , not that that's what people should do? I first read your comment as saying that people should leave their trash in Reno, but a sibling comment makes m
9.
▲
by
saila
5mo ago
I think it's a bit more nuanced than that. As I understand it, happiness increases for most people as their income increases. However, this doesn't mean that a person is happy overall since there are other factors. So, it's
10.
▲
by
saila
5mo ago
I'd suggest you dig a little deeper into American history. For example, "America First" isn't a new slogan. It's been used in its current sense for at least a century. Murdoch via Roger Ailes poured oil on the fire,
11.
▲
by
saila
5mo ago
This might be true for libraries or utilities that have a well-defined scope and no dependencies, but that's not what the article is focused on. When considering a company's main product, it's usually never done and pattern
12.
▲
by
saila
6mo ago
Good tools can improve your workflow for sure, but it's easy enough to keep a clean history with a handful of git commands. There are two main reasons people don't do so: 1. they don't know the commands yet or 2. they just do
13.
▲
by
saila
6mo ago
This doesn't sound right. PyPy has always been described as an alternative implementation of Python that could in some cases be a drop-in replacement for CPython (AKA standard Python) that could speed up production workloads. Underne
14.
▲
by
saila
7mo ago
The point of the video is to highlight how the inundation of AI-generated pull requests is harming open source. It doesn't say anything about AI success/failure rates, and it wouldn't make sense for it to go into details abou
15.
▲
by
saila
7mo ago
Surely you'll be able to tell who's YOLOing commits without allowing junk into your repo that you'll have to clean up (and it almost certainly be you doing it, not that other person). DS_Store files are just annoying, but I&#
16.
▲
by
saila
7mo ago
Looks neat. Assuming the site is built using the framework, I ran a couple of the component pages (e.g., accordion) through Lighthouse and there are a number of accessibility issues. Just a heads up.
17.
▲
by
saila
7mo ago
True, but the point could have been made in a more tactful way, and it didn't add anything useful to the discussion anyway.
18.
▲
by
saila
7mo ago
Now that he's no longer with us, I don't think comments like this are necessary.
19.
▲
by
saila
8mo ago
> now that Windows mostly stopped resisting the inevitable I've been trying to get Visual Studio to stop mucking with line endings and encodings for years. I've searched and set all the relevant settings I could find, including
20.
▲
by
saila
8mo ago
I mostly use IDEs for day to day coding, and pretty much every IDE supports vim keybindings, which I always have enabled. I also use vim in the terminal for small edits and one-off files, so it's not either/or. After the initial l
21.
▲
by
saila
8mo ago
Thanks. I came up with this Python simulation that matches your 68%: import random def lying_flippers(num_flips=1_000_000): """ - Bob flips a coin and tells Alice the result but lies 20% of the
22.
▲
by
saila
8mo ago
The issue isn't intelligence per se . It's ignorance (often willful ignorance), dogmatism, media illiteracy, political illiteracy, etc. There are many intelligent (but evil) people in the Trump administration and not every Trump
23.
▲
by
saila
8mo ago
I agree that Obama wasn't as great as a lot of people make him out to be, but what does that have to do with the current situation?
24.
▲
by
saila
8mo ago
What happens if Bob lies to Alice 20% of the time and Alice lies to me 20% of the time but I only get input from Alice?
25.
▲
by
saila
1y ago
How it is "luxury" to want to address large scale crimes such as wage theft, price collusion, corruption, unequal access, and institutional racism/classism that are major underlying factors in street crime, including the lack
26.
▲
by
saila
1y ago
I agree we need to separate these responsibilities, but when it comes to mental health response, the police themselves are often opposed to alternatives, even while they complain that they're not mental health providers and often can&#
27.
▲
by
saila
1y ago
The call to logging.basicConfig happens at import time, which could cause issues in certain scenarios. For a one-off script, it's probably fine, but for a production app, you'd probably want to set up logging during app startup
28.
▲
by
saila
2y ago
I've been writing client-side JS/TS for many years and still enjoy it, but there are scenarios—quite a few in my opinion—where targeting WASM is a better technical and business choice. It's just a "right tool for the job
29.
▲
by
saila
2y ago
In its heyday, before the most recent acquisition, Twitter was really good for local info (ignoring celebrities, shitposting, and the like). Not just news but announcements, alerts, and other local stuff if you followed the right accounts.
30.
▲
by
saila
2y ago
I used to see a lot of furry accounts in the Discover feed, but I mute them when I see them, and now I rarely see them any more. I don't have anything against furries, but it's not content I'm interested in. This is more a co
More ›